blog
HOME · CREATIVE · WEB · TECH · BLOG

CityTech ADV 4850 - Tag Archive

Thursday, October 2nd, 2008

Setting Up WordPress

There are a number of reasons why you’d want to change WordPress’ default settings. This post goes over our standard practices and why we’ve adopted them.
But the first step, of course, is to install WordPress. To do that, go to wordpress.org and follow the directions given there (the directions they have are pretty excellent). To [...]

Read More...
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...
HOME · CREATIVE · WEB · TECH · BLOG