<?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; weatherlab</title>
	<atom:link href="http://ria-coder.com/blog/tag/weatherlab/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>
	</channel>
</rss>

