HTTP over SSL or HTTPS

September 1st, 2009 Posted in Web 2.0

Hyper Text Transfer Protocol Secure (HTTPS) is a secure version of the HTTP. Using HTTPS, the computers agree on a “code” between the systems  they communicates, and then they scramble the messages using that “code” so that no one in between can read them. This keeps your information safe from hackers.
They use the “code” on [...]

» Read More

Why Teachers are So Stressed

August 23rd, 2009 Posted in Web 2.0

Check out these Mathematics geniuses…

» Read More

Moving Options inside a Select Box using Jquery

August 13th, 2009 Posted in Web 2.0

Using Jquery  we can easily move or change the order of options inside an input select element. For eg consider the  the following select box and we need to move the option element “other” to the end of the list or after the element “goa”
<select id=”myselectbox” name=”state” >
<option>Select a state</option>
<option>Kerala</option>
<option>Other</option>
<option>Goa</option>
<option>Delhi</option>
</select>
We can use Jquery manipulation function [...]

» Read More

Mozilla Jetpack – HTML Based Extensions

August 11th, 2009 Posted in Open Source, Web 2.0

Mozilla Labs has launched a new project called Jetpack to explore new ways to extend & personalize the Web. Jetpack is an open source project to enhance the browser, with the goal of allowing anyone who can build a Web site to participate in making the Web a better place to work, communicate and play.

In [...]

» Read More

PHP optimization tips from Google

July 8th, 2009 Posted in Open Source, Web 2.0

Google recently posted some suggestions  on the PHP code optimization. There are a bunch of suggestions there some are sound very useful especially on the tips for the cache. However some of the advices make no sense at best and are potentially harmful at worst.
In the PHP 10.0 blog Stas has some responses to the [...]

» Read More
Page 2 of 4«1234»