<?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>Bucky Schwarz dot Net &#187; Adogo</title>
	<atom:link href="http://buckyschwarz.net/blog/tag/adogo/feed/" rel="self" type="application/rss+xml" />
	<link>http://buckyschwarz.net/blog</link>
	<description>development. gaming. photography. awesome.</description>
	<lastBuildDate>Tue, 13 Jul 2010 16:18:33 +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>Adogo Presentation: Flex Custom Components</title>
		<link>http://buckyschwarz.net/blog/flex-custom-components/</link>
		<comments>http://buckyschwarz.net/blog/flex-custom-components/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 19:21:28 +0000</pubDate>
		<dc:creator>Bucky</dc:creator>
				<category><![CDATA[Adogo]]></category>
		<category><![CDATA[Flex 3 Development]]></category>
		<category><![CDATA[custom component]]></category>
		<category><![CDATA[Flex 3]]></category>
		<category><![CDATA[max porges]]></category>
		<category><![CDATA[ui]]></category>

		<guid isPermaLink="false">http://buckyschwarz.net/blog/?p=10</guid>
		<description><![CDATA[On Monday, Max gave a presentation at Adogo on creating custom UI components. As usual with his talks, it was informative and interesting without being very boring. He essentially did all of the hard work required to learn how to create custom components, then shared it with the rest of us. It got me really [...]]]></description>
			<content:encoded><![CDATA[<p>On Monday, <a title="Maxim Porges; code slinger" href="http://maximporges.blogspot.com/">Max</a> gave a presentation at <a title="Adobe Developers of Greater Orlando" href="http://adogo.us">Adogo</a> on creating custom UI components. As usual with his talks, it was informative and interesting without being very boring. He essentially did all of the hard work required to learn how to create custom components, then shared it with the rest of us. It got me really motivated and excited to start developing the UI of version two of my Audioscrobbler application.</p>
<p>I&#8217;ve played around a little bit with custom UIs, and generally understood the mechanics and how it should be done, but I feel like with the perspective I gained from this talk, I&#8217;m ready to focus my efforts a bit harder and buckle down and start making a slick interface.</p>
<p>So thanks, Max. At the last Adogo meeting, I asked if we could go over this, and I certainly plan on putting it to good work very soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://buckyschwarz.net/blog/flex-custom-components/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Source Code and Adogo</title>
		<link>http://buckyschwarz.net/blog/my-source-code-and-adogo/</link>
		<comments>http://buckyschwarz.net/blog/my-source-code-and-adogo/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 19:17:50 +0000</pubDate>
		<dc:creator>Bucky</dc:creator>
				<category><![CDATA[Adogo]]></category>
		<category><![CDATA[Flex 3 Development]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[assembla]]></category>
		<category><![CDATA[audioscrobbler flex app]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[Flex 3]]></category>
		<category><![CDATA[gpl]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[trac]]></category>

		<guid isPermaLink="false">http://buckyschwarz.net/blog/?p=8</guid>
		<description><![CDATA[Brian has posted the June Meeting Wrap-up to the adogo site. I gave a presentation on the first iteration of my last.fm AudioScrobbler Flex App. The meeting was a success; the code camp went well, and I think generally everyone was very pleased.
I&#8217;m putting the source code from my app up on a public svn [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Brian LeGros' blog" href="http://www.brianlegros.com/blog">Brian</a> has posted the <a title="Adogo June Meeting Notes" href="http://adogo.us/2008/06/05/june-meeting-wrap-up/">June Meeting Wrap-up</a> to the adogo site. I gave a presentation on the first iteration of my last.fm <a title="Version 1 of AudioScrobbler Flex XML" href="http://buckyschwarz.net/dev/web/flex/scrobbler/AudioScrobblerXML.html">AudioScrobbler Flex App. </a>The meeting was a success; the code camp went well, and I think generally everyone was very pleased.</p>
<p>I&#8217;m putting the source code from my app up on a public svn repository, located at <a title="AudioScrobbler repository at Assembla" href="http://svn.assembla.com/svn/audioscrobblerflex/">http://svn.assembla.com/svn/audioscrobblerflex/</a>. The code is available by hitting that url in a web browser, or using an svn client. Assembla also has a <a title="AudioScrobbler code browser at Assembla" href="http://trac.assembla.com/audioscrobblerflex/browser">nifty little code browser</a> (powered by Trac) if you&#8217;re viewing it through a browser. It&#8217;s a public repository, so the code is read-only. If you&#8217;d like to make changes and commit them back to the repository, you&#8217;ll have to sign up for an Assembla account and be added to the project. The code is licensed under the <a title="GNU GPL" href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>.</p>
<p>If you don&#8217;t know about <a title="Aseembla" href="http://assembla.com">Assembla</a>, check it out. They offer free svn repositories, great setup options, and bug tracking with Trac. It&#8217;s all free, and it&#8217;s all very easy and very well done in the web 2.0 style.</p>
]]></content:encoded>
			<wfw:commentRss>http://buckyschwarz.net/blog/my-source-code-and-adogo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
