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...
View ArticleDrupal 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...
View ArticleWhat to Do When Firefox Stalls or Hangs
I have encountered this problem off and on. Read on for a list of possible reasons that cause Firefox to hang...
View ArticleUseful XML and XSLT Tutorial with Example Stylesheet
XML stands for eXtensible Markup Language. XML is a meta language based entirely on user-specified semantics. It is therefore possible to create a page structure with user-defined tags and a DTD or XML...
View ArticleBacking 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...
View ArticleExporting 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...
View ArticleComprehensive 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...
View ArticleBest CDN Providers 2023: Azure vs AWS vs Fastly vs Cloudflare vs Akamai vs...
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...
View ArticleHow To Build A Website From Scratch (In One Day) 2023 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...
View ArticleHow to Vertically and Horizontally Center CSS?
Pre-css most centering was accomplished using the grid-like structure that tables provided. All fine and good, but the CSS positioning module offers layout options that tables could only dream of....
View ArticleLooking for a List of Valid HTML Escape Characters?
HTML escape character lists often include characters between 128 and 159 - the problem is that these are Microsoft specific, and are reserved for control characters in the standard Internet character...
View ArticleIs WordPress Easy To Use? We Think So, Here’s Why
If you have landed on this article, there is a good chance you are thinking about or ready to start setting up a WordPress website. Well, as WordPress users ourselves, we could not agree with this...
View Article