Posted in Tue, 31 January 2012 ¬ 18:50h.Federico
A custom gesture recognisers allows you to simplify the job of detecting specific touch patterns on a iPhone or iPad. Although some basic gestures (long tap, double tap, pinching and zooming, and so on) are already available from Apple out of the box, more complex finger movements must be detected by yourselves. By implementing your [...]
Read the rest of this entry »
Posted in Thu, 26 January 2012 ¬ 20:34h.Federico
When joining two tables in an SQL statement, there are two options. You can use an inner join, or you can use an outer join. Let’s see what the differences are. Share this:EmailFacebookSharePrintRedditStumbleUponDigg
Read the rest of this entry »
Posted in Tue, 24 January 2012 ¬ 13:18h.Federico
In writing shell scripts sometimes you want to be able to execute several SSH or SCP commands in a row. Unless you have set up authorised keys on the server, each one of the commands executed in the script will require that the user enter their password for the connection to be established. Or you [...]
Read the rest of this entry »