Creating a Manual Backup of WordPress When It’s Down or Locked

So your site is down and you can’t log in… and you just realized you don’t have a recent backup. Dammit. Before you launch into panic mode, though, it’s safe to say you’re not completely screwed. In an ideal world, you would have a working backup that you could use to restore your site, but we don’t exactly live in a perfect world. Sometimes, backups don’t work, get corrupted, or we simply forget (or neglect…) to make one in the first place.

Source: Creating a Manual Backup of WordPress When It’s Down or Locked

How to Plan, Build and Launch a WordPress Website

A successful web design project involves plenty of work before you type a line of code. Before you can start designing or building a site, you need to know what it needs to achieve, who the stakeholders are, and what you need to do to make it a success. Today, I want to encourage you to take some time to get ready before you start coding a new project. In this post, we’ll look at some of the tasks you need to consider before diving into designing and building a site, whether that site is for a client, your employer, or even yourself.

Source: How to Plan, Build and Launch a WordPress Website

The Ultimate Mega Guide to Speeding Up WordPress

A few years ago, I played a big part in building a client website that’s still successful enough today but has become frustratingly slow. The database is full of clutter and there are some pages that take as long as 26 seconds to load due to the number of images and other requests it makes to the server. We decided it was high time to do something about this and recently rebuilt the site, applying tried and tested speed techniques, which lowered the loading time to around 2 seconds on more complex pages and just 800ms on simple pages.

Source: The Ultimate Mega Guide to Speeding Up WordPress

How to Create Retina Display Image Assets for Better Looking Websites

You’ve invested a lot of time into making your new website perfect, so why does it look so fuzzy when you view it on your iPhone? You made sure to use beautiful high quality images but they don’t seem to be displaying correctly at all. Cue panic!

Source: How to Create Retina Display Image Assets for Better Looking Websites

Bootstrap 4 Tutorial: Create a One-Page Template

Today you will learn how easy it is to create a one-page HTML responsive template using Bootstrap 4. At the end of this Bootstrap 4 tutorial, you will understand how to set it up.

Source: Bootstrap 4 Tutorial: Create a One-Page Template

Free Screen Sharing, Online Meetings & Web Conferencing | join.me

join

Free screen sharing, online meetings and team collaboration are all fast and easy at join.me – no registration required. Show work who’s boss.

Source: Free Screen Sharing, Online Meetings & Web Conferencing | join.me

10 of the Best WordPress Support Services Available in 2016

WordPress is the preferred content management system behind 26% of the world’s websites. Many of which are for major brands, companies, and public figures like CNN, Major League Baseball, Katy Perry, Mashable, TechCrunch, and the New York Post. Obviously, their experience managing their WordPress website is going to be much different from your own.

Source: 10 of the Best WordPress Support Services Available in 2016

10 jQuery Text Highlighter Plugins

10 jQuery text highlighter plugins that make it easier for users to search for specific terms in web pages and apps.

Source: 10 jQuery Text Highlighter Plugins

Essential Tools for Testing Cross-Browser Compatibility on Your WordPress Site

If you’re not testing how your site looks and performs on different browsers, you really have no idea whether visitors to your site are viewing it as you intended. Add to that, testing on multiple browsers on different operating systems and different devices is also a must. After all, Google Chrome on OS X isn’t quite like Google Chrome on Windows or Google Chrome on an iPhone 6S.

Source: Essential Tools for Testing Cross-Browser Compatibility on Your WordPress Site

Using Gulp to Speed Up WordPress Development

Build tools let developers focus on efficient development rather than the nitty-gritty details that take away half your life but don’t add much to the project on their own. One such build tool is Gulp. Gulp optimizes your theme’s images, concatenate your JS files, and processes your Sass/LESS code automatically. In this article, I’ll show you how to get started and how you can use Gulp to speed up your development process. What is Gulp? Gulp is a JavaScript-based build tool that uses Node to automate mundane tasks. The basic idea is to create triggers that perform a specific action.

Source: Using Gulp to Speed Up WordPress Development