Structuring your HTML code

Written by niemi | Sunday, June 17th, 2007
, , , ,

We talk a lot about semantic and valid HTML. What people tend to forget are the structure of their HTML code. If you take a look at the source code of ten random sites, chances are that nine of them are very messy – source code-wise.
Is it worth spending time on structuring it probably? After [...]

Comments

Problems with your charset?

Written by niemi | Thursday, June 7th, 2007
,

Have you ever had to deal with crazy symbols when using special characters, like the Scandinavian Æ, Ø and Å?
Well, you can solve the problem in many ways, but one thing that works 99.9% of the time is to open your .html, .php og .whatever document in Notepad (the classical windows text editor) and [...]

Comments

Google Analytics in 5 minutes

Written by niemi | Friday, May 25th, 2007
, , ,

For those of you unfamiliar with Google Analytics, it’s a tool that logs detailed information about your visitors. More details here.
How to integrate Google Analytics with your homepage or blog?

1. Sign up
2. After you have signed up, you will be asked to fill some forms. Enter your domain address (e.g. www.attackr.com), choose your account name [...]

Comments