25% Off One Full Year
Anatomy of a Web SiteDo It YourselfDrive Traffic to Your Site

Anatomy of a Web Site

It’s the prerequisite for the rest of your Web site education. Learn to identify the different parts that together make a Web site tick.

Do It Yourself

With a little bit of patience and a lot of research, you can build your own Web site. We can help you with the research.

Drive Traffic to Your Site

Learn how to mix marketing prowess with technical savvy to get your Web site in front of your target audience and maximize conversions.


PHP: Hypertext Preprocessor

Do It Yourself, Write Your Own Code

PHP is a scripting language embedded into HTML Web pages to create dynamic features. When your Internet browser requests a Web page with PHP components, the PHP code runs on the server and generates a Web page with unique content. That customized Web page is sent to your browser. continue »

Active Server Pages

Do It Yourself, Write Your Own Code

ASP is Microsoft’s interface for creating dynamic, interactive Web pages. An Active Server Page is an HTML Web page that contains codes written in interactive scripting languages embedded in the HTML. The Web server processes those codes, generating custom content on the Web page. The custom Web page is then returned to your browser as a regular HTML document. continue »

Database

Database, Do It Yourself

A database is a great way to organize Web sites with a lot of regularly updated content. Databases power dynamic Web sites, meaning pages are created each time someone requests them. The pages are made by pulling information from the database into a Web page template upon request. continue »

ColdFusion

Anatomy of a Web Site, Web Hosting

In the ColdFusion development environment, it’s easy to build dynamic Web sites and Internet applications because you can develop a site or application that pulls data from a content database. Then, you can use that stored content within templates to dynamically create Web site pages. ColdFusion offers a fast and efficient way to integrate browser, server and database technologies into powerful Web applications. continue »