Quick Tips For Google Adwords

Google Adwords is great for driving traffic to your site but its hard to get your ad clicked on in the first place. Once your ad has been clicked on you need to get the user to “do something”, this may be as simple as viewing a page but can involve capturing user information via a web form.

Read the rest of this entry »

Pure CSS Rounded corners

The CSS3 specification offers a new border-radius property to create perfect rounded corners purely using CSS.

Read the rest of this entry »

Using Non-Standard CSS Properties

This site extensively uses CSS property box-shadow. Since this property is not available in all browsers we had a few decisions to make. At first we decided using transparent PNGs but these are a no-no in earlier versions of IE, but then we knew this could be fixed with the many PNG fixes around for IE. So we decided to use transparent PNGs and a script to add this functionality to IE. We decided this because we wanted to ensure maximum browser reach in terms of how the site would look.
Read the rest of this entry »

Simple SEO Rules

On Page Search Engine Optimisation Tips

Page Title

  1. Use unique HTML title tags on every page.
  2. Page title should gracefully truncate at 66 and 75 characters and should never exceed 120 characters.
  3. Ideally being title tag with name of your business and present in breadcrumb format.
  4. If possible incorporate a call to action statement.
  5. Keywords used in the title tag should all be repeated in the URL, meta-keyword tag, heading tags, and body text.

Read the rest of this entry »