<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Made In Italy (and exported)</title>
	<atom:link href="http://blog.federicomestrone.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.federicomestrone.com</link>
	<description>Thoughts by an I.T. professional who sometimes wishes he was something else</description>
	<lastBuildDate>Thu, 02 Feb 2012 11:15:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Creating custom gesture recognisers for iOS</title>
		<link>http://blog.federicomestrone.com/2012/01/31/creating-custom-gesture-recognisers-for-ios/</link>
		<comments>http://blog.federicomestrone.com/2012/01/31/creating-custom-gesture-recognisers-for-ios/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 16:50:24 +0000</pubDate>
		<dc:creator>Federico</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://blog.federicomestrone.com/?p=297</guid>
		<description><![CDATA[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 [...]]]></description>
		<wfw:commentRss>http://blog.federicomestrone.com/2012/01/31/creating-custom-gesture-recognisers-for-ios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL JOIN: inner and outer</title>
		<link>http://blog.federicomestrone.com/2012/01/26/sql-join-inner-and-outer/</link>
		<comments>http://blog.federicomestrone.com/2012/01/26/sql-join-inner-and-outer/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 18:34:22 +0000</pubDate>
		<dc:creator>Federico</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[inner]]></category>
		<category><![CDATA[join]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[outer]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://blog.federicomestrone.com/?p=293</guid>
		<description><![CDATA[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&#8217;s see what the differences are. Inner Join An inner join (aka simple join) returns those records, and only those records, where the join condition matches. What that means is [...]]]></description>
		<wfw:commentRss>http://blog.federicomestrone.com/2012/01/26/sql-join-inner-and-outer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple SSH/SCP invocations</title>
		<link>http://blog.federicomestrone.com/2012/01/24/multiple-sshscp-invocations/</link>
		<comments>http://blog.federicomestrone.com/2012/01/24/multiple-sshscp-invocations/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 11:18:40 +0000</pubDate>
		<dc:creator>Federico</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[ssh password authenticate scp connection]]></category>

		<guid isPermaLink="false">http://blog.federicomestrone.com/?p=287</guid>
		<description><![CDATA[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 [...]]]></description>
		<wfw:commentRss>http://blog.federicomestrone.com/2012/01/24/multiple-sshscp-invocations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get 10% off at freeagentcentral.com</title>
		<link>http://blog.federicomestrone.com/2011/07/04/get-10-off-at-freeagentcentral-com/</link>
		<comments>http://blog.federicomestrone.com/2011/07/04/get-10-off-at-freeagentcentral-com/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 14:45:41 +0000</pubDate>
		<dc:creator>Federico</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[discount]]></category>
		<category><![CDATA[free agent central]]></category>
		<category><![CDATA[freeagent central]]></category>
		<category><![CDATA[referral]]></category>
		<category><![CDATA[referral code]]></category>

		<guid isPermaLink="false">http://blog.federicomestrone.com/?p=278</guid>
		<description><![CDATA[FreeAgent Central is a great online application that keeps accounts in order for freelancers and small businesses. If you use a referral code, both you and the referrer get a 10% discount. I have been using FAC for the past two years and am greatly satisfied with it. If you want to use it too, [...]]]></description>
		<wfw:commentRss>http://blog.federicomestrone.com/2011/07/04/get-10-off-at-freeagentcentral-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove all subversion info from a working copy</title>
		<link>http://blog.federicomestrone.com/2011/05/17/remove-all-subversion-info-from-a-working-copy/</link>
		<comments>http://blog.federicomestrone.com/2011/05/17/remove-all-subversion-info-from-a-working-copy/#comments</comments>
		<pubDate>Tue, 17 May 2011 08:39:52 +0000</pubDate>
		<dc:creator>Federico</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>

		<guid isPermaLink="false">http://blog.federicomestrone.com/?p=275</guid>
		<description><![CDATA[If you want to make a plain directory out of a working copy, you could use the svn export command and then delete the working copy. But if you&#8217;re running under a *NIX system with a bash shell, it might be quicker to just go find . -name ".svn" -type d -exec rm -Rf {} [...]]]></description>
		<wfw:commentRss>http://blog.federicomestrone.com/2011/05/17/remove-all-subversion-info-from-a-working-copy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Objective-C load and initialize</title>
		<link>http://blog.federicomestrone.com/2011/05/16/objective-c-load-and-initialize/</link>
		<comments>http://blog.federicomestrone.com/2011/05/16/objective-c-load-and-initialize/#comments</comments>
		<pubDate>Mon, 16 May 2011 15:43:18 +0000</pubDate>
		<dc:creator>Federico</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[iOS and Mac OS X]]></category>

		<guid isPermaLink="false">http://blog.federicomestrone.com/?p=268</guid>
		<description><![CDATA[These two static methods of an ObjC class allow you to run initialization logic where you can set up any static state. Both methods are only invoked if implemented and do not need to be declared in the interface of your classes. The differences between them are as follows: In an application, or in a [...]]]></description>
		<wfw:commentRss>http://blog.federicomestrone.com/2011/05/16/objective-c-load-and-initialize/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mail and Calendar in Android apps</title>
		<link>http://blog.federicomestrone.com/2011/05/16/mail-and-calendar-in-android-apps/</link>
		<comments>http://blog.federicomestrone.com/2011/05/16/mail-and-calendar-in-android-apps/#comments</comments>
		<pubDate>Mon, 16 May 2011 12:05:58 +0000</pubDate>
		<dc:creator>Federico</dc:creator>
				<category><![CDATA[Android SDK]]></category>
		<category><![CDATA[Computer Stuff]]></category>

		<guid isPermaLink="false">http://blog.federicomestrone.com/?p=259</guid>
		<description><![CDATA[While there isn&#8217;t a dedicated API in the Android SDK for sending email messages or adding events to a user&#8217;s calendar, there is a way to perform either task using specially constructed intents. In both cases the idea is to start an activity that manipulates a specific data type: the advantage of this approach is [...]]]></description>
		<wfw:commentRss>http://blog.federicomestrone.com/2011/05/16/mail-and-calendar-in-android-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ports and processes in Ubuntu</title>
		<link>http://blog.federicomestrone.com/2010/11/10/ports-and-processes-in-ubuntu/</link>
		<comments>http://blog.federicomestrone.com/2010/11/10/ports-and-processes-in-ubuntu/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 09:56:54 +0000</pubDate>
		<dc:creator>Federico</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>

		<guid isPermaLink="false">http://blog.federicomestrone.com/?p=233</guid>
		<description><![CDATA[This command will show what processes are currently listening on what ports on your Ubuntu box: sudo netstat -lntp If you have installed nmap (sudo apt-get install nmap), you could also run sudo nmap -A -T4 localhost to try and find out the name and version of the services running on each port. The output [...]]]></description>
		<wfw:commentRss>http://blog.federicomestrone.com/2010/11/10/ports-and-processes-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom configuration for Plesk domains</title>
		<link>http://blog.federicomestrone.com/2010/10/01/custom-configuration-for-plesk-domains/</link>
		<comments>http://blog.federicomestrone.com/2010/10/01/custom-configuration-for-plesk-domains/#comments</comments>
		<pubDate>Fri, 01 Oct 2010 10:32:16 +0000</pubDate>
		<dc:creator>Federico</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>

		<guid isPermaLink="false">http://blog.federicomestrone.com/?p=217</guid>
		<description><![CDATA[If you ever change your web server configuration files under Plesk manually, your changes will be overwritten the next time you use the administration console and apply any settings through it. This can be solved by adding a configuration file to your domain config folder /var/www/vhosts/&#60;yourdomain.com&#62;/conf/vhost.conf or subdomain config folder /var/www/vhosts/&#60;yourdomain.com&#62;/subdomains/&#60;subdomain&#62;/conf/vhost.conf depending on which element [...]]]></description>
		<wfw:commentRss>http://blog.federicomestrone.com/2010/10/01/custom-configuration-for-plesk-domains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone apps and device language setting</title>
		<link>http://blog.federicomestrone.com/2010/09/15/iphone-apps-and-device-language-setting/</link>
		<comments>http://blog.federicomestrone.com/2010/09/15/iphone-apps-and-device-language-setting/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 22:09:28 +0000</pubDate>
		<dc:creator>Federico</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[iOS and Mac OS X]]></category>

		<guid isPermaLink="false">http://blog.federicomestrone.com/?p=208</guid>
		<description><![CDATA[Though it is possible and even relatively easy to create an iPhone app that uses a different language to the one set in the device settings, the feature is not very well documented and it can take a while to work out how to use it properly. My iDEX for iPhone and iPad apps are [...]]]></description>
		<wfw:commentRss>http://blog.federicomestrone.com/2010/09/15/iphone-apps-and-device-language-setting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

