<?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>Lawrence H. Leach &#187; programming</title>
	<atom:link href="http://www.lawrenceleach.com/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lawrenceleach.com</link>
	<description>Technical Ramblings</description>
	<lastBuildDate>Thu, 17 Dec 2009 07:22:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Intercepting UIButton Touch Events</title>
		<link>http://www.lawrenceleach.com/2009/12/17/intercepting-uibutton-touch-events/</link>
		<comments>http://www.lawrenceleach.com/2009/12/17/intercepting-uibutton-touch-events/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 07:11:02 +0000</pubDate>
		<dc:creator>Lawrence</dc:creator>
				<category><![CDATA[Application]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[cocoa touch]]></category>
		<category><![CDATA[iphone development]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[Iphone]]></category>
		<category><![CDATA[mobile development]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.lawrenceleach.com/?p=108</guid>
		<description><![CDATA[I was recently building an iPhone app that required a UIButton be held down and then released after a certain period of time had elapsed. The problem I encountered was that testing for touchesBegan didn&#8217;t work for buttons. I&#8217;m not talking about UIControlEvents. I didn&#8217;t need to know that button had been tapped or it&#8217;s [...]]]></description>
		<wfw:commentRss>http://www.lawrenceleach.com/2009/12/17/intercepting-uibutton-touch-events/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Ruby-on-Rails Up On Ubuntu / Apache</title>
		<link>http://www.lawrenceleach.com/2007/09/20/ruby-on-ubuntu/</link>
		<comments>http://www.lawrenceleach.com/2007/09/20/ruby-on-ubuntu/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 04:19:02 +0000</pubDate>
		<dc:creator>Lawrence</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[ruby-on-rails]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ronr]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://www.lawrenceleach.com/2007/09/20/ruby-on-ubuntu/</guid>
		<description><![CDATA[GCC:
sudo apt-get install build-essential
Ruby &#38; Friends:
sudo apt-get install ruby1.8-dev ruby1.8 ri1.8 rdoc1.8 irb1.8 libreadline-ruby1.8 libruby1.8
*** Create Symbolic Links ***
sudo ln -s /usr/bin/ruby1.8 /usr/local/bin/rubysudo ln -s /usr/bin/ri1.8 /usr/local/bin/risudo ln -s /usr/bin/rdoc1.8 /usr/local/bin/rdocsudo ln -s /usr/bin/irb1.8 /usr/local/bin/irbZlib:wget http://www.zlib.net/zlib-1.2.3.tar.gztar -xvf zlib-1.2.3.tar.gz./configure
make
sudo make install
Install Open SSL:
sudo apt-get install openssl libssl-dev
Apache 2.2:
wget http://apache.rmplc.co.uk/httpd/httpd-2.2.4.tar.gz
tar -xvf httpd-2.2.4.tar.gz
./configure --prefix=/usr/local/apache --enable-proxy   --enable-proxy-http [...]]]></description>
		<wfw:commentRss>http://www.lawrenceleach.com/2007/09/20/ruby-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
