Skip to content
Last updated: Sunday, 5 February 2012
Problem You have a web page design which automatically centers in Firefox and other browsers, however Internet Explorer does not...
Occasionally after an Adobe Acrobat Reader update PDF documents will not automatically display inside an Internet Explorer frame element. To...
Accessibility means providing flexibility to accommodate each user’s needs and preferences. In an Internet context, accessibility is making computer technology...
Problem: When attempting to access ‘www.gizmodo.com’, ‘www.kotaku.com.au’, or ‘www.lifehacker.com.au’ you receive a ‘Bad Request’ error message and the website fails...
When faced with the challenge of including a javascript only for Internet connections from the US I discovered that javascript...
After the recent announcement that LogMeIn are discontinuing their free remote access service a lot of people are asking how...
Problem When attempting to ‘pin’ an image on a website to a Pinterest album, Pinterest will be unable to find...
Unfortunately a great deal of websites put little or no effort into providing their content in a printer-friendly fashion. No...
MySource Matrix users may be familiar with the ability to use keywords to automatically build content. This feature is particularly...
If you have an element you need to target using an ID or class that contains a colon, for example:...
Polls are great user driven features to help a website feel more interactive for the audience, but when it comes...
When you’re developing a website there can be lots of little changes, and with each of these a refresh –...
Problem If you’re developing a responsive website design using CSS you may have noticed Internet Explorer 8 does not support...
Project management is a complex topic, and there isn’t one way to manage it. This document is merely a guideline...
The following ASP script was used to pull information out of an Access database and publish it to a web...
For web developers testing for cross-browser compatibility is a critical but often difficult and time consuming task. The first challenge...
When you migrate a website to a new domain it’s important that you redirect the links that are are active...
If you’re using Google AdSense on your website you may find yourself regularly having to log in to check the...
The examples below show how to use wildcards in your CSS selectors. To use a selector you need to take...
Here’s a quick and easy way to track broken links using Google Analytics. It requires you to have Google Analytics...
Firebug is a web development tool for Firefox which allows you to inspect the HTML, CSS, Javascript and more as...
Unfortunately a great deal of websites put little or no effort into optimising their website design for mobile devices. With...
Ever wanted to get the exact colour code from an image or a website? We’ll there’s a free tool called...
The following htaccess code rule shows how to remove a single query parameter from a URL – leaving any existing...
If you’ve got a large SQL export file that you need to import into another mySQL database using phpMyAdmin you...
I’m a huge fan of using SoundCloud to share audio tracks over the web – but what if you don’t...
CloudFlare is a popular service that speeds up websites by managing the websites DNS and routing traffic to a visitors...
Back in 2014 CloudFlare, a CDN provider, announced free universal SSL for all their users. Which sounds pretty awesome, especially...
The following PHP can be used to test if a web server can make a https connection through a proxy...
If you’ve ever had to create .htaccess commands you would have found that at times it can be hard to...
Advertising website addresses without the ‘www.’ is a growing trend. It’s smaller, concise and gives the domain name the first...
If you’re assessing a design or a website for WCAG colour contrast compliance the Colour Contrast Analyser tool is for...
Problem When you attempt to create a sub-domain using cPanel you receive the following error message: “There was a problem...
Over the years LogMeIn has been widely known for it’s easy to use free remote access system. The most popular...
The following CSS can be used to make HTML listed items use two or more columns. For example, Item 1...
The following jQuery script shows how to get the text from an element, without getting the text from any child...
The folks over at Campaign Monitor have put together a brilliant table of CSS support for popular email clients. Most...
Question Is ‘<!DOCTYPE html>‘ enough to make your HTML valid? Answer Yes – ‘<!DOCTYPE html>’ is the doctype for HTML5....
The tabindex attribute defines the navigation order for focusable elements such as links and form fields in a web page....
The following htaccess rule can be used to force Internet Explorer to display your website using the latest version. This...
The following CSS can be used to make embedded YouTube videos responsive to different screen sizes. iframe[src*=youtube] { display: block;...