<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Clint Modien - Esria Inc.</title>
	<atom:link href="http://clintm.esria.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://clintm.esria.com</link>
	<description>Enterprise Scale Rich Internet Applications</description>
	<pubDate>Fri, 02 May 2008 02:57:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hacking Windows XP to allow multiple Remote Desktop Connections</title>
		<link>http://clintm.esria.com/2008/05/01/hacking-windows-xp-to-allow-multiple-remote-desktop-connections/</link>
		<comments>http://clintm.esria.com/2008/05/01/hacking-windows-xp-to-allow-multiple-remote-desktop-connections/#comments</comments>
		<pubDate>Fri, 02 May 2008 02:57:02 +0000</pubDate>
		<dc:creator>Clint Modien</dc:creator>
		
		<category><![CDATA[Hacks]]></category>

		<category><![CDATA[WinXP]]></category>

		<category><![CDATA[Windows]]></category>

		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://clintmodien.wordpress.com/?p=45</guid>
		<description><![CDATA[This article is repro from:
http://profiles.indesolutions.com/paul/tech/archives/000064.html
It went down and I couldn&#8217;t find it the other day&#8230; thought I&#8217;d salvage it.
One gotcha from what I remember&#8230; you need SP2 on XP&#8230;
&#8212;&#8212;&#8211;
Posted by paul at January 26, 2005 07:18 PM
Some say that you need a &#8216;Server&#8217; version of Windows (e.g. Windows 2000, 2003 Server w/ Terminal Services) to [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This article is repro from:</p>
<p>http://profiles.indesolutions.com/paul/tech/archives/000064.html</p>
<p>It went down and I couldn&#8217;t find it the other day&#8230; thought I&#8217;d salvage it.</p>
<p>One gotcha from what I remember&#8230; you need SP2 on XP&#8230;</p>
<p>&#8212;&#8212;&#8211;</p>
<blockquote><p><span class="posted">Posted by paul at January 26, 2005 07:18 PM</span></p>
<p>Some say that you need a &#8216;Server&#8217; version of Windows (e.g. Windows 2000, 2003 Server w/ Terminal Services) to allow more than one Remote Desktop Connection session to run at the same time.</p>
<p>My wife and I have a new computer. I bought it because it&#8217;s fast and can do everything I&#8217;ve thought of trying so far. It backs up a single 700mb CD in under 2 mins. It pulls in DV from my Sony Handycam. It burns DVDs in about 20 mins. And it runs faster than my thought processes (that&#8217;s fast, believe me, I develop software using at least two computers all day long).</p>
<p>So why can&#8217;t Windows XP Professional allow me to remote in and use my computer WHILE my wife uses it when she stays home? We should both be able to use it at the same time. It&#8217;s fast enough, however Windows XP is shipped with the limit of ONE Windows login session at a time.</p>
<p>Psh. Not neccessarily true.</p>
<p><a name="more" href="http://web.archive.org/web/20050404033600/http://profiles.indesolutions.com/paul/tech/archives/000064.html"></a></p>
<p>So enough about my personal life. Here&#8217;s how to get Windows XP to accept multiple Remote Desktop Connections at one time.</p>
<p>THESE INSTRUCTIONS REQUIRE ADVANCED KNOWLEDGE OF THE WINDOWS REGISTRY AND ARE PROVIDED AS IS, WITHOUT RESPONSIBILITY OF DATA LOSS OR TECHNICAL PROBLEMS. DO NOT APPLY THE FOLLOWING SETTINGS TO SERVERS, COMPUTERS IN A PRODUCTION ENVIRONMENT, OR COMPUTERS WITHOUT FIREWALL PROTECTION.</p>
<p>Print this document before you start doing the following:<br />
1. DISABLE REMOTE DESKTOP CONNECTION (RDC) AND TERMINAL SERVICES</p>
<p>a. Right-click &#8216;My Computer&#8217; on the desktop and select &#8216;Properties&#8217;<br />
b. Click the &#8216;Remote&#8217; tab, and make sure that the &#8216;Allow users to connect remotely to this computer&#8217; checkbox is UNCHECKED, then click &#8216;OK&#8217;.<br />
c. Start Menu &gt; Control Panel &gt; Administrative Tools &gt; Services<br />
d. Scroll down the list to find &#8216;Terminal Services&#8217;, right-click and select properties. Change the &#8216;Startup Type&#8217; drop-down to &#8216;Disabled&#8217; (if it is not already), and close the &#8216;Services&#8217; window.<br />
2. DISABLE WINDOWS FILE PROTECTION (WFP) TEMPORARILY</p>
<p>a. Open the Registry Editor: Start Menu &gt; Run &gt; &#8216;regedit&#8217;<br />
b. Navigate down in the tree to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon<br />
c. Change the value of the &#8216;SFCDisable&#8217; key on the right to &#8216;1&#8242; and click &#8216;OK&#8217;<br />
d. Close the Registry Editor<br />
3. RESTART THE COMPUTER<br />
4. REPLACE THE RELEASE VERSION OF THE TERMINAL SERVICES DLL (TERMSRV.DLL) WITH A PRIOR UNRESTRICTED VERSION OF THE DLL.</p>
<p>a. Save <a href="http://clintm.esria.com/?attachment_id=44">this replacement file</a> to your desktop. This version of termsrv.dll is from Windows XP SP2 RC1, and I have not had any security problems with it personally.<br />
b. Open Windows Explorer and type in the following location: C:\Windows\system32\dllcache<br />
c. Rename termsrv.dll to something like termsrv1.dll<br />
d. Copy the downloaded version of termsrv.dll into the above folder<br />
e. In Windows Explorer, go up one directory so that you are now looking at: C:\Windows\system32<br />
f. Delete the termsrv.dll file in this directory. Soon WFP will (most likely) re-copy the file even though we (think we) disabled WFP. If it does not re-copy it after about 10 seconds, go ahead and copy the downloaded version to the above directory just like you did in step D, only to the C:\Windows\system32 folder.<br />
5. MAKE THE RDC SETTINGS IN THE WINDOWS REGISTRY ALLOW MORE THAN 2 REMOTE CONNECTIONS AT A TIME</p>
<p>a. Open up the registry editor: Start Menu &gt; Run &gt; &#8216;regedit&#8217;<br />
b. Navigate down in the tree to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\Licensing Core<br />
c. Add a DWORK Key called &#8216;EnableConcurrentSessions&#8217; with a value of 1, then close the Registry Editor.<br />
d. Open up the Group Policy Editor: Start Menu &gt; Run &gt; &#8216;gpedit.msc&#8217;<br />
Navigate dow in the tree to: Computer Configuration &gt; Administrative Templates &gt; Windows Components &gt; Termina Services. Double-click the item in the list on the right entitled &#8216;Limit number of connections&#8217;. Enable it, and set the number of connections to 3 (or whatever you need). Click &#8216;OK&#8217;.<br />
6. RESTART THE COMPUTER<br />
7. RE-ENABLE RDC AND TERMINAL SERVICES</p>
<p>a. Go back and check that checkbox we saw in step 1.b, check it, then click &#8216;OK&#8217;.<br />
b. Go back to Control Panel &gt; Administrative Tools &gt; Services, find the &#8216;Terminal Services&#8217; item, right click on it, and change the &#8216;Startup Type&#8217; value back to &#8216;Manual&#8217;<br />
8. RESTART THE COMPUTER.<br />
Then you should be all set. Just remember that you have to explicitly ALLOW OTHER USER ACCOUNTS TO REMOTE IN. You can do this where you see the checkbox from step 1.b and above in step 7.a.</p>
<p>No need to thank me. Really. Even though I just saved you from having to buy a copy of Windows Server, wiping your computer, and reinstalling the Server version and all your apps. I&#8217;m not cocky, I just know how to use google and compile my findings&#8230;for YOU!</p>
<p><span class="posted">Posted by paul at January 26, 2005 07:18 PM</span></p></blockquote>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/clintmodien.wordpress.com/45/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/clintmodien.wordpress.com/45/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clintmodien.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clintmodien.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clintmodien.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clintmodien.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clintmodien.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clintmodien.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clintmodien.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clintmodien.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clintmodien.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clintmodien.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clintm.esria.com&blog=184286&post=45&subd=clintmodien&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://clintm.esria.com/2008/05/01/hacking-windows-xp-to-allow-multiple-remote-desktop-connections/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Adding Recent Docs and Apps and Spaces to the Mac Doc</title>
		<link>http://clintm.esria.com/2008/03/05/adding-recent-docs-and-apps-to-the-mac-doc/</link>
		<comments>http://clintm.esria.com/2008/03/05/adding-recent-docs-and-apps-to-the-mac-doc/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 18:36:19 +0000</pubDate>
		<dc:creator>Clint Modien</dc:creator>
		
		<category><![CDATA[Mac]]></category>

		<category><![CDATA[Mac Tips]]></category>

		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://clintmodien.wordpress.com/?p=37</guid>
		<description><![CDATA[run this from the Terminal  twice
defaults write       com.apple.dock persistent-others -array-add &#8216;{       &#8220;tile-data&#8221; = { &#8220;list-type&#8221; = 1; }; &#8220;tile-type&#8221; =       &#8220;recents-tile&#8221;; }&#8217;
defaults write       com.apple.dock persistent-others -array-add &#8216;{    [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>run this from the Terminal  <i><b>twice</b></i></p>
<p>defaults write       com.apple.dock persistent-others -array-add &#8216;{       &#8220;tile-data&#8221; = { &#8220;list-type&#8221; = 1; }; &#8220;tile-type&#8221; =       &#8220;recents-tile&#8221;; }&#8217;</p>
<p>defaults write       com.apple.dock persistent-others -array-add &#8216;{       &#8220;tile-data&#8221; = { &#8220;list-type&#8221; = 1; }; &#8220;tile-type&#8221; =       &#8220;recents-tile&#8221;; }&#8217;</p>
<p>then</p>
<p>killall Dock</p>
<p>when the Doc restarts right click one of the new folders on the right side of the doc and select &#8220;Recent Documents&#8221;</p>
<p>You should now see a &#8220;Recent Applications&#8221; and a &#8220;Recent Documents&#8221; icons in the Dock.</p>
<p>http://www.macosxhints.com/article.php?story=20071101055329470</p>
<p>To add spaces to the mac doc run this command&#8230;</p>
<p>defaults write com.apple.dock persistent-apps -array-add &#8216;{tile-data={}; tile-type=&#8221;spacer-tile&#8221;;}&#8217;</p>
<p>http://www.macosxhints.com/article.php?story=20071115133729552&amp;query=mac%2Bdoc%2Bseparator</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/clintmodien.wordpress.com/37/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/clintmodien.wordpress.com/37/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clintmodien.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clintmodien.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clintmodien.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clintmodien.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clintmodien.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clintmodien.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clintmodien.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clintmodien.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clintmodien.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clintmodien.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clintm.esria.com&blog=184286&post=37&subd=clintmodien&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://clintm.esria.com/2008/03/05/adding-recent-docs-and-apps-to-the-mac-doc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MXML-G  - An XML abstraction of the Flash Player drawing API (and then some)</title>
		<link>http://clintm.esria.com/2008/02/26/mxml-g-an-xml-abstraction-of-the-flash-player-drawing-api-and-then-some/</link>
		<comments>http://clintm.esria.com/2008/02/26/mxml-g-an-xml-abstraction-of-the-flash-player-drawing-api-and-then-some/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 21:20:37 +0000</pubDate>
		<dc:creator>Clint Modien</dc:creator>
		
		<category><![CDATA[AIR]]></category>

		<category><![CDATA[AS3]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[FlexBuilder]]></category>

		<guid isPermaLink="false">http://clintmodien.wordpress.com/?p=35</guid>
		<description><![CDATA[In Deepa&#8217;s talk @ 360 in Atlanta she also goes over MXML-G&#8230; which is really just a beautiful abstraction of Flash&#8217;s drawing API using XML.
It&#8217;s very cool. Very handy for rapid prototyping and skinning.
Thermo is essentially an eclipse plugin that heavily leverages MXML - G.
Update: I talked to Deepa&#8230; she mentioned that it actually includes [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In Deepa&#8217;s talk @ 360 in Atlanta she also goes over MXML-G&#8230; which is really just a beautiful abstraction of Flash&#8217;s drawing API using XML.</p>
<p>It&#8217;s very cool. Very handy for rapid prototyping and skinning.</p>
<p>Thermo is essentially an eclipse plugin that heavily leverages MXML - G.</p>
<p>Update: I talked to Deepa&#8230; she mentioned that it actually includes &#8220;more&#8221; than the drawing API currently offers&#8230;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/clintmodien.wordpress.com/35/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/clintmodien.wordpress.com/35/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clintmodien.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clintmodien.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clintmodien.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clintmodien.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clintmodien.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clintmodien.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clintmodien.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clintmodien.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clintmodien.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clintmodien.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clintm.esria.com&blog=184286&post=35&subd=clintmodien&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://clintm.esria.com/2008/02/26/mxml-g-an-xml-abstraction-of-the-flash-player-drawing-api-and-then-some/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flex for Mobile Announced @ 360Flex in Atlanta</title>
		<link>http://clintm.esria.com/2008/02/26/flex-for-mobile-announced-360flex-in-atlanta/</link>
		<comments>http://clintm.esria.com/2008/02/26/flex-for-mobile-announced-360flex-in-atlanta/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 19:01:08 +0000</pubDate>
		<dc:creator>Clint Modien</dc:creator>
		
		<category><![CDATA[AIR]]></category>

		<category><![CDATA[AS3]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Flex Mobile]]></category>

		<category><![CDATA[FlexBuilder]]></category>

		<category><![CDATA[adobe]]></category>

		<guid isPermaLink="false">http://clintmodien.wordpress.com/?p=33</guid>
		<description><![CDATA[This is a awesome news&#8230; !!
Today at 360 Flex Deepa Subramaniam announced that Adobe is working on a mobile version of Flex.  They are taking into account the ramifications of creating a mobile framework for Flex 4.  This does not mean that it will be released at the same time as Flex 4 but they [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This is a awesome news&#8230; !!</p>
<p>Today at 360 Flex Deepa Subramaniam announced that Adobe is working on a mobile version of Flex.  They are taking into account the ramifications of creating a mobile framework for Flex 4.  This does not mean that it will be released at the same time as Flex 4 but they are accounting for it in the planning as they are for Thermo which is scheduled to be released on the same timeline as the Flex 4 release.</p>
<p>The items that Deepa said they were going to implement were&#8230;</p>
<ul>
<li> Eclipse based</li>
<li>ActionScript MXML / AS3 Editor</li>
<li>Debugger</li>
<li>Profiler</li>
<li>Support for lower memory devices as well as higher memory devices</li>
</ul>
<p>This is HUGE news for Flex developers to be able to create applications for Mobile Devices&#8230;.</p>
<p>Next is AIR for Mobile??</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/clintmodien.wordpress.com/33/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/clintmodien.wordpress.com/33/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clintmodien.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clintmodien.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clintmodien.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clintmodien.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clintmodien.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clintmodien.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clintmodien.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clintmodien.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clintmodien.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clintmodien.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clintm.esria.com&blog=184286&post=33&subd=clintmodien&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://clintm.esria.com/2008/02/26/flex-for-mobile-announced-360flex-in-atlanta/feed/</wfw:commentRss>
		</item>
		<item>
		<title>3D Perspective Transforms for the next version of Flash Player &#8220;Astro&#8221; announced @ 360Flex in Atlanta</title>
		<link>http://clintm.esria.com/2008/02/26/3d-perspective-transforms-for-the-next-version-of-flash-player-astro-announced-360flex-in-atlanta/</link>
		<comments>http://clintm.esria.com/2008/02/26/3d-perspective-transforms-for-the-next-version-of-flash-player-astro-announced-360flex-in-atlanta/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 08:09:22 +0000</pubDate>
		<dc:creator>Clint Modien</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Flash Player]]></category>

		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://clintmodien.wordpress.com/?p=34</guid>
		<description><![CDATA[Deepa also just announced that the next version of the Flash Player will support 3d transformations.
Right now 3D frameworks such as Papervision, and  Sandy &#8220;fake&#8221; perspective transformations using ActionScript3.  This will give them the ability to run that type of logic in C in the flash player whith significant performance enhancements
   [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Deepa also just announced that the next version of the Flash Player will support 3d transformations.</p>
<p>Right now 3D frameworks such as Papervision, and  Sandy &#8220;fake&#8221; perspective transformations using ActionScript3.  This will give them the ability to run that type of logic in C in the flash player whith significant performance enhancements</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/clintmodien.wordpress.com/34/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/clintmodien.wordpress.com/34/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clintmodien.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clintmodien.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clintmodien.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clintmodien.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clintmodien.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clintmodien.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clintmodien.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clintmodien.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clintmodien.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clintmodien.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clintm.esria.com&blog=184286&post=34&subd=clintmodien&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://clintm.esria.com/2008/02/26/3d-perspective-transforms-for-the-next-version-of-flash-player-astro-announced-360flex-in-atlanta/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flex Builder source code derived from Eclipse is available.</title>
		<link>http://clintm.esria.com/2007/12/11/flex-builder-source-code-derived-from-eclipse-is-available/</link>
		<comments>http://clintm.esria.com/2007/12/11/flex-builder-source-code-derived-from-eclipse-is-available/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 01:08:59 +0000</pubDate>
		<dc:creator>Clint Modien</dc:creator>
		
		<category><![CDATA[AIR]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[FlexBuilder]]></category>

		<category><![CDATA[Flex 1]]></category>

		<category><![CDATA[Flex 2]]></category>

		<category><![CDATA[Flex Builder]]></category>

		<guid isPermaLink="false">http://clintmodien.wordpress.com/2007/12/11/flex-builder-source-code-derived-from-eclipse-is-available/</guid>
		<description><![CDATA[So I know this has been blogged about before&#8230; but I feel like it&#8217;s a relatively obscure little gem in the Flex/Flash world so I thought I&#8217;d throw it up on the wall again with the hope that it might give other people the desire to create useful Flex/Flash/AIR plug-ins.
One of the readers of my [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>So I know this has been blogged about before&#8230; but I feel like it&#8217;s a relatively obscure little gem in the Flex/Flash world so I thought I&#8217;d throw it up on the wall again with the hope that it might give other people the desire to create useful Flex/Flash/AIR plug-ins.</p>
<p>One of the readers of my last post on my <a href="http://clintm.esria.com/2007/12/10/flex-builder-4-feature-wish-list/" title="Flex Builder 4 wishlist">Flex Builder 4 wishlist</a> commented that Flex Builder shouldn&#8217;t be built on Eclipse and Adobe should open it up to other vendors such as JetBrains (of IntelliJ/ReSharper fame).  While I am a huge fan of ReSharper and IntelliJ&#8230;  I believe the reasons for having the Flex Builder code base built on the Eclipse platform far outweigh the benefits of having it be built as an IDEA plugin.</p>
<p>The largest reason being that the Eclipse core is open source and according to the <a href="http://en.wikipedia.org/wiki/Eclipse_Public_License" title="EPL">EPL</a> any code derived from the Eclipse source must also be open source. This means the core of Flex Builder&#8230; the Eclipse code that was derived for Flex Builder&#8230; which includes editor code, debugger code, workbench code&#8230; must also be open source.</p>
<p>You can find the Flex Builder 2 source based on Eclipse 3.1.2 here: <a href="http://www.adobe.com/go/4b243413" title="http://www.adobe.com/go/4b243413">http://www.adobe.com/go/4b243413</a></p>
<p>Aside:</p>
<p>The flexibility of the Eclipse platform to adapt itself as development tasks evolve will be a cornerstone to it&#8217;s usefulness as an IDE and will act as a catalyst to propel the evolution of Adobe&#8217;s Flash/Flex/AIR tooling. Evidence of this can be found in an excellent plugin built by Stephen (Spike) Milligan (main contributor to the CFEclipse plugin) at <a href="http://www.yellowbadger.com/" title="http://www.yellowbadger.com/">http://www.yellowbadger.com/</a> which was targeted at the Flex 1.x/AS2 framework and built on the Eclipse platform. I had discovered and was using this plugin a full year before the Zorn (Flex Builder 2) release had been rumored.  I was also using Eclipse for all my Java development at IBM and lately&#8230; I&#8217;ve been using it to teach myself Ruby.  Having one editor with multiple perspectives for doing radically different development projects is my dream come true. Eclipse is not without it&#8217;s fault&#8217;s and does have some shortcomings (It can be a memory pig with a capital P1GB). But ram is cheap&#8230; Who doesn&#8217;t run 2 gigs?</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/clintmodien.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/clintmodien.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clintmodien.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clintmodien.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clintmodien.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clintmodien.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clintmodien.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clintmodien.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clintmodien.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clintmodien.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clintmodien.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clintmodien.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clintm.esria.com&blog=184286&post=31&subd=clintmodien&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://clintm.esria.com/2007/12/11/flex-builder-source-code-derived-from-eclipse-is-available/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flex Builder 4 Feature Wish List</title>
		<link>http://clintm.esria.com/2007/12/10/flex-builder-4-feature-wish-list/</link>
		<comments>http://clintm.esria.com/2007/12/10/flex-builder-4-feature-wish-list/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 00:53:04 +0000</pubDate>
		<dc:creator>Clint Modien</dc:creator>
		
		<category><![CDATA[AIR]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[FlexBuilder]]></category>

		<guid isPermaLink="false">http://clintmodien.wordpress.com/2007/12/10/flex-builder-4-feature-wish-list/</guid>
		<description><![CDATA[The Flex Builder IDE is something I use for hours on end every day. Having used other IDE&#8217;s (Eclipse, IntelliJ, and VisualStudio) for various languages such as Java, C# as well as ActionScript&#8230;  if Flex Builder was able to simply duplicate some of the features of these IDE&#8217;s and plug-ins then it could significantly [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The Flex Builder IDE is something I use for hours on end every day. Having used other IDE&#8217;s (Eclipse, IntelliJ, and VisualStudio) for various languages such as Java, C# as well as ActionScript&#8230;  if Flex Builder was able to simply duplicate some of the features of these IDE&#8217;s and plug-ins then it could significantly increase developer productivity. Since the JetBrains (maker of IntelliJ) Resharper suite of extensions is the most intelligent list of IDE productivity enhancements&#8230; I&#8217;ll make use of it here to explain my wish list.</p>
<p>1.    Code Templates : <a href="http://www.jetbrains.com/resharper/features/code_templates.html">http://www.jetbrains.com/resharper/features/code_templates.html</a></p>
<p>2.    Quick Fixes : <a href="http://www.jetbrains.com/resharper/features/code_analysis.html#Quick-Fixes">http://www.jetbrains.com/resharper/features/code_analysis.html#Quick-Fixes</a></p>
<p>3.    Better refactoring support : <a href="http://www.jetbrains.com/resharper/features/code_refactoring.html">http://www.jetbrains.com/resharper/features/code_refactoring.html</a></p>
<p>4.    Better Navigation : <a href="http://www.jetbrains.com/resharper/features/code_templates.html">http://www.jetbrains.com/resharper/features/code_templates.html</a></p>
<p>5.    Clickable stack traces in the console</p>
<p>6.    Better Code Selection : <a href="http://www.jetbrains.com/resharper/features/coding_assistance.html#Extend/Shrink_Selection_full">http://www.jetbrains.com/resharper/features/coding_assistance.html#Extend/Shrink_Selection_full</a></p>
<p>7.    Unit Testing Tool Support : <a href="http://www.jetbrains.com/resharper/features/unit_testing.html">http://www.jetbrains.com/resharper/features/unit_testing.html</a></p>
<p>8.    Unit Test Code Coverage Tool: Alex Uhlman is developing one (Adobe Consulting)</p>
<p>9.    TODO/FIXME Plugin: <a href="http://www.jetbrains.com/resharper/features/navigation_search.html#ToDo_List_full">http://www.jetbrains.com/resharper/features/navigation_search.html#ToDo_List_full</a></p>
<blockquote><p>a.    One was written by Dirk Eismann (used to work on the FB team @ Adobe) you can find it here: <a href="http://www.richinternet.de/blog/index.cfm?entry=06D9E73F-BF55-CE91-017BD895EBAAD5CB">http://www.richinternet.de/blog/index.cfm?entry=06D9E73F-BF55-CE91-017BD895EBAAD5CB</a></p></blockquote>
<p>10.Integrated support for WebORB&#8217;s data services (.NET, Ruby, PHP, Java)</p>
<p>11.Edit and Continue.. almost forgot <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>12.And then all of the above&#8230; for JavaScript editing for AIR apps.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/clintmodien.wordpress.com/30/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/clintmodien.wordpress.com/30/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clintmodien.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clintmodien.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clintmodien.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clintmodien.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clintmodien.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clintmodien.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clintmodien.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clintmodien.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clintmodien.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clintmodien.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clintm.esria.com&blog=184286&post=30&subd=clintmodien&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://clintm.esria.com/2007/12/10/flex-builder-4-feature-wish-list/feed/</wfw:commentRss>
		</item>
		<item>
		<title>## &#8220;WE&#8221; Can Help Deliver Flex 3 ##</title>
		<link>http://clintm.esria.com/2007/06/10/we-can-help-deliver-flex-3/</link>
		<comments>http://clintm.esria.com/2007/06/10/we-can-help-deliver-flex-3/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 06:52:19 +0000</pubDate>
		<dc:creator>Clint Modien</dc:creator>
		
		<category><![CDATA[AIR]]></category>

		<category><![CDATA[Apollo]]></category>

		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://clintm.esria.com/2007/06/10/we-can-help-deliver-flex-3/</guid>
		<description><![CDATA[OK people&#8230;  The Flex team has been busting it for us for 3 years&#8230;  Let&#8217;s see if we can lend a hand and help them get it released to GA before MAX.  
Flex 3 is an open source project and anyone can contribute to it. This is such an enormous plus for [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>OK people&#8230;  The Flex team has been busting it for us for 3 years&#8230;  Let&#8217;s see if we can lend a hand and help them get it released to GA before MAX. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Flex 3 is an open source project and anyone can contribute to it. This is such an enormous plus for Flex I wanted to make sure everyone remembered.</p>
<p>Currently it&#8217;s limited to submitting code on a bug report but they have said they will open the repo to commits in the future.</p>
<p>Read this first: <a href="https://bugs.adobe.com/confluence/display/ADOBE/Home" title="https://bugs.adobe.com/confluence/display/ADOBE/Home">https://bugs.adobe.com/confluence/display/ADOBE/Home</a></p>
<p><span class="nobr"></span>Adobe has opened the bugbase here:  <a href="http://bugs.adobe.com/flex/">http://bugs.adobe.com/flex/</a></p>
<p>Roadmap (What to help with): <a href="https://bugs.adobe.com/confluence/display/ADOBE/Flex+3+Planning">https://bugs.adobe.com/confluence/display/ADOBE/Flex+3+Planning </a></p>
<p>Submitting code in a bugreport:</p>
<blockquote>
<h3>When submitting source code with your bug reports please keep the following in mind:</h3>
<ol>
<li>Your source code should compile and run. Of course if you&#8217;re demonstrating a compiler error it doesn&#8217;t need to compile. But to demonstrate a runtime bug your code should execute at least to the point of failure. The less time an evaluator needs to spend creating the proper scenario the more likely it is to receive attention.</li>
<li>Smaller is always better. The less code you need to submit to demonstrate a bug the easier it will be for a developer to evaluate the issue.</li>
<li>If you need to submit a whole project attach a single zip instead of multiple files. Once again, reduce the project as much as possible so that only relevant code is included.</li>
<li>All users of the bug system can view your code, do not attach confidential source code to a bug.</li>
</ol>
</blockquote>
<p>Personally&#8230; if I get one line of code in the Flex 3 final release&#8230; that I can say I wrote&#8230; It would be like &#8230; a piece of the world to call my own.</p>
<p>I&#8217;ve been working with Flex non-stop since it was in beta in Feb 04&#8242;.  I&#8217;ve written ActionScript for Fortune 50&#8217;s in Boston, NYC, Jersey, Oakland, Michigan and San Jose. I co-founded a company that was based on Flex consulting services.  I haven&#8217;t had a home for the past 2 years. I&#8217;ve been roaming the U.S. building Flex applications. I&#8217;m helping to write a book on <a href="http://www.amazon.com/Professional-Apollo-Charles-Freedman/dp/0470170212/ref=sr_1_1/103-9075208-2532656?ie=UTF8&amp;s=books&amp;qid=1181543338&amp;sr=8-1" title="Pro Apollo">Flex 3 and AIR for Wrox press</a>. I&#8217;ve met the Flex team. (Matt Chotin is really that nice and Deepa really is that cute.)</p>
<p><em><strong>Flex has been my world.</strong></em></p>
<p>To watch the technology grow&#8230; the process grow&#8230; how quickly it&#8217;s matured into a powerhouse web technology&#8230; has been a rocket ride. To be able to give back to the technology that&#8217;s basically transformed my life&#8230; Sign me up.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/clintmodien.wordpress.com/29/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/clintmodien.wordpress.com/29/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clintmodien.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clintmodien.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clintmodien.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clintmodien.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clintmodien.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clintmodien.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clintmodien.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clintmodien.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clintmodien.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clintmodien.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clintm.esria.com&blog=184286&post=29&subd=clintmodien&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://clintm.esria.com/2007/06/10/we-can-help-deliver-flex-3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>DNS Zone Transfers to Secondary DNS Server</title>
		<link>http://clintm.esria.com/2007/05/17/dns-zone-transfers-to-secondary-dns-server/</link>
		<comments>http://clintm.esria.com/2007/05/17/dns-zone-transfers-to-secondary-dns-server/#comments</comments>
		<pubDate>Thu, 17 May 2007 15:59:52 +0000</pubDate>
		<dc:creator>Clint Modien</dc:creator>
		
		<category><![CDATA[DNS]]></category>

		<category><![CDATA[Sys Admin]]></category>

		<category><![CDATA[Win 2k3]]></category>

		<guid isPermaLink="false">http://clintm.esria.com/2007/05/17/dns-zone-transfers-to-secondary-dns-server/</guid>
		<description><![CDATA[So this is the second time this has bitten me.  I make sure I have everything setup properly so that I can transfer the DNS records from the primary DNS server to the secondary server.  Everything is perfect right?  I forget one last small detail.  Not only do you need UDP [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>So this is the second time this has bitten me.  I make sure I have everything setup properly so that I can transfer the DNS records from the primary DNS server to the secondary server.  Everything is perfect right?  I forget one last small detail.  Not only do you need UDP port 53 open for DNS queries&#8230; but to do a zone transfer you also need TCP port 53 open as well.</p>
<p>Hopefully this post finds its way to another poor soul banging his head on his desk about the same thing.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/clintmodien.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/clintmodien.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clintmodien.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clintmodien.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clintmodien.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clintmodien.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clintmodien.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clintmodien.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clintmodien.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clintmodien.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clintmodien.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clintmodien.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clintm.esria.com&blog=184286&post=28&subd=clintmodien&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://clintm.esria.com/2007/05/17/dns-zone-transfers-to-secondary-dns-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Linking source code to a SWC in FlexBuilder</title>
		<link>http://clintm.esria.com/2007/05/11/linking-source-code-to-a-swc-in-flexbuilder/</link>
		<comments>http://clintm.esria.com/2007/05/11/linking-source-code-to-a-swc-in-flexbuilder/#comments</comments>
		<pubDate>Fri, 11 May 2007 19:24:29 +0000</pubDate>
		<dc:creator>Clint Modien</dc:creator>
		
		<category><![CDATA[Flex]]></category>

		<category><![CDATA[FlexBuilder]]></category>

		<guid isPermaLink="false">http://clintm.esria.com/2007/05/11/linking-source-code-to-a-swc-in-flexbuilder/</guid>
		<description><![CDATA[So everyone is telling me I should post more&#8230; so I thought I would share this little pearl.
When adding a SWC to your project you can also add the ability to step in when debugging or F3 (or ctrl+click) into the class definitions contained in the SWC file by adding the directory where the source [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>So everyone is telling me I should post more&#8230; so I thought I would share this little pearl.</p>
<p>When adding a SWC to your project you can also add the ability to step in when debugging or F3 (or ctrl+click) into the class definitions contained in the SWC file by adding the directory where the source code lives to the SWC&#8217;s source attachment property.  This also gives you the ability to step into the source code.</p>
<p>Here&#8217;s a screen-shot example of linking the Cairngorm 2.1 source with the Cairngorm.swc.</p>
<p><a href="http://clintmodien.files.wordpress.com/2007/05/sourceattachment.png" title="SourceAttachmentCairngormScreenShot"><img src="http://clintmodien.files.wordpress.com/2007/05/sourceattachment.thumbnail.png" alt="SourceAttachmentCairngormScreenShot" /></a></p>
<p>OK&#8230; no more excuses&#8230; love the swc&#8230;  embrace the swc.. they&#8217;re apart of flex too.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/clintmodien.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/clintmodien.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clintmodien.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clintmodien.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clintmodien.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clintmodien.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clintmodien.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clintmodien.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clintmodien.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clintmodien.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clintmodien.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clintmodien.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clintm.esria.com&blog=184286&post=24&subd=clintmodien&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://clintm.esria.com/2007/05/11/linking-source-code-to-a-swc-in-flexbuilder/feed/</wfw:commentRss>
	
		<media:content url="http://clintmodien.files.wordpress.com/2007/05/sourceattachment.thumbnail.png" medium="image">
			<media:title type="html">SourceAttachmentCairngormScreenShot</media:title>
		</media:content>
	</item>
	</channel>
</rss>