General Information
Education
Bachelors Degree
Web Design & Interactive Media
Graduation: December 2010
Bachelors Degree
Web Design & Interactive Media
Graduation: December 2010
Messenger
![]() |
AIM|AndrewNLeon |
![]() |
Yahoo|andrewnleon@yahoo.com |
![]() |
MSN|andrewnleon@gmail.com |
Statistics



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:
A way [...]
Category: IMD 405 | 3 Comments » Tags: Data Formats, Microformats, Principles, ThinkingWebsites 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 [...]
Category: IMD 405 | No Comments » Tags: Adsense, Advertising, Adwords, CPC, PPCHow to install an sitemap into your wordpress:
Category: Tutorials | No Comments » Tags: PHP, Sitemap, Tutorial, WordpressStep 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 wp_list_pages(‘title_li=’); ?>
</ul>
<br />
<h4>Posts by category:</h4>
<?php $cats= get_categories(); ?>
<?php foreach ($cats as $cat) { ?>
<?php [...]
Is Google Analytics Free?
Category: Google, IMD 405 | No Comments » Tags: Analytics, Google, Traffic, WebsiteYes, 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.
What is Google Analytics?
Google [...]
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.
Category: IMD 405 | No Comments » Tags: 404, Customization, Error, PageThe site’s server could be down.
Javascript redirection or any type of [...]
Newsletters:
Category: IMD 405 | 1 Comment » Tags: Email, Mailchimp, Marketing, Newsletter, Techniques, UtilitesUtilizing emails to send your website news around is a great way to spread your name. This technique is commonly called Newsletters. Newsletters include information about your website and is emailed to the recipients. The look of your newsletter can be designed or put in a basic format. A great site that makes newsletters easy [...]
Search Engine Optimization Techniques
Category: IMD 405 | No Comments » Tags: Advertising, Knowledge, Meta Tags, Optimization, Search, WebsitesHere is a brief list of very important ways to improve your website’s traffic and statistics. In this article I will briefly talk about ways to improve your very own website’s popularity or traffic.
1) Meta Tags – Meta tags are used to provide structured metadata about a Web page, such as who [...]