From the monthly archives:

December 2008

All About the SSL Protocol

December 11, 2008

What is SSL?
SSL stands for Secure Socket Layer (SSL). Originally developed by Netscape and now a de-facto standard for secure communication over the internet, SSL is implemented by all secure web servers and browsers like Internet Explorer, Firefox, Safari, Opera etc.
Where SSL is used
The widest use of the SSL protocol is done in browsers. It will [...]

How to send and receive data using Ajax

December 4, 2008

What is Ajax? – An introduction to Ajax
Like the desktop applications where the data transfer between the client and the server side is seamless without any visible refresh, Ajax gives you the power to do the same on web based applications.
When you press a Submit button on a web page or a click a link, a [...]