<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>David Harris&apos;s Technology Blog - OpenSource</title>
			<link>http://www.harrisfamily.net.nz/devblog/index.cfm</link>
			<description>ColdFusion, Flex and the Universe...</description>
			<language>en-us</language>
			<pubDate>Wed, 08 Sep 2010 06:09:48 -0500</pubDate>
			<lastBuildDate>Mon, 02 Mar 2009 19:55:00 -0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>harrisfamily.net.nz@gmail.com</managingEditor>
			<webMaster>harrisfamily.net.nz@gmail.com</webMaster>
			
			<item>
				<title>Transfer: Something I like about it.</title>
				<link>http://www.harrisfamily.net.nz/devblog/index.cfm/2009/3/2/Transfer-Something-I-like-about-it</link>
				<description>
				
				I&apos;ve been looking in to Mark Mandel&apos;s &lt;a&gt;http://www.transfer-orm.com/,Transfer&lt;/a&gt; bit since he presented to the &lt;a&gt;http://www.cfug.org.nz&lt;/a&gt; end of last year.

One thing (of the many things) I like about it is the XML config file.

Why do I like it?

2 reasons.

1. The fact you can introduce some form of package.class hierarchy to the Database, so flat database&apos;s can be organized better
EG:
&lt;code&gt;
&lt;transfer&gt;
  &lt;objectDefinitions&gt;
    &lt;package name=&quot;mypackage&quot;&gt;
      &lt;object name=&quot;myclass&quot; table=&quot;mytable&quot; &gt;
         &lt;id name=&quot;id&quot; type=&quot;UUID&quot; /&gt;
         &lt;property name=&quot;my property&quot; type=&quot;string&quot; /&gt;
         ...etc...
&lt;/code&gt;
So this means I call my &quot;myclass&quot; like this:
&lt;code&gt;
transfer.getTransfer().new(&quot;mypackage.myclass&quot;);
&lt;/code&gt;

2. The second reason is: I CAN COMMENT THE XML!
Why is this good?
I&apos;m sure we have all returned to database tables with a few to many columns and tried to would out what &quot;status&quot; column and &quot;anotherStatus&quot; column actually relates to in the business logic of the application.
This process involves digging through code and random comments.
With the XML config of transfer, a simple comment on the property can explain it so the next person who needs to work with it knows where look to find out what the class (db table) is for and what purpose the property servers.

Hopefully I&apos;ll find the time to blog some examples on Transfer later.

EG: Event model and decorators 
				</description>
				
				<category>Transfer</category>				
				
				<category>OpenSource</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Mon, 02 Mar 2009 19:55:00 -0500</pubDate>
				<guid>http://www.harrisfamily.net.nz/devblog/index.cfm/2009/3/2/Transfer-Something-I-like-about-it</guid>
				
			</item>
			
			<item>
				<title>Transfer 1.0 ORM is released!</title>
				<link>http://www.harrisfamily.net.nz/devblog/index.cfm/2008/4/28/Transfer-10-ORM-is-released</link>
				<description>
				
				Just noticed this on a mailing list:

&lt;a&gt;http://www.compoundtheory.com/?action=displayPost&amp;ID=303,Transfer 1.0 Release Candidate - Out Now!&lt;/a&gt;

Well done Mark!

Mark presented to the NZCFUG last year on TransferORM.

I&apos;ll be downloading Transfer 1.0 soon to have take it for a spin! 
				</description>
				
				<category>CFUG</category>				
				
				<category>Frameworks</category>				
				
				<category>OpenSource</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Mon, 28 Apr 2008 21:56:00 -0500</pubDate>
				<guid>http://www.harrisfamily.net.nz/devblog/index.cfm/2008/4/28/Transfer-10-ORM-is-released</guid>
				
			</item>
			
			<item>
				<title>A couple of Flex Podcasts</title>
				<link>http://www.harrisfamily.net.nz/devblog/index.cfm/2008/4/21/A-couple-of-Flex-Podcasts</link>
				<description>
				
				Today I listened to the &lt;a&gt;http://www.coldfusionweekly.com/,ColdFusion Weekly&lt;/a&gt; podcast.

The topic was &lt;a&gt;http://www.coldfusionweekly.com/index.cfm?event=showArchive#3-07,Flex Frameworks Roundtable&lt;/a&gt;

Peter and Matt got together the different &quot;voices&quot; of the Flex Frameworks out there and got them talking.

