Friday 30th of July 2010

JavaScript Cheat Sheet

For all those who need a quick JavaScript reference sheet.
JavaScript Cheat/Reference Sheet

Reset CSS

Reference for resetting CSS
/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,
blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,
strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

Standard META Tags

A list of standard META tags.
<head>
<title></title>
<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″ />
<meta name=”author” content=”” />
<meta name=”copyright” content=”” />
<meta name=”description” content=”” />
<meta name=”keywords” content=”” />
<meta name=”robots” content=”index, follow” />
</head>

Increase SEO with Wordpress H1 Tags

Something I came accross while researching to improve SEO using Wordpress, I will blog more finding later, but for now this is pretty good.
Wordpress assigns the H1 tag to the blog name or logo image. The title of your article is actually a H2 tag. Although this is fine if your blog name is descriptive [...]

Series Premiere Air Dates

For myself and all those other fans out there who (sadly) download episodes of Lost, Prison Break, Heroes, Dexter, Smallvile and Burn Notice. Here are the season premier air dates for this year!

Lost Season 5 – Not confirmed
Prison Break Season 4 – 1st September 2008
Smallville Season 8 – 1st September 2008

Heroes Season 3 (Villains) – [...]

The Dark Knight

What an amazing movie – Much better than the first installment of Batman, Batman Begins. Christian Bale shines once again as Batman/Bruce Wayne, his style of acting has really improved since Batman Begins and I was absolutely captivated by him.

Basic Accessibility Testing

To begin with select a representative sampling of pages that match the following criteria:
Include all pages on which people are more likely to enter your site (“welcome page”, etc.). Include a variety of pages with different layouts and functionality, for example:

Web pages with tables, forms, or dynamically generated results
Web pages with informative images such as [...]

Benefits of Pay-Per-Click (PPC)

Pay-per-click advertising (PPC) allows a business to display their advertising within search engine results or on other websites by bidding on one or more search terms and then to only pay for this when a user clicks the advert and visits their website.
With a PPC campaign you will be able to set a daily budget [...]

Google’s PageRank

Google believes in giving its users relevant search results rather than results that have more content or irrelevant content. An important factor for effective search engine optimisation is having relevant web pages on a website, which encourages Google’s search engine to spider the web pages successfully and only present the most relevant pages to the [...]