Andi Smith on November 19th, 2008

Google have released a “SEO Starter’s Guide” PDF document designed to help web developers understand how to improve their website’s ranking in Google.

“[The guide] covers around a dozen common areas that webmasters might consider optimizing. We felt that these areas (like improving title and description meta tags, URL structure, site navigation, content creation, anchor text, and more) would apply to webmasters of all experience levels and sites of all sizes and types. Throughout the guide, we also worked in many illustrations, pitfalls to avoid, and links to other resources that help expand our explanation of the topics.”

The PDF can be downloaded here. And here’s the original article from Google.

Continue reading about Google SEO Starter’s Guide

Andi Smith on November 18th, 2008

Over the last few months I have seen the issue of website accessibility become a much more important consideration to my company’s clients whenever we are building new websites. DDA compliance is no longer just a buzzword, it’s something clients request as an essential requirement. As such, it’s getting increasingly important for Web Developers to consider screen readers as they develop their web pages.

One useful tool for building screen reader friendly web pages is Fangs – a Firefox 3 extension that creates a text version of what a modern screen reader program would read.

I would strongly recommend that every web developer downloads this extension and gives it a try - you may be extremely surprised at the results and find that the accesible website you just built isn’t actually that accessible after all.

Continue reading about Fangs for the Text

Andi Smith on November 17th, 2008

Robert Kieffer has released a new tool for testing JavaScript code performance.

JSLitmus is designed specifically to allow you to quickly and easily write a JavaScript test, run it on any modern browser, and document the result.

By including the JavaScript file and a single line of code per test, loading the page in your browser will give you access to the test suite. By hitting the run button you will get a break down of each test, together with a graphical chart showing the results. You can, of course, use the testing suite in different browsers to see how your code performs in them all.

Want a demo of the tool itself? You can try it out on the JSLitmus homepage.

Continue reading about JSLitmus

Andi Smith on November 14th, 2008

Continue reading about Further Reading for Internet Explorer 8