Recent Blog Posts
IMD 465 Senior Project Research Written by Andrew NL | 2 Comments »

Jomsocial What is Jomsocial? Jomsocial is a social network that you can customize for your likings. This system has a great back-end and is fully customizable for a programmer and designer. What can you do with Jomsocial? Build your own social network with your own logos, graphics and themes. Customize the look of your community [...]

Category: IMD 465 Tags , , ,
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 , , ,