<?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>charles newman&#039;s blog</title>
	<atom:link href="http://charlespatricknewman.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://charlespatricknewman.com/blog</link>
	<description>Rich Media Experience blog plus Mac tips</description>
	<lastBuildDate>Thu, 24 Jun 2010 00:56:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Flex Builder &#8211; Switch Perspectives Quickly</title>
		<link>http://charlespatricknewman.com/blog/?p=272</link>
		<comments>http://charlespatricknewman.com/blog/?p=272#comments</comments>
		<pubDate>Thu, 24 Jun 2010 00:56:54 +0000</pubDate>
		<dc:creator>Charles Newman</dc:creator>
				<category><![CDATA[Adobe Flex]]></category>

		<guid isPermaLink="false">http://charlespatricknewman.com/blog/?p=272</guid>
		<description><![CDATA[I just discovered this by accidentally hitting the wrong key while debugging (yes, I&#8217;m still using Flex Builder 3): To switch from Debug Perspective back to Development Perspective, hit Cmd+F8. Flex Builder pops up a list of Perspectives, hit Cmd+F8 again to cycle through your list.  This is very handy when you&#8217;re finished debugging and [...]]]></description>
			<content:encoded><![CDATA[<p>I just discovered this by accidentally hitting the wrong key while debugging (yes, I&#8217;m still using Flex Builder 3):</p>
<!-- AdSense Now V1.53 -->
<!-- Post[count: 2] -->
<div class="adsense adsense-midtext" style="float:right;margin: 12px;"><script type="text/javascript"><!--
google_ad_client = "pub-4555757068383195";
/* 125x125 button, created 4/12/09 */
google_ad_slot = "9305480042";
google_ad_width = 125;
google_ad_height = 125;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>To switch from <strong><em>Debug Perspective</em></strong> back to <strong><em>Development Perspective</em></strong>, hit <strong>Cmd+F8</strong>.</p>
<p>Flex Builder pops up a list of <em><strong>Perspectives</strong></em>, hit <strong>Cmd+F8</strong> again to cycle through your list.  This is very handy when you&#8217;re finished debugging and want to quickly get back to the <em><strong>Development Perspective</strong></em> without reaching for the mouse.  I occasionally stumble on these kinds of things I should already know&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://charlespatricknewman.com/blog/?feed=rss2&amp;p=272</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X &#8211; Quick way to get a long path into a terminal window</title>
		<link>http://charlespatricknewman.com/blog/?p=267</link>
		<comments>http://charlespatricknewman.com/blog/?p=267#comments</comments>
		<pubDate>Wed, 16 Jun 2010 21:45:12 +0000</pubDate>
		<dc:creator>Charles Newman</dc:creator>
				<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://charlespatricknewman.com/blog/?p=267</guid>
		<description><![CDATA[As noted in this post, there is no way to right-click a folder in the Finder and copy it&#8217;s full path to the clipboard. This is an annoying omission in OS X that can make life difficult for software developers and power users.  But I just discovered a neat trick: you can simply drag the [...]]]></description>
			<content:encoded><![CDATA[<p>As noted in <a href="http://charlespatricknewman.com/blog/?p=119" target="_blank">this post</a>, there is no way to right-click a folder in the Finder and copy it&#8217;s full path to the clipboard. This is an annoying omission in OS X that can make life difficult for software developers and power users.  But I just discovered a neat trick: you can simply drag the folder icon from the Finder into the Terminal window.</p>
<p>So for example, bring up a terminal window and type &#8220;cd &#8221; (notice the space after &#8220;cd&#8221;). Then simply drag your folder from the Finder onto the terminal window, let go and you&#8217;ll be ready to hit the return key to change directory to that long path rather than having to type the whole thing out.</p>
]]></content:encoded>
			<wfw:commentRss>http://charlespatricknewman.com/blog/?feed=rss2&amp;p=267</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex Builder Warning &#8211; &#8220;Source path entry, &#8230;, is a subdirectory of source path entry&#8221;</title>
		<link>http://charlespatricknewman.com/blog/?p=263</link>
		<comments>http://charlespatricknewman.com/blog/?p=263#comments</comments>
		<pubDate>Thu, 29 Apr 2010 17:44:13 +0000</pubDate>
		<dc:creator>Charles Newman</dc:creator>
				<category><![CDATA[Adobe Flex]]></category>

		<guid isPermaLink="false">http://charlespatricknewman.com/blog/?p=263</guid>
		<description><![CDATA[If you have two Flex projects sharing the same parent folder like this: /Users/your-name/Documents/your-dev-path/ProjectOne /Users/your-name/Documents/your-dev-path/ProjectTwo and ProjectTwo refers to ProjectOne in the &#8220;Flex Build Path&#8221; settings, you&#8217;ll get this warning: Source path entry, &#8216;/Users/your-name/Documents/your-dev-path/ProjectOne&#8217;, is a subdirectory of source path entry, &#8216;/Users/your-name/Documents/your-dev-path/ProjectTwo/src&#8217;. I don&#8217;t know about you, but compile warnings really bug me.  If there [...]]]></description>
			<content:encoded><![CDATA[<p>If you have two Flex projects sharing the same parent folder like this:</p>
<blockquote><p>/Users/your-name/Documents/your-dev-path/ProjectOne</p>
<p>/Users/your-name/Documents/your-dev-path/ProjectTwo</p></blockquote>
<p>and ProjectTwo refers to ProjectOne in the &#8220;Flex Build Path&#8221; settings, you&#8217;ll get this warning:</p>
<blockquote><p>Source path entry, &#8216;/Users/your-name/Documents/your-dev-path/ProjectOne&#8217;, is a subdirectory of source path entry, &#8216;/Users/your-name/Documents/your-dev-path/ProjectTwo/src&#8217;.</p></blockquote>
<p>I don&#8217;t know about you, but compile warnings really bug me.  If there is really a problem, I&#8217;ll address it directly, but in this case, there is nothing wrong. So to remove this warning from your build, add this to your compile settings:</p>
<blockquote><p>-allow-source-path-overlap=true</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://charlespatricknewman.com/blog/?feed=rss2&amp;p=263</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OSMF &#8211; Sprint 11 release now available (aka &#8220;FC1&#8243;)</title>
		<link>http://charlespatricknewman.com/blog/?p=257</link>
		<comments>http://charlespatricknewman.com/blog/?p=257#comments</comments>
		<pubDate>Fri, 23 Apr 2010 22:40:03 +0000</pubDate>
		<dc:creator>Charles Newman</dc:creator>
				<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[OSMF (Open Source Media Framework)]]></category>

		<guid isPermaLink="false">http://charlespatricknewman.com/blog/?p=257</guid>
		<description><![CDATA[Sprint 11 is the feature complete release of OSMF.  Lots of bugs were fixed for this release including the bug I mentioned in the Sprint 10 release blog post below about the MAST plugin and the SMIL plugin not working together.  In fact, in the AkamaiPluginSample all of the plugins are working nicely together.  This [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://osmf.org"><img class="alignleft" src="http://mediapm.edgesuite.net/osmf/image/osmf_logo.png" alt="" width="57" height="57" /></a></p>
<p>Sprint 11 is the feature complete release of OSMF.  Lots of bugs were fixed for this release including the bug I mentioned in the Sprint 10 release blog post below about the MAST plugin and the SMIL plugin not working together.  In fact, in the AkamaiPluginSample all of the plugins are working nicely together.  This sample app has become the sample for demonstrating many of the OSMF plugins that reside in the OSMF repository.</p>
<p>For more details on this release, see this blog entry:</p>
<p><a href="http://blogs.adobe.com/osmf/2010/04/osmf_fc1_released.html" target="_blank">http://blogs.adobe.com/osmf/2010/04/osmf_fc1_released.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://charlespatricknewman.com/blog/?feed=rss2&amp;p=257</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSMF &#8211; Sprint 10 release now available for download</title>
		<link>http://charlespatricknewman.com/blog/?p=254</link>
		<comments>http://charlespatricknewman.com/blog/?p=254#comments</comments>
		<pubDate>Sun, 14 Mar 2010 20:17:02 +0000</pubDate>
		<dc:creator>Charles Newman</dc:creator>
				<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[OSMF (Open Source Media Framework)]]></category>

		<guid isPermaLink="false">http://charlespatricknewman.com/blog/?p=254</guid>
		<description><![CDATA[If you&#8217;ve been waiting for OSMF (Open Source Media Framework) to settle down, now is the time to dive in. This sprint was largely about locking down the API, but we added a few features as well: DVR Support. OSMF now supports DVR via Flash Media Server&#8217;s server-side DVRCast application. This feature allows clients to [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve been waiting for OSMF (<a href="http://osmf.org" target="_blank">Open Source Media Framework</a>) to settle down, now is the time to dive in.  This sprint was largely about locking down the API, but we added a few features as well:</p>
<ul>
<li>DVR Support.  OSMF now supports DVR via Flash Media Server&#8217;s server-side DVRCast application.  This feature allows clients to jump back in time while viewing a live stream.</li>
<li>Syndication support (Atom 1.0, RSS 2.0, plus iTunes and Media RSS extensions).   You&#8217;ll see a new AS3 library in OSMF that can parse all of the major feed formats, plus the media-centric RSS extensions.  I&#8217;ve also updated the Akamai Plugin Sample app to load and parse an RSS feed and display a playlist.  If you load the MAST plugin before loading the RSS feed, you get a pre-roll ad before each video in the playlist. Note there is a bug with the MAST plugin and the SMIL plugin working together, I&#8217;m hoping to address this ASAP.</li>
<li>Extended HTTP Streaming Support.  OSMF now supports subclips for HTTP-streamed content, and DRM for HTTP-streamed content.</li>
</ul>
<p>See the OSMF blog post here for more details on these features:</p>
<p><a title="OSMF Blog" href="http://blogs.adobe.com/osmf/" target="_blank">http://blogs.adobe.com/osmf/</a></p>
<p>As usual, if you have questions, you can post them to the OSMF forums:</p>
<p><a title="OSMF Forums" href="http://forums.adobe.com/community/opensource/osmf/" target="_blank">http://forums.adobe.com/community/opensource/osmf/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://charlespatricknewman.com/blog/?feed=rss2&amp;p=254</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Flex Builder 3 &#8211; How to get rid of the annoying unused CSS styles warning</title>
		<link>http://charlespatricknewman.com/blog/?p=250</link>
		<comments>http://charlespatricknewman.com/blog/?p=250#comments</comments>
		<pubDate>Wed, 03 Mar 2010 21:06:06 +0000</pubDate>
		<dc:creator>Charles Newman</dc:creator>
				<category><![CDATA[Adobe Flex]]></category>

		<guid isPermaLink="false">http://charlespatricknewman.com/blog/?p=250</guid>
		<description><![CDATA[If you like to use one CSS file in lots of different Flex projects you&#8217;ve probably seen an annoying warning message similar to this one: &#8220;The CSS type selector &#8216;ComboBox&#8217; was not processed, because the type was not used in the application. &#8221; This warning will appear at compile-time if you don&#8217;t have a ComboBox [...]]]></description>
			<content:encoded><![CDATA[<p>If you like to use one CSS file in lots of different Flex projects you&#8217;ve probably seen an annoying warning message similar to this one:</p>
<p>&#8220;The CSS type selector &#8216;ComboBox&#8217; was not processed, because the type was not used in the application. &#8221;</p>
<p>This warning will appear at compile-time if you don&#8217;t have a ComboBox in your app, for example.  I like to put lots of styles in a few CSS files and reuse them, but I really don&#8217;t need this information. So the way to get rid of these warnings is to add this line to your &#8220;Additional compiler arguments&#8221; in the &#8220;Flex Compiler&#8221; section of your project&#8217;s properties:</p>
<blockquote><p>
-show-unused-type-selector-warnings=false
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://charlespatricknewman.com/blog/?feed=rss2&amp;p=250</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SVN &#8211; How to determine the server version</title>
		<link>http://charlespatricknewman.com/blog/?p=244</link>
		<comments>http://charlespatricknewman.com/blog/?p=244#comments</comments>
		<pubDate>Wed, 17 Feb 2010 19:42:34 +0000</pubDate>
		<dc:creator>Charles Newman</dc:creator>
				<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://charlespatricknewman.com/blog/?p=244</guid>
		<description><![CDATA[There is an easy way to figure out what version of SVN is running on the server (the repository).  Just copy and paste the http or https address you use for your &#8220;svn checkout&#8221; into a web browser and you&#8217;ll see the server version in the footer of the html page. So for example, you [...]]]></description>
			<content:encoded><![CDATA[<p>There is an easy way to figure out what version of SVN is running on the server (the repository).  Just copy and paste the http or https address you use for your &#8220;svn checkout&#8221; into a web browser and you&#8217;ll see the server version in the footer of the html page.</p>
<p>So for example, you can see the OSMF repository is running Subversion 1.6.3 by pasting this URL into your browser:</p>
<p>http://opensource.adobe.com/svn/opensource/osmf/</p>
<p style="text-align: center;"><img class="size-full wp-image-245 aligncenter" title="OSMF-svn-repository" src="http://charlespatricknewman.com/blog/wp-content/uploads/2010/02/OSMF-svn-repository.png" alt="OSMF-svn-repository" width="544" height="384" /></p>
<p>And OVP on Sourceforge.net:</p>
<p>https://openvideoplayer.svn.sourceforge.net/svnroot/openvideoplayer/</p>
<p><img class="aligncenter size-full wp-image-246" title="OVP-svn-repository" src="http://charlespatricknewman.com/blog/wp-content/uploads/2010/02/OVP-svn-repository.png" alt="OVP-svn-repository" width="498" height="321" /></p>
]]></content:encoded>
			<wfw:commentRss>http://charlespatricknewman.com/blog/?feed=rss2&amp;p=244</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSMF &#8211; Sprint 9 release now available for download</title>
		<link>http://charlespatricknewman.com/blog/?p=237</link>
		<comments>http://charlespatricknewman.com/blog/?p=237#comments</comments>
		<pubDate>Thu, 04 Feb 2010 18:24:18 +0000</pubDate>
		<dc:creator>Charles Newman</dc:creator>
				<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[OSMF (Open Source Media Framework)]]></category>

		<guid isPermaLink="false">http://charlespatricknewman.com/blog/?p=237</guid>
		<description><![CDATA[The latest release of OSMF is now available here: http://opensource.adobe.com/wiki/display/osmf/Downloads This is the work we did for Sprint 9, which concluded on January 20th. There are quite a few changes to the API and you can read the release notes for the specific changes.  The release notes have detailed descriptions of the API changes and [...]]]></description>
			<content:encoded><![CDATA[<p>The latest release of OSMF is now available here:</p>
<p><a title="OSMF Sprint 9 Release" href="http://blogs.adobe.com/osmf/" target="_blank">http://opensource.adobe.com/wiki/display/osmf/Downloads</a></p>
<p>This is the work we did for Sprint 9, which concluded on January 20th. There are quite a few changes to the API and you can read the release notes for the specific changes.  The release notes have detailed descriptions of the API changes and should ease your pain when compiling your player against this new release.</p>
<p>Some of the new features in this release include:</p>
<ul>
<li>New OSMF Sample Player with Chrome (you can view it in action here (full source is included in this release): <a title="OSMF Player" href="http://mediapm.edgesuite.net/osmf/swf/OSMFPlayer/OSMFPlayer.html" target="_blank">http://mediapm.edgesuite.net/osmf/swf/OSMFPlayer/OSMFPlayer.html</a>)</li>
<li>New SMIL plugin</li>
<li>HTTP Streaming Support</li>
<li>Enhanced plugin support</li>
</ul>
<p>See the OSMF blog post here for more details on these features:</p>
<p><a title="OSMF Blog" href="http://blogs.adobe.com/osmf/" target="_blank">http://blogs.adobe.com/osmf/</a></p>
<p>We are currently heads down on Sprint 10, which will wrap up on February 24th.</p>
<p>As usual, if you have questions, you can post them to the OSMF forums:</p>
<p><a title="OSMF Forums" href="http://forums.adobe.com/community/opensource/osmf/" target="_blank">http://forums.adobe.com/community/opensource/osmf/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://charlespatricknewman.com/blog/?feed=rss2&amp;p=237</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X &#8211; Rename a bunch of files quickly</title>
		<link>http://charlespatricknewman.com/blog/?p=232</link>
		<comments>http://charlespatricknewman.com/blog/?p=232#comments</comments>
		<pubDate>Fri, 18 Dec 2009 22:52:38 +0000</pubDate>
		<dc:creator>Charles Newman</dc:creator>
				<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://charlespatricknewman.com/blog/?p=232</guid>
		<description><![CDATA[Let&#8217;s say I have a bunch of files with the extension &#8220;.abc&#8221; and I want to change all of them to end with &#8220;.doc&#8221;.  I can rename each one individually in the Finder, but that could take a long time if there are a lot of files.  Especially considering the warning the Finder gives you [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s say I have a bunch of files with the extension &#8220;.abc&#8221; and I want to change all of them to end with &#8220;.doc&#8221;.  I can rename each one individually in the Finder, but that could take a long time if there are a lot of files.  Especially considering the warning the Finder gives you about changing the file extension.</p>
<p>A much faster way to do it is to launch the Terminal application, &#8220;cd&#8221; to the directory where your files exist, and use this command:</p>
<blockquote><p>for f in *.abc; do mv ./&#8221;$f&#8221; &#8220;${f%abc}doc&#8221;; done</p></blockquote>
<p>All of  your &#8220;*.abc&#8221; files will be changed to &#8220;*.doc&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://charlespatricknewman.com/blog/?feed=rss2&amp;p=232</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Flash &#8211; Flash Player 10 is at 93.5% penetration</title>
		<link>http://charlespatricknewman.com/blog/?p=176</link>
		<comments>http://charlespatricknewman.com/blog/?p=176#comments</comments>
		<pubDate>Thu, 03 Dec 2009 19:00:16 +0000</pubDate>
		<dc:creator>Charles Newman</dc:creator>
				<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Adobe Flex]]></category>

		<guid isPermaLink="false">http://charlespatricknewman.com/blog/?p=176</guid>
		<description><![CDATA[As of September 2009, Flash Player 10 is installed on 93.5% of the personal computers in mature markets. This includes the US, Canada, UK, Germany, France, Japan, Australia, and New Zealand. All the projects I work on target Flash Player 10 or higher, and I can&#8217;t keep count of how many times developers have asked [...]]]></description>
			<content:encoded><![CDATA[<p>As of September 2009, Flash Player 10 is installed on 93.5% of the personal computers in mature markets. This includes the US, Canada, UK, Germany, France, Japan, Australia, and New Zealand.</p>
<p>All the projects I work on target Flash Player 10 or higher, and I can&#8217;t keep count of how many times developers have asked me, &#8220;how can I make this code work with Flash Player 9&#8243;.  Simple answer, you can&#8217;t, so stop asking ;)</p>
<p>Details are here:<br />
<a href="http://www.adobe.com/products/player_census/flashplayer/version_penetration.html">Worldwide Ubiquity of Adobe Flash Player by Version</a></p>
]]></content:encoded>
			<wfw:commentRss>http://charlespatricknewman.com/blog/?feed=rss2&amp;p=176</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
