Browsing Category
Web
11 posts
Perl: SSL Communication in web applications
The following demonstrates how to create a strict SSL communication between client and server, using HTTP.This setup could…
Postgresql 9.3: Creating an index on a JSON attribute
Recently I’ve discovered some very interesting new features in the PostgreSQL 9.3 database.First of all, a new data…
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.…
Geotag your photos with Perl and GPX files
Geotagging photos used to be a very expensive operation, since you needed special equipment, heavy antennas and especially:…
Generate thumbnails with Perl and Image Magick
Putting photos on a website has always been a pain. There were always a few steps you had…
Perl/Ajax with JSON
I just discovered this very interesting article about Perl, CGI, Template and Ajax using JSON. I’m going to…
Perl, Facebook and GMail Contacts
There are probably already 13 in a dozen applications or websites that can do this, but I wanted…
A Timesheet to Google Calendar Importer (in Perl)
Somebody once told me that a good engineer / scientist is extremely lazy. He HAS to be extremely…
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…