Archive for October, 2009

SVN Security tips

We came across a situation where we needed to have our code on remote server for debugging purposes and then building it. We did not wanted to keep source as well as the svn credentials we enter to check out on the server, which is by default cached by subversion client. Did some search on [...]


Applying Styles to Check Boxes / Radio Buttons – Jquery Plugin

Check boxes and radio buttons are INPUT elements of HTML which lets us choose the options. Check boxes are used for choosing some of the options or enabling/disabling some value. Radio buttons are generally used for choosing one of the various options. Both have minimal UI and supporting messages are generally displayed to describe the [...]


Convert media(video, audio, image) in different formats, for devices & phones

Changing the format of media is required because different devices and different software platforms do not support all the formats and some times limitations are also based on the hardware like different devices where you get different screen sizes and different processors to render the media so it should be compatible with the device else [...]


Search indian laws, court judgments, tribunal judgments and law journals — indiankanoon.org

A great initiative, a very useful service which every educated person should use and try to make use of it. Know about your judiciary by this website which provide search on Indian Laws, court judgments, Tribunal judgments and law journals. www.indiakanoon.org Here I will try list the functionality of this service and will provide my [...]


File upload using Ajax – Jquery Plugin

I have already written about the Ajax file upload on this blog and found this another plug-in of Jquery for Ajax file upload. Looks like an evolved plug-in with nice demonstrations and documentation at their home page. This is called Uploadify, you can check this out at www.uploadify.com Let me just try to describe this [...]