Nov
23
2010
Google Instant's Effect On SEO

Tags: Search Engine Optimization (SEO)

You may have recently noticed when you start a search in Google, you will get results instantly as you type. This feature is being referred to as "Google Instant". Read more »

Nov
21
2010
How To Seamlessly Switch Web Hosts

Tags: ColdFusion, Servers, Web Programming

When a server is moved to a different host, if you don't prepare properly, bad things can happen. This is due to the fact that you have to change the DNS Nameservers. When you do this, it takes somewhere between 36 and 72 hours to propagate across the Internet. Read more »

Nov
19
2010
Making A Super Solid Contact Form

Tags: ColdFusion, Databases, Web Programming

If you want to ensure the delivery of your email (or just save the data) from a contact form, here's a technique, to help.

A typical contact form processes a script which sends an email to you with the information that was filled out. See example below: Read more »

Nov
04
2010
HTML Text Formatting - Italic and Bold Text

Tags: HTML, Web Standards, XHTML

The other day as I was formatting some text for this website, I was thinking about how there are two different tags that can produce italic text. One is the <i> tag, and the other is the <em> tag. Wanting to know more, I did a little internet research. Read more »