
<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns="http://purl.org/rss/1.0/">

  <channel rdf:about="http://blog.daemon.com.au/">
    <title>daemonite: blowing the trumpet</title>
    <link>http://blog.daemon.com.au/</link>
    <description>Team daemon development blog.</description>
    <dc:language>en-au</dc:language>
    <dc:creator>modius</dc:creator>
    <dc:date>2008-09-02T01:41:11+10:00</dc:date>
    <admin:generatorAgent rdf:resource="http://farcrycore.org/?v=1" />
    <admin:errorReportsTo rdf:resource="mailto:modius@daemon.com.au"/>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
    <items>
		<rdf:Seq>

			<rdf:li rdf:resource="http://blog.daemon.com.au/index.cfm?objectid=C45F6A3A-9D91-47D0-099498254D4EB12A" />

			<rdf:li rdf:resource="http://blog.daemon.com.au/index.cfm?objectid=C159F028-9F9B-AC0C-2DFD8D82A4DFB38F" />

			<rdf:li rdf:resource="http://blog.daemon.com.au/index.cfm?objectid=C0BAEF2C-E7C3-EC09-897FDD438B08DA98" />

			<rdf:li rdf:resource="http://blog.daemon.com.au/index.cfm?objectid=546F69A5-13D4-B1F1-48751ACBB32CB786" />

			<rdf:li rdf:resource="http://blog.daemon.com.au/index.cfm?objectid=34C23691-13D4-B1F1-485535EEC9635E5E" />

			<rdf:li rdf:resource="http://blog.daemon.com.au/index.cfm?objectid=2570229F-13D4-B1F1-480B469B2DF38A08" />

			<rdf:li rdf:resource="http://blog.daemon.com.au/index.cfm?objectid=335F0C42-13D4-B1F1-4834712A24B29F18" />

			<rdf:li rdf:resource="http://blog.daemon.com.au/index.cfm?objectid=ECB9CF85-13D4-B1F1-489060F1DEC1022D" />

			<rdf:li rdf:resource="http://blog.daemon.com.au/index.cfm?objectid=C29E17DB-13D4-B1F1-48888F17966C0A50" />

			<rdf:li rdf:resource="http://blog.daemon.com.au/index.cfm?objectid=74CE43D7-13D4-B1F1-48F5DFE3D4C7EA0D" />

			<rdf:li rdf:resource="http://blog.daemon.com.au/index.cfm?objectid=568DDDAE-13D4-B1F1-48C27D0C0E760858" />

			<rdf:li rdf:resource="http://blog.daemon.com.au/index.cfm?objectid=501D7DFA-13D4-B1F1-488CFE96744C1DBE" />

			<rdf:li rdf:resource="http://blog.daemon.com.au/index.cfm?objectid=4F36E562-13D4-B1F1-4840CD9078B7C4D0" />

			<rdf:li rdf:resource="http://blog.daemon.com.au/index.cfm?objectid=8C956B3D-13D4-B1F1-484AA7B813104492" />

			<rdf:li rdf:resource="http://blog.daemon.com.au/index.cfm?objectid=8C8F0A8C-13D4-B1F1-489D9F859B428EAA" />

		</rdf:Seq>
    </items>
  </channel>

  <item rdf:about="http:/blog.daemon.com.au/index.cfm?objectid=C45F6A3A-9D91-47D0-099498254D4EB12A">
    <title>how to fake an objectid in sql server</title>
    <description>We work with UUIDs a lot.  If you have to work with application code bases that are cross platform and support multiple database servers its the most flexible primary key you&apos;ll find.  But not all universally unique ids are the same.  For example, ColdFusion uses an algorithm for generating them that is not the same as MS SQL Server.</description>
	<link>http://blog.daemon.com.au/index.cfm?objectid=C45F6A3A-9D91-47D0-099498254D4EB12A</link>
    <dc:subject></dc:subject>
    <dc:creator>Daemonite</dc:creator>
    <dc:date>2008-08-15T13:18:00+10:00</dc:date>
  </item>

  <item rdf:about="http:/blog.daemon.com.au/index.cfm?objectid=C159F028-9F9B-AC0C-2DFD8D82A4DFB38F">
    <title>XML Configs Suck</title>
    <description>While XML is a great format for structured data, its not ideal for configuring code frameworks. When working with a framework your code is often broken up into smaller segments that are coordinated at run time. All to often this coordination is wired together using XML configuration files. Its this separation of configuration from code that makes XML so sucky. Embedding metadata into the code itself seems like a much more natural way to manage complex configuration.</description>
	<link>http://blog.daemon.com.au/index.cfm?objectid=C159F028-9F9B-AC0C-2DFD8D82A4DFB38F</link>
    <dc:subject></dc:subject>
    <dc:creator>Daemonite</dc:creator>
    <dc:date>2008-08-15T01:00:00+10:00</dc:date>
  </item>

  <item rdf:about="http:/blog.daemon.com.au/index.cfm?objectid=C0BAEF2C-E7C3-EC09-897FDD438B08DA98">
    <title>FarCry Inline Docs &amp;amp; Icons</title>
    <description>Seems like a silly thing, but one of my favourite FarCry 5.0 features is the ability to add inline documentation and icons to the webtop.  We&apos;ve been busy making things look pretty in the backend.  It&apos;s weird how if it looks good, it &amp;quot;feels&amp;quot; good and its just more fun working with the framework.</description>
	<link>http://blog.daemon.com.au/index.cfm?objectid=C0BAEF2C-E7C3-EC09-897FDD438B08DA98</link>
    <dc:subject></dc:subject>
    <dc:creator>Daemonite</dc:creator>
    <dc:date>2008-08-14T20:20:00+10:00</dc:date>
  </item>

  <item rdf:about="http:/blog.daemon.com.au/index.cfm?objectid=546F69A5-13D4-B1F1-48751ACBB32CB786">
    <title>Review: Mockups from Balsamiq</title>
    <description>Balsamiq&apos;s &amp;quot;Mockups&amp;quot; tool is ideal for throwing together the straw-man, discussion point, come... well mockup, for application development. It&apos;s the perfect &amp;quot;electronic napkin&amp;quot;. Quick. Intuitive. And if you&apos;re a scribbler, doodler, or back of the envelope kinda guy then this is the perfect app.</description>
	<link>http://blog.daemon.com.au/index.cfm?objectid=546F69A5-13D4-B1F1-48751ACBB32CB786</link>
    <dc:subject></dc:subject>
    <dc:creator>Daemonite</dc:creator>
    <dc:date>2008-07-24T19:38:00+10:00</dc:date>
  </item>

  <item rdf:about="http:/blog.daemon.com.au/index.cfm?objectid=34C23691-13D4-B1F1-485535EEC9635E5E">
    <title>Desktop Keeley: Page 3 Distraction (Uncensored!)</title>
    <description>Desktop Keeley is an Adobe AIR application, built by Glue London, for the Sun newspaper in England. Keeley is a regular Page 3 sensation who makes a profound contribution to society in her role as a mischievous genie in a laptop. Ok, it&amp;#8217;s true she doesn&amp;#8217;t have many lines - but she&amp;#8217;s a sophisticated, method-actor with passion.</description>
	<link>http://blog.daemon.com.au/index.cfm?objectid=34C23691-13D4-B1F1-485535EEC9635E5E</link>
    <dc:subject></dc:subject>
    <dc:creator>Daemonite</dc:creator>
    <dc:date>2008-07-18T16:01:00+10:00</dc:date>
  </item>

  <item rdf:about="http:/blog.daemon.com.au/index.cfm?objectid=2570229F-13D4-B1F1-480B469B2DF38A08">
    <title>Improving Performance</title>
    <description>When we talk about &amp;quot;improving performance&amp;quot; we&apos;re referring to things like greater throughput, more concurrent users served, improved responsiveness. Putting aside blue pills and nasal delivery systems, scaling application development is after much the same thing. When it comes to web applications, delivering your message as fast as you can leads to greater user satisfaction.</description>
	<link>http://blog.daemon.com.au/index.cfm?objectid=2570229F-13D4-B1F1-480B469B2DF38A08</link>
    <dc:subject></dc:subject>
    <dc:creator>Daemonite</dc:creator>
    <dc:date>2008-07-15T16:37:00+10:00</dc:date>
  </item>

  <item rdf:about="http:/blog.daemon.com.au/index.cfm?objectid=335F0C42-13D4-B1F1-4834712A24B29F18">
    <title>The webDU Trading Card Game</title>
    <description>&amp;quot;All you have to do is submit a hand of our incredibly collectable trading cards to the friendly conference staff, and if it&apos;s one of the highest scoring hands, you could be in for a share of the goodies.&amp;quot;</description>
	<link>http://blog.daemon.com.au/index.cfm?objectid=335F0C42-13D4-B1F1-4834712A24B29F18</link>
    <dc:subject></dc:subject>
    <dc:creator>Daemonite</dc:creator>
    <dc:date>2008-05-29T16:30:00+10:00</dc:date>
  </item>

  <item rdf:about="http:/blog.daemon.com.au/index.cfm?objectid=ECB9CF85-13D4-B1F1-489060F1DEC1022D">
    <title>What happened to Peter Joel, Flash Aficionado?!</title>
    <description>Peter Joel Blog, the voice of Peter Hall, started back in 2002 and was a regular stop for Flash developers of all levels. The enigmatic Hall has taken a much lower profile in recent years, but his updated webdu bio contains interesting highlights of his recent capers.</description>
	<link>http://blog.daemon.com.au/index.cfm?objectid=ECB9CF85-13D4-B1F1-489060F1DEC1022D</link>
    <dc:subject></dc:subject>
    <dc:creator>Daemonite</dc:creator>
    <dc:date>2008-05-15T23:16:00+10:00</dc:date>
  </item>

  <item rdf:about="http:/blog.daemon.com.au/index.cfm?objectid=C29E17DB-13D4-B1F1-48888F17966C0A50">
    <title>FarCry License Change Discussion Paper</title>
    <description>The FarCry 5.0 release has been delayed. We&apos;re contemplating a significant licensing change and as a consequence we want to make the decision prior to making the release. Once we have resolved whether or not the license change is right for our community, we&apos;ll either release 5.0 under the current license, Common Public License 1.0 (CPL), or under the newly proposed dual-licensing scheme.</description>
	<link>http://blog.daemon.com.au/index.cfm?objectid=C29E17DB-13D4-B1F1-48888F17966C0A50</link>
    <dc:subject></dc:subject>
    <dc:creator>Daemonite</dc:creator>
    <dc:date>2008-05-07T19:02:00+10:00</dc:date>
  </item>

  <item rdf:about="http:/blog.daemon.com.au/index.cfm?objectid=74CE43D7-13D4-B1F1-48F5DFE3D4C7EA0D">
    <title>webdu Flash Faces: The Talented Mr Piscopo</title>
    <description>For the last few years we&apos;ve been blessed by the talents of Nectarine&amp;#8217;s Steve Piscopo putting together little Flash caricatures of webdu speakers.  2008 is no exception!  Just love the new &amp;quot;boggle eyed&amp;quot; look.  Here&amp;#8217;s a quick sample &amp;#8212; you&apos;ll have to search the speaker list for more.</description>
	<link>http://blog.daemon.com.au/index.cfm?objectid=74CE43D7-13D4-B1F1-48F5DFE3D4C7EA0D</link>
    <dc:subject></dc:subject>
    <dc:creator>Daemonite</dc:creator>
    <dc:date>2008-04-22T16:24:00+10:00</dc:date>
  </item>

  <item rdf:about="http:/blog.daemon.com.au/index.cfm?objectid=568DDDAE-13D4-B1F1-48C27D0C0E760858">
    <title>FarCry Picnik &amp;amp; Keyword Plugins</title>
    <description>One of the great innovations of FarCry Core 4.0 (the Gonzales release) was the introduction of plugins. The FarCry concept of Plugins can be just about anything from simple changes in UI controls to complete applications. At the tail end of an eSeminar, I gave a sneak peak to a couple of my favourite plugins. Well worth a look if you have 10 minutes to spare.</description>
	<link>http://blog.daemon.com.au/index.cfm?objectid=568DDDAE-13D4-B1F1-48C27D0C0E760858</link>
    <dc:subject></dc:subject>
    <dc:creator>Daemonite</dc:creator>
    <dc:date>2008-04-16T19:25:00+10:00</dc:date>
  </item>

  <item rdf:about="http:/blog.daemon.com.au/index.cfm?objectid=501D7DFA-13D4-B1F1-488CFE96744C1DBE">
    <title>webdu 2008: dashboard widgets</title>
    <description>Can&apos;t wait till webdu?! Get a load of these great little widgets for tracking the latest webdu news, and essential &amp;quot;webdu countdown&amp;quot; so you know to the second how long you have to wait. Widget magic courtesy of the mighty Rob Rohan.</description>
	<link>http://blog.daemon.com.au/index.cfm?objectid=501D7DFA-13D4-B1F1-488CFE96744C1DBE</link>
    <dc:subject></dc:subject>
    <dc:creator>Daemonite</dc:creator>
    <dc:date>2008-04-15T13:25:00+10:00</dc:date>
  </item>

  <item rdf:about="http:/blog.daemon.com.au/index.cfm?objectid=4F36E562-13D4-B1F1-4840CD9078B7C4D0">
    <title>FarCry 5.0 (Fortress) eSeminar Recording</title>
    <description>With FarCry Fortress&apos; imminent release, what better time to kick up your heels and catch up on what the FarCry community has been up to? From bare-bones installation right the way through to fully functioning application. If you haven&apos;t had time to download FarCry CMS, this eSeminar recording might just give you the encouragement to give it a whirl.</description>
	<link>http://blog.daemon.com.au/index.cfm?objectid=4F36E562-13D4-B1F1-4840CD9078B7C4D0</link>
    <dc:subject></dc:subject>
    <dc:creator>Daemonite</dc:creator>
    <dc:date>2008-04-15T09:13:00+10:00</dc:date>
  </item>

  <item rdf:about="http:/blog.daemon.com.au/index.cfm?objectid=8C956B3D-13D4-B1F1-484AA7B813104492">
    <title>Infrastructure for Open Source Projects</title>
    <description>Infrastructure use to be a hurdle for many fledgeling communities but now you can have forums, version control, WIKI&amp;#8217;s and issue trackers hosted for free in a multitude of places; Google Code, RIA Forge, Source Forge to name a few.</description>
	<link>http://blog.daemon.com.au/index.cfm?objectid=8C956B3D-13D4-B1F1-484AA7B813104492</link>
    <dc:subject></dc:subject>
    <dc:creator>Daemonite</dc:creator>
    <dc:date>2008-04-05T15:10:00+10:00</dc:date>
  </item>

  <item rdf:about="http:/blog.daemon.com.au/index.cfm?objectid=8C8F0A8C-13D4-B1F1-489D9F859B428EAA">
    <title>MacPorts: Installing Unix Bits</title>
    <description>Embarked on finding the ultimate IRC client for my Mac and got a bit side-tracked getting that old stalwart XChat running under Leopard. Turns out this whole Unix on OSX caper is kind of fun -- got myself a copy of MacPorts and with some 4,500+ ports available, I&apos;m installing Unix bits all over the place. Here&apos;s a quick run down of just how easy it all is.</description>
	<link>http://blog.daemon.com.au/index.cfm?objectid=8C8F0A8C-13D4-B1F1-489D9F859B428EAA</link>
    <dc:subject></dc:subject>
    <dc:creator>Daemonite</dc:creator>
    <dc:date>2008-04-05T15:03:00+10:00</dc:date>
  </item>
</rdf:RDF>