TipnTricks Subscribe to TipnTricks
Copy Music from iPod to the Computer
To copy all your music from your ipod to your computer without using itunes, here are some steps: – Plug your iPod in and wait till your computer recognizes it…. Read more
Twitter Updates in GTalk Or Gmail Automatically
Chitter.im is a Gtalk bot that allows you to communicate with Twitter very easily ,You can receive tweets, retweet them, quote, follow or unfollow users and also sent direct messages… Read more
How to make people follow you on Twitter
Twitter has become one of the most important tools for blog promotion and for that you need to have quality followers. It’s not just about the number of followers you… Read more
Backup MySQL Database using mysqldump
One should backup their databases often, in order to avoid loosing all data. You should be very careful while copying your database. Here i am going to explain how to… Read more
CSS Expressions
We can use CSS expression, to make the styling of an HTML element dynamic. CSS are generally JavaScript driven, that means what ever we write using CSS classes, gets applied… Read more
Recover and Restore Bookmarks in Firefox
The only way to restore the deleted bookmarks in Firefox browser is through ‘Bookmark Backups’ folder. You can follow below mention steps to recover all yours lost bookmark using simple… Read more
Delete duplicate rows from a table – SQL
Lets say i have a table “Table1″ which have some duplicate records. First way to delete duplicate rows : Select distinct * into Table2 from Table1 drop table Table1 Then… Read more
Publish Your Latest Blog Posts Automatically to Facebook Fan Page
SS Graffiti app helps publishing your blog posts to your Facebook profile or fan page Automatically. This application monitors your blog for any update and publish it automatically to your… Read more
Command line arguments using xargs – Linux
If you would like to take the output of one command and pass it on to another UNIX program, you can use different methods: For example if I need to… Read more
Exposing Logged-In User Details In an Application
Whenever we built an application (specifically web based), we require to maintain the information of logged-in user on each page of the application. and typically, we also require to authorize… Read more





