Implement micro formats on your website
Shows how to implement a range of different micro formats to your own website.
Shows how to implement a range of different micro formats to your own website.
The story of how I validated my blog
Shows how to run ASP.NET validators client-side without hitting the submit button
Explains how to enable debugging of JavaScript in Visual Studio
BlogEngine.NET just got new cool AJAX features using ASP.NET's client-callbacks feature.
Describes how to enable your sitemap for autodiscovery by all search engines
Add a class to all external or off-site links using JavaScript
Some years ago there was a lot of fuzz about the importance of the W3C XHTML standard. I’ve always been a firm believer of the standards and built every website to comply with them. But why? Very brief history The...
Many websites have two points of entry for each individual page – one with www and one without. It means that if other websites link to yours, they might link to the same page using two different addresses. If you make...
Internet Explorer can only make 2 connections at a time, which means that only two elements can be loaded while the rest is queued up. Imaging a web page with 10 Flash movies, then only two of the movies can be loaded at...