Archive for May, 2009
SMS Rail to 139 – IRCTC SMS service
IRCTC launched their SMS service recently. You can do PNR enquiry, Current Train running Position, Fare enquiry and Accommodation availability. These services are not available to all carriers yet but will be covering rest of carriers soon. As of now SMS service is available for Airtel, Vodafone, Idea, Aircel, BPL, Tata and MTNL and will [...]
PHP and Web Services
PHP and Web Services View more Microsoft Word documents from Bruno Pedro.
Backup MySql – Shell Script
Here is a Shell script using which Mysql Database instance can be backed up. You can schedule this script using cron or any other scheduling utility to run once in a day and take backup of all database schemas in your database. #!/bin/bash # Shell script to backup MySql database MyUSER=”mysql_user_name” MyPASS=”mysql_user_password” MyHOST=”localhost” MYSQL=”$(which mysql)” [...]
Javascript jQuery Ui
Javascript jQuery jQuery Ui View more presentations from Tom Friedhof.
Installing Java Plugin on Mozilla Firefox – Linux (ubuntu)
Java Applets are used on web pages for better interactions like online games, widgets like analog watches and many more. The main advantage of Java is that it can be run on any platform like Windows, Linux, Mac and many other. Java applets are run by the Java Plugin installed with your web browser. If [...]
