All tricks on da WWWeb

This is a collection of cool Web programming stuff - mostly UI Design, optimization & usability related stuff

Home  |  Sumedha Pics  |  Thoughts  |  Humour  |  ParaNormal

Friday, August 26, 2005

kryogenix.org

All about latest happenings in web programming..
--> CSS, DOM, DHTML, and other intereseting stuff...

Thursday, August 18, 2005

AJAX: toolbox - nice example

http://www.ajaxtoolbox.com/request/examples.php

The above is created by Matt Kruse

Tuesday, August 16, 2005

DHTML: flash like img-zoom menu

Wonderful flash like - image-zoom menu in DHTML!!
http://scriptasylum.com/personal/

Sunday, August 07, 2005

MSSQLCity.Com - DB comparison articles

MSSQLCity.Com comparison articles

This one seems to be straight-fwd and useful:



















































































Feature

SQL Server
2000


Oracle 9i

database name
length
128
8
column name
length
128
30
index name
length
128
30
table name
length
128
30
view name
length
128
30
stored
procedure name length
128
30
max columns per
index
16
32
max char() size
8000
2000
max varchar()
size
8000
4000
max columns per
table
1024
1000
max table row
length
8036
255000
max query size
16777216
16777216
recursive
subqueries
40
64
constant string
size in SELECT
16777207
4000
constant string
size in WHERE
8000
4000



--end--