<?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>Nobien &#187; AS3BloggerLib</title>
	<atom:link href="http://blog.nobien.net/category/as3bloggerlib/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nobien.net</link>
	<description>A nerd blog about nerdy things by ... nerdy guys?</description>
	<lastBuildDate>Mon, 19 Jul 2010 14:27:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>AS3BloggerLib v0.1.4 Update</title>
		<link>http://blog.nobien.net/2008/01/22/as3bloggerlib-v014-update/</link>
		<comments>http://blog.nobien.net/2008/01/22/as3bloggerlib-v014-update/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 17:01:45 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[AS3BloggerLib]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://blog.nobien.net/2008/01/22/as3bloggerlib-v014-update/</guid>
		<description><![CDATA[Made another fix to AS3BloggerLib. Previously there was a problem with how I was handling the id and blogPostID properties of Comment objects. This has been resolved and all files have been updated at Google Code.]]></description>
			<content:encoded><![CDATA[<p>Made another fix to AS3BloggerLib. Previously there was a problem with how I was handling the id and blogPostID properties of Comment objects. This has been resolved and all files have been updated at <a href="http://code.google.com/p/as3bloggerlib/" target="_blank">Google Code</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nobien.net/2008/01/22/as3bloggerlib-v014-update/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>AS3BloggerLib v0.1.3 Update</title>
		<link>http://blog.nobien.net/2007/10/31/as3bloggerlib-v013-update/</link>
		<comments>http://blog.nobien.net/2007/10/31/as3bloggerlib-v013-update/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 15:57:17 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[AS3BloggerLib]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://blog.nobien.net/2007/10/31/as3bloggerlib-v013-update/</guid>
		<description><![CDATA[Today I updated the AS3BLoggerLib project. Recently I realized that I wasn't handling service responses in a good way. Previously, I was assuming that when the URLLoader's COMPLETE event was dispatched that the service call was successful. This obviously is not the case. Now a simple check on the HTTP status code ensures that a [...]]]></description>
			<content:encoded><![CDATA[<p>Today I updated the AS3BLoggerLib project. Recently I realized that I wasn't handling service responses in a good way. Previously, I was assuming that when the URLLoader's COMPLETE event was dispatched that the service call was successful. This obviously is not the case. Now a simple check on the HTTP status code ensures that a BloggerService event is dispatched only when a successful call has been made. Otherwise, an ErrorEvent is dispatched with the message from the server.</p>
<p>I still have yet to receive feedback from anyone concerning this library. I know very few people have downloaded it, but if you have, and if you've attempted using it all, I'd love to hear from you.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nobien.net/2007/10/31/as3bloggerlib-v013-update/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>AS3BloggerLib v0.1.1 Update</title>
		<link>http://blog.nobien.net/2007/09/26/as3bloggerlib-quick-update/</link>
		<comments>http://blog.nobien.net/2007/09/26/as3bloggerlib-quick-update/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 19:56:20 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[AS3BloggerLib]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://blog.nobien.net/2007/09/26/as3bloggerlib-quick-update/</guid>
		<description><![CDATA[Another quick update on AS3BloggerLib. I changed the package name to reflect the nobien brand. It changed from 'org.mattwright...' to 'com.nobien...'. Why you ask? First, I don't want it to be confused with the most infamous Matt Wright in the internet world. And second, I want to push the nobien name a bit more. Oh, [...]]]></description>
			<content:encoded><![CDATA[<p>Another quick update on AS3BloggerLib. I changed the package name to reflect the nobien brand. It changed from 'org.mattwright...' to 'com.nobien...'. Why you ask? First, I don't want it to be confused with the most infamous Matt Wright in the internet world. And second, I want to push the nobien name a bit more. Oh, and yes, we have a .net domain name, but there's just something weird about starting a package name with 'net', don't you think?</p>
<p>At any rate, I've added a new download and deprecated the old one. I've also started adding some wiki pages. Hopefully this will give all you developers out there a quick glance at the library rather than having to download it and explore the packages.</p>
<p>The library has only been downloaded  a couple times so far, and probably isn't really being used by anyone, but if you do happen to download it, I'm really looking for some feedback so that I can make this thing the best it can be.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nobien.net/2007/09/26/as3bloggerlib-quick-update/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>AS3BloggerLib Update</title>
		<link>http://blog.nobien.net/2007/09/18/as3bloggerlib-update/</link>
		<comments>http://blog.nobien.net/2007/09/18/as3bloggerlib-update/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 21:38:45 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[AS3BloggerLib]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://blog.nobien.net/2007/09/18/as3bloggerlib-update/</guid>
		<description><![CDATA[Just a quick update. I've updated AS3BloggerLib with proper documentation, an SWC file, and added the first download. The project feels a bit more official now that these are up there. On top of adding this stuff I also did a bit of necessary encapsulation to clean the code up a bit. I'm sure more [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick update. I've updated <a href="http://code.google.com/p/as3bloggerlib/" target="_blank">AS3BloggerLib </a>with proper documentation, an SWC file, and added the first download. The project feels a bit more official now that these are up there. On top of adding this stuff I also did a bit of necessary encapsulation to clean the code up a bit. I'm sure more could be done to optimize the code, such as getting rid of the dependencies, but I'm happy with it for now. I will hopefully be providing some example files to download soon as well. Who will be the first to download?? Does anyone even care about an AS3 blogger library? Ha!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nobien.net/2007/09/18/as3bloggerlib-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My new project: AS3BloggerLib</title>
		<link>http://blog.nobien.net/2007/09/14/my-new-project-as3bloggerlib/</link>
		<comments>http://blog.nobien.net/2007/09/14/my-new-project-as3bloggerlib/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 14:40:11 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[AS3BloggerLib]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://blog.nobien.net/2007/09/14/my-new-project-as3bloggerlib/</guid>
		<description><![CDATA[Ah, actionscript libraries. You can never have too many of them, right? Right. And not to mention that there's nothing better than someone writing code for you. In all honesty I haven't had much time to myself to use any of the wonderful AS3 libraries that are out there right now, but while working on [...]]]></description>
			<content:encoded><![CDATA[<p>Ah, actionscript libraries. You can never have <a href="http://code.google.com/p/as3syndicationlib/" target="_blank">too</a> <a href="http://code.google.com/p/as3flickrlib/" target="_blank">many</a> of <a href="http://code.google.com/p/as3corelib/" target="_blank">them</a>, right? Right. And not to mention that there's nothing better than someone writing code for you. In all honesty I haven't had much time to myself to use any of the wonderful AS3 libraries that are out there right now, but while working on a chapter for <a href="http://www.amazon.com/AIR-Instant-Results-Marc-Luchner/dp/0470182075/" target="_blank">AIR Instant Results</a> I was inspired to start my own project.</p>
<p>The chapter utilizes the <a href="http://code.google.com/apis/blogger/overview.html" target="_blank">Blogger Data API</a>, but because it must be compressed into 30 or so pages, I have to develop a very simplified set of classes to handle the communication. Any OOP stickler would probably give me a hard time about the class structure, but thats a compromise that you sometimes have to make when writing a book. Yes, because I love OOP programming and can't get enough of it, it's certainly sad to have to make compromises. However, this hasn't stopped me from reconciling my own guilt. In my spare time I've been diligently working on a comprehensive AS3 library for the Blogger API. Hooray! Guilt-be-gone.</p>
<p><a href="http://code.google.com/p/as3bloggerlib/" target="_blank">AS3BloggerLib</a> is my first leap into creating my own open source Actionscript project, and I'm looking forward to fixing, updating, changing, and redesigning this thing until its picture perfect. In all honesty, it still needs some sprucing up (needs lots of encapsulation), but works pretty well for the most part. Certainly there are things that are missing, most notably documentation, but these things should appear in the near future.</p>
<p>No packaged downloads are available yet, so if you're interested in getting at the code you'll have to do an SVN checkout to get the source. Eventually there will be a packaged SWC, examples, and solid documentation.  Also, I certainly am not opposed to any criticism or suggestions for improvement, so don't hesitate to start discussing things on the <a href="http://groups.google.com/group/as3bloggerlib" target="_blank">discussion group</a>.</p>
<p>The last note I should make is that this library only works for installed (AIR) applications at the moment because Google does not host a crossdomain file. Other than that, I hope this goes over well!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nobien.net/2007/09/14/my-new-project-as3bloggerlib/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
