<?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>Coastal Web Development &#187; Programming</title>
	<atom:link href="http://coastalweb.ca/programming/feed" rel="self" type="application/rss+xml" />
	<link>http://coastalweb.ca</link>
	<description>Self-managed websites using WordPress</description>
	<lastBuildDate>Wed, 30 Jun 2010 05:18:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Writing A Web Analytics Engine From Scratch</title>
		<link>http://coastalweb.ca/programming/writing-a-web-analytics-engine-from-scratch.html</link>
		<comments>http://coastalweb.ca/programming/writing-a-web-analytics-engine-from-scratch.html#comments</comments>
		<pubDate>Thu, 02 Apr 2009 18:41:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://coastalweb.ca/?p=70</guid>
		<description><![CDATA[If you&#8217;re building a system that needs to track affiliate sales, you&#8217;ll need to integrate some form of analytics into your software. Your affiliates will want to see how many total visitors hit their link, total uniques, how they got there (search terms or referrer URL) and if they made a product purchase.
There are a [...]]]></description>
		<wfw:commentRss>http://coastalweb.ca/programming/writing-a-web-analytics-engine-from-scratch.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>INSERT IGNORE For Kohana</title>
		<link>http://coastalweb.ca/programming/insert-ignore-for-kohana.html</link>
		<comments>http://coastalweb.ca/programming/insert-ignore-for-kohana.html#comments</comments>
		<pubDate>Tue, 24 Mar 2009 18:46:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://coastalweb.ca/?p=77</guid>
		<description><![CDATA[I&#8217;ve been using the Kohana framework for my PHP projects for a while now. One thing that&#8217;s annoying is lack of support for INSERT IGNORE and REPLACE INTO. Now, I understand that these are MySQL-specific, and not supported in other RDBMS, but there are equivalents in Oracle. INSERT IGNORE is commonly used on tables where [...]]]></description>
		<wfw:commentRss>http://coastalweb.ca/programming/insert-ignore-for-kohana.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Madlibs Site Generator Code</title>
		<link>http://coastalweb.ca/programming/madlibs-site-generator-code.html</link>
		<comments>http://coastalweb.ca/programming/madlibs-site-generator-code.html#comments</comments>
		<pubDate>Mon, 10 Nov 2008 18:57:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://coastalweb.ca/?p=89</guid>
		<description><![CDATA[Writing content sucks. So what if there were a way to generate locale-specific content (and ads!) using a template and a few small tricks? The idea is to write a small amount of content as a template, then populate that template using a database. The source code I&#8217;m providing here uses a &#8220;database&#8221; (really just [...]]]></description>
		<wfw:commentRss>http://coastalweb.ca/programming/madlibs-site-generator-code.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DMOZ Expired Domain Finder</title>
		<link>http://coastalweb.ca/programming/dmoz-expired-domain-finder.html</link>
		<comments>http://coastalweb.ca/programming/dmoz-expired-domain-finder.html#comments</comments>
		<pubDate>Mon, 10 Nov 2008 18:56:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://coastalweb.ca/?p=87</guid>
		<description><![CDATA[Back in the days of yore, right after wikipedia started added nofollow to all their outbound links, I built a bunch of small scripts that could be piped together to find domains in dmoz (Google&#8217;s directory) that were expired. The idea was to download a copy of the directory, scrape all the domains out of [...]]]></description>
		<wfw:commentRss>http://coastalweb.ca/programming/dmoz-expired-domain-finder.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
