02 Google App Engine for Java

Eclipse setup for Google App Engine and import of guestbook project. . . . → Read More: 02 Google App Engine for Java

01 Google App Engine For Java

Guestbook Example Application . . . → Read More: 01 Google App Engine For Java

03 – Nagios monitoring http, mysql, load average and disk space

Third part, about Nagios monitoring, how to check http, mysql, load average and disk space. . . . → Read More: 03 – Nagios monitoring http, mysql, load average and disk space

02 – Alive monitoring with Nagios

Second part, after the basic installation, now I implement an alive check. . . . → Read More: 02 – Alive monitoring with Nagios

01 – Installing Nagios on Ubuntu Linux

In the video I go through a Nagios server installation starting from scratch. . . . → Read More: 01 – Installing Nagios on Ubuntu Linux

Amazon AWS Simple Email Service with Java

How to send an email with Amazon Web Services, using the Java SDK … . . . → Read More: Amazon AWS Simple Email Service with Java

Spring schemaLocation fails when there is no internet connection

A Spring application, built with Maven Shade plugin, was working normally, except when the internet connection was missing. . . . → Read More: Spring schemaLocation fails when there is no internet connection

Passing local variables to AJAX callback functions in jQuery

This post solves two problems I had:

  • how to pass a local variable to an ajax callback
  • how to have the error handler to be called even on 404 or network errors

. . . → Read More: Passing local variables to AJAX callback functions in jQuery

Randomise file dates

I wrote a small Perl script to randomise file dates. It doesn’t seem particularly useful, but I needed it to have some test data. It accepts as argument either a filename or a wildcard expression. . . . → Read More: Randomise file dates

15 – YUI 3.5 Javascript IO

How to make an AJAX request with YUI IO. . . . → Read More: 15 – YUI 3.5 Javascript IO