Posts
It's that time of the year. It's what I call the "search engine suicide watch". Usually, twice a year, Google does a major update to their algorithm, databases, search engine rankings and PageRank. (More)
Here's a nice easy HTML tip for you - one you can use with your forms. I'm referring to the TABINDEX element. TABINDEX allows you to control the order each item on your form is processed. (More)
If you build a website on your server using php here's a useful function you can call to display information about your php setup. phpinfo(); It displays a vast amount of information about PHP and its current state. This includes: PHP compilation options Extensions PHP version Server...