Speaking personally the saying, &quot;If all you have is a hammer, then everything is a nail&quot; rings true for my experience with frameworks.
I tend to find once I get my head-space in a particular framework I find myself approaching all the problems I need to solve within that framework.

In ColdFusion, &quot;Fusebox&quot; was that framework for me for a while, and currently &quot;Cairngorm&quot; is the Flex one.

While it is not a bad thing to actually learn a tool/framework well, it&apos;s great to listen to well respected members of the various framework communities flesh out what problems their favorite framework is trying to solve, and how.

A couple of the things that stuck with me are:

- the less &quot;boiler plate&quot; code you have to write to add functionality to an Application, the better

- MVC is not a framework, but applications should be MVC, no matter what framework/approach you take [that&apos;s a *whole* other blog post I&apos;ve been thinking about for a while now!]


At the end of the day, no matter what framework/style/approach you take, if you are going to create a non-trivial application, there is still a lot of work to do!
Even if you use one of the plethora of code-gen tools out there, you will still have a lot of leg work!

Near the end of the podcast (64mins) there is some great talking about what these guys would like to see in Flex/Framework in the future.

Well done Matt and Peter for setting this up, and thank you!

I also listened to this one, which is great for a more in-depth on Cairngorm:
&lt;a&gt;http://www.theflexshow.com/blog/index.cfm/2008/4/9/The-Flex-Show--Episode-41-Universal-Mind-Cairngorm-Extensions-w-Thomas-Burleson,www.theflexshow.com: Universal-Mind-Cairngorm-Extensions-w-Thomas-Burleson&lt;/a&gt;

Enjoy! 
				</description>
				
				<category>Adobe</category>				
				
				<category>Frameworks</category>				
				
				<category>OpenSource</category>				
				
				<category>General</category>				
				
				<category>Flex</category>				
				
				<pubDate>Mon, 21 Apr 2008 20:25:00 -0500</pubDate>
				<guid>http://www.harrisfamily.net.nz/devblog/index.cfm/2008/4/21/A-couple-of-Flex-Podcasts</guid>
				
			</item>
			
			<item>
				<title>Free Mind Mapping tool - FreeMind</title>
				<link>http://www.harrisfamily.net.nz/devblog/index.cfm/2008/3/4/Free-Mind-Mapping-tool--FreeMind</link>
				<description>
				
				I am just sitting down to prepare for the next &lt;a&gt;http://www.cfug.org.nz,NZ CFUG&lt;/a&gt; meeting and am yet again finding myself downloading &quot;&lt;a&gt;http://freemind.sourceforge.net/wiki/index.php/Main_Page,FreeMind&lt;/a&gt;&quot;, a free mind mapping tool.

[Quote]FreeMind is a premier free &lt;a&gt;http://en.wikipedia.org/wiki/Mind_map,mind-mapping&lt;/a&gt; software written in Java[/Quote]

I&apos;ve used it a few times now and find it very useful to get my thoughts down, so thought I would mention it to you!

&lt;small&gt;so, which one of you is doing a free AIR mind mapping tool? - or maybe I should...hmmm&lt;/small&gt; 
				</description>
				
				<category>OpenSource</category>				
				
				<category>General</category>				
				
				<category>Free Software</category>				
				
				<pubDate>Tue, 04 Mar 2008 19:11:00 -0500</pubDate>
				<guid>http://www.harrisfamily.net.nz/devblog/index.cfm/2008/3/4/Free-Mind-Mapping-tool--FreeMind</guid>
				
			</item>
			
			<item>
				<title>CF Frameworks Explorer...WOW</title>
				<link>http://www.harrisfamily.net.nz/devblog/index.cfm/2007/5/25/CF-Frameworks-ExplorerWOW</link>
				<description>
				
				It&apos;s Friday night, so what better to do after a hard week (of holiday) than watch some TV...&lt;a&gt;http://cfeclipse.org/index.cfm?event=page&amp;page=TV,CFEclipse TV&lt;/a&gt; that is.

I watched episode: &quot;08 CF Frameworks Explorer Introduction&quot;, and _WOW_, that looks good!

One thing with a lot of frameworks is ye olde XML config files can get a bit on the large side, and having an IDE that knows about a framework, and tells you about the config file(s) is awesome!

