Blog

Generate Auto Table of Contents in Microsoft Word

Generating table of contents automatically in Microsoft Word is one of the necessities for bachelor level students these days. We get loaded with lots and lots of projects each and every semester and along with the projects come reports. Before 2-3 years, I didn’t know about this amazing feature in word. I’d say that I […]


Backup MySql database automatically

Hello, Recently, I had to work on a rather out of the scope issue, regarding the backup of mysql databases automatically. I mean manual backing of data or databases can be trouble some, and one might forget usually. So, why not write a script that can be scheduled to run automatically. This will ensure that […]


Simple PHP Calendar

Here is a simple PHP based calender script for your website.Simply copy and paste the code and get it working. The script generates a calender widget,can be styled through CSS as desired and next and previous months can be navigated. https://github.com/sajanm/php-calendar/