Easily Backup Mozilla Firefox Profile Settings
|

Easily Backup Mozilla Firefox Profile Settings

Consider a situation when you are browsing and suddenly your browsers crashes. You restart the browser and notice that all your bookmarks, history and profile data is lost. To get rid of this problem, we found an excellent utility, MozBackup, which can help you backup your Mozilla Firefox of Thunderbird data in few simple clicks.

|

Things you should know before buying a laptop..

I’m pretty sure most of the people who visit this site have at some point or the other had to make a decision about what laptop to buy. More often than not we buy our laptops and are very happy with them for the first month and then things begin to change. Of course, having spent all this money we’re not going to let anyone know that we’re unhappy now, are we?

How To Easily Merge Multiple MPEG Videos
| | |

How To Easily Merge Multiple MPEG Videos

There are times when a number of small video clips are created when one uses the video function in one’s phone or perhaps you’d like to join together a set of mpg clips created by your digital camcorder. If your camcorder or clips are in the MPEG format, you’re in luck – a simple command line will append and merge the clips into a single large clip allowing you uninterrupted viewing pleasure. This is done by using the COPY command and without the need for any external utility.

Simplify clearing the Windows Print Spooler Queue
| |

Simplify clearing the Windows Print Spooler Queue

Windows uses Print Spooling to store the print jobs (data sent to a printer) in a buffer, allowing the program that sent the data to the printer to resume its normal operation. Basically, it means that your Word Processor need not wait for the file to print before restoring control to the user. You’re free to work on the document while the printer keeps printing.

| |

Three pieces of code to replace WordPress plugins

While WordPress plugins are really useful, you don’t need plugins always to add certain features to your themes. Here are a few code snippets you can add to your theme files to display recent posts, random posts and recent comments. Recent Posts The following code will enclose the latest 10 posts in an unordered list.