Free Online Programming Tutorials

Let’s Learn Web Programming!





Archive for November, 2009

Here’s more info on cookies that you may want to know -

• When the cookie is requested for the first time, the cookie is stored using the set-Cookie entry in the header of the response from the server.
• Set-cookie : name= value; expires = Date;Path=PATH;domain=DOMAIN;secure

Optional attributes are –
Read the rest of this entry »

Wondering what is JavaScript? Well, here’s a brief introduction to JavaScript, along with some of its common uses…
Read the rest of this entry »