Aggregator

<< 2005 < March April 2006 May > 2007 >>
SunMonTueWedThuFriSat
      1
2
3
4
Preparations for Naked CSS Day

Six more hours before the Naked Day is upon us.


5
Happy Naked CSS Day Everyone

Happy Naked CSS Day everyone. I know its kinda late - but still I hope you had fun. Just 6 more hours to go, so if you want to see my site naked, this may be your last chance.


6
7
8
9
Accesskeys - Assigning Shortcuts for your Web Pages

Accesskeys let the web developer assign shortcut keys to an element. This is very easy to do - just put accesskey="CHARACTER" attribute in the element which you wish to create a shortcut for.


10
11
Skip Links

Skip Links are the links given at the top of the page that lets the users skip directly to the content area.


12
13
Creating DOM in a much easier way

Everyone who have tried their hand at creating a DOM structure using the W3C method knows that it is not easy. It is a piece of cake using innerHTML. But when we try it using W3C methods like document.createElement, we will find that it takes ten times mo


14
Query() Function

query() function will accept a query as its argument and return the data in different formats based on the result of the query.


Query() Function for PHP

query() function is a PHP function will accept a query as its argument and return the data in different formats based on the result of the query.


15
16
17
18
19
sql2json() - Converts SQL Results to JSON String

sql2json() converts the result of the given SQL query to its equivalent JSON string.


sql2json() - Converts SQL Results to JSON String

sql2json() converts the result of the given SQL query to its equivalent JSON string.


20
21
22
23
Online Sudoku 2 Realeased

After a long wait, I have released the Online Sudoku 2.00.A to the general public. If you like the game, you can download the code and install it in your site.


24
My New Site - OpenJS.com

I just bought OpenJS.com(no point following the link - there is nothing there). I plan to make it a site about JS - I want to stop writing JavaScript stuff here - and put all the JavaScript related stuff there instead. The huge bulk of my posts are about


25
CreateDOM - $C() - Create DOM Stuctures Easily

$C() is a function that provides a much easier alternative to W3C DOM's createElement function. You can create DOM sturctures very easily with it.


26
27
28
29