The creators of frameworks must be very happy with &lt;a&gt;http://www.markdrew.co.uk,Mark Drew&lt;/a&gt;!
(&lt;a&gt;http://cfeclipse.org/index.cfm?event=page&amp;page=donations,hint hint&lt;/a&gt;) ;-) 
				</description>
				
				<category>OpenSource</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Fri, 25 May 2007 21:14:00 -0500</pubDate>
				<guid>http://www.harrisfamily.net.nz/devblog/index.cfm/2007/5/25/CF-Frameworks-ExplorerWOW</guid>
				
			</item>
			
			<item>
				<title>CFEclipse - I think I am in love</title>
				<link>http://www.harrisfamily.net.nz/devblog/index.cfm/2007/4/12/CFEclipse--I-think-I-am-in-love</link>
				<description>
				
				Tonight at the Auckland CFUG, we had Mark Drew &quot;Connect&quot;ed in to show off CFEclipse.

I&apos;ve been using CFEclipse now for over a year, and love it.

I REALLY like the easy of copying and moving code round.

But Mark opened my eyes to the REAL power of CFEclipse...

It was like I was driving a Porsche, and only using the first gear (may be reverse a bit to often too!), and he showed me the other gears...and the overdrive...and the warp drive...

I am looking forward to using the new found (well...shown...) powers tomorrow!

Also he mentioned that if he was doing this presentation in August, he would have a lot more to show!
From what I gather, he will start showing off the new bits @ cfObjective.

The meeting was recorded. 
Mark&apos;s voice didn&apos;t travel so well (from London to New Zealand), with the sound dropping in and out a bit, but the video worked fine, so you can see what is going on OK.

So, if you have never looked @at using CFEclipse, I suggest you check out &lt;a&gt;http://www.cfeclipse.org&lt;/a&gt; and have a look. You can&apos;t beat the price! It&apos;s FREE!

Once I get the URL for the recording I&apos;ll add it to this entry and the &lt;a&gt;http://www.cfug.co.nz&lt;/a&gt; site, so check back later!&lt;br/&gt;
[edit]&lt;br/&gt;
The link for the recording is &lt;a&gt;https://admin.adobe.acrobat.com/_a200985228/p56436186/&lt;/a&gt;&lt;br/&gt;
[/edit]&lt;br/&gt;

In the presentation he covers&lt;br&gt;
- Installing &lt;a&gt;http://www.eclipse.org/,Eclipse&lt;/a&gt;&lt;br&gt;
- Installing &lt;a&gt;http://www.cfeclipse.org,CFEclipse&lt;/a&gt;&lt;br&gt;
- Over view of features in CFEclipse&lt;br&gt; 
				</description>
				
				<category>CFUG</category>				
				
				<category>OpenSource</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Thu, 12 Apr 2007 21:15:00 -0500</pubDate>
				<guid>http://www.harrisfamily.net.nz/devblog/index.cfm/2007/4/12/CFEclipse--I-think-I-am-in-love</guid>
				
			</item>
			
			<item>
				<title>8 hours to Mark Drew on CFEclipse</title>
				<link>http://www.harrisfamily.net.nz/devblog/index.cfm/2007/4/12/8-hours-to-Mark-Drew-on-CFEclipse</link>
				<description>
				
				in 8 hours (6pm NZ time) &lt;a&gt;http://www.markdrew.co.uk,Mark Drew&lt;/a&gt; is going to present to the &lt;a&gt;http://www.cfug.co.nz,Auckland NZ CFUG&lt;/a&gt; group on...what else but...&lt;a&gt;http://www.cfeclipse.org,CFEclipse!&lt;/a&gt;

He will be coming in via Adobe Connect (and not in person this time!)

So, if you are up round 6pm NZ time, you are welcome to come along!

A useful site I find for TimeZones is &lt;a&gt;http://www.timeanddate.com/worldclock/&lt;/a&gt;

PS: if you are attending (in person or remotely) from NZ, there will be a prize draw after the presentation! 
				</description>
				
				<category>CFUG</category>				
				
				<category>OpenSource</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Thu, 12 Apr 2007 10:04:00 -0500</pubDate>
				<guid>http://www.harrisfamily.net.nz/devblog/index.cfm/2007/4/12/8-hours-to-Mark-Drew-on-CFEclipse</guid>
				
			</item>
			
			<item>
				<title>My Flex2 Gallery - what it does, and what is next</title>
				<link>http://www.harrisfamily.net.nz/devblog/index.cfm/2007/2/20/My-Flex2-Gallery--what-it-goes-and-what-is-next</link>
				<description>
				
				Features:&lt;br /&gt;&lt;br /&gt;

- Preloads main images. You can see this by the Alpha of the Thumb nail. if you watch the thumbnails, they are slightly faded out to start with, and fade in. The fading in is indicative of the main image loading.&lt;br /&gt;

- XML is reading Exif/Iptc JPG meta data for the comments.&lt;br /&gt;

- The XML is an argument passed in, so you can have dynamic/static XML depending on your setup. (You&apos;d need to use my CF XML to get the Meta-data functionality!)&lt;br /&gt;

- Main images loading is staggered, meaning it doesn&apos;t attempt to load all of them at the same time.&lt;br /&gt;&lt;br /&gt;

Plans:&lt;br /&gt;&lt;br /&gt;

- Stagger the thumbnail loading&lt;br /&gt;

- write self contained application using CF to manage the photos (if I do this, I will host the project @ www.riaforge.com)&lt;br /&gt;

- Learn PaperVision3D and use 3D to display thumbs and use 3D in transitions (lots of learning required to do this!)&lt;br /&gt;&lt;br /&gt;

Credits:&lt;br /&gt;&lt;br /&gt;

The gallery uses &lt;a href=&quot;http://www.airtightinteractive.com/simpleviewer/&quot; target=&quot;_blank&quot;&gt;SimpleViewer&lt;/a&gt; XML format (with permission, thank you Felix!)&lt;br /&gt;
The reasons for this are:&lt;br /&gt;

- It&apos;s a good format. While is does have attributes i won&apos;t use, the format is easy to understand&lt;br /&gt;

- I use SimpleViewer, so means I can use the same underlying XML for either Gallery, which means if some one has options of 2 different galleries with the one XML format.&lt;br /&gt;&lt;br /&gt;


Reflection of thumbsnails use &lt;a href=&quot;http://blog.wrench.com.au/2006/07/08/live-reflection-component-with-a-twist/&quot; target=&quot;_blank&quot;&gt;http://blog.wrench.com.au/2006/07/08/live-reflection-component-with-a-twist/&lt;/a&gt;&lt;br /&gt; 
				</description>
				
				<category>OpenSource</category>				
				
				<category>ColdFusion</category>				
				
				<category>Flex</category>				
				
				<pubDate>Tue, 20 Feb 2007 11:24:00 -0500</pubDate>
				<guid>http://www.harrisfamily.net.nz/devblog/index.cfm/2007/2/20/My-Flex2-Gallery--what-it-goes-and-what-is-next</guid>
				
			</item>
			
			<item>
				<title>Introducing JpgMetadataReader.cfc V0.3</title>
				<link>http://www.harrisfamily.net.nz/devblog/index.cfm/2007/1/7/Introducing-JpgMetadataReadercfc-V03</link>
				<description>
				
				another update so soon you ask?

The main difference with this version is I removed the getter and setter functions for ITPC metadata and created the functions:

- getMetadataKeys( type )
- setMetadataKeys( type , keys )

Why did I do this?

Because every digital camera stores some type of it&apos;s own meta data. To get access to this you can call:
&lt;code&gt;
&lt;cfset stMetaData	= oMetaData.getMetaDataStruct(&quot;C:\path\to\jpg\picture.jpg&quot;,&quot;FujiFilm Makernote&quot;)&gt;
&lt;/code&gt;
...no prizes for guessing the make of digital camera I have!...

So what you can do is set the default keys (to empty string) like this:
&lt;code&gt;
&lt;cfset oMetaData.setMetadataKeys(&quot;FujiFilm Makernote&quot;,&quot;valueone,valuetwo,valuethree&quot;)&gt;
&lt;/code&gt;

That way you don&apos;t need to worry about lots of &quot;structKeyExists&quot; calls! :-)

