Posts Tagged ‘html’

HTML5

It certainly seems that HTML5 is starting to take hold with more and more websites launching that make use of HTML5 but how good is it?

Read the rest of this entry »

A simple PHP HTML/CSS templating system (REDUX)

It is beyond silly to repeatedly copy and paste the same HTML into the top and bottom of every HTML file that you create. That’s why god invented include() but, the humble header/footer HTML include file needs to be extended slightly – that is, unless you want all your pages to have the same title/meta description/CSS files etc.

Read the rest of this entry »

My HTML/CSS templating system

When creating pages with HTML/CSS I like to make it as speedy as possible for both production and future maintenance. I make this possible with a very simple PHP template system.
Read the rest of this entry »

John Lewis – great fluid design pity about the tables

This week I discovered the John Lewis website and I must say it has mightily impressed me. The only thing that troubles me is the HTML/Javascript code lying beneath.

Admittedly, isn’t as awful as some (we’ve all seen worse) it isn’t as forward thinking as the website would suggest. A quick View Source reveals the culprit… Microsoft Visual Studio.NET 7.0

Read the rest of this entry »

What is Search Engine Optimisation (SEO) and how can it be achieved

The concept of good SEO is for your website to appear well in the natural rankings of Google/Yahoo/MSN/etc as opposed to the paid for listings (which cost money and don’t perform as well).

Read the rest of this entry »