<?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>Thought Balloons &#187; Development</title>
	<atom:link href="http://www.thoughtballoons.net/index.php/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thoughtballoons.net</link>
	<description>Creativity, Design, Innovation, Technology, Ideas, Usability</description>
	<lastBuildDate>Fri, 26 Mar 2010 09:57:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ConceptShare API &#8211; Ready to Roll.</title>
		<link>http://www.thoughtballoons.net/index.php/2008/04/10/conceptshareapi/</link>
		<comments>http://www.thoughtballoons.net/index.php/2008/04/10/conceptshareapi/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 16:03:21 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[ConceptShare]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Innovation]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[ConceptShare API]]></category>

		<guid isPermaLink="false">http://www.thoughtballoons.net/?p=312</guid>
		<description><![CDATA[I guess there isn&#8217;t much sense in leading into this article with elaborate lead up to a big announcement, as my title has thrown off the covers. We are excited to announce that our full API is being released to all those who have been patiently waiting on it.
ConceptShare API linkÂ 
http://api.conceptshare.com/API/API_V2.asmx
The release of the ConceptShare [...]]]></description>
		<wfw:commentRss>http://www.thoughtballoons.net/index.php/2008/04/10/conceptshareapi/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>SQL Server Aggregates and Paging</title>
		<link>http://www.thoughtballoons.net/index.php/2008/01/17/sql-server-aggregates-and-paging/</link>
		<comments>http://www.thoughtballoons.net/index.php/2008/01/17/sql-server-aggregates-and-paging/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 20:56:25 +0000</pubDate>
		<dc:creator>Matt Richer</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sqlserver]]></category>

		<guid isPermaLink="false">http://www.thoughtballoons.net/index.php/2008/01/17/sql-server-aggregates-and-paging/</guid>
		<description><![CDATA[There are two features that I have always yearned for in SQL Server: quick and easy paging, and string concatenation to be used as an aggregate function.  For the life of me I could never figure out why these features never made it into SQL Server versions.  Iâ€™ve been using SQL Server since [...]]]></description>
		<wfw:commentRss>http://www.thoughtballoons.net/index.php/2008/01/17/sql-server-aggregates-and-paging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Flag Enumerations for â€œOn/Offâ€ Features</title>
		<link>http://www.thoughtballoons.net/index.php/2008/01/10/using-flag-enumerations-for-on-and-off-features/</link>
		<comments>http://www.thoughtballoons.net/index.php/2008/01/10/using-flag-enumerations-for-on-and-off-features/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 19:57:57 +0000</pubDate>
		<dc:creator>Matt Richer</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://www.thoughtballoons.net/index.php/2008/01/10/using-flag-enumerations-for-%e2%80%9conoff%e2%80%9d-features/</guid>
		<description><![CDATA[When it comes to some of our package features in ConceptShare we found it much easier to use a flag enumeration  to test if a particular package had a given feature enabled such as  SSL, custom branding, etc.
Flag enumerations behave very similar  to a standard enumeration just that it allows usage of [...]]]></description>
		<wfw:commentRss>http://www.thoughtballoons.net/index.php/2008/01/10/using-flag-enumerations-for-on-and-off-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Tips: The File Reference Class</title>
		<link>http://www.thoughtballoons.net/index.php/2007/12/23/flash-tips-the-file-reference-class/</link>
		<comments>http://www.thoughtballoons.net/index.php/2007/12/23/flash-tips-the-file-reference-class/#comments</comments>
		<pubDate>Sun, 23 Dec 2007 21:05:16 +0000</pubDate>
		<dc:creator>Chris D'Aoust</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.thoughtballoons.net/index.php/2007/12/23/flash-tips-the-file-reference-class/</guid>
		<description><![CDATA[Today is the second in a series of Flash tips, Thursaday I covered how to copy an array. Today&#8217;s tip is about the File Reference class.
When I was building the prototype for ConceptShare, I came across this class and was very excited to try it out as we needed a solution for uploading concepts directly [...]]]></description>
		<wfw:commentRss>http://www.thoughtballoons.net/index.php/2007/12/23/flash-tips-the-file-reference-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Tips: How to Copy an Array</title>
		<link>http://www.thoughtballoons.net/index.php/2007/12/20/flash-tips-how-to-copy-an-array/</link>
		<comments>http://www.thoughtballoons.net/index.php/2007/12/20/flash-tips-how-to-copy-an-array/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 21:45:43 +0000</pubDate>
		<dc:creator>Chris D'Aoust</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.thoughtballoons.net/index.php/2007/12/20/flash-tips-how-to-copy-an-array/</guid>
		<description><![CDATA[ I&#8217;ve been using Adobe Flash for many years to develop engaging user experiences, for both the web and desktop. During this time I&#8217;ve had my share of problems. Flash has always had a weak help file, specifically the ability to search the help file. This has made it much harder to find solutions to [...]]]></description>
		<wfw:commentRss>http://www.thoughtballoons.net/index.php/2007/12/20/flash-tips-how-to-copy-an-array/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>IIS Virtual Folders and Network Storage</title>
		<link>http://www.thoughtballoons.net/index.php/2007/12/20/iis-virtual-folders-and-network-storage/</link>
		<comments>http://www.thoughtballoons.net/index.php/2007/12/20/iis-virtual-folders-and-network-storage/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 17:08:34 +0000</pubDate>
		<dc:creator>Matt Richer</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[servers]]></category>

		<guid isPermaLink="false">http://www.thoughtballoons.net/index.php/2007/12/20/iis-virtual-folders-and-network-storage/</guid>
		<description><![CDATA[We recently upgraded our infrastructure to include two load-balanced web servers to run the ConceptShare application; and another server for file storage of concepts, user images, and account images. After experimenting with various combinations of permissions and configuration options, I looked back and saw that it wasnâ€™t a straightforward process. Here is a summary of [...]]]></description>
		<wfw:commentRss>http://www.thoughtballoons.net/index.php/2007/12/20/iis-virtual-folders-and-network-storage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
