Creative, Informative and Entertaining Stuff for everyone

Monday February 6th 2012

Categories

Archives

Calender

July 2010
S M T W T F S
« Dec   Nov »
 123
45678910
11121314151617
18192021222324
25262728293031

Archive for July, 2010

font size issue on iphone

In case you are viewing the html page in iphone and the content appear differenct (the font size appearing bigger/smaller) than other phone, then add the below meta tag code for iphone in your html file in the head tag For more details visit [...]

export data to excel file (.xls format)

By using the below code you can export your data from the database to excel file. When you run the below code, the excel file get generated and get downloaded to the client machine.

How to fetch multi-lingual content from database

The basic purpose of this post is to guide you all about fetching multilingual content from database. I mean to say that, if you have stored japanese text in your database, So in order to fetch the japanese content , you need to set the character encoding to UTF-8 format, while communication with the database for fetching the result. In Case [...]