Blog

Sync Google contacts with Nokia E63 phone contacts

Jul 25, 2011

Follow steps below to sync your Google contacts with Nokia E63 phone contacts.

Read more
Categories : Mobile

Eclipse CRLF and File Encoding

Jul 21, 2011

If you are sharing a project which would be edited both in Windows and Unix systems, then its best to set the New text file line delimiter settings for eclipse to Unix. To do this Open Eclipse preferences from Windows->Preferences. Navigate to General -> Workspace and then for the “New text file line delimiter” choose radio button “Other” and from the list select “Unix”. Also since eclipse by default is not using file encoding UTF-8, its best to set that also while you are doing this. Under “Text file encoding” choose radio button “Other” and from the list select “UTF-8”.

Read more
Categories : Git   Programming

Apache Ant target execute based on condition

Jul 21, 2011

To execute an Ant target based on condition, use the “if” attribute of the target,

Read more
Categories : Java   CI

Internet Explorer min-width CSS property does not work

Jul 13, 2011

If the min-width property does not work in Internet Explorer

Read more
Categories : Web

Wubi 8.04, errors while installing

Jun 30, 2011

While running Wubi.exe got from Ubuntu 8.04.4 LTS (Hardy Heron) download page http://releases.ubuntu.com/8.04/,

Read more
Categories : Linux

Steps to start Tomcat windows service in Debug mode

Jun 2, 2011

*Change Directory under Tomcat bin folder C:\Program Files (x86)\Apache Software Foundation\Tomcat 7.0\bin

Read more
Categories : Java

Error while upgrading from Ubuntu 10.10 (Maverick Meerkat) to 11.04 (Natty Narwhal)

May 6, 2011

Got this error while upgrading from Ubuntu 10.10 to 11.04>The disc drive for / is not ready yet or not present. Continue to wait, press S to skip or M for manual recovery.

Read more
Categories : Ubuntu   Linux

Making HP Deskjet 1050 All-in-One printer to work in Ubuntu 10.10

Apr 26, 2011

*Go to “HP Linux Imaging and Printing” project in SourceForge.net http://sourceforge.net/projects/hplip/

Read more
Categories : Ubuntu   Linux

Installing Kindle For PC on Ubuntu 10.10 Maverick Meerkat

Apr 17, 2011

I wanted to use Kindle For PC in Ubuntu 10.10 Maverick Meerkat using “Wine”, but got the below error while running install .exe

Read more
Categories : Linux   Ubuntu

Ubuntu Linux command line tool to Convert PDF to Image and from Image to PDF

Apr 7, 2011

To convert Convert PDF to Image and from Image to PDF, follow the below steps,*Install ImageMagick - https://help.ubuntu.com/community/ImageMagick

Read more
Categories : Linux   Ubuntu