Updated: Feb 2021 In order to speed up your website, you need to do the following 10 things. This will not only help you pass the Google Page Speed test but also make your site load under 3 seconds and your scores will be very high with sites like Pingdom and WebPageTest. These are not…
It seems like only yesterday we as web developers overcame the challenges of developing for multiple screen sizes that another challenge comes along: high resolution screens. No longer does 72ppi based graphics look sharp on the new hi-res Apple products because of the density change — the pixels per inch (ppi) have been doubled. While it’s a…
In designing a website, there are other small details that one needs to consider, like the favicon, the social media thumbnail and the home screen touch icon for mobile devices. Here is the HTML I use: Social Media Thumbnail Instead of allowing social sites to grab whatever image they feel works best, why not just…
I’m running into a whole new generation of web designers — web designers who don’t like code. They don’t know markup and they don’t care to learn it.
I recently found it redundant to teach people how to use WordPress. At first, I created some videos of my own, but with WordPress constantly coming out with new features and interface changes, it would become time consuming and tedious to keep making videos for each update. So I found some professional services whose sole job it…
So, this is very simple: First of all, you need to know how WP works. Your server has WordPress’ core program files, your theme files, your plugins and your uploads. All these files can be zipped into one file and uploaded to the new server. The other side of WordPress is the database: you can’t…