<?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>ria-coder.com &#187; adobe</title>
	<atom:link href="http://ria-coder.com/blog/tag/adobe/feed" rel="self" type="application/rss+xml" />
	<link>http://ria-coder.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 21 Apr 2010 19:35:08 +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>Adobe WeatherLab Beta</title>
		<link>http://ria-coder.com/blog/adobe-weatherlab-beta</link>
		<comments>http://ria-coder.com/blog/adobe-weatherlab-beta#comments</comments>
		<pubDate>Fri, 23 Oct 2009 12:09:16 +0000</pubDate>
		<dc:creator>Danny Kopping</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[weatherlab]]></category>

		<guid isPermaLink="false">http://ria-coder.com/blog/?p=452</guid>
		<description><![CDATA[Over the past few months, Adobe has really been pulling out all the stops. They've been releasing some ridiculously useful and innovative tools and additions to existing software, but their latest offering has dropped my jaw even further!]]></description>
			<content:encoded><![CDATA[<p>Over the past few months, Adobe has really been pulling out all the stops. They&#8217;ve been releasing some ridiculously useful and innovative tools and additions to existing software, but their latest offering has dropped my jaw even further!<br />
<br />
<h2>Introducing Adobe WeatherLab Beta</h2>
<div id="attachment_453" class="wp-caption aligncenter" style="width: 522px"><a href="http://ria-coder.com/temp/wp-content/uploads/2009/10/wl.jpg"><img class="size-full wp-image-453 " title="wl" src="http://ria-coder.com/temp/wp-content/uploads/2009/10/wl.jpg" alt="Adobe WeatherLab Beta" width="512" height="512" /></a><p class="wp-caption-text">Adobe WeatherLab Beta</p></div>
<p>This latest release from Adobe will surely change the way we see the world around us and how we interact with it. <strong>Adobe WeatherLab Beta </strong>is a the latest addition to Adobe&#8217;s impressive line of Adobe AIR-based tools, and it boasts some pretty innovative features!</p>
<p><strong>Adobe WeatherLab Beta</strong> allows you to communicate <em>directly </em>with whichever skygod(s) you please via RPC (Remote Procedure Calls) in either XML, AMF or JSON. <strong>Adobe WeatherLab Beta</strong> boasts an expansive, extensible API for <span style="text-decoration: underline;">changing the weather in realtime</span> and &#8211; most importantly &#8211; it integrates with all of the CS4 and upcoming CS5 products.</p>
<p>Finally, you can adjust your environment to suit your specific needs. If you&#8217;re more of a sunshine and beer kind of person, simply call the <em>Weather</em> singleton and change it to sunny by using the constant <em>Weather.SUNNY (code samples to follow).</em></p>
<p>Insiders at Adobe have revealed that they have been working on improving the feature-sets of applications such as <strong>Illustrator</strong>, <strong>Flash Professional</strong>, <strong>Flash Builder &amp; Flex SDK</strong> and <strong>Photoshop</strong>, but found that these applications were just getting to the stage where no more work could be done on them</p>
<p>&#8220;We wanted a new challenge. We had reached a point where we realised that our applications were near perfect, aside from a few bugs, and we needed something to throw at our engineers. Luckily, one of our engineers knew how to rain-dance and this set off a chain reaction of events, all leading up to <strong>Adobe WeatherLab Beta</strong>&#8220;.</p>
<p>Much work has still to be done on this application, but engineers over at Adobe have assured me that any bugs in the system will not cause any universal constants to go out of whack.</p>
<p>When I first heard of this innovative and &#8211; let&#8217;s face it &#8211; ingenious application, I was skeptical. My skepticism was soon lifted when I used the mapping API from Google to pinpoint a parade which I subsequently used <strong>Adobe WeatherLab Beta</strong> to rain on.</p>
<p>Here&#8217;s the code I used:</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript3" style="font-family:monospace;"><span style="color: #009900; font-style: italic;">// Code snippet for changing the weather</span>
&nbsp;
<span style="color: #0033ff; font-weight: bold;">import</span> com<span style="color: #000066; font-weight: bold;">.</span>adobe<span style="color: #000066; font-weight: bold;">.</span>weatherlab<span style="color: #000066; font-weight: bold;">.</span>Weather<span style="color: #000066; font-weight: bold;">;</span>
<span style="color: #0033ff; font-weight: bold;">import</span> com<span style="color: #000066; font-weight: bold;">.</span>adobe<span style="color: #000066; font-weight: bold;">.</span>weatherlab<span style="color: #000066; font-weight: bold;">.</span>Geography<span style="color: #000066; font-weight: bold;">;</span>
&nbsp;
<span style="color: #0033ff; font-weight: bold;">public</span> <span style="color: #339966; font-weight: bold;">function</span> changeWeather<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">:</span><span style="color: #0033ff; font-weight: bold;">void</span>
<span style="color: #000000;">&#123;</span>
        <span style="color: #6699cc; font-weight: bold;">var</span> weather<span style="color: #000066; font-weight: bold;">:</span>Weather = Weather<span style="color: #000066; font-weight: bold;">.</span>getInstance<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>     <span style="color: #009900; font-style: italic;">// get weather singleton</span>
        weather<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">change</span><span style="color: #000000;">&#40;</span>Weather<span style="color: #000066; font-weight: bold;">.</span>SUNNY<span style="color: #000066; font-weight: bold;">,</span> <span style="color: #0033ff; font-weight: bold;">new</span> Geography<span style="color: #000000;">&#40;</span><span style="color: #000000; font-weight:bold;">37.433868</span><span style="color: #000066; font-weight: bold;">,</span> <span style="color: #000066; font-weight: bold;">-</span><span style="color: #000000; font-weight:bold;">121.884155</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>      <span style="color: #009900; font-style: italic;">// target weather change</span>
<span style="color: #000000;">&#125;</span></pre></div></div>

<p>To download <strong>Adobe WeatherLab Beta, </strong>click <a title="Seriously? You're THAT gullible?!" href="http://wtfareyouseriouslybuyingthisbullshit.com">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ria-coder.com/blog/adobe-weatherlab-beta/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Whirlwind that is Adobe in 2009</title>
		<link>http://ria-coder.com/blog/the-whirlwind-that-is-adobe-in-2009</link>
		<comments>http://ria-coder.com/blog/the-whirlwind-that-is-adobe-in-2009#comments</comments>
		<pubDate>Fri, 09 Oct 2009 09:40:34 +0000</pubDate>
		<dc:creator>Danny Kopping</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[catalyst]]></category>
		<category><![CDATA[flash builder]]></category>
		<category><![CDATA[max]]></category>

		<guid isPermaLink="false">http://ria-coder.com/blog/?p=447</guid>
		<description><![CDATA[It's been quite a fascinating year thus far; Adobe has really started getting serious about Flash, Flex and the developers involved]]></description>
			<content:encoded><![CDATA[<p>Wow.</p>
<p>It&#8217;s been quite a fascinating year thus far; Adobe has really started getting serious about Flash, Flex and the developers involved. This year, we have seen two amazing additions to Adobe&#8217;s web-dominating arsenal &#8211; <strong><a title="Flash Catalyst" href="http://labs.adobe.com/technologies/flashcatalyst/" target="_blank">Adobe Flash Catalyst</a> </strong>(now in beta 2)<strong> </strong>and <strong><a title="Flash Builder" href="http://labs.adobe.com/technologies/flashbuilder4/" target="_blank">Adobe Flash Builder 4</a></strong> (now in beta 2).<strong> </strong>After some preliminary buggering around in both of these, I came to the conclusion that working with a <em>beta</em> version of any software to create enterprise applications is putting yourself on the edge of the cliff, and working on a <em>version 1.0 beta</em> is hiring somebody to push you over the edge.</p>
<p>This raises an interesting catch-22:<br />
When a massive piece of software is released, the community has the onus to test it and give feedback on any bugs, requested features and expedience tips &#8211; however, if your beta software tends to be very buggy (and how could it not be? The SDK is <strong>huge</strong>) then how are you going to get<em> </em>developers to test your software on <em>real, enterprise</em> projects?</p>
<p>In any case, Adobe has really been playing the part this year. This year we have seen the release of the <a title="Flex 4 SDK" href="http://labs.adobe.com/technologies/flex4sdk/" target="_blank">Flex 4 SDK</a>, major advancements in the <a title="Open Screen Project" href="http://www.openscreenproject.org/" target="_blank">Open Screen Project</a>, Flash Player 10&#8242;s <a title="Some serious penetration" href="http://www.adobe.com/products/player_census/flashplayer/version_penetration.html" target="_blank">penetration rate to 93.5%</a>, AIR <a title="Some serious installation" href="http://blogs.adobe.com/air/2009/01/air_passes_100_million_install.html" target="_blank">surpassing 100 million</a> installations and the introduction of <a title="Flash Player 10.1" href="http://labs.adobe.com/technologies/flashplayer10/" target="_blank">Flash Player 10.1</a> most recently. Other great things i&#8217;ve seen are <a title="WorkflowLab" href="http://labs.adobe.com/technologies/workflowlab/" target="_blank">WorkflowLab</a>, <a title="BrowserLab" href="http://labs.adobe.com/technologies/browserlab/" target="_self">BrowserLab</a>, <a title="Squiggly" href="http://labs.adobe.com/technologies/squiggly/" target="_self">Project Squiggl</a>y, <a title="Slider" href="http://labs.adobe.com/technologies/flex/mobile/" target="_self">Slider</a> previews, <a title="Flash CS5" href="http://labs.adobe.com/technologies/flashcs5/" target="_blank">Flash CS</a>5 sneak previews and <a title="CommunityHelp" href="http://labs.adobe.com/technologies/communityhelp/" target="_blank">Community Help</a>.</p>
<p>For all of those unlucky and miserable enough to miss Adobe Max this year (myself included), there&#8217;s <a title="Max Videos" href="http://tv.adobe.com/show/max-2009-develop/" target="_blank">an entire channel</a> dedicated to Max 2009 Developer talks&#8230; Go check them out!</p>
<p>Oh, and if you have any luck getting these videos to play in <strong><a title="Adobe Media Player" href="http://labs.adobe.com/technologies/communityhelp/" target="_blank">Adobe Media Player</a></strong>, let me know. That app is more full of bugs than a salad in Nigeria.</p>
]]></content:encoded>
			<wfw:commentRss>http://ria-coder.com/blog/the-whirlwind-that-is-adobe-in-2009/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flex Builder 3 for Linux has been canned! Show your support!</title>
		<link>http://ria-coder.com/blog/flex-builder-3-for-linux-has-been-canned</link>
		<comments>http://ria-coder.com/blog/flex-builder-3-for-linux-has-been-canned#comments</comments>
		<pubDate>Tue, 28 Apr 2009 17:43:39 +0000</pubDate>
		<dc:creator>Danny Kopping</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[flex builder linux]]></category>
		<category><![CDATA[jira]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ria-coder.com/blog/?p=268</guid>
		<description><![CDATA[I was recently shocked and appalled to see that Adobe has put the development on Flex Builder 3 for Linux on hold]]></description>
			<content:encoded><![CDATA[<p>I was recently shocked and appalled to <a href="http://www.rachaelandtom.info/content/flex-builder-linux-canned-and-how-you-can-help-get-it-going-again" target="_blank">see</a> that Adobe has put the development on Flex Builder 3 for Linux on hold. I, for one, would really love to be able to develop Flex applications on Linux (I use Linux Mint) and &#8211; in addition &#8211; would like to see a Creative Suite release for Linux soon, too.</p>
<p>Personally i can&#8217;t think why developing a version of Flex Builder for Linux would be so difficult. Flex Builder is built on top of (and as a plugin for) Eclipse, which is Java-based and therefore cross-platform. I&#8217;d imagine that it does have something to do with the Flash Player as <a href="http://www.rachaelandtom.info/content/flex-builder-linux-canned-and-how-you-can-help-get-it-going-again" target="_blank">Tom of rachaelandtom.info</a> says. Can anyone shed some light on the situation?</p>
<p>The reason for Adobe&#8217;s suspension of development is:</p>
<blockquote><p>&#8220;The project is currently on hold. There is not enough requisition for the product to continue its development&#8221; &#8211; Ben Forta (Adobe Senior Technical Evangelist)</p></blockquote>
<p>Please show your support and vote for the continuation of this amazing project! Go to <a title="http://bugs.adobe.com/jira/browse/FB-19053" href="http://bugs.adobe.com/jira/browse/FB-19053" target="_blank">http://bugs.adobe.com/jira/browse/FB-19053</a> and vote!!</p>
]]></content:encoded>
			<wfw:commentRss>http://ria-coder.com/blog/flex-builder-3-for-linux-has-been-canned/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

