<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Decriptor's Blog</title>
	
	<link>http://www.decriptor.com</link>
	<description />
	<lastBuildDate>Fri, 02 Nov 2012 04:18:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/decriptor/qXWe" /><feedburner:info uri="decriptor/qxwe" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Monkey Space 2012 Is Over</title>
		<link>http://feedproxy.google.com/~r/decriptor/qXWe/~3/2Du4n7a6AWg/</link>
		<comments>http://www.decriptor.com/2012/11/01/monkey-space-2012-is-over/#comments</comments>
		<pubDate>Fri, 02 Nov 2012 04:18:16 +0000</pubDate>
		<dc:creator>sshaw</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[monkey space]]></category>
		<category><![CDATA[monkey square]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[monodevelop]]></category>
		<category><![CDATA[service stack]]></category>
		<category><![CDATA[vernacular]]></category>

		<guid isPermaLink="false">http://www.decriptor.com/?p=375</guid>
		<description><![CDATA[A few weeks back I had the opportunity to attend the MonkeySpace conference. For all of you that missed it, I highly recommend planning on attending it next year.  If you did miss it, this year is not completely lost as the awesome folks over at Monkey Square are planning on making the videos of the sessions available [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks back I had the opportunity to attend the MonkeySpace conference.</p>
<p><img class="alignright size-full wp-image-358" title="monkeyspacelogo" src="http://www.decriptor.com/wp-content/uploads/2012/10/monkeyspacelogo.png" alt="" width="240" height="59" /></p>
<p>For all of you that missed it, I highly recommend planning on attending it next year.  If you did miss it, this year is not completely lost as the awesome folks over at Monkey Square are planning on making the videos of the sessions available at some future date.</p>
<p>I had a great time meeting some awesome people and attending some great sessions.  There are several really exciting technologies out there that are worth following discussed at the conference.</p>
<p>Here is a bit of a recap of some of the sessions that I attended.</p>
<p>First, The top secret keynote that <a title="Miguel De Icaza" href="https://twitter.com/migueldeicaza" target="_blank">Miguel De Icaza</a> delivered.  The major topic was the release of <a title="Mono 3.0" href="http://www.mono-project.com/Release_Notes_Mono_3.0" target="_blank">Mono 3.0</a> and the future of the ecosystem.  Some of the really cool features of Mono 3.0 is full <a title="Async" href="http://msdn.microsoft.com/en-us/library/vstudio/hh191443.aspx" target="_blank">c# 5.0</a>, System.Net.Http, <a title="TPL DataFlow" href="https://github.com/mono/mono/pull/162/commits" target="_blank">TPL DataFlow</a>, <a title="Mono SOC 2012" href="https://github.com/mono-soc-2012" target="_blank">Code Contracts</a>, <a title="Entity Framework" href="http://entityframework.codeplex.com/" target="_blank">entity framework</a>, <a title="ASP.NET Coolness" href="http://www.hanselman.com/blog/ASPNETMVC4ASPNETWebAPIAndASPNETWebPagesV2RazorNowAllOpenSourceWithContributions.aspx" target="_blank">razor, asp.net mvc 4</a>, <a title="F# 3.0" href="http://blogs.msdn.com/b/fsharpteam/archive/2012/09/24/announcing-the-f-3-0-open-source-code-drop.aspx" target="_blank">F# 3.0</a>, and 64bit support on OS X.  The 3.0 release is very exciting not to mention lots of &#8216;lameness&#8217; will be going away with the new async stuff.  There are also improvements to <a title="SGen" href="http://www.mono-project.com/Generational_GC" target="_blank">sgen</a> the new garbage collection system in Mono that should help improve performance.  Mono is seeing a lot of success in the gaming side of the market as well.  Some other areas that will receive focus are code analysis, bug finding, and profiling tools.  In the next year <a title="Xamarin" href="http://xamarin.com/" target="_blank">Xamarin</a> expects to deliver new <a title="MonoTouch" href="http://xamarin.com/monotouch" target="_blank">MonoTouch</a> and <a title="Mono for Android" href="http://xamarin.com/monoforandroid" target="_blank">Mono for Android</a> versions based on 3.0.  Very exciting stuff!!!</p>
<p>Second, <a title="Service Stack" href="http://www.servicestack.net/" target="_blank">ServiceStack</a>.  This was a very full session and I was lucky to find a spot to stand in at the back of the room.  Sadly this meant that I missed parts of this presentation, but definitely plan to look more seriously into it once I get the chance as a replacement for wcf.  Hopefully the video comes out sooner than later for this one!</p>
<p>Third, <a title="GitHub" href="https://github.com/">GitHub</a>.  <a title="Phil Haack" href="http://haacked.com/" target="_blank">Phil Haack</a> did a great job presenting on GitHub and the awesomeness that it is.  I had seen some of it before, but really like seeing the command line style interface that is built into the web interface in action.  He also did a demo of the API that is available and there were some really cool things in there.  I&#8217;m very interested in the possibility to <a title="GitHub pull API" href="http://developer.github.com/v3/pulls/" target="_blank">integrate pull requests</a> into some <a title="Continuous Integration" href="http://en.wikipedia.org/wiki/Continuous_integration" target="_blank">Continuous Integration</a> system.  It would be cool to know right away if the pull request would break the build or not.</p>
<p>Fourth, <a title="Vernacular" href="https://github.com/rdio/vernacular" target="_blank">Vernacular</a>.  <a title="Aaron Bockover" href="http://abock.org/" target="_blank">Aaron Bockover</a>, now a Xamarin employee, was great enough to post his slides <a title="Vernacular Slides" href="http://abock.org/2012/10/24/from-rdio-to-xamarin" target="_blank">here</a>.  If you are working on a project that is targeting multiple platforms and need it to support multiple locales then this is definitely a project you need to check out.  Very promising!</p>
<p>Fifth, <a href="http://www.amazon.com/gp/product/1449320236/ref=as_li_qf_sp_asin_tl?ie=UTF8&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1449320236&amp;linkCode=as2&amp;tag=decriptor-20">Mobile Development with C#</a>(book).  <a title="Greg Shackles" href="http://www.gregshackles.com/" target="_blank">Greg Shackles</a> is definitely someone to follow and watch in this market segment.  He has been doing some great work including writing a book about it.  If you are considering writing a mobile app that is targeting multiple platforms I definitely recommend picking up this book.</p>
<p>Sixth, <a title="MonoDevelop Tips" href="http://mjhutchinson.com/tags/monodevelop_tips" target="_blank">Effective MonoDevelop</a>.  <a title="Michael Hutchinson" href="http://mjhutchinson.com/about" target="_blank">Michael Hutchinson</a> is an awesome developer that has contributed a great deal to the <a title="MonoDevelop" href="http://monodevelop.com/" target="_blank">MonoDevelop</a> project.  His blog has some great tips that makes using MonoDevelop even better.  It is definitely worth the read.</p>
<p>&nbsp;</p>
<p>Apart from all of the sessions there was plenty of time to hang out with some rockstars in the Mono community.  It is always great to chat with them in person and get feedback on questions and problems.  I am definitely looking forward to next year&#8217;s conference!  Keep up the great work!</p>
<p>&nbsp;</p>
<img src="http://feeds.feedburner.com/~r/decriptor/qXWe/~4/2Du4n7a6AWg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.decriptor.com/2012/11/01/monkey-space-2012-is-over/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.decriptor.com/2012/11/01/monkey-space-2012-is-over/</feedburner:origLink></item>
		<item>
		<title>F-Spot and its new home</title>
		<link>http://feedproxy.google.com/~r/decriptor/qXWe/~3/JNPJMimSmxQ/</link>
		<comments>http://www.decriptor.com/2012/11/01/f-spot-and-its-new-home/#comments</comments>
		<pubDate>Thu, 01 Nov 2012 07:48:28 +0000</pubDate>
		<dc:creator>sshaw</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[f-spot]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[photo management]]></category>

		<guid isPermaLink="false">http://www.decriptor.com/?p=362</guid>
		<description><![CDATA[As some of you might have noticed I&#8217;ve created a repo on GitHub for F-Spot under the mono umbrella &#8211; F-Spot on GitHub! I have left the repository on git.gnome.org/f-spot and will try to sync up changes in master regularly. I&#8217;d like to thank the awesome GNOME project for hosting F-Spot and want to be clear that I [...]]]></description>
			<content:encoded><![CDATA[<p>As some of you might have noticed I&#8217;ve created a repo on G<a title="Github" href="http://www.github.com/" target="_blank">itHub</a> for F<a title="F-Spot" href="http://f-spot.org" target="_blank">-Spot</a> under the mono umbrella &#8211; <a title="F-Spot on Github" href="http://github.com/mono/f-spot" target="_blank">F-Spot on GitHub</a>!</p>
<p>I have left the repository on <a title="F-Spot on GNOME" href="http://git.gnome.org/f-spot" target="_blank">git.gnome.org/f-spot</a> and will try to sync up changes in master regularly. I&#8217;d like to thank the awesome GNOME project for hosting F-Spot and want to be clear that I <a href="http://www.decriptor.com/wp-content/uploads/2012/10/f-spot.png"><img class="alignright size-medium wp-image-366" title="f-spot" src="http://www.decriptor.com/wp-content/uploads/2012/10/f-spot-222x300.png" alt="" width="222" height="300" /></a>have absolutely no plans of dropping GNOME support in F-Spot nor diminish F-Spot&#8217;s GNOME integration in the future. On the contrary, as the .NET bindings for the GNOME  3  platform are improving I expect to be working on further GNOME integration for F-Spot.</p>
<p>The goal in moving F-Spot over to GitHub is purely for the benefit of its development technically as well as to breath new life into the project through the wider GitHub community and feature set.  Github provides several really cool features, one of the features that I&#8217;m looking forward to taking advantages of is the pull request system.</p>
<p>Currently, contributors will typically clone a repository, create a patch that fixes some bug, file that bug in Bugzilla and attach the patch, which then sit and wait in the hope that the developers will notice the bug and accept the patch.  What seems to happen with projects, particularly F-Spot, is those bugs will sit there and bit rot.  Either someone will come alone, see the bug and possibly rebase the patch against git master or it&#8217;ll be forgotten until it&#8217;s no longer valid.  The pull request interface isn&#8217;t some silver bullet, but I see it making the process much simpler and much more discoverable for both patch contributors and maintainers alike.</p>
<p>With the GitHub system, it&#8217;s really simpler for any user to come along and fork F-Spot.  Once forked they can fix a bug and do a pull request.  At this point there is a nice list of pull requests or shame list (a list of all the patches I haven&#8217;t addressed yet!).  There are some other features such as issue tracking and a built-in wiki that comes with GitHub which I&#8217;m not sure if it will get used, but time will tell.</p>
<p>Another goal I have for the project is to port it over to OS X and Windows.  GitHub has a nice client for both platforms as well as conveying the idea that F-Spot is intended to be cross-platform application with GNOME support more clearly than being on GNOME&#8217;s git does.</p>
<p>I hope everyone will appreciate this new workflow and will enjoy the improvements that are to come in F-Spot.  I&#8217;m excited to continue development on F-Spot and look forward to the future of such an awesome photo management.</p>
<img src="http://feeds.feedburner.com/~r/decriptor/qXWe/~4/JNPJMimSmxQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.decriptor.com/2012/11/01/f-spot-and-its-new-home/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.decriptor.com/2012/11/01/f-spot-and-its-new-home/</feedburner:origLink></item>
		<item>
		<title>Heading to MonkeySpace</title>
		<link>http://feedproxy.google.com/~r/decriptor/qXWe/~3/UcM9PhuFvu4/</link>
		<comments>http://www.decriptor.com/2012/10/16/heading-to-monkeyspace/#comments</comments>
		<pubDate>Tue, 16 Oct 2012 07:57:04 +0000</pubDate>
		<dc:creator>sshaw</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[cross platform]]></category>
		<category><![CDATA[f-spot]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[monkeyspace]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[mono for android]]></category>
		<category><![CDATA[monotouch]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.decriptor.com/?p=357</guid>
		<description><![CDATA[MONKEYSPACE 2012 MonkeySpace, formerly known as Monospace, is the official cross platform and open-source .NET conference. Want to learn more about developing for the iPhone, Android, Mac, and *nix platforms using .NET technologies? How about developing games or learning more about open-source projects using .NET technologies? MonkeySpace has provided an annual venue to collaborate, share, [...]]]></description>
			<content:encoded><![CDATA[<h2>MONKEYSPACE 2012<a title="Monkey Space" href="http://monkeyspace.org/" target="_blank"><img class="alignright size-full wp-image-358" title="monkeyspacelogo" src="http://www.decriptor.com/wp-content/uploads/2012/10/monkeyspacelogo.png" alt="" width="240" height="59" /></a></h2>
<p>MonkeySpace, formerly known as Monospace, is the official cross platform and open-source .NET conference. Want to learn more about developing for the iPhone, Android, Mac, and *nix platforms using .NET technologies? How about developing games or learning more about open-source projects using .NET technologies? MonkeySpace has provided an annual venue to collaborate, share, and socialize around these topics and more.</p>
<p>&nbsp;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>I&#8217;m really exciting to see all the new stuff that is going on in the mono world. Looks like they have some awesome <a title="Monkey Space Conference" href="http://monkeyspace.org/#schedule" target="_blank">presentations</a> and <a title="Monkey Space Speakers" href="http://monkeyspace.org/#speakers" target="_blank">presenters</a> lined up for this conference. If you have some time and going to be in the <a title="Monkey Space Location" href="http://monkeyspace.org/#location" target="_blank">area</a> you&#8217;d be foolish to not attend.</p>
<p>Of course, big thanks to the awesome <a title="Monkey Space Sponsors" href="http://monkeyspace.org/#sponsors" target="_blank">sponsors</a> and not to be forgotten the <a title="Monkey Space Organizers" href="http://monkeyspace.org/#brought" target="_blank">organizers</a>!</p>
<p>Also, pay attention to Open Space on the last day from 13:45 &#8211; 17:15. Come and help contribute to open source projects! I&#8217;ll be there working on <a title="f-spot" href="http://f-spot.org/" target="_blank">f-spot</a>.</p>
<img src="http://feeds.feedburner.com/~r/decriptor/qXWe/~4/UcM9PhuFvu4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.decriptor.com/2012/10/16/heading-to-monkeyspace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.decriptor.com/2012/10/16/heading-to-monkeyspace/</feedburner:origLink></item>
		<item>
		<title>GNOME &amp; Mono Festival of Love 2012</title>
		<link>http://feedproxy.google.com/~r/decriptor/qXWe/~3/kCTKP3hT_0k/</link>
		<comments>http://www.decriptor.com/2012/06/25/gnome-mono-festival-of-love-2012/#comments</comments>
		<pubDate>Mon, 25 Jun 2012 20:51:48 +0000</pubDate>
		<dc:creator>sshaw</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[f-spot]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[hackfest]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.decriptor.com/?p=349</guid>
		<description><![CDATA[I get to hang out with several awesome developers this week in Boston to work on f-spot and other GNOME and Mono related projects.  It will be great to meet many in person and help improve these awesome apps.  GNOME &#38; Mono Festival of Love 2012 Also, a huge thanks to the GNOME Foundation for [...]]]></description>
			<content:encoded><![CDATA[<p>I get to hang out with several awesome developers this week in Boston to work on f-spot and other GNOME and Mono related projects.  It will be great to meet many in person and help improve these awesome apps.  <a title="GNOME &amp; Mono Festival of Love 2012" href="https://live.gnome.org/Hackfests/GNOMEandMonoFestivalofLove2012" target="_blank">GNOME &amp; Mono Festival of Love 2012</a></p>
<p>Also, a huge thanks to the GNOME Foundation for sponsoring my travel to this event!</p>
<p>&nbsp;</p>
<p><img class="aligncenter size-full wp-image-610" title="GNOME Foundation" src="http://versia.com/wp-content/uploads/2012/06/sponsored-badge-simple.png" alt="GNOME Foundation" width="213" height="213" /></p>
<img src="http://feeds.feedburner.com/~r/decriptor/qXWe/~4/kCTKP3hT_0k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.decriptor.com/2012/06/25/gnome-mono-festival-of-love-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.decriptor.com/2012/06/25/gnome-mono-festival-of-love-2012/</feedburner:origLink></item>
		<item>
		<title>openSUSE 11.4 Release Party</title>
		<link>http://feedproxy.google.com/~r/decriptor/qXWe/~3/frGIL2BY9ns/</link>
		<comments>http://www.decriptor.com/2011/03/14/opensuse-11-4-release-party/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 23:50:04 +0000</pubDate>
		<dc:creator>sshaw</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[11.4]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[install fest]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[Suse]]></category>
		<category><![CDATA[Utah Open Source]]></category>

		<guid isPermaLink="false">http://www.decriptor.com/?p=329</guid>
		<description><![CDATA[We are planning a community release party this coming Thursday, March 17, 2011 to celebrate the 11.4 release.  We are planning on having some media and usb thumb drives for anyone that would like to install 11.4. This time we are changing the location a little.  We are still having the party on Novell&#8217;s Provo [...]]]></description>
			<content:encoded><![CDATA[<p>We are planning a community release party this coming Thursday, March 17, 2011 to celebrate the 11.4 release.  We are planning on having some media and usb thumb drives for anyone that would like to install 11.4.</p>
<p>This time we are changing the location a little.  We are still having the party on Novell&#8217;s Provo campus, but in one of the executive briefing rooms building H which is the tall south most building.</p>
<p>Everyone is welcome.  If you are planning on coming please let us know by sending me an email sshaw ]at[ decriptor ]dot[ com.  We are hoping to have food and swag to give away.</p>
<p>Details:</p>
<p>March 17, 2011</p>
<p>6:30 to 8:00 pm</p>
<p>Executive Briefing Center, Building H</p>
<p>Novell Provo Campus</p>
<p>&nbsp;</p>
<p>Here is the poster we threw together.  The artwork was provided by someone in the community and the poster was put together by my awesome wife.</p>
<p>&nbsp;</p>
<p><a href="http://www.decriptor.com/wp-content/uploads/2011/03/openSUSE-11-4-party-poster-4.jpg"><img class="aligncenter size-medium wp-image-333" title="openSUSE 11 4 party poster" src="http://www.decriptor.com/wp-content/uploads/2011/03/openSUSE-11-4-party-poster-4-212x300.jpg" alt="" width="212" height="300" /></a></p>
<img src="http://feeds.feedburner.com/~r/decriptor/qXWe/~4/frGIL2BY9ns" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.decriptor.com/2011/03/14/opensuse-11-4-release-party/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://www.decriptor.com/2011/03/14/opensuse-11-4-release-party/</feedburner:origLink></item>
		<item>
		<title>A huge thanks to the community!</title>
		<link>http://feedproxy.google.com/~r/decriptor/qXWe/~3/_j32U2tpNtw/</link>
		<comments>http://www.decriptor.com/2010/10/12/a-huge-thanks-to-the-community/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 18:58:50 +0000</pubDate>
		<dc:creator>sshaw</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[a11y]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[bryen]]></category>
		<category><![CDATA[community]]></category>

		<guid isPermaLink="false">http://www.decriptor.com/?p=315</guid>
		<description><![CDATA[As many of you know and have generously donated, Bryen was robbed while traveling through Spain recently. We have now closed the pledge as we exceeded our goal. I have now transfered all of the funds to Bryen and he is planning on donating the rest to the GNOME A11y cause. Something that is close [...]]]></description>
			<content:encoded><![CDATA[<p>As many of you know and have generously donated, Bryen was robbed while traveling through Spain recently.  We have now closed the pledge as we exceeded our goal.  I have now transfered all of the funds to Bryen and he is planning on donating the rest to the GNOME A11y cause.  Something that is close to him.</p>
<p>So, a huge thanks to all.</p>
<img src="http://feeds.feedburner.com/~r/decriptor/qXWe/~4/_j32U2tpNtw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.decriptor.com/2010/10/12/a-huge-thanks-to-the-community/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.decriptor.com/2010/10/12/a-huge-thanks-to-the-community/</feedburner:origLink></item>
		<item>
		<title>Someone in need</title>
		<link>http://feedproxy.google.com/~r/decriptor/qXWe/~3/rGPGvHFY2po/</link>
		<comments>http://www.decriptor.com/2010/10/04/someone-in-need/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 20:20:51 +0000</pubDate>
		<dc:creator>sshaw</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[a11y]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[bryen]]></category>
		<category><![CDATA[pledgie]]></category>
		<category><![CDATA[suseROCKS]]></category>
		<category><![CDATA[traveling]]></category>

		<guid isPermaLink="false">http://www.decriptor.com/?p=309</guid>
		<description><![CDATA[Many of you that follow my blog probably know Bryen, also known by suseROCKS.  He is someone that has dedicated a significant amount of his time and effort throughout his life to spread awareness about accessibility.  This month he is traveling in Europe to help further this effort.  Unfortunately, while he was in Spain he [...]]]></description>
			<content:encoded><![CDATA[<p>Many of you that follow my blog probably know Bryen, also known by suseROCKS.  He is someone that has dedicated a significant amount of his time and effort throughout his life to spread awareness about accessibility.  This month he is traveling in Europe to help further this effort.  Unfortunately, while he was in Spain he was robbed.  There are several of us that have thought about trying to raise some money to replace these items.</p>
<p>So, if you&#8217;d like to join us and show your appreciation for all that Bryen has done we ask that you donate what you can at this link: <a href="http://pledgie.com/campaigns/13645">http://pledgie.com/campaigns/13645</a></p>
<p><a href='http://www.pledgie.com/campaigns/13645'><img alt='Click here to lend your support to: Replace Bryen's stolen equipment and make a donation at www.pledgie.com !' src='http://www.pledgie.com/campaigns/13645.png?skin_name=chrome' border='0' /></a></p>
<img src="http://feeds.feedburner.com/~r/decriptor/qXWe/~4/rGPGvHFY2po" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.decriptor.com/2010/10/04/someone-in-need/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://www.decriptor.com/2010/10/04/someone-in-need/</feedburner:origLink></item>
		<item>
		<title>FireBreath 1.2 released</title>
		<link>http://feedproxy.google.com/~r/decriptor/qXWe/~3/loB270hIKuA/</link>
		<comments>http://www.decriptor.com/2010/09/16/firebreath-1-2-released/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 16:08:05 +0000</pubDate>
		<dc:creator>sshaw</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[firebreath]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[NPAPI]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.decriptor.com/?p=302</guid>
		<description><![CDATA[This is an open source project that one of my friends at school started.  Here is a quick description of the project. FireBreath aims to be a cross-platform plugin architecture, targeting: NPAPI browsers on windows, mac, and linux: Gecko/Firefox Google Chrome Apple Safari ActiveX Control hosts: Microsoft Internet Explorer 6, 7, and 8 FireBreath is [...]]]></description>
			<content:encoded><![CDATA[<p>This is an open source project that one of my friends at school started.  Here is a quick description of the project.</p>
<p><a href="http://code.google.com/p/firebreath/wiki/FireBreath">FireBreath</a> aims to be a cross-platform plugin architecture, targeting:</p>
<ul>
<li>NPAPI browsers on windows, mac, and linux:
<ul>
<li>Gecko/Firefox</li>
<li>Google Chrome</li>
<li>Apple Safari</li>
</ul>
</li>
<li>ActiveX Control hosts:
<ul>
<li>Microsoft Internet Explorer 6, 7, and 8</li>
</ul>
</li>
</ul>
<p><a href="http://code.google.com/p/firebreath/wiki/FireBreath">FireBreath</a> is licensed under a dual license structure; this means you can choose which of two licenses to use it under. <a href="http://code.google.com/p/firebreath/wiki/FireBreath">FireBreath</a> can be used under the New BSD license or the GNU Lesser General Public License v2.1.</p>
<p>Here is his <a title="Fire Breath 1.2 released" href="http://colonelpanic.net/2010/09/a-year-in-the-life-of-a-plugin-project/" target="_blank">announcement</a> and reflections on starting an open source project.</p>
<img src="http://feeds.feedburner.com/~r/decriptor/qXWe/~4/loB270hIKuA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.decriptor.com/2010/09/16/firebreath-1-2-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.decriptor.com/2010/09/16/firebreath-1-2-released/</feedburner:origLink></item>
		<item>
		<title>Mono Accessibility 2.1 Released</title>
		<link>http://feedproxy.google.com/~r/decriptor/qXWe/~3/OiQgRCJwOIM/</link>
		<comments>http://www.decriptor.com/2010/08/24/mono-accessibility-2-1-released/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 16:32:39 +0000</pubDate>
		<dc:creator>sshaw</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[a11y]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[Novell]]></category>
		<category><![CDATA[UIA]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.decriptor.com/?p=296</guid>
		<description><![CDATA[We just released our first 2.x series update this week.  This release brings a 127 bug fixes. Over the last several months a fair amount of attention has been paid to improving at-spi2 as well.  For those that don&#8217;t know what at-spi2 is its the next generation of Assistive Technology Service Provider Interface.  The new [...]]]></description>
			<content:encoded><![CDATA[<p>We just released our first 2.x series update this week.  This release brings a 127 bug fixes.</p>
<p>Over the last several months a fair amount of attention has been paid to improving at-spi2 as well.  For those that don&#8217;t know what at-spi2 is its the next generation of <a title="ATSPI" href="http://en.wikipedia.org/wiki/Assistive_Technology_Service_Provider_Interface" target="_blank">Assistive Technology Service Provider Interface</a>.  The new at-spi2 using dbus in an effort to remove corba and bonobo from the gnome stack.</p>
<p>A huge benefit of this work is that kde will be able to use it without pulling in a bunch of gnome dependencies allowing for a clean desktop independent accessibility infrastructure.</p>
<p>Some release details:</p>
<ul>
<li>Improved compatibility with AT-SPI2, including fixes and performance.</li>
<li>More compatibility with Silverlight Accessibility for UIA Clients.</li>
<li>Caching improvements in UIA Client API.</li>
<li>Support for custom providers and client-side providers.</li>
</ul>
<p>As well as where you can find the packages:</p>
<ul>
<li>openSUSE 11.2 - <a href="http://download.opensuse.org/repositories/Mono:/UIA/openSUSE_11.2/mono-uia.ymp">1-Click Install</a></li>
<li>Ubuntu Karmic Koala - <a href="https://edge.launchpad.net/~mono-a11y/+archive/releases">Package Archive on Launchpad</a></li>
<li>Fedora 12 - <a href="http://download.opensuse.org/repositories/Mono:/UIA/Fedora_12/">Repository on openSUSE Build Service</a></li>
<li><a href="http://mono-a11y.org/releases/2.1/sources/">Source tarballs</a></li>
</ul>
<p>For more details &#8211; <a title="UIA Team Blog" href="http://www.mono-a11y.org/2010/08/mono-accessibility-2-1-released/" target="_blank">The UIA Team Blog</a></p>
<img src="http://feeds.feedburner.com/~r/decriptor/qXWe/~4/OiQgRCJwOIM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.decriptor.com/2010/08/24/mono-accessibility-2-1-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.decriptor.com/2010/08/24/mono-accessibility-2-1-released/</feedburner:origLink></item>
		<item>
		<title>iFolder appliance updates</title>
		<link>http://feedproxy.google.com/~r/decriptor/qXWe/~3/GpEbWit-zdA/</link>
		<comments>http://www.decriptor.com/2010/07/09/ifolder-appliance-updates/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 03:33:49 +0000</pubDate>
		<dc:creator>sshaw</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[appliance]]></category>
		<category><![CDATA[iFolder]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[suse studio]]></category>

		<guid isPermaLink="false">http://www.decriptor.com/?p=291</guid>
		<description><![CDATA[Yes, its been forever and then some since I&#8217;ve messed with this stuff.  I&#8217;m finally trying to make sure that I get some work done on this.  The first item of business is the new iFolder appliance project page being hosted on google code.  This is where I&#8217;d like to post updates, release notes, progress, [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, its been forever and then some since I&#8217;ve messed with this stuff.  I&#8217;m finally trying to make sure that I get some work done on this.  The first item of business is the new <a title="iFolder Appliance Project Page" href="http://code.google.com/p/ifolderapp/" target="_blank">iFolder appliance project page</a> being hosted on google code.  This is where I&#8217;d like to post updates, release notes, progress, errata, the how to, fixes, workarounds, etc.</p>
<p>The next thing I want to mention is that I&#8217;ve started to work on an openSUSE 11.2 based iFolder appliance that will include, as of right now, iFolder 3.8.  I&#8217;ll be posting links to the test images for anyone that would like to help test, comment, contribute, etc.  Please feel free to post bugs to the project page and I&#8217;ll do my best to fix them.</p>
<img src="http://feeds.feedburner.com/~r/decriptor/qXWe/~4/GpEbWit-zdA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.decriptor.com/2010/07/09/ifolder-appliance-updates/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		<feedburner:origLink>http://www.decriptor.com/2010/07/09/ifolder-appliance-updates/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.539 seconds. --><!-- Cached page generated by WP-Super-Cache on 2013-04-10 01:08:03 -->
