Archive for November, 2006

19th Nov 2006

A new theme

How do you like my new theme?

Features:
- Imageless
- Minimalist
- Clean
- Easy to navigate

Technorati Tags: , , , ,

Posted in WordPress | 3 Comments »

19th Nov 2006

World Wide Web (WWW)

These days, WWW is all about…

WWW

Technorati Tags: , , , , , , , , , , ,

Posted in WWW | No Comments »

14th Nov 2006

New-Window Links in a Standards-Compliant World

function externalLinks() {

if (!document.getElementsByTagName) return;

var anchors = document.getElementsByTagName(”a”);

for (var i=0; i<anchors.length; i++) {

var anchor = anchors[i];

if (anchor.getAttribute(”href”) &&

anchor.getAttribute(”rel”) == “external”)

anchor.target = “_blank”;

}

}

window.onload = externalLinks;

Source: Sitepoint

Posted in Snippets | No Comments »

Free Anonymous Proxy