Browsing Tag
JavaScript
4 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.…
Perl/Ajax with JSON
I just discovered this very interesting article about Perl, CGI, Template and Ajax using JSON. I’m going to…
Centering a CSS div layer in your browser window
Some time ago I needed to create a popup window on a web page, and it had be…