Archive for March, 2009

Read – write cookie – javascript – Jquery

An easy to use Jquery plug-in for reading and writing cookies. There are traditional ways to read and write cookies using plane javascript(http://www.quirksmode.org/js/cookies.html) but if you are using Jquery in your solution, you can minimize your effort by using this plug-in. You will require Jquery core (jquery.js) for using this plug-in. below are some examples [...]


Pattie Maes & Pranav Mistry: Unveiling the “Sixth Sense,” game-changing wearable tech


Types of JDBC drivers

A quite popular question in java interviews is that what and how many different types of JDBC drivers exists? The answer must be known to lot of people in java development world but i am sure there are many which are not aware of this. There are 4 types of JDBC technology drivers: 1. JDBC-ODBC [...]


Things to avoid in JavaScript

Things to avoid in JavaScript View more presentations from moschel.


High Availability (HA) – MySql using DRBD Part 7

Configuraing MySql on DRBD cluster: Till now we have learned that who we can connect two machines and use DRBD to replicate data on one device on 1st machine to another device on 2nd machine. This replication can be used for backing-up any kind of data,files etc. We are here going to discuss about how [...]