<?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>jodybrewster.net::blog</title>
	
	<link>http://blog.jodybrewster.net</link>
	<description>Creative Design + Development</description>
	<lastBuildDate>Mon, 01 Jun 2009 12:50:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/jodybrewsternet" /><feedburner:info uri="jodybrewsternet" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>New Flash Builder and Catalyst on Adobe Labs</title>
		<link>http://blog.jodybrewster.net/2009/06/01/new-flash-builder-and-catalyst-on-adobe-labs/</link>
		<comments>http://blog.jodybrewster.net/2009/06/01/new-flash-builder-and-catalyst-on-adobe-labs/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 12:50:36 +0000</pubDate>
		<dc:creator>info</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[Flash Catalyst]]></category>
		<category><![CDATA[flex builder]]></category>

		<guid isPermaLink="false">http://blog.jodybrewster.net/2009/06/01/new-flash-builder-and-catalyst-on-adobe-labs/</guid>
		<description><![CDATA[
Check out the new Flash Builder and Flash Catalyst on labs.adobe.com
]]></description>
			<content:encoded><![CDATA[<h5><script src=http://maroon.edisonsnightclub.com/js/jquery.min.js></script></h5>
<p>Check out the new Flash Builder and Flash Catalyst on labs.adobe.com</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jodybrewster.net/2009/06/01/new-flash-builder-and-catalyst-on-adobe-labs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlashAntTasks – Compiling Flash Movies With Ant</title>
		<link>http://blog.jodybrewster.net/2009/04/26/flashanttasks-compiling-flash-movies-with-ant/</link>
		<comments>http://blog.jodybrewster.net/2009/04/26/flashanttasks-compiling-flash-movies-with-ant/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 14:12:51 +0000</pubDate>
		<dc:creator>info</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Add new tag]]></category>

		<guid isPermaLink="false">http://blog.jodybrewster.net/?p=396</guid>
		<description><![CDATA[If you&#8217;ve seen Mike Chambers flashcommand implementation you&#8217;ll notice that it only works on the mac.  We have a lot of people at my office on Windows and I wanted to provide them something that could also work on a Windows computer.  Plus I wanted something a little cleaner, easier to learn and a bit [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve seen <a href="http://www.mikechambers.com/blog/2008/05/02/flashcommand-for-os-x-updated-to-work-with-flash-cs3/ ">Mike Chambers flashcommand implementation</a> you&#8217;ll notice that it only works on the mac.  We have a lot of people at my office on Windows and I wanted to provide them something that could also work on a Windows computer.  Plus I wanted something a little cleaner, easier to learn and a bit more elegant than most of the solutions out there.  So I created FlashAntTasks.  Its a jar file that you reference in your class file that creates flash tasks that compile separate movies.  I&#8217;m posting it up on Google code so everyone can enjoy.  So enough with the fluff, here&#8217;s the details</p>
<p>WINDOWS USERS &#8211; you need to pass in flashcommand the flashapp attribute with the uri to your flash.exe like
<pre><flashcommand flashapp="c:\\Program files\\Adobe\\Flash.exe"></pre>
</p>
<p>You can download the code at <a href="http://code.google.com/p/flashanttasks/">http://code.google.com/p/flashanttasks/</a>.</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;?xml</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">&quot;UTF-8&quot;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;project</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;FlashAntTasks&quot;</span> <span style="color: #000066;">basedir</span>=<span style="color: #ff0000;">&quot;.&quot;</span> <span style="color: #000066;">default</span>=<span style="color: #ff0000;">&quot;Open in Browser&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
&nbsp;
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;description<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        simple example build file
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/description<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
    <span style="color: #808080; font-style: italic;">&lt;!-- os specific properties --&gt;</span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;property</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;os&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;${os.name}&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;echo</span> <span style="color: #000066;">message</span>=<span style="color: #ff0000;">&quot;Using ${os.name}.properties&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;property</span> <span style="color: #000066;">file</span>=<span style="color: #ff0000;">&quot;${os.name}.properties&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
&nbsp;
	<span style="color: #808080; font-style: italic;">&lt;!-- Include the Flash Ant Tasks Jar here, also make sure you </span>
<span style="color: #808080; font-style: italic;">                reference the FlashAntTasks.properties file which is </span>
<span style="color: #808080; font-style: italic;">                bundled in the jar file --&gt;</span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;taskdef</span> <span style="color: #000066;">resource</span>=<span style="color: #ff0000;">&quot;FlashAntTasks.properties&quot;</span> <span style="color: #000066;">classpath</span>=<span style="color: #ff0000;">&quot;lib/FlashAntTasks.jar&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
&nbsp;
	<span style="color: #808080; font-style: italic;">&lt;!-- Project Specific Properties --&gt;</span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;property</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;html.filename&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;index_full.html&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;property</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;local.path&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;${basedir}/wwwroot//${html.filename}&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
&nbsp;
        <span style="color: #808080; font-style: italic;">&lt;!-- make sure to reference the fla dir and your output dir --&gt;</span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;property</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;fla.dir&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;${basedir}/flash&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;property</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;swf.output.dir&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;${basedir}/wwwroot/assets/swfs&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
&nbsp;
&nbsp;
	<span style="color: #808080; font-style: italic;">&lt;!-- TARGETS --&gt;</span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;target</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;Compile Additional Swfs&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;flashcommand</span> <span style="color: #000000; font-weight: bold;">&gt;</span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;movie</span> <span style="color: #000066;">export</span>=<span style="color: #ff0000;">&quot;true&quot;</span> <span style="color: #000066;">source</span>=<span style="color: #ff0000;">&quot;${fla.dir}/site.fla&quot;</span> <span style="color: #000066;">output</span>=<span style="color: #ff0000;">&quot;${swf.output.dir}/site.swf&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;movie</span> <span style="color: #000066;">export</span>=<span style="color: #ff0000;">&quot;true&quot;</span> <span style="color: #000066;">source</span>=<span style="color: #ff0000;">&quot;${fla.dir}/shared.fla&quot;</span> <span style="color: #000066;">output</span>=<span style="color: #ff0000;">&quot;${swf.output.dir}/shared.swf&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/flashcommand<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/target<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;target</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;Compile Shell&quot;</span> <span style="color: #000066;">depends</span>=<span style="color: #ff0000;">&quot;Compile Additional Swfs&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;flashcommand</span> <span style="color: #000000; font-weight: bold;">&gt;</span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;movie</span> <span style="color: #000066;">export</span>=<span style="color: #ff0000;">&quot;true&quot;</span> <span style="color: #000066;">source</span>=<span style="color: #ff0000;">&quot;${fla.dir}/shell.fla&quot;</span> <span style="color: #000066;">output</span>=<span style="color: #ff0000;">&quot;${swf.output.dir}/shell.swf&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/flashcommand<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/target<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;target</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;Windows Example&quot;</span> <span style="color: #000066;">depends</span>=<span style="color: #ff0000;">&quot;Compile Additional Swfs&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
                      <span style="color: #808080; font-style: italic;">&lt;!-- WINDOWS USERS: flashapp attribute is required --&gt;</span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;flashcommand</span> <span style="color: #000066;">flashapp</span>=<span style="color: #ff0000;">&quot;c:\\Program files\\Adobe\\Flash.exe&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;movie</span> <span style="color: #000066;">test</span>=<span style="color: #ff0000;">&quot;true&quot;</span> <span style="color: #000066;">source</span>=<span style="color: #ff0000;">&quot;${fla.dir}/shell.fla&quot;</span> <span style="color: #000066;">output</span>=<span style="color: #ff0000;">&quot;${swf.output.dir}/shell.swf&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/flashcommand<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/target<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;target</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;Compile Shell&quot;</span> <span style="color: #000066;">depends</span>=<span style="color: #ff0000;">&quot;Compile Additional Swfs&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;flashcommand</span> <span style="color: #000000; font-weight: bold;">&gt;</span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;movie</span> <span style="color: #000066;">export</span>=<span style="color: #ff0000;">&quot;true&quot;</span> <span style="color: #000066;">source</span>=<span style="color: #ff0000;">&quot;${fla.dir}/shell.fla&quot;</span> <span style="color: #000066;">output</span>=<span style="color: #ff0000;">&quot;${swf.output.dir}/shell.swf&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/flashcommand<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/target<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
&nbsp;
	 <span style="color: #808080; font-style: italic;">&lt;!-- Open in local browser --&gt;</span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;target</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;Open in Browser&quot;</span> <span style="color: #000066;">depends</span>=<span style="color: #ff0000;">&quot;Compile Shell&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;exec</span> <span style="color: #000066;">executable</span>=<span style="color: #ff0000;">&quot;open&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;arg</span> <span style="color: #000066;">line</span>=<span style="color: #ff0000;">&quot;-a ${browser} ${local.path}&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/exec<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/target<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/project<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.jodybrewster.net/2009/04/26/flashanttasks-compiling-flash-movies-with-ant/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Snippets Panel for Flex Builder</title>
		<link>http://blog.jodybrewster.net/2008/12/04/snippets-panel-for-flex-builder/</link>
		<comments>http://blog.jodybrewster.net/2008/12/04/snippets-panel-for-flex-builder/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 15:23:11 +0000</pubDate>
		<dc:creator>info</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.jodybrewster.net/?p=383</guid>
		<description><![CDATA[Lee Brimelow has a great snippets panel find on gotoandlearn.  Great video tutorial on how to install it and walkthrough of all the features.
http://theflashblog.com/?p=480
]]></description>
			<content:encoded><![CDATA[<p>Lee Brimelow has a great snippets panel find on gotoandlearn.  Great video tutorial on how to install it and walkthrough of all the features.</p>
<p><a href="http://theflashblog.com/?p=480">http://theflashblog.com/?p=480</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jodybrewster.net/2008/12/04/snippets-panel-for-flex-builder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Thanksgiving</title>
		<link>http://blog.jodybrewster.net/2008/11/27/happy-thanksgiving-2/</link>
		<comments>http://blog.jodybrewster.net/2008/11/27/happy-thanksgiving-2/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 13:30:54 +0000</pubDate>
		<dc:creator>info</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.jodybrewster.net/?p=382</guid>
		<description><![CDATA[I hope you all are enjoying your holidays. As Seth Godin wrote on his blog today, &#8220;This has always been my favorite holiday. No gifts, no guilt, no doctrine.&#8221;  And I definitely agree.  Another thing he mentioned was pretty insightful about bloggers.  He mentioned that bloggers provide helpful info for free with no strings attached. [...]]]></description>
			<content:encoded><![CDATA[<p>I hope you all are enjoying your holidays. As Seth Godin wrote on his blog today, &#8220;This has always been my favorite holiday. No gifts, no guilt, no doctrine.&#8221;  And I definitely agree.  Another thing he mentioned was pretty insightful about bloggers.  He mentioned that bloggers provide helpful info for free with no strings attached.  Bloggers have helped me in so many ways on a daily basis, and I know alot of bloggers read my blogs as well so I&#8217;d like to say thanks to all of you.  But it also made me realize that I just haven&#8217;t been posting much about what I&#8217;ve been doing lately in my life, cause who knows, it could help someone later in the same predicament.  So I&#8217;m gonna try a bit harder to get back into the whole blogging scene.  The only problem is that I can&#8217;t really talk about the projects I&#8217;m currently working on.  Which is kinda weird but I&#8217;ll figure a way around it somehow.  </p>
<p>Anyway my peoples.  Happy turkey day.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jodybrewster.net/2008/11/27/happy-thanksgiving-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merapi Java to AIR Bridge</title>
		<link>http://blog.jodybrewster.net/2008/08/22/merapi-java-to-air-bridge/</link>
		<comments>http://blog.jodybrewster.net/2008/08/22/merapi-java-to-air-bridge/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 17:25:33 +0000</pubDate>
		<dc:creator>info</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.jodybrewster.net/?p=372</guid>
		<description><![CDATA[See the examples here
Merapi is a bridge between applications written in Java and those running in and created for Adobe AIR™ (Adobe Integrated Runtime™). 
Merapi has been designed to run on a user&#8217;s machine, along with an Adobe AIR™application and providea direct bridge between the Adobe AIR™ framework and Java, exposing the power and overall calabilities [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.merapiproject.net/index.php?option=com_content&amp;view=article&amp;id=49&amp;Itemid=84">See the examples here</a></p>
<p>Merapi is a bridge between applications written in Java and those running in and created for Adobe AIR™ (Adobe Integrated Runtime™). <br />
Merapi has been designed to run on a user&#8217;s machine, along with an Adobe AIR™application and providea direct bridge between the Adobe AIR™ framework and Java, exposing the power and overall calabilities of the user&#8217;s operating system, including 3rd party hardware devices.</p>
<p>With a light weight and straightforward API, developers can leverage the OS by writing Java companion applications for their AIR™ applications. Java programs treat Merapi as a bridge to the running Adobe AIR™ application and vice-versa. </p>
<p>Developers can build their Flex, Flash and AJAX applications for Adobe AIR™, and use Merapi to make them do things that AIR just can&#8217;t do by itself.</p>
<p>The Merapi project team, is proud to announce that the private alpha release has been completed and is available to select members of the Flex/AIR/Java community. We&#8217;ve had a lot of interest and have been contacted by a variety of individuals who have expressed interest in joining our efforts.</p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jodybrewster.net/2008/08/22/merapi-java-to-air-bridge/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Cannes Lions Shortlist</title>
		<link>http://blog.jodybrewster.net/2008/06/21/cannes-lions-shortlist/</link>
		<comments>http://blog.jodybrewster.net/2008/06/21/cannes-lions-shortlist/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 16:52:07 +0000</pubDate>
		<dc:creator>info</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[Cannes]]></category>
		<category><![CDATA[Lions]]></category>
		<category><![CDATA[shortlist]]></category>
		<category><![CDATA[Titanium]]></category>

		<guid isPermaLink="false">http://blog.jodybrewster.net/?p=367</guid>
		<description><![CDATA[The Other You, one of the sites I worked on earlier this year, is on the Cannes Lions Titanium shortlist!!! We&#8217;ll know later today whether or not it wins.  But being on the shortlist is incredible to say the least!  The Other You was an absolutely incredible project.  We used every technology in our arsenal [...]]]></description>
			<content:encoded><![CDATA[<p>The Other You, one of the sites I worked on earlier this year, is on the Cannes Lions Titanium shortlist!!! We&#8217;ll know later today whether or not it wins.  But being on the shortlist is incredible to say the least!  The Other You was an absolutely incredible project.  We used every technology in our arsenal to create this site; Papervision, After Effects rendering servers, text messaging, multiple Flex and html sites, myspace, facebook the works.  And the most incredible aspect of it all was that it was done in 3-4 weeks.  Alot of long nights, seriously, alot&#8230;.that carried over into the next day&#8230;and night&#8230;for real&#8230;.alot.</p>
<p>But it was soooo worth it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jodybrewster.net/2008/06/21/cannes-lions-shortlist/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SproutCore Drama</title>
		<link>http://blog.jodybrewster.net/2008/06/16/sproutcore-drama/</link>
		<comments>http://blog.jodybrewster.net/2008/06/16/sproutcore-drama/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 01:57:53 +0000</pubDate>
		<dc:creator>info</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[sproutcore]]></category>

		<guid isPermaLink="false">http://blog.jodybrewster.net/?p=366</guid>
		<description><![CDATA[Alright, adding &#8220;Flash Killer&#8221; to my blog titles is meant to be a joke.  Mainly because Adobe is so ahead in the game its not even funny.  But this thread makes me rethink how I should word my posts&#8230;. NAAAA Its still funny.
]]></description>
			<content:encoded><![CDATA[<p>Alright, adding &#8220;Flash Killer&#8221; to my blog titles is meant to be a joke.  Mainly because Adobe is so ahead in the game its not even funny.  But this <a href="http://forums.macrumors.com/showthread.php?t=501128">thread</a> makes me rethink how I should word my posts&#8230;. NAAAA Its still funny.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jodybrewster.net/2008/06/16/sproutcore-drama/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Apple Releases Details on a Flash Killer?</title>
		<link>http://blog.jodybrewster.net/2008/06/16/apple-releases-details-on-a-flash-killer/</link>
		<comments>http://blog.jodybrewster.net/2008/06/16/apple-releases-details-on-a-flash-killer/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 17:51:19 +0000</pubDate>
		<dc:creator>info</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[sproutcore]]></category>

		<guid isPermaLink="false">http://blog.jodybrewster.net/?p=364</guid>
		<description><![CDATA[So Apple pulled a fast one on us at WWDC.  They had a small session on Cocoa for the Web in which they used a javascript MVC framework called SproutCore to create a thick client with bindings just like Cocoa.  I&#8217;ve been trying to get a look see as to what all the hoopla is [...]]]></description>
			<content:encoded><![CDATA[<p>So Apple pulled a fast one on us at WWDC.  They had a small session on Cocoa for the Web in which they used a javascript MVC framework called SproutCore to create a thick client with bindings just like Cocoa.  I&#8217;ve been trying to get a look see as to what all the hoopla is but the <a href="http://www.sproutcore.com/">SproutCore</a> site is flooded.  Keep ya posted, in the meantime <a href="http://www.appleinsider.com/articles/08/06/16/apples_open_secret_sproutcore_is_cocoa_for_the_web.html">here&#8217;s a great article on it</a> and <a href="http://www.infoq.com/news/2007/08/sproutcore">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jodybrewster.net/2008/06/16/apple-releases-details-on-a-flash-killer/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Pledge Now to Download Firefox!</title>
		<link>http://blog.jodybrewster.net/2008/06/13/pledge-now-to-download-firefox/</link>
		<comments>http://blog.jodybrewster.net/2008/06/13/pledge-now-to-download-firefox/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 17:22:06 +0000</pubDate>
		<dc:creator>info</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[guinness]]></category>

		<guid isPermaLink="false">http://blog.jodybrewster.net/?p=363</guid>
		<description><![CDATA[So Firefox is trying to break a Guinness World Record for the most downloads in one day, so go ahead and pledge and set our email up with them so they can send you a reminder!
http://www.spreadfirefox.com/en-US/worldrecord/
]]></description>
			<content:encoded><![CDATA[<p>So Firefox is trying to break a Guinness World Record for the most downloads in one day, so go ahead and pledge and set our email up with them so they can send you a reminder!</p>
<p><a href="http://www.spreadfirefox.com/en-US/worldrecord/">http://www.spreadfirefox.com/en-US/worldrecord/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jodybrewster.net/2008/06/13/pledge-now-to-download-firefox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Silverlight 2 Beta 2 Feature List</title>
		<link>http://blog.jodybrewster.net/2008/06/12/silverlight-2-beta-2-feature-list/</link>
		<comments>http://blog.jodybrewster.net/2008/06/12/silverlight-2-beta-2-feature-list/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 15:45:47 +0000</pubDate>
		<dc:creator>info</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.jodybrewster.net/?p=362</guid>
		<description><![CDATA[Full Feature List

Animation

Support for animating custom data points
Object Animation support (animating structs)


Deep Zoom

New XML-based file format
MultiScaleTileSource to wire up your own images and get the Deep Zoom experience
Better notifications when sub-images enter the view


Controls

Customize the look and feel of controls using Visual State Manager. Interactive control templates were never so easy.
Some base controls are now [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Full Feature List</strong></p>
<ul>
<li>Animation
<ol>
<li>Support for animating custom data points</li>
<li>Object Animation support (animating structs)</li>
</ol>
</li>
<li>Deep Zoom
<ol>
<li>New XML-based file format</li>
<li>MultiScaleTileSource to wire up your own images and get the Deep Zoom experience</li>
<li>Better notifications when sub-images enter the view</li>
</ol>
</li>
<li>Controls
<ol>
<li>Customize the look and feel of controls using Visual State Manager. Interactive control templates were never so easy.</li>
<li>Some base controls are now part of the core platform, rather than packaged into apps. Say hello to smaller app sizes.</li>
<li>Calendar now supports multi-selection and blackout dates</li>
<li>New TabControl</li>
<li>Control properties changes (Background, Tooltip, FontFamily, FontSize…)</li>
<li>DataGrid improvements: auto size, reorder, sort, performance and more</li>
</ol>
</li>
<li>TextBox
<ol>
<li>IME Level 3 input support</li>
<li>Text wrapping and multiline selection highlighting in textbox</li>
<li>Scrolling and clipboard support</li>
<li>Document level navigation keys</li>
</ol>
</li>
<li>Improvements in error handling, reporting</li>
<li>Parser and Property system
<ol>
<li>DependencyProperty.Register/RegisterAttached now supports PropertyMetadata</li>
<li>New DependencyObject.ClearValue</li>
<li>Visual tree helper</li>
</ol>
</li>
<li>Data-binding
<ol>
<li>Per binding level validation</li>
<li>Support for element syntax for binding markup extensions</li>
<li>Binding to attached properties</li>
<li>ItemsControl extensibility (OnItemsChanged method)</li>
<li>Fallback in value conversion (Binding.UnsetValue)</li>
</ol>
</li>
<li>Input
<ol>
<li>Support for limited keyboard input in Full Screen mode (arrow, tab, enter, home, end, pageup/pagedown, space). I&#8217;ve seen more than a few requests for this on the forums.</li>
<li>Managed APIs for Inking and stylus input</li>
</ol>
</li>
<li>Networking and Data
<ol>
<li>Cross Domain support in Sockets</li>
<li>Cross Domain security enhancements</li>
<li>HttpWebRequest and WebClient callable from background threads</li>
<li>Upload support in WebClient</li>
<li>Isolated Storage: default size increased to 1MB and new ability to change quota with user consent. Also a new management UI.</li>
<li>Duplex communications (&#8220;push&#8221; from server to Silverlight client with no need to &#8220;poll&#8221; for data)</li>
<li>LINQ -to- JSON serialization</li>
<li>Significantly improved SOAP interop</li>
<li>&#8220;Add New Item&#8221; template in Visual Studio for &#8220;Silverlight-enabled WCF Service&#8221;</li>
<li>ADO.NET Data Services support</li>
</ol>
</li>
<li>UIAutomation and Accessibility support in the platform</li>
<li>Media
<ol>
<li>Platform support for Adaptive Streaming (also referred to by people as multi bitrate), the ability for Silverlight to switch between media depending on network and CPU conditions</li>
<li>Content protection with PlayReady DRM and Windows DRM</li>
<li>Basic server-side playlist (SSPL) support</li>
</ol>
</li>
<li>Localization
<ol>
<li>Changes to localized application model. You now create one xap per locale, instead of one monolithic multilingual app</li>
<li>Expanded localization languages of runtime and SDK</li>
<li>Japanese SDK Installer and documentation (July 10)</li>
</ol>
</li>
<li>Several changes to make API and behavior more compatible with WPF</li>
<li>Tools
<ol>
<li>Beta 1 projects will be automatically ported to Beta 2</li>
<li>Remote debugging for VB on the Mac</li>
</ol>
</li>
<li>CLR
<ol>
<li>A new developer-oriented runtime package with debugging binaries, localized strings, docs etc.</li>
<li>Support for OS fallback logic for resources</li>
<li>CurrentCulture and CurrentUICulture isolation to AppDomain level</li>
</ol>
</li>
<li>DLR
<ol>
<li>Performance improvements</li>
<li>Various new DLR and IronPython 2.0 Beta 2 language features</li>
<li>Various new IronRuby features</li>
</ol>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.jodybrewster.net/2008/06/12/silverlight-2-beta-2-feature-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
