Browsing Tag
MySQL
3 posts
Datatables and Perl (and a little bit of jQuery)
Recently I’ve stumbled on a pretty cool OpenSource project called ”datatables” (http://datatables.net/), which allows to easily create tables…
Google GeoChart, JSON and Perl
The Google API GeoChart Map (https://developers.google.com/chart/interactive/docs/gallery/geochart) is pretty nice widget to generate nice maps based on certain values.…
Secure MySQL Backups with GnuPG
One way to secure your MySQL backups, is to encrypt the backup file using PGP/GnuPG. Of course you…