Monthly Archives: January 2007

Database Normalization

http://www.devshed.com/index2.php?option=content&task=view&id=85&pop=1&hide_ads=1&page=0&hide_js=1
 

Call me a nerd, but I’ll never foget the elation I felt several years back when I first succeeded in connecting a database to a Web page. At the time a newcomer to the world of database administration, I happily began creating all kinds of databases to [...]

Difference between get and post method

Content:

The fundamental differences between “GET” and “POST”
Why the distinction matters
Differences in form submission
Differences in server-side processing
Possible reasons to use “POST” for idempotent queries

The fundamental differences between “GET” and “POST”
The HTML specifications technically define the difference between “GET” and “POST” so that former means that form data is to be encoded (by a browser) into a [...]