<?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>Wetware &#187; Uncategorized</title>
	<atom:link href="http://www.wetware.co.nz/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wetware.co.nz</link>
	<description>Getting computers to do stuff so we don&#039;t have too</description>
	<lastBuildDate>Thu, 01 Sep 2011 09:25:42 +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>Compiling Firefox with jssh Support on Ubuntu</title>
		<link>http://www.wetware.co.nz/2011/03/compiling-firefox-with-jssh-support-on-ubuntu/</link>
		<comments>http://www.wetware.co.nz/2011/03/compiling-firefox-with-jssh-support-on-ubuntu/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 20:13:15 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Ubuntu Tricks]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fire watir]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[jssh]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=791</guid>
		<description><![CDATA[sudo apt-get build-dep firefox sudo apt-get install mercurial libasound2-dev libcurl4-openssl-dev libnotify-dev libxt-dev libiw-dev libglu1-mesa-dev hg clone http://hg.mozilla.org/releases/mozilla-1.9.2/ 192src #wait 10 minutes cd mozilla-central gedit .mozconfig mk_add_options MOZ_CO_PROJECT=browser mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-jssh ac_add_options &#8211;enable-extensions=default,jssh ac_add_options &#8211;enable-webservices ac_add_options &#8211;enable-application=browser autoconf2.13 cd js/src autoconf2.13 cd ../.. make -f client.mk build [sudo apt-get install yasm] [possible errors] /mozilla-central/config/rules.mk:1877: *** .js component [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2011/03/compiling-firefox-with-jssh-support-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Factory Farming Possibility in NZ</title>
		<link>http://www.wetware.co.nz/2009/12/factory-farming-possibility-in-nz/</link>
		<comments>http://www.wetware.co.nz/2009/12/factory-farming-possibility-in-nz/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 01:34:56 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=640</guid>
		<description><![CDATA[Get the full story and how to oppose the factory farming]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2009/12/factory-farming-possibility-in-nz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Attachment_fu file upload from local files</title>
		<link>http://www.wetware.co.nz/2009/09/attachment_fu-file-upload-from-local-files/</link>
		<comments>http://www.wetware.co.nz/2009/09/attachment_fu-file-upload-from-local-files/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 08:34:39 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[attachment_fu]]></category>
		<category><![CDATA[batch import]]></category>
		<category><![CDATA[file upload]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=407</guid>
		<description><![CDATA[If you need to batch import files into attachment_fu from a local source then you can doing the following l = Logo.new(:uploaded_data =&#62; ActionController::TestUploadedFile.new(&#8220;/home/jordan/Documents/test_project/1.jpg&#8221;, &#8220;image/jpeg&#8221;)) You can encapsulate that in a loop and iterate over a list of files if need be (would be assumed for batch import eh.)  Enjoy!]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2009/09/attachment_fu-file-upload-from-local-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Rails Filters Order</title>
		<link>http://www.wetware.co.nz/2009/09/rails-filters-order/</link>
		<comments>http://www.wetware.co.nz/2009/09/rails-filters-order/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 00:23:06 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[DRY]]></category>
		<category><![CDATA[filters]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=518</guid>
		<description><![CDATA[Rails has some nice filters for DRYing up repeated actions like creating a activation_code on signup, or an unsubscribe_code, reset code. before_validation_on_update before_validation_on_create validate validate_on_update validate_on_create after_validation after_validation_on_update after_validation_on_create before_save before_update before_create after_update after_create after_save There are many different times when you will want to use these and knowing the order will help a lot [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2009/09/rails-filters-order/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Surface &#8211; hidden agenda</title>
		<link>http://www.wetware.co.nz/2009/09/microsoft-surface-hidden-agenda/</link>
		<comments>http://www.wetware.co.nz/2009/09/microsoft-surface-hidden-agenda/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 21:25:38 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Microsoft Surface]]></category>
		<category><![CDATA[SilverLight]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=487</guid>
		<description><![CDATA[Microsofts&#8217; Surface technology looks rather cool. A good step for innovation from Microsoft but there is something that strikes me as a little fishy. It&#8217;s not that this technology could be installed in every surface and watch our every move. The pub, the breakfast table, my work desk, the floor&#8230; Nor is it that this [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2009/09/microsoft-surface-hidden-agenda/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

