<?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>Online Timesheet Software - TiMeister - Weblog &#187; Uncategorized</title>
	<atom:link href="http://blog.timeister.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.timeister.com</link>
	<description>Free Online Timesheet Software - Calendar, StopWatch, Reports, Exports</description>
	<lastBuildDate>Wed, 09 Dec 2009 23:02:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flash Builder 4 Network Monitor</title>
		<link>http://blog.timeister.com/2009/09/01/flash-builder-network-monitor/</link>
		<comments>http://blog.timeister.com/2009/09/01/flash-builder-network-monitor/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 14:01:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.timeister.com/?p=451</guid>
		<description><![CDATA[Flash Builder 4: Network Monitor and new debugger options from Mihai Corlan on Vimeo.






]]></description>
			<content:encoded><![CDATA[<p><object width="580" height="326"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=6355779&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=2060c0&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=6355779&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=202020&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="580" height="326"></embed></object>
<p><a href="http://vimeo.com/6355779">Flash Builder 4: Network Monitor and new debugger options</a> from <a href="http://vimeo.com/user1552538">Mihai Corlan</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8937083430127082";
google_ad_slot = "8143431074";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-8937083430127082";
google_ad_slot = "8143431074";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.timeister.com/2009/09/01/flash-builder-network-monitor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex: Unable To Open locale en_US or fr_FR</title>
		<link>http://blog.timeister.com/2009/07/13/flex-unable-to-open-locale-en_us-or-fr_fr/</link>
		<comments>http://blog.timeister.com/2009/07/13/flex-unable-to-open-locale-en_us-or-fr_fr/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 19:38:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Adobe Flex & AIR]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[en_us]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[Unable To Open locale]]></category>

		<guid isPermaLink="false">http://blog.timeister.com/?p=378</guid>
		<description><![CDATA[If you want to create a localized application you may find yourself in a strange situation when you did all the steps like in the book, but you continue to receive the &#8220;Unable to open locale xx_XX&#8221; error messages.
To simulate a fix on this issue we will take the example of adding French to your [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to create a localized application you may find yourself in a strange situation when you did all the steps like in the book, but you continue to receive the &#8220;Unable to open locale xx_XX&#8221; error messages.</p>
<p>To simulate a fix on this issue we will take the example of adding French to your app.</p>
<p><strong>Basic steps:</strong><br />
- The first step is to create a fr_FR folder under the /locale/ one exactly like in the Flex documentation and then add the translated bundle.properties file.<br />
- The second step is to add the compiler options:  -locale en_US,fr_FR</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8937083430127082";
google_ad_slot = "8143431074";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p><span style="color: #ff0000;"><strong>Extra steps</strong> you need to make in order to get rid of the ugly &#8220;unable to open locale&#8221; error message:</span></p>
<p>1. goto the following path :</p>
<blockquote><p><span style="color: #000080;"> &lt;flex-install-folder&gt;/sdks/&lt;current-sdk-folder&gt;/bin/</span></p></blockquote>
<p>for windows it&#8217;s: C:\Program Files\Adobe\Flex Builder 3\sdks\3.2.0\bin\</p>
<p>2. Execute the following command:</p>
<blockquote><p>&gt; <span style="color: #000080;">copylocale.exe en_US fr_FR</span></p></blockquote>
<p>That&#8217;s all, hope we helped you!<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>The TiMeister Team</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8937083430127082";
google_ad_slot = "8143431074";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.timeister.com/2009/07/13/flex-unable-to-open-locale-en_us-or-fr_fr/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>FLEX: Why is stage == null?</title>
		<link>http://blog.timeister.com/2009/07/13/flex-null-stage/</link>
		<comments>http://blog.timeister.com/2009/07/13/flex-null-stage/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 19:11:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Adobe Flex & AIR]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[null]]></category>
		<category><![CDATA[null stage]]></category>
		<category><![CDATA[stage]]></category>

		<guid isPermaLink="false">http://blog.timeister.com/?p=365</guid>
		<description><![CDATA[Hello,
If you are trying to access the stage of your application right when your app is completed then you&#8217;re doing something wrong.
BAD CODE Most of the cases programmers make the following mistake:
&#60;?xml version="1.0" encoding="utf-8"?&#62;
&#60;mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" creationComplete="init()"&#62;
    &#60;mx:Script&#62;
        &#60;![CDATA[
            import flash.display.StageDisplayState;
            private [...]]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>If you are trying to access the stage of your application right when your app is completed then you&#8217;re doing something wrong.</p>
<p><strong><span style="color: #ff0000;">BAD CODE</span> </strong>Most of the cases programmers make the following mistake:</p>
<pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" creationComplete="init()"&gt;
    &lt;mx:Script&gt;
        &lt;![CDATA[
            import flash.display.StageDisplayState;
            private function init():void
            {
                <span style="color: #ff6600;">var s:Stage = this.stage;</span> //&lt;&lt;-- this.stage == null...why??
                s.scaleMode = StageScaleMode.EXACT_FIT;
            }
        ]]&gt;
    &lt;/mx:Script&gt;
&lt;/mx:WindowedApplication&gt;
</code></pre>
<p><strong><span style="color: #99cc00;">GOOD CODE</span> </strong>: The correct approach is the following:</p>
<pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;mx:WindowedApplication
       xmlns:mx="http://www.adobe.com/2006/mxml"
       creationComplete="init()"&gt;
    &lt;mx:Script&gt;
        &lt;![CDATA[
            import flash.display.StageDisplayState;
            private function init():void
            {
                <span style="color: #008000;">this.systemManager.stage</span>.scaleMode = StageScaleMode.EXACT_FIT;
            }
        ]]&gt;
    &lt;/mx:Script&gt;
&lt;/mx:WindowedApplication&gt;
</code></pre>
<p>Hope we helped you with this issue we also had in our beginning as Flex Devlopers</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8937083430127082";
google_ad_slot = "8143431074";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.timeister.com/2009/07/13/flex-null-stage/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Create applications with Adobe Catalyst</title>
		<link>http://blog.timeister.com/2009/06/25/create-applications-with-adobe-catalyst/</link>
		<comments>http://blog.timeister.com/2009/06/25/create-applications-with-adobe-catalyst/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 20:07:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.timeister.com/?p=324</guid>
		<description><![CDATA[We wanted to share with you a great video tutorial about how to use Adobe Flash Catalyst and create Flex Applications starting just with an image.
The tutorial explains in details how you can create a Flex button and a scrollbar using Catalyst.




]]></description>
			<content:encoded><![CDATA[<p>We wanted to share with you a great video tutorial about how to use Adobe Flash Catalyst and create Flex Applications starting just with an image.<br />
The tutorial explains in details how you can create a Flex button and a scrollbar using Catalyst.</p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/tNAde32pWT0&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x3a3a3a&#038;color2=0x999999"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/tNAde32pWT0&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x3a3a3a&#038;color2=0x999999" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8937083430127082";
google_ad_slot = "8143431074";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.timeister.com/2009/06/25/create-applications-with-adobe-catalyst/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TiMeister Promotion</title>
		<link>http://blog.timeister.com/2009/06/14/timeister-promotion/</link>
		<comments>http://blog.timeister.com/2009/06/14/timeister-promotion/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 21:29:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.timeister.com/?p=275</guid>
		<description><![CDATA[Banner maker
Subscribe to newsletter and get 50% of Timeister Premium Pack
Subscribe now to our blog newsletter and get rid of 50% from Timeister Premium Pack.
 TiMeister is FREE Online Timesheet Software and it will be launched for beta testing in a few.



Register and receive stunning news, tutorials and promotions

E-mail: 


	//

 YES, I want in!
 Unsubscribe







Don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p><img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyNDUwMTQ4MDMxNjgmcHQ9MTI*NTAxNDg5MzYwNiZwPTQ1NTkzMiZkPSZnPTImdD*mbz*2ZDc4NTlkMDQ4NTQ*MjI1OGFlMGU*M2QwMDNjZTgxYSZvZj*w.gif" /><object type='application/x-shockwave-flash' data='http://files.bannersnack.net/app/swf/EmbedCanvas.swf?hash_id=470077fb6a79e0d19455716f7ab84693&amp;bgcolor=141414' width='435' height='75'><param name='movie' value='http://files.bannersnack.net/app/swf/EmbedCanvas.swf?hash_id=470077fb6a79e0d19455716f7ab84693&amp;bgcolor=141414'><param name='bgcolor' value='#141414'></object><noscript><a href='http://bannersnack.com/' title='BannerSnack - the free flash banner maker'>Banner maker</a></noscript></p>
<p><span style="color: #ff0000;"><strong>Subscribe to newsletter and get 50% of Timeister Premium Pack</strong></span></p>
<p>Subscribe now to our blog newsletter and get rid of 50% from Timeister Premium Pack.<br />
<strong> TiMeister</strong> is FREE Online Timesheet Software and it will be launched for beta testing in a few.<br />
</p>
<div style="padding-left:30px;padding-right:10px;padding-top:10px;padding-bottom:10px;background-color:#ffffbc;">
<a name="wpsbw"></a>
<div class="widget module">Register and receive stunning news, tutorials and promotions<br />
<form action="#wpsbw" method="post">
<p class="wpsb_form_label">E-mail:<br /> <br />
<input type="text" name="wpsb_email" id="wpsb_email" class="wpsb_form_txt" /></p>
<p><script type="text/javascript">
	//<![CDATA[	
		function wpsb_toggle_custom_fields (state) {
			for (i=2; i<16; i++) {
				if (obj = document.getElementById('wpsb_fld_'+i)) {
					obj.disabled = !state;
					obj.readOnly = !state;
				}
			}
		}
	//]]&gt;
	</script></p>
<p class="wpsb_form_label">
<input type="radio" name="wpsb_radio_option" id="wpsb_radio_option1" onclick="wpsb_toggle_custom_fields(1)" class="wpsb_form_radio" value="wpsb_radio_in" checked="checked" /> YES, I want in!<br/><br />
<input type="radio" name="wpsb_radio_option" id="wpsb_radio_option2" onclick="wpsb_toggle_custom_fields(0)" class="wpsb_form_radio" value="wpsb_radio_out" /> Unsubscribe</p>
<p class="wpsb_form_label">
<input type="submit" value="Submit" class="wpsb_form_btn" /></p>
</form>
<p><!-- Made by www.Sendblaster.com Newsletter Software Opt-in -->
</div>
</div>
<p></p>
<p>Don&#8217;t miss this offer and also take andvantage of our great blog posts by just entering your e-mail address <img src='http://blog.timeister.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks!<br />
&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
The TiMeister Team</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.timeister.com/2009/06/14/timeister-promotion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex Gumbo &#8211; Displaying a video using the VideoElement</title>
		<link>http://blog.timeister.com/2009/06/11/flex-video/</link>
		<comments>http://blog.timeister.com/2009/06/11/flex-video/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 18:40:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Adobe Flex & AIR]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.timeister.com/?p=256</guid>
		<description><![CDATA[The following example shows how you can display a video using the chromeless VideoElement control in Flex Gumbo.



&#60;?xml version="1.0" encoding="utf-8"?&#62;
&#60;!-- http://blog.flexexamples.com/2009/05/14/displaying-a-video-using-the-videoelement-control-in-flex-gumbo/ --&#62;
&#60;s:Application name="Spark_VideoElement_test"
        xmlns:fx="http://ns.adobe.com/mxml/2009"
        xmlns:s="library://ns.adobe.com/flex/spark"
        xmlns:mx="library://ns.adobe.com/flex/halo"&#62; 

    &#60;mx:ApplicationControlBar width="100%" cornerRadius="0"&#62;
  [...]]]></description>
			<content:encoded><![CDATA[<p>The following example shows <strong>how you can display a video using the chromeless VideoElement</strong> control in Flex Gumbo.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8937083430127082";
google_ad_slot = "8143431074";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<pre class="code"><span style="color: #3366ff;">&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;!-- http://blog.flexexamples.com/2009/05/14/displaying-a-video-using-the-videoelement-control-in-flex-gumbo/ --&gt;
&lt;s:Application name="Spark_VideoElement_test"
        xmlns:fx="http://ns.adobe.com/mxml/2009"
        xmlns:s="library://ns.adobe.com/flex/spark"
        xmlns:mx="library://ns.adobe.com/flex/halo"&gt; 

    &lt;mx:ApplicationControlBar width="100%" cornerRadius="0"&gt;
        &lt;s:Button id="playBtn"
                label="play"
                click="videoElement.play();" /&gt;
        &lt;s:Button id="pauseBtn"
                label="pause"
                click="videoElement.pause();" /&gt;
        &lt;s:Button id="stopBtn"
                label="stop"
                click="videoElement.stop();" /&gt;
        &lt;s:CheckBox id="mutedCheckBox"
                label="muted"
                selected="true"
                click="videoElement.muted = mutedCheckBox.selected;" /&gt;
        &lt;s:Graphic&gt;
            &lt;s:SimpleText id="playheadTimeLabel"
                    text="{videoElement.playheadTime.toFixed(3)}" /&gt;
        &lt;/s:Graphic&gt;
    &lt;/mx:ApplicationControlBar&gt;

    &lt;s:Group horizontalCenter="0" verticalCenter="0"&gt;
        &lt;s:VideoElement id="videoElement"
                autoRewind="true"
                source="http://helpexamples.com/flash/video/cuepoints.flv"
                muted="true"/&gt;
    &lt;/s:Group&gt;

&lt;/s:Application&gt;</span></pre>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8937083430127082";
google_ad_slot = "8143431074";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.timeister.com/2009/06/11/flex-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Flex Button with Photoshop (web 2.0 button skin)</title>
		<link>http://blog.timeister.com/2009/06/01/flex-button-skin-photoshop/</link>
		<comments>http://blog.timeister.com/2009/06/01/flex-button-skin-photoshop/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 20:09:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe Flex & AIR]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[builder]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[skin]]></category>

		<guid isPermaLink="false">http://blog.timeister.com/?p=163</guid>
		<description><![CDATA[





Here you can see the live result and also download the project source code by right clicking inside the application.


  Please upgrade your browser


Step 1: Create Up, Over, Down, Disabled states for the button with Photoshop
1.1 Open Photoshop and choose the desired button size. I will choose 90&#215;28px with transparent background.




1.2 Using the &#8220;rounded [...]]]></description>
			<content:encoded><![CDATA[<p>
<div style="height:8px"></div>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8937083430127082";
google_ad_slot = "8143431074";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<br />

<div style="height:8px"></div>
<p><b>Here you can see the live result and also download the project source code by right clicking inside the application.</b><br />
<br />
<div class="iframe-wrapper">
  <iframe src="http://pirvulescu.110mb.com/pirvulescu/wp-content/uploads/PhotoshopButton/PhotoshopButton.html" frameborder="0" style="height:60px;width:270px;">Please upgrade your browser</iframe>
</div>
<div style="height:18px"></div>
<p><span style="font-size:12pt;"><b>Step 1: <br />Create Up, Over, Down, Disabled states for the button with Photoshop</b></span></p>
<p>1.1 Open Photoshop and choose the desired button size. I will choose 90&#215;28px with transparent background.<br />

<div style="height:8px"></div>
<p><a href="http://blog.timeister.com/wp-content/uploads/1_button_size.png"><img src="http://blog.timeister.com/wp-content/uploads/1_button_size.png" alt="1_button_size" title="1_button_size" width="560" height="320"/></a></p>
<div style="height:8px"></div>
<p>1.2 Using the &#8220;rounded rectagle tool&#8221; create the button to look like in the image<br />
<br /><a href="http://blog.timeister.com/wp-content/uploads/2_rectangle.png"><img src="http://blog.timeister.com/wp-content/uploads/2_rectangle.png" alt="1_button_size" title="1_button_size" width="560" height="320"/></a></p>
<p>1.3 Duplicate the existing layer, set the &#8220;Fill&#8221; property to 0 and then apply a gradient effect like in the image below.<br />
<br /><img src="http://blog.timeister.com/wp-content/uploads/3_glow_effect.png" width="560px" height="320"></img><br />

<div style="height:8px"></div>
<p>1.4 now let&#8217;s make the button cloured <img src='http://blog.timeister.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> . Apply to the first layer (original) an horizontal gradient overlay like in the image.<br />
<br /><img src="http://blog.timeister.com/wp-content/uploads/4_horiz_grad.png" width="560px" height="320"></img><br />

<div style="height:8px"></div>
<p>1.5 To make the button look even better we add a border and some inner glow to the originl layer like in the images below<br />
<br /><img src="http://blog.timeister.com/wp-content/uploads/5_border.png" width="560px" height=""320></img><br />

<div style="height:8px"></div>
<p><img src="http://pirvulescu.110mb.com/pirvulescu/wp-content/uploads/2009/05/6_inner-glow.png" width="560px"></img><br />

<div style="height:8px"></div>
<p>1.6 Duplicate the first layer (original) and edit the colors so you can get all 4 states of our button.<br />
<br /><img src="http://blog.timeister.com/wp-content/uploads/7_final_buttons.png" width="280px" height="80"></img><br />

<div style="height:8px"></div>
<p>1.7 after getting ready all states for the buttons export them 1 by 1 as .png and name them button_up.png button_over.png button_down.png and button_dis.png</p>
<div style="height:18px"></div>
<div style="height:18px"></div>
<p><span style="font-size:12pt;"><b>Step 2:<br /> Add images to project and create CSS for the button</b></span></p>
<div style="height:18px"></div>
<p>2.1 Create an Adobe Flex project and name it PhotoshopButton.<br />
<br /><img src="http://blog.timeister.com/wp-content/uploads/8_project.png" width="560px" height="320"></img><br />

<div style="height:8px"></div>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8937083430127082";
google_ad_slot = "8143431074";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<br />

<div style="height:8px"></div>
<p>2.2 Create a folder inside the /src folder and name it /images</p>
<p>2.3 Copy the 4 png images to /src/images/</p>
<p>2.4 Create a folder inside the /src folder and name it /css, inside this folder Add a new css file and name it main.css</p>
<p>2.5 Inside the main.css file add the following button style:<br />
<code><br />
<span style="color:#0520d9"><br />
/* CSS file */<br />
Button<br />
{<br />
&nbsp;&nbsp;&nbsp;&nbsp;	up-skin:			Embed(source="/images/button_up.png");<br />
&nbsp;&nbsp;&nbsp;&nbsp;	over-skin:			Embed(source="/images/button_over.png");<br />
&nbsp;&nbsp;&nbsp;&nbsp;	down-skin:			Embed(source="/images/button_down.png");<br />
&nbsp;&nbsp;&nbsp;&nbsp;	disabled-skin:		Embed(source="/images/button_dis.png");<br />
&nbsp;&nbsp;&nbsp;&nbsp;	selected-down-skin:	Embed(source="/images/button_down.png");<br />
&nbsp;&nbsp;&nbsp;&nbsp;	selected-up-skin:	Embed(source="/images/button_down.png");<br />
&nbsp;&nbsp;&nbsp;&nbsp;   <br />	<br />
&nbsp;&nbsp;&nbsp;&nbsp;	color:				#ffffff;<br />
&nbsp;&nbsp;&nbsp;&nbsp;	roll-over-color:	#000000;<br />
&nbsp;&nbsp;&nbsp;&nbsp;	disabled-color:		#efefef;<br />
}<br />
</span><br />
</code><br />
</p>
<p>2.6 Your project should look until now like this<br />
<br /><img src="http://blog.timeister.com/wp-content/uploads/9_project2.png" width="560px" height="320"></img><br />

<div style="height:8px"></div>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8937083430127082";
google_ad_slot = "8143431074";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<br />

<div style="height:8px"></div>
<p>2.7 Open the PhotoshopButton.mxml file and add the reference to your css file</p>
<p><code><br />
<span style="color:#0520d9"><br />
&lt;mx:Style source="css/main.css"/&gt;</p>
<p><span style="color:#25c209">//Then add some buttons and let's see how does it look <img src='http://blog.timeister.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<br />
<span style="color:#0520d9">&lt;mx:HBox width= "100%" horizontalAlign="center"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;mx:Button label= "Click Me!"/&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;mx:Button label= "Disabled" enabled= "false"/&gt;<br />
&lt;/mx:HBox&gt;<br />
</span></span><br />
</span><br />
</code></p>
<p><b>And again the result&#8230;</b><br />
<br />
<div class="iframe-wrapper">
  <iframe src="http://pirvulescu.110mb.com/pirvulescu/wp-content/uploads/PhotoshopButton/PhotoshopButton.html" frameborder="0" style="height:60px;width:270px;">Please upgrade your browser</iframe>
</div><br />

<div style="height:8px"></div>
<p><b>That&#8217;s all, enjoy!</b><br />

<div style="height:8px"></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.timeister.com/2009/06/01/flex-button-skin-photoshop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Optimizing Adobe Flex, Air, Flash Applications &#8211; by Sean Christmann</title>
		<link>http://blog.timeister.com/2009/05/19/optimize-adobe-flex-air/</link>
		<comments>http://blog.timeister.com/2009/05/19/optimize-adobe-flex-air/#comments</comments>
		<pubDate>Tue, 19 May 2009 20:12:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe Flex & AIR]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.timeister.com/?p=156</guid>
		<description><![CDATA[

Optimizing Air/Flash Applications &#8211; Sean Christmann  						Optimizing Air/Flash Applications &#8211; Sean Christmann			Ed McManus 							Sean Christmann&#8217;s presentation from MAX 2008 						 			
    Publish at Scribd or explore others:            School Work            [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-8937083430127082";
google_ad_slot = "8143431074";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p><a title="View Optimizing Air/Flash Applications - Sean Christmann on Scribd" href="http://www.scribd.com/doc/8799584/Optimizing-AirFlash-Applications-Sean-Christmann" style="margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 14px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; display: block; text-decoration: underline;">Optimizing Air/Flash Applications &#8211; Sean Christmann</a> <object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" id="doc_187137590451710" name="doc_187137590451710" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" align="middle"	height="500" width="100%" rel="media:document" resource="http://d.scribd.com/ScribdViewer.swf?document_id=8799584&#038;access_key=key-vbayv5flem75c5517tg&#038;page=1&#038;version=1&#038;viewMode=" xmlns:media="http://search.yahoo.com/searchmonkey/media/" xmlns:dc="http://purl.org/dc/terms/" ><param name="movie"	value="http://d.scribd.com/ScribdViewer.swf?document_id=8799584&#038;access_key=key-vbayv5flem75c5517tg&#038;page=1&#038;version=1&#038;viewMode="><param name="quality" value="high"><param name="play" value="true"><param name="loop" value="true"><param name="scale" value="showall"><param name="wmode" value="opaque"><param name="devicefont" value="false"><param name="bgcolor" value="#ffffff"><param name="menu" value="true"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><param name="salign" value=""><embed src="http://d.scribd.com/ScribdViewer.swf?document_id=8799584&#038;access_key=key-vbayv5flem75c5517tg&#038;page=1&#038;version=1&#038;viewMode=" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" play="true" loop="true" scale="showall" wmode="opaque" devicefont="false" bgcolor="#ffffff" name="doc_187137590451710_object" menu="true" allowfullscreen="true" allowscriptaccess="always" salign="" type="application/x-shockwave-flash" align="middle"  height="500" width="100%"></embed><span rel="media:thumbnail" href="http://i.scribd.com/profiles/images/42jyiyfbis2bf-thumb.jpg"> 						<span property="media:title">Optimizing Air/Flash Applications &#8211; Sean Christmann</span>			<span property="dc:creator">Ed McManus</span> 							<span property="dc:description">Sean Christmann&#8217;s presentation from MAX 2008</span> 						<span property="dc:type" content="Text"> 			</object>
<div style="margin: 6px auto 3px auto; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; display: block;">    <a href="http://www.scribd.com/upload" style="text-decoration: underline;">Publish at Scribd</a> or <a href="http://www.scribd.com/browse" style="text-decoration: underline;">explore</a> others:            <a href="http://www.scribd.com/explore/School-Work/" style="text-decoration: underline;">School Work</a>              <a href="http://www.scribd.com/explore/HowtoGuides-Manuals/" style="text-decoration: underline;">How-to-Guides &#038; Manu</a>                  <a href="http://www.scribd.com/tag/technologyinternet" style="text-decoration: underline;">technologyinternet</a>      	</div>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8937083430127082";
google_ad_slot = "8143431074";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.timeister.com/2009/05/19/optimize-adobe-flex-air/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FREE Web 2.0 Icons for your application</title>
		<link>http://blog.timeister.com/2009/04/26/free-icons-application/</link>
		<comments>http://blog.timeister.com/2009/04/26/free-icons-application/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 22:09:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.timeister.com/?p=143</guid>
		<description><![CDATA[Here is a great post were you can download some nice icon packs that you can use inside your web applications. 





Source: http://pirvulescu.wordpress.com/2009/04/25/free-web-20-icons-for-your-application/
]]></description>
			<content:encoded><![CDATA[<p><img alt="" src="http://pirvulescu.files.wordpress.com/2009/04/adobe_pack_prev.png?w=120&#038;h=90" class="alignright" width="120" height="90" /><br />
<a href="http://pirvulescu.wordpress.com/2009/04/25/free-web-20-icons-for-your-application/">Here</a> is a great post were you can download some nice icon packs that you can use inside your web applications.<br /> 
<div style="height:10px;"></div>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8937083430127082";
google_ad_slot = "8143431074";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<div style="height:10px;"></div>
<p>Source: <a href="http://pirvulescu.wordpress.com/2009/04/25/free-web-20-icons-for-your-application/">http://pirvulescu.wordpress.com/2009/04/25/free-web-20-icons-for-your-application/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.timeister.com/2009/04/26/free-icons-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Stratus</title>
		<link>http://blog.timeister.com/2009/04/05/adobe-stratus/</link>
		<comments>http://blog.timeister.com/2009/04/05/adobe-stratus/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 08:16:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.timeister.com/?p=139</guid>
		<description><![CDATA[Flash Player 10 and Adobe AIR 1.5 introduce a new communications protocol called the Real-Time Media Flow Protocol (RTMFP). The most important features of RTMFP include low latency, end-to-end peering capability, security and scalability. These properties make RTMFP especially well suited for developing real-time collaboration applications by not only providing superior user experience but also [...]]]></description>
			<content:encoded><![CDATA[<p>Flash Player 10 and Adobe AIR 1.5 introduce a new communications protocol called the Real-Time Media Flow Protocol (RTMFP). The most important features of RTMFP include low latency, end-to-end peering capability, security and scalability. These properties make RTMFP especially well suited for developing real-time collaboration applications by not only providing superior user experience but also reducing cost for operators.</p>
<p>In order to use RTMFP, Flash Player endpoints must connect to an RTMFP-capable server, such as the Adobe Stratus service. Stratus is a beta, hosted rendezvous service that aids establishing communications between Flash Player endpoints. Unlike Flash Media Server, Stratus does not support media relay, shared objects, scripting, etc. So by using Stratus, you can only develop applications where Flash Player endpoints are directly communicating with each other.</p>
<p>Flash Player is already the market leader in online video distribution over the web. With the introduction of RTMFP and advanced media compression technologies, Flash Player 10 is well positioned as the leader in real-time communications as well.</p>
<p>With Adobe Stratus you can build:</p>
<p>    * A video chat application<br />
    * Multi-player games<br />
    * Voice Over IP</p>
<p><span style="color:#999999">Source: <a href="http://labs.adobe.com/technologies/stratus/">http://labs.adobe.com/technologies/stratus/</a></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8937083430127082";
google_ad_slot = "8143431074";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.timeister.com/2009/04/05/adobe-stratus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Timeister ready for outside beta testers</title>
		<link>http://blog.timeister.com/2009/01/29/timeister-ready-for-outside-beta-testers/</link>
		<comments>http://blog.timeister.com/2009/01/29/timeister-ready-for-outside-beta-testers/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 22:47:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.timeister.com/?p=117</guid>
		<description><![CDATA[
Timetracking was never easy.
Wanna join our private beta test-team? Just register your e-mail on the main website page.
We will be waiting for you!
Have a great day!
]]></description>
			<content:encoded><![CDATA[<div><img src="http://www.timeister.com/style/images/logo_header.png" alt="Online Timesheet"/></div>
<p></p>
<p>Timetracking was never easy.<br />
Wanna join our private beta test-team? Just register your e-mail on the <a href="http://www.timeister.com/">main website page</a>.<br />
We will be waiting for you!</p>
<p>Have a great day!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.timeister.com/2009/01/29/timeister-ready-for-outside-beta-testers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>VMworld Europe 2009</title>
		<link>http://blog.timeister.com/2009/01/21/vmworld-europe-2009/</link>
		<comments>http://blog.timeister.com/2009/01/21/vmworld-europe-2009/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 07:23:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.timeister.com/?p=115</guid>
		<description><![CDATA[&#8220;Don’t miss VMworld Europe 2009 
The leading virtualization conference in Europe!
With VMworld Europe 2009 less than five weeks away, now is the time to register for the leading virtualization event. Use the VMworld Europe 2009 Content Catalog to learn more about the sessions, labs and other activities at this year&#8217;s conference so that you can [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Don’t miss VMworld Europe 2009 <a href="http://vmworld.com/community/conferences/europe2009/"><img alt="" src="http://blog.timeister.com/wp-content/uploads/vmworld.png" title="vmworld 2009" class="alignright" width="225" height="178" /></a><br />
The leading virtualization conference in Europe!</p>
<p>With VMworld Europe 2009 less than five weeks away, now is the time to register for the leading virtualization event. Use the VMworld Europe 2009 <a href="https://www.vmworldeurope09.com/scheduler/controller/catalog">Content Catalog</a> to learn more about the sessions, labs and other activities at this year&#8217;s conference so that you can build your calendar.<br />
[...]<br />
Join the thousands of people who have discovered ways to virtually reinvent computing – the champions of virtualization – register for VMworld 2009 today and become part of this industry-wide, global transformation.&#8221;<br />
<script type="text/javascript"><!--
google_ad_client = "pub-8937083430127082";
google_ad_slot = "8143431074";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.timeister.com/2009/01/21/vmworld-europe-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RIA Quality Assurance</title>
		<link>http://blog.timeister.com/2009/01/14/ria-quality-assurance/</link>
		<comments>http://blog.timeister.com/2009/01/14/ria-quality-assurance/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 21:31:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.timeister.com/?p=91</guid>
		<description><![CDATA[Introducing RIA AppPuncher™
&#8220;RIA AppPuncher™ is a software testing and debugging product. AppPuncher was designed from the ground up to facilitate testing of the Rich Internet Applications. The product provides the following functionality:
    * Client/server communication debugging
    * Functional testing
    * Regression testing
    * [...]]]></description>
			<content:encoded><![CDATA[<p>Introducing RIA AppPuncher™<a href="http://www.themidnightcoders.com/products/ria-apppuncher/overview.html"><img alt="" src="http://www.themidnightcoders.com/typo3temp/pics/1db186182d.jpg" title="The Midnight Coders RIA Puncher" class="alignright" width="100" height="198" /></a></p>
<p>&#8220;RIA AppPuncher™ is a software testing and debugging product. AppPuncher was designed from the ground up to facilitate testing of the Rich Internet Applications. The product provides the following functionality:</p>
<p>    * Client/server communication debugging<br />
    * Functional testing<br />
    * Regression testing<br />
    * Load testing</p>
<p>AppPuncher supports Flash, Flex, Silverlight, AJAX clients as well as traditional browser-based applications. From the client/server protocol perspective, the product enables testing of the client/server applications using any of the following protocols: HTTP, SOAP, REST/XML, AMF and RTMP. AppPuncher runs on Windows, MAC OS X and *nix platforms.&#8221;</p>
<p><span style="color:#999999">Source: http://www.themidnightcoders.com</span></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8937083430127082";
google_ad_slot = "8143431074";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.timeister.com/2009/01/14/ria-quality-assurance/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flex PDF Generator Component</title>
		<link>http://blog.timeister.com/2009/01/12/flex-and-pdf-generator-component/</link>
		<comments>http://blog.timeister.com/2009/01/12/flex-and-pdf-generator-component/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 20:46:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.timeister.com/?p=79</guid>
		<description><![CDATA[If you are looking for a pdf creator component in flex you may want to know about the new WebOrb PDF Generator from Midnight Codders which is available for flex too.

&#8220;Generating documents, reports and document-based forms is a very common task for web application users.  RIAs are not an exception as users and business [...]]]></description>
			<content:encoded><![CDATA[<p>If you are looking for a pdf creator component in flex you may want to know about the new <a href="http://www.themidnightcoders.com/products/pdf-generator/overview.html">WebOrb PDF Generator</a> from <a href="http://www.themidnightcoders.com">Midnight Codders</a> which is available for flex too.<br />
<a href="http://www.themidnightcoders.com/products/pdf-generator/overview.html"><img alt="" src="http://www.themidnightcoders.com/uploads/pics/weborbpdf-large.jpg" title="weborb pdf geenrator for flex" class="alignright" width="197" height="166" /></a><br />
&#8220;Generating documents, reports and document-based forms is a very common task for web application users.  RIAs are not an exception as users and business workflows require capturing data contained within RIAs to produce usable documents for offline use, such as archiving or further business processing. WebORB PDF Generator is both an SDK and runtime solution that installs as an extension into WebORB for Java, .NET, PHP and ColdFusion Enterprise and Community Edition servers, enabling both client and server applications to create template-based PDF documents.  Templates can be created either on the server as XML files or originate on the client as Flex components.  Templates include information about document layout, graphics and data sources for operational data.</p>
<p><strong>    Key Benefits: </strong><br />
    * Ease of template development – developers can use the development environment they are already familiar with to create customized templates.  For instance, Flex developers can use Flex Builder for visual template editing.  Future releases of the product will support Visual Studio-based template authoring.</p>
<p>    * Advanced workflow support – advanced features such as PDF forms and embedded Flash/Flex content can streamline business workflow and improve user interaction with the generated PDF documents.</p>
<p>    * Centralized Administration – WebORB PDF Generator requires no client-side installations, which makes it fast and easy to provide PDF generation capabilities to networked users.  </p>
<p>    * Reduced cost to develop and deploy – ease of installation, WYSIWIG template editing, non-intrusive data-binding and server-side PDF generation make it possible to provide the benefits of PDF template design and PDF generation at a low cost per server.  Server-side deployment means there are no client fees, putting enterprise PDF Generation in reach for any size organization.&#8221;</p>
<p><span style="color:#999999">Source: <a href="http://www.themidnightcoders.com">www.themidnightcoders.com</a></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8937083430127082";
google_ad_slot = "8143431074";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.timeister.com/2009/01/12/flex-and-pdf-generator-component/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Make Money Online</title>
		<link>http://blog.timeister.com/2009/01/05/how-to-make-money-online/</link>
		<comments>http://blog.timeister.com/2009/01/05/how-to-make-money-online/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 09:27:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.timeister.com/?p=60</guid>
		<description><![CDATA[David Heinemeier Hansson is revealing us some of his secrets on how to make money with rich internet applications.

Share and annotate your videos with Omnisio!

Source: http://www.37signals.com/svn/posts/981-the-secret-to-making-money-online



]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.37signals.com/svn/posts/981-the-secret-to-making-money-online">David Heinemeier Hansson</a> is revealing us some of his secrets on how to make money with rich internet applications.</p>
<p><object width='520' height='296'><param name='movie' value='http://www.omnisio.com/bin/Embed.swf?embedID=dvkTBcd0Sr3yehadbiFy2w' /><param name='bgcolor' value='#FFFFFF' /><param name='quality' value='high' /><param name='allowscriptaccess' value='always' /><param name='allowfullscreen' value='true' /><embed type='application/x-shockwave-flash' src='http://www.omnisio.com/bin/Embed.swf?embedID=dvkTBcd0Sr3yehadbiFy2w' bgcolor='#FFFFFF' quality='high' allowfullscreen='true' allowscriptaccess='always' width='520' height='276' ><noembed>
<div><a href='http://www.omnisio.com'>Share and annotate your videos</a> with Omnisio!</div>
<p></noembed></embed></object></p>
<p><span style="color:#999999">Source: http://www.37signals.com/svn/posts/981-the-secret-to-making-money-online</span></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8937083430127082";
google_ad_slot = "8143431074";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.timeister.com/2009/01/05/how-to-make-money-online/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
