JavaScriptProgramming

AJAX

AJAX is a new approach to interactive web applications, basically involving using JavaScript that queries back to the server (without refreshing the whole page) using XMLHttpRequest. I had seen this term a few weeks ago and then...
GeneralProgramming

Learning vi/vim

I've decided that I want to become more proficient in vi, the classic UNIX text editor. Being a jed (which is emacsish) fan, it feels somewhat masochistic to learn vi, but also a good reason. The reason is that while jed and even...
Programming

Validation

I read somewhere that all human beings are searching for validation. Well, I think that I have found it: :-) w3c (X)HTML validator w3c CSS validator contentquality.com "cynthia" validator...