blog
HOME · CREATIVE · WEB · TECH · BLOG

Archive for September, 2008

Thursday, September 25th, 2008

What are “dynamic web pages”?

Pages that change are called dynamic pages. These can be template based or have small (or large) scripts embedded in them that execute either in the browser or on the server before the page is delivered to the browser.

Read More...
Thursday, September 18th, 2008

Getting Started with SEO

When people start to learn the web they hear pretty quickly that they should “optimize” their pages. But a surprising number of people, even some big bloggers, don’t do it… I’m not sure the reasons, but I have a feeling some people find the process intimidating, while others just feel “Google should figure it out”. [...]

Read More...
Friday, September 12th, 2008

PHP 101: Echo – The command that inserts text

The echo command in PHP is one of the fundamental building blocks that’s used all the time. Mastering it’s use is something you want to as soon as you start to learn PHP.

Read More...
Friday, September 12th, 2008

PHP 101: Includes

PHP includes are one of the first things anyone using PHP uses. And they’re used in almost all professionally built sites. This post explains how they work and some of the tricks to use them effectively.

Read More...
Friday, September 12th, 2008

PHP 101: Using Apache Envirnoment Variables

Apache, the web server software that runs most web sites, provides the developer with basic information about the page request via what are called “environment variables”. This post explains how to access Apache environment variables using PHP, and some tricks to use them effectively.

Read More...
HOME · CREATIVE · WEB · TECH · BLOG