Posted on 01 February 2012. Tags: fonts, lorem, text
The Typetester is an online application for comparison of the fonts for the screen. Its primary role is to make web designer’s life easier. As the new fonts are bundled into operating systems, the list of the common fonts will be updated. Continue Reading
Posted in CSS, News
Posted on 01 February 2012.
On this page you will find information on how to set your computer to use our DNS. Please use the instructions that correspond to your operating system. Our DNS IP addresses can be found at the bottom of this page. Continue Reading
Posted in Network, News
Posted on 01 February 2012.
Convert Numbers to Words
This little script was whipped up to convert numbers to words for use in a cheque book, it has an upper limit of 999999999 but that should take care of most sane amounts of cash. Should you require a function that needs to spell out more cash than this, my rates are $7474.00/hr
Continue Reading
Posted in PHP
Posted on 01 February 2012.
MaxMind GeoIP is a collection of APIs for looking up the location of an IP address. It includes support for lookup of country, region, city, latitude, and longitude. Free GeoLite databases are available for the country and city. Continue Reading
Posted in Linux
Posted on 01 February 2012.
Lately, I’ve had the need to install a geolocation database on a web server to localize (as closely as possible) a visitor based on its IP address. Continue Reading
Posted in Linux
Posted on 01 February 2012. Tags: duplicate, form, PHP
You can use the method below to prevent duplicate form submission or form re-submission using PHP. This method is simple to implement and does not require JavaScript.
Continue Reading
Posted in PHP
Posted on 31 January 2012. Tags: webdav
Overview
WebDAV stands for Web-based Distributed Authoring and Versioning. It is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers. For more information on WebDAV, consult the FAQsection at their site.
Continue Reading
Posted in Linux
Posted on 31 January 2012. Tags: background, CSS, multiple
Is it possible to have two background images? For instance, I’d like to have one image repeat across the top (repeat-x), and another repeat across the entire page (repeat), where the one across the entire page is behind the one which repeats across the top.
Continue Reading
Posted in CSS
Posted on 31 January 2012. Tags: href, jquery, location, replace
jQuery is not necessary, and window.location.replace(...) will best simulate an HTTP redirect.
Continue Reading
Posted in JavaScript - Ajax
Posted on 31 January 2012. Tags: PHP, php 5.4
PHP 5.4 Features

PHP 5.4.0 is planned to be released on February, 2 2012. By the time you are reading this, it may already been out. It is a result of many months of development.
Continue Reading
Posted in News, PHP