Now, you can type directly in Devangari script on any text field on any website. Thanks to http://code.google.com/p/t13n/ Just drag the link below to your bookmarks bar: Drag this link to your bookmarks bar How to use After a webpage loads, just click on the bookmarklet to enable it. After enabling it, you can type… Continue reading Type in Devanagari in any field on any site
Month: March 2010
[HOW-TO] Converting case in MySQL
I had been wondering this for few days. I wanted a solution which could comvert first letter of text in some fields to uppercase and the rest to lower. I got time today and experimented a bit and found a very simple solution. CREATE TABLE temp_users ( fname VARCHAR( 50 ) NOT NULL email VARCHAR(… Continue reading [HOW-TO] Converting case in MySQL