Hope this makes sense, and any feed back will be welcomed! 
				</description>
				
				<category>JpgMetadataReader</category>				
				
				<category>OpenSource</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Sun, 07 Jan 2007 16:07:00 -0500</pubDate>
				<guid>http://www.harrisfamily.net.nz/devblog/index.cfm/2007/1/7/Introducing-JpgMetadataReadercfc-V03</guid>
				
				<enclosure url="http://www.harrisfamily.net.nz/devblog/enclosures/JpgMetadataReaderV0.3.zip" length="1601" type="application/unknown"/>
				
			</item>
			
			<item>
				<title>Introducing JpgMetadataReader.cfc V0.2</title>
				<link>http://www.harrisfamily.net.nz/devblog/index.cfm/2007/1/5/Introducing-JpgMetadataReadercfc-V02</link>
				<description>
				
				Just when you think you are being clever, you find there is someone who has already been cleverer (is that a word?) than you!

I asked Mr Google about ColdFusion and EXIF and he told me about this: &lt;a href=&quot;http://www.leavethatthingalone.com/blog/index.cfm/2006/5/16/Using-ColdFusion-to-Read-EXIF-Information-from-JPEGs&quot; target=&quot;_blank&quot;&gt;http://www.leavethatthingalone.com/blog/index.cfm/2006/5/16/Using-ColdFusion-to-Read-EXIF-Information-from-JPEGs&lt;/a&gt;

