From the category archives:

Code

Encrypt HTML form data without using SSL

October 24, 2009

In certain cases, it might be hard to install SSL certificates or SSL is not supported by some webhosts. In those cases, there is a need to encrypt the data (POST/GET) that is sent when you submit a form because if you don’t, your data will be sent in plain text. So I ran into jCryption, [...]

Read the full article →

How to Get a Google Wave Account

August 15, 2009

Click here on how you can get access to get a beta or sandbox account for Google Wave. Google Wave is a new tool for communication and collaboration on the web, coming later this year.

Read the full article →

How to edit any Webpage on the fly using JavaScript

January 30, 2007

OurPicks have an interesting piece of code snippet on their forums. A simple JavaScript code that lets you edit any webpage, static or dynamic on the fly Let us try this: Step # 1: Go to any website. Let us go to Slashdot.org Step # 2: Delete everything in the address bar Step # 3: [...]

Read the full article →