Recent Blog Posts
Microformats Written by Andrew NL | 4 Comments »

Microformats are specifically used to help humans understand coding problems and logics.  Microformats are a set of simple open data formats built upon existing and widely adopted standards. Instead of throwing away what works today, microformats intend to solve simpler problems first by adapting to current behaviors and usage patterns (e.g. XHTML, blogging). Microformats are: [...]

Category: IMD 405 Tags , , ,
Cost Per Click Advertising Written by Andrew NL | No Comments »

Websites such as Forbes, ESPN, LA Times, San Francisco Chronicle, Lonely Planet, Chicago Tribune, Seattle Times, etc offer pay-per-click (PPC) or cost-per-click (CPC) based advertising programs. CPC text ads are javascript based applications, other applications such as adsense / adwords are created the same way. The way the payment works is by people clicking your [...]

Category: IMD 405 Tags , , , ,
WordPress Sitemap Tutorial Written by Andrew NL | 2 Comments »

How to install an sitemap into your wordpress: Step 1) Open notepad or any text editing program. Step 2) Copy and paste the given code below and save your document as sitemap.php <?php /* Template name: Sitemap */ ?> <?php get_header(); ?> <div id=”container”> <br /> <h2 id=”post-<?php the_ID(); ?>”><?php the_title();?></h2><br /> <h4>Pages:</h4> <ul> <?php [...]

Category: Tutorials Tags , , ,
Google Analytics Written by Andrew NL | No Comments »

Is Google Analytics Free? Yes, just go to www.google.com/analytics and register. How do you install Google Analytics? Once you register, you must submit your domain into your domain list. Once your domain is inserted, Google will give you an javascript code to embed into your site. You must place this code underneath your meta keys. [...]

Category: Google, IMD 405 Tags , , ,
Customizing 404 Error Pages Written by Andrew NL | No Comments »

The 404 Error page is a page that is shown when a user goes to a page that is not valid to the current site. There are a couple reason why a user would run into this page. The site document could be missing from your server. The site’s server could be down. Javascript redirection [...]

Category: IMD 405 Tags , , ,