The same Java class was being used, but the really clever thing here is that you don&apos;t need to add that class to the lib dir/class paths in CF.

After reading this, and thinking how I plan to use my JpgMetadataReader.cfc, I have made to following changes:

- the init function now has the optional argument &quot;JpegMetadataReader&quot;, which is &quot;An instantiated object of com.drew.imaging.jpeg.JpegMetadataReader&quot; (that&apos;s the hint)
If you do not pass this in, it will attempt to create the java object, and if it is located in the lib/class path, you&apos;ll be fine :-)

- added the functions &quot;getITPCKeys&quot; and &quot;setITPCKeys&quot;. These functions are used to define a comma delimited list of keys that MUST be returned in the result struct.
The struct keys are inited with a value of &quot;&quot; (empty string)
The default list is &quot;Caption/Abstract,Keywords,Credit,Copyright Notice,Object Name&quot; and is dirived from &lt;a href=&quot;http://www.controlledvocabulary.com/imagedatabases/iptc_naa.html#IPTCchart&quot; target=&quot;_blank&quot;&gt;http://www.controlledvocabulary.com/imagedatabases/iptc_naa.html#IPTCchart&lt;/a&gt;

- added the optional argument &quot;type&quot; to &quot;getMetaDataStruct&quot;.
This will return only the type of meta data you specify.
eg: &lt;code&gt;
&lt;cfset stMetaData	= oMetaData.getMetaDataStruct(&quot;c:\my\picture\here.jpg&quot;,&quot;exif&quot;)&gt;
&lt;/code&gt;
...will only return &quot;exif&quot; meta data. If this argument is not provided or is an empty string, any avalible meta data will be returned.
If a non-existant type is provided, you will end up with a empty Struct. 

So, enough info, now for some code:

&lt;code&gt;
&lt;!---
...code here to create the java object...

eg: 
MyJpegMetadataReaderJavaObject = loader.create(&quot;com.drew.imaging.jpeg.JpegMetadataReader&quot;);

...if you are using Mark Mandle&apos;s Java loader (http://javaloader.riaforge.org/)

---&gt;

&lt;cfset oMetaData	= createObject(&quot;component&quot;,&quot;org.harris.JpgMetadataReader&quot;).init(MyJpegMetadataReaderJavaObject)&gt;

&lt;cfset stMetaData	= oMetaData.getMetaDataStruct(&quot;c:\my\picture\here.jpg&quot;)&gt;

&lt;cfdump var=&quot;#stMetaData#&quot;&gt;

&lt;/code&gt;

The only difference here from the initial code snippet is that I have provided the Java class &quot;com.drew.imaging.jpeg.JpegMetadataReader&quot; in the variable &quot;MyJpegMetadataReaderJavaObject&quot;

What is really cool about the JavaLoader is that you can load ANY java class!

Enjoy! 
				</description>
				
				<category>JpgMetadataReader</category>				
				
				<category>OpenSource</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Fri, 05 Jan 2007 17:57:00 -0500</pubDate>
				<guid>http://www.harrisfamily.net.nz/devblog/index.cfm/2007/1/5/Introducing-JpgMetadataReadercfc-V02</guid>
				
				<enclosure url="http://www.harrisfamily.net.nz/devblog/enclosures/JpgMetadataReaderV0.2.zip" length="1402" type="application/x-zip-compressed"/>
				
			</item>
			
			<item>
				<title>The New TradeMe and TradeMe.cfc</title>
				<link>http://www.harrisfamily.net.nz/devblog/index.cfm/2006/11/25/The-New-TradeMe-and-TradeMecfc</link>
				<description>
				
				The fine folks at Trademe.co.nz have just update their site...

and much to my surprise, my TradeMe.cfc still works just fine! 
				</description>
				
				<category>OpenSource</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Sat, 25 Nov 2006 09:01:00 -0500</pubDate>
				<guid>http://www.harrisfamily.net.nz/devblog/index.cfm/2006/11/25/The-New-TradeMe-and-TradeMecfc</guid>
				
			</item>
			
			<item>
				<title>New site</title>
				<link>http://www.harrisfamily.net.nz/devblog/index.cfm/2006/10/21/New-site</link>
				<description>
				
				Adobe have just released a site to host &quot;Open Source projects built on Adobe technology&quot;

Been a fan of Open Source and community, I think this is a great resource.

So if you ever think &quot;I need some code that can [xyz]&quot; here is one place you can have a look

Check out my &lt;a href=&quot;http://del.icio.us/nzmehere/opensource&quot; target=&quot;_blank&quot;&gt;del.icio.us&lt;/a&gt; opensource tag for some other open source resources.

I was a bit confused to the &quot;RIA&quot; in the name tho, as it&apos;s not ONLY RIA (Rich Internet Applications), and asked &lt;a href=&quot;http://ray.camdenfamily.com/index.cfm/2006/10/18/Announcing-RIAForge#c5D3C8967-97FB-7FFF-F7B60BF3D0D3F46B&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt; 
				</description>
				
				<category>OpenSource</category>				
				
				<pubDate>Sat, 21 Oct 2006 10:10:00 -0500</pubDate>
				<guid>http://www.harrisfamily.net.nz/devblog/index.cfm/2006/10/21/New-site</guid>
				
			</item>
			
			<item>
				<title>Trademe and ColdFusion</title>
				<link>http://www.harrisfamily.net.nz/devblog/index.cfm/2006/10/17/Trademe-and-ColdFusion</link>
				<description>
				
				Here is a CFC that will take a &lt;a href=&quot;http://www.trademe.co.nz&quot;&gt;TradeMe&lt;/a&gt; account and parse the HTML and return a query.

It works today, but will most likely &quot;break&quot; in the future if/when trademe change their site...

...ah the joys of &amp;lt;cfhttp...&gt; ! :-)

Enjoy!

How to use it:
&lt;code&gt;
&lt;cfscript&gt;
	oTrademe	= createObject(&quot;component&quot;,&quot;Trademe&quot;).init();
	
	qListing		= oTrademe.getMemeberListing([a trademe member number here]);
&lt;/cfscript&gt;

&lt;cfdump var=&quot;#qListing#&quot;&gt;
&lt;/code&gt;

To find a Trademe account number, it is the &quot;member=[number]&quot; in the URL. 
				</description>
				
				<category>OpenSource</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Tue, 17 Oct 2006 20:55:00 -0500</pubDate>
				<guid>http://www.harrisfamily.net.nz/devblog/index.cfm/2006/10/17/Trademe-and-ColdFusion</guid>
				
				<enclosure url="http://www.harrisfamily.net.nz/devblog/enclosures/TradeMe.zip" length="1106" type="application/x-zip-compressed"/>
				
			</item>
			
			<item>
				<title>youTube CFC for blogCFC</title>
				<link>http://www.harrisfamily.net.nz/devblog/index.cfm/2006/9/16/youTube-CFC-for-blogCFC</link>
				<description>
				
				This is my first offering to ColdFusion OpenSource Comunity!

It&apos;s a CFC that you provide your youTube user name and it gets the feed and lets you get a Query to output them.

If you don&apos;t know what &quot;YouTube&quot; is, check out &lt;a href=&quot;http://www.youtube.com/&quot; target=&quot;_blank&quot;&gt;http://www.youtube.com/&lt;/a&gt;

I have instructions in the attached zip so you can call it in Ray Camden&apos;s blogCFC like this:

&lt;div class=&quot;code&quot;&gt;

...some interesting blogging....&lt;br/&gt;
&amp;lt;youTube&gt;[Movie Name]&amp;lt;/youTube&gt;&lt;br/&gt;
...some more interesting blogging...
&lt;/div&gt;

Here is an example:

&lt;!-- youTube&gt;Train Day&lt;/youTube --&gt;

Please down load it and have a go with it and any feed back (as comments on this entry) would be great!

Let me know if you use it, as this is the first code I have release to the wild and would like to know how it goes! 
				</description>
				
				<category>OpenSource</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Sat, 16 Sep 2006 19:45:00 -0500</pubDate>
				<guid>http://www.harrisfamily.net.nz/devblog/index.cfm/2006/9/16/youTube-CFC-for-blogCFC</guid>
				
				<enclosure url="http://www.harrisfamily.net.nz/devblog/enclosures/youTube.zip" length="3814" type="application/x-zip-compressed"/>
				
			</item>
			</channel></rss>