Web Development

Our web development articles cover everything from programming tools, web development tips and other key information you may need to develop or maintain a website.

You will also find reviews of different web development platforms (Drupal, Wordpress, Joomla, etc.), e-commerce options for online retail, web template design companies, hosting companies and more.

'Start your own website' written on a post-it-note on a dartboard

How To Build A Website From Scratch (In One Day) 2024 Update

Looking to create your own website but don’t know where to start and don’t want to pay a developer or designer thousands of dollars? We’ve got your back! We’ve written a comprehensive web series with details on each step of the process, and independently reviewed recommendations of providers. However, I know that for a business owner time is a precious commodity, so I’ve put together this express guide to get you up and running right away…

How To Build A Website From Scratch (In One Day) 2024 Update Read More »

Network of servers drawn over a world map. Titled 'Who Has The Best CDN?'

Best CDN Providers 2024: Azure vs AWS vs Fastly vs Cloudflare vs Akamai vs Cloudfront vs Incapsula vs Rackspace & More

Two seconds or less. That’s how fast people expect a website to load. It’s common knowledge that a site’s speed impacts user experience, but how important is a quick website? While one to two seconds seems exceptionally fast, today’s website visitors are accustomed to short load times, and slower websites are penalized when users abandon a website in favor of a quicker, user-friendly option. In a world of instant gratification and content at your fingertips, a slow website could mean decreased site visits, reduced conversion rates, and low sales revenue.

Best CDN Providers 2024: Azure vs AWS vs Fastly vs Cloudflare vs Akamai vs Cloudfront vs Incapsula vs Rackspace & More Read More »

html characters

A Complete Guide To URL Escape Characters

In order to prevent the misinterpretation of special characters such as a space, bracket (< and >), or % in the URL (which stands for Uniform Resource Locator – it is the address you see in your browser’s address bar indicating the location of the website you are visiting), browsers parse certain special characters using escape characters. This explains why when you click on a link such as: domain.com/page one.htm you see it parsed in the address bar as example.com/page%20one.htm. In this case the %20 is the escape character for the space…

A Complete Guide To URL Escape Characters Read More »

web browser icons

Comprehensive Guide to Testing Browser Compatibility

Woman on computerIt’s important for any web developer to thoroughly test the rendering of their pages by various browsers in use today. The question is – how do we know which browsers are currently being used? There are many sites out there that offer various browser usage statistics, but more often than not, the data is simply a reflection of visitor-usage stats for that particular site. For specific client bases, this may not be a problem.

Comprehensive Guide to Testing Browser Compatibility Read More »

exporting and importing drupal nodes

Exporting and Importing Drupal Nodes

Before Drupal, I used development environments where I could comfortably update snippets of content on multiple pages (at times literally hundreds) in seconds. Since delving into the CMS (Content Management Systems) world, and particularly Drupal, I have become fond of all the features, and especially the support community, that CMS users benefit from. However, I wasn’t able to find a way to easily update all my nodes.

Exporting and Importing Drupal Nodes Read More »

drupal backup and migrate

Backing Up and Restoring Drupal Using a Migrate Module

Protecting Drupal data is slightly more complicated than a locally stored, static-file website, since all the data is stored in a database. Therefore the key to backing up your data is to backup the database. Here I outline a process that works for me. I do not make any guarantees as to the correctness of this information nor will I be held responsible for any problems you encounter as a result of its use.

Backing Up and Restoring Drupal Using a Migrate Module Read More »

drupal logo 325

Drupal Multisite Configurations and Hosts

The ability for Drupal to run multiple sites from one account is a huge plus for admins that are deploying multiple Drupal installations. The simple reason for this is that all Drupal installations can be updated at once. Basically each additional domain “points” to the document root of your primary Drupal installation. All you need to do to update the files of each additional Drupal site is update the files in the root install once…

Drupal Multisite Configurations and Hosts Read More »

Scroll to Top