Author Archives: Arul

How to access irctc mobile site from your computer

How to access irctc mobile site from your computer Two weeks before irctc launched mobile site for train booking. But when I try to go https://www.irctc.co.in/mobile from my pc its redirect to usual site. The problem is they are checking the …

Read more »

How to copy commits from one branch to another in GIT

I have GIT version management tool for versioning and using gitolite for user and project management within git. Will tell about this gitolite story in a seperate post. Here we are going to learn how to copy commits from your master …

Read more »

Get last date of month using java

Using Calendar class in java you get everything. We can get the last date of the month using that. Please have a look of this code snippest to get last date of the passing month. Here is the full code …

Read more »

Problem viewing Tamil fonts in chromium on Ubuntu

I am the big fan of tamil love poems.. Within Google reader all tamil blogs fonts are displayed correctly in chromium which was downloaded from Ubuntu software center. But when I goto that link directly, that page is not rendered …

Read more »

Shared media files with other users in linux

          I think everyone might come across this problem. How to share your Music and Videos with other users in linux machine..? For mine ( username is arul ) I have all music and videos in my …

Read more »

Dos2Unix / Unix2Dos in ubuntu

By default ubuntu does not have dos2unix and unix2dos commands. But they provide some alternative commands. Those are fromdos and todos. sometimes its hard to switch to new commands. You can solve this issue by creating soft/symbolic links. Here its …

Read more »

Upgrade Samsung Galaxy 5 and 3 to Froyo

How to Upgrade your android to 2.2 I am going to give steps for how to updagrade your Samsung Galaxy 3 (GT-I5800) and Samsung Galaxy 5 (GT-I5503) phone OS Android 2.1 (Eclair) to Android 2.2 (Froyo). I tested these steps myself. …

Read more »

Android problems – Galaxy 5

Here some of the problems are hardware dependent and some are OS dependent. But still those are not fixed in the latest version of android. But still they have major share in smartphone market The problems in my mobile only. …

Read more »

Toggle copy email in jQuery

In my current project jquery plays a main role. I done some small fixes on the jquery script. At that time i learned something on jquery. Here i am going to explain one of my jquery experience. To prevent copy …

Read more »

Flex runtime spacer

I am using Flex 4 for one of my Flex project. That project needs some dynamic spacing between the components. Here is the example code for the runtime spacer. I am using spark components here. Code: Running example: