Webmaster Tools

This is just a big centered div
in an HTML document that I often use as a template to start a new site. This tutorial shows you how
to correctly center a div to use as a page template.
This ia a great tool to help you choose your colors for your website. It is a chart of 256 common web-safe colors in hexidecimal code(i.e.: #33FF00)

This is a simple tool to check the IP ADDRESS of the computer or network that you are currently on. It will tell you both the IP number and the url or ip address associated with your computer.

This short tutorial shows you how to make a database connection sring secure and safely using PHP and MYSQL.

If you need to make a credit card accepting page, Secure web Pages are a must! Here is a tutorial on how to make a HTTPS page.

Learn how to insert simple data into a database table using PHP with a MYSQL database.

In this tutorial, I will demonstate how to use PHPs getdate function to display different date and time components.

Believe it or not, until recently, I drew all of my triangles in Corel Draw with the line tool! In this short and easy tutorial, I demonstrate two easier ways of drawing a triangle in Corel Draw.

A basic description of PHP arrays. You will discover the three basic methods for creating arrays in PHP.

I am always running into situation where I need to count the number of characters in a page, whether it be for coding or writing, I can never find an application quickly that does this, so I end up doing it by hand...so I made this!

A basic HTTP request & response tutorial for the beginer. Learn how CGI scripts interact with servers and the basics of the HTTP protacol.

This is a great time saver for plotting paths in animation, for making image maps or any type other situation where you need to plot X,Y coordinates for an object. Whether it be for CSS or a scripting language, this tool makes it easy by allowing you to click on any spot on your screen and it saves the points you click in an array for you to copy and paste into your application or css. I use it mostly for plotting the path of objects that I animate with JavaScript and CSS. When I animate an object in a website, I put all the points of the animation path into a JavaScript array. That is why I use the array, but you can modify the code it puts out to serve your needs. It will still save you a lot of time. I like to use a dry-erase marker and draw a path on my computer screen. Then I click along that path to get the coordinates into an array to use in my javascript application. If you have ever seen a site that has a person or other object move across the screen over top of your other webpage content, that can be done using javascript and CSS in the manor I describe. I will add a follow up tutorial on animating objects in a web page using JavaScript and CSS soon!

This is a wonderful Whois Tool from a package I installed for doing whois queries. Works great!

This is a simple domain name search tool. It allows you to enter a .com or .net domain name and it checks to see if it is available. If it says it is available, you can purchase that domain name for yourself!

This helpful tool allows you to enter a website's address and it will return the Google Page rank for that page! An interesting factoid about Google's Page rank tool is that it was named after its inventor, Larry Page. Most of you probably thought it was named "Page rank" because it ranks web pages, but in fact, Page is the last name if its creator!

Ian personally developed this excellent tool to measure a site's seo performance. It takes into account about 12 different SEO measures and gives your site a score from 0-100 with 100 being the best.
This tool simply allows you to enter any website's url and it will return the Alexa traffic score. I put this here to demonstrate that I can make application that scrape data from other sites...

This short tutorial tells you the best way to do a php/mysql database update.

The Google URL Scraper is a Multiple Pg Google search results scraper that not only scrapes URLs from Search results, but also opens the URLs found on Google and scrapes those pages for URLs as well. It also cleans the urls and returns only the base urls without all the junk before and after the base urls.

Learn how to easily make a rounded div that is 100% cross-browser compatible Using only CSS and HTML! Also, I updated this with a new way, so there are two ways to make rounded corners here! Check it out!

Here you will find a list of all fonts that work in most browsers and most computers. These are the fonts you should use with your HTML documents and other web based applications. Using other fonts can cause the page to render differently in some machines, but most of these are safe to use...

A Great Cross Browser Compatiblity Technique has just been approved for use finally by JAFTY! We were hesitant to start using this in the past, but feel it is time now since it works with most currently used versions of Internet Explorer and has a work around for FF and other major browswers! It is Conditional Comments, a Internet Explorer Technology for fixing IE compatibility issues. This is a great work around that will save you a lot of time and get your code working in all browsers efficiently and with no complex CSS, JavaScript, HTML, PHP or other Hacks! A must Read!!!( - more - )

After searcing for a simple technique to submit forms with Ajax and coming up with nothing, I finally decided to write my own Ajax Form Submission script. Use this reusable technique to submit all the forms on your sites with Ajax! Tested in recent versions of IE and FF.

I looked on the web for a way to parse a .doc file using PHP for a client of mine and couldn't find a case where it had been done before and everyone said it was impossible, so I had to try it. I was able to do it and this is what I created... This is the basis for many applications in the future I am certain!

A great Voting system with 1-10 stars where you can rate anything and everything! If you need a star voting or rating system for your site, this will do the trick It is bare bones style, so you can make it work with any site.

In this short tutorial, I will show you how to use the PHP list function with the MYSQL mysql_fecth_row function to quickly process information from your data base.

Not getting PHP errors to show up on a clients server or your own? Here is the simple solution to view PHP errors in your PHP scripts if you can not see them now.