<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Online Timesheet Software - TiMeister - Weblog</title>
	<atom:link href="http://blog.timeister.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.timeister.com</link>
	<description>Free Online Timesheet Software - Calendar, StopWatch, Reports, Exports</description>
	<lastBuildDate>Fri, 12 Feb 2010 05:21:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Objective C &#8211; HTTP POSTor GET Data by albert</title>
		<link>http://blog.timeister.com/2009/08/14/objective-c-http-post-get-data/comment-page-1/#comment-4001</link>
		<dc:creator>albert</dc:creator>
		<pubDate>Fri, 12 Feb 2010 05:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.timeister.com/2009/08/14/objective-c-http-postor-get-data/#comment-4001</guid>
		<description>Thanks for this post its going to save me a lot of headache!</description>
		<content:encoded><![CDATA[<p>Thanks for this post its going to save me a lot of headache!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Call function from Flex to Flash by admin</title>
		<link>http://blog.timeister.com/2009/06/24/call-function-from-flex-to-flash/comment-page-1/#comment-3704</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 09 Dec 2009 22:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.timeister.com/2009/06/24/call-function-from-flex-to-flash/#comment-3704</guid>
		<description>This is because you are not allowed to address/access stage variables.</description>
		<content:encoded><![CDATA[<p>This is because you are not allowed to address/access stage variables.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Objective C Get iPhone Device GUID by Dylan Barrie</title>
		<link>http://blog.timeister.com/2009/06/25/objective-c-get-iphone-device-guid/comment-page-1/#comment-3664</link>
		<dc:creator>Dylan Barrie</dc:creator>
		<pubDate>Wed, 02 Dec 2009 12:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.timeister.com/?p=312#comment-3664</guid>
		<description>This code is fundamentally flawed. The UIDevice retrieved via +[UIDevice currentDevice] is not initialized, retained, or copied by the calling function, nor does &#039;currentDevice&#039; have the words &#039;init&#039; or &#039;copy&#039; in it.  The returned device MUST NOT be released, since it was not retained, initialized, or copied.

UIDevice *device = [UIDevice currentDevice];
NSString *uniqueIdentifier = [device uniqueIdentifier];

is correct.</description>
		<content:encoded><![CDATA[<p>This code is fundamentally flawed. The UIDevice retrieved via +[UIDevice currentDevice] is not initialized, retained, or copied by the calling function, nor does &#8216;currentDevice&#8217; have the words &#8216;init&#8217; or &#8216;copy&#8217; in it.  The returned device MUST NOT be released, since it was not retained, initialized, or copied.</p>
<p>UIDevice *device = [UIDevice currentDevice];<br />
NSString *uniqueIdentifier = [device uniqueIdentifier];</p>
<p>is correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Objective C Get iPhone Device GUID by Kristian Glass</title>
		<link>http://blog.timeister.com/2009/06/25/objective-c-get-iphone-device-guid/comment-page-1/#comment-3663</link>
		<dc:creator>Kristian Glass</dc:creator>
		<pubDate>Wed, 02 Dec 2009 11:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.timeister.com/?p=312#comment-3663</guid>
		<description>Please see http://developer.apple.com/documentation/Cocoa/Conceptual/MemoryMgmt/MemoryMgmt.html and http://developer.apple.com/documentation/Cocoa/Conceptual/MemoryMgmt/Articles/mmRules.html - you should *NOT* release device, as you have not (alloc/new/copy/retain)-ed it.</description>
		<content:encoded><![CDATA[<p>Please see <a href="http://developer.apple.com/documentation/Cocoa/Conceptual/MemoryMgmt/MemoryMgmt.html" rel="nofollow">http://developer.apple.com/documentation/Cocoa/Conceptual/MemoryMgmt/MemoryMgmt.html</a> and <a href="http://developer.apple.com/documentation/Cocoa/Conceptual/MemoryMgmt/Articles/mmRules.html" rel="nofollow">http://developer.apple.com/documentation/Cocoa/Conceptual/MemoryMgmt/Articles/mmRules.html</a> &#8211; you should *NOT* release device, as you have not (alloc/new/copy/retain)-ed it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Button Skin &#8211; Adobe Flex by Sergey</title>
		<link>http://blog.timeister.com/2009/01/16/flex-custom-button-skin/comment-page-1/#comment-3498</link>
		<dc:creator>Sergey</dc:creator>
		<pubDate>Fri, 06 Nov 2009 13:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.timeister.com/?p=93#comment-3498</guid>
		<description>Please someone help...
I have the original button (with two states - active and passive)
they are on http://img682.imageshack.us/g/buttonactive.jpg/

my css is:
  up-skin: ClassReference(&quot;Style.Skins.Button&quot;);
  over-skin: ClassReference(&quot;Style.Skins.Button&quot;);
  down-skin: ClassReference(&quot;Style.Skins.Button&quot;);
  outBorderColors: #00b4ff, #00b4ff;
  inBorderColors: #7f9ca2, #0b99b3;
  cornerRadius: 3;
  upFillAlphas: 1,1,1,1;
  upFillColors: #7f9ca2, #195a6e, #0a7a98, #0b99b3; 
  overFillColors: #0c5466, #0c5466, #0c5466, #0c5466; 
  downFillColors: #6d9095, #0f4558, #096785, #0b99b3;


override class is 
package Style.Skins
{
  import flash.display.GradientType;  
  import mx.skins.halo.ButtonSkin;
  public class Button extends ButtonSkin
  {
    public function Button()
    {
      super();
    }
    protected override function updateDisplayList(width:Number, height:Number):void
    {
      super.updateDisplayList(width, height);
      
      // берем необходимые свойства из CSS
      var outBorderColors:Array = getStyle(&quot;outBorderColors&quot;);
      var inBorderColors:Array = getStyle(&quot;inBorderColors&quot;);
      var cornerRadius:Number = getStyle(&quot;cornerRadius&quot;);
      var upFillAlphas:Array = getStyle(&quot;upFillAlphas&quot;);
      var upFillColors:Array = getStyle(&quot;upFillColors&quot;);
      var overFillColors:Array = getStyle(&quot;overFillColors&quot;);
      var downFillColors:Array = getStyle(&quot;downFillColors&quot;);
      
      var cr:Number = Math.max(0, cornerRadius);
      var cr1:Number = Math.max(0, cornerRadius - 1);
      var cr2:Number = Math.max(0, cornerRadius - 2);
      
      graphics.clear();
     
      drawRoundRect(
                0, 0, width, height, cr,
                outBorderColors, [1, 1],
                verticalGradientMatrix(0, 0, width, height),
                GradientType.LINEAR, [0, 255]);
      
      drawRoundRect(
                1, 1, width - 2, height - 2, cr1,
                inBorderColors, [1, 1],
                verticalGradientMatrix(0, 0, width, height),
                GradientType.LINEAR, [0, 255]);
      
      switch (name)
      {
        case &quot;upSkin&quot;:
        {
          drawRoundRect(
                    2, 2, width - 4, height - 4, cr2,
                    upFillColors, upFillAlphas,
                    verticalGradientMatrix(0, 0, width - 2, height - 2),
                    GradientType.LINEAR, null);
          break;
        }
        
        case &quot;overSkin&quot;:
        {
          drawRoundRect(
                    2, 2, width - 4, height - 4, cr2,
                    overFillColors, upFillAlphas,
                    verticalGradientMatrix(0, 0, width - 2, height - 2),
                    GradientType.LINEAR, null);
          break;
        }
        case &quot;downSkin&quot;:
        {
          drawRoundRect(
                    2, 2, width - 4, height - 4, cr2,
                    downFillColors, upFillAlphas,
                    verticalGradientMatrix(0, 0, width - 2, height - 2),
                    GradientType.LINEAR, null);
          break;
        }
      }
    }
  }
}

... but in a flex application I can&#039;t get the same result</description>
		<content:encoded><![CDATA[<p>Please someone help&#8230;<br />
I have the original button (with two states &#8211; active and passive)<br />
they are on <a href="http://img682.imageshack.us/g/buttonactive.jpg/" rel="nofollow">http://img682.imageshack.us/g/buttonactive.jpg/</a></p>
<p>my css is:<br />
  up-skin: ClassReference(&#8220;Style.Skins.Button&#8221;);<br />
  over-skin: ClassReference(&#8220;Style.Skins.Button&#8221;);<br />
  down-skin: ClassReference(&#8220;Style.Skins.Button&#8221;);<br />
  outBorderColors: #00b4ff, #00b4ff;<br />
  inBorderColors: #7f9ca2, #0b99b3;<br />
  cornerRadius: 3;<br />
  upFillAlphas: 1,1,1,1;<br />
  upFillColors: #7f9ca2, #195a6e, #0a7a98, #0b99b3;<br />
  overFillColors: #0c5466, #0c5466, #0c5466, #0c5466;<br />
  downFillColors: #6d9095, #0f4558, #096785, #0b99b3;</p>
<p>override class is<br />
package Style.Skins<br />
{<br />
  import flash.display.GradientType;<br />
  import mx.skins.halo.ButtonSkin;<br />
  public class Button extends ButtonSkin<br />
  {<br />
    public function Button()<br />
    {<br />
      super();<br />
    }<br />
    protected override function updateDisplayList(width:Number, height:Number):void<br />
    {<br />
      super.updateDisplayList(width, height);</p>
<p>      // берем необходимые свойства из CSS<br />
      var outBorderColors:Array = getStyle(&#8220;outBorderColors&#8221;);<br />
      var inBorderColors:Array = getStyle(&#8220;inBorderColors&#8221;);<br />
      var cornerRadius:Number = getStyle(&#8220;cornerRadius&#8221;);<br />
      var upFillAlphas:Array = getStyle(&#8220;upFillAlphas&#8221;);<br />
      var upFillColors:Array = getStyle(&#8220;upFillColors&#8221;);<br />
      var overFillColors:Array = getStyle(&#8220;overFillColors&#8221;);<br />
      var downFillColors:Array = getStyle(&#8220;downFillColors&#8221;);</p>
<p>      var cr:Number = Math.max(0, cornerRadius);<br />
      var cr1:Number = Math.max(0, cornerRadius &#8211; 1);<br />
      var cr2:Number = Math.max(0, cornerRadius &#8211; 2);</p>
<p>      graphics.clear();</p>
<p>      drawRoundRect(<br />
                0, 0, width, height, cr,<br />
                outBorderColors, [1, 1],<br />
                verticalGradientMatrix(0, 0, width, height),<br />
                GradientType.LINEAR, [0, 255]);</p>
<p>      drawRoundRect(<br />
                1, 1, width &#8211; 2, height &#8211; 2, cr1,<br />
                inBorderColors, [1, 1],<br />
                verticalGradientMatrix(0, 0, width, height),<br />
                GradientType.LINEAR, [0, 255]);</p>
<p>      switch (name)<br />
      {<br />
        case &#8220;upSkin&#8221;:<br />
        {<br />
          drawRoundRect(<br />
                    2, 2, width &#8211; 4, height &#8211; 4, cr2,<br />
                    upFillColors, upFillAlphas,<br />
                    verticalGradientMatrix(0, 0, width &#8211; 2, height &#8211; 2),<br />
                    GradientType.LINEAR, null);<br />
          break;<br />
        }</p>
<p>        case &#8220;overSkin&#8221;:<br />
        {<br />
          drawRoundRect(<br />
                    2, 2, width &#8211; 4, height &#8211; 4, cr2,<br />
                    overFillColors, upFillAlphas,<br />
                    verticalGradientMatrix(0, 0, width &#8211; 2, height &#8211; 2),<br />
                    GradientType.LINEAR, null);<br />
          break;<br />
        }<br />
        case &#8220;downSkin&#8221;:<br />
        {<br />
          drawRoundRect(<br />
                    2, 2, width &#8211; 4, height &#8211; 4, cr2,<br />
                    downFillColors, upFillAlphas,<br />
                    verticalGradientMatrix(0, 0, width &#8211; 2, height &#8211; 2),<br />
                    GradientType.LINEAR, null);<br />
          break;<br />
        }<br />
      }<br />
    }<br />
  }<br />
}</p>
<p>&#8230; but in a flex application I can&#8217;t get the same result</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Call function from Flex to Flash by amutha</title>
		<link>http://blog.timeister.com/2009/06/24/call-function-from-flex-to-flash/comment-page-1/#comment-3424</link>
		<dc:creator>amutha</dc:creator>
		<pubDate>Fri, 30 Oct 2009 10:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.timeister.com/2009/06/24/call-function-from-flex-to-flash/#comment-3424</guid>
		<description>hi.. i have flash cs3 swf and i loaded that swf in flex through swfloader..

i wrote event for clicking in swf its working good... but i cannot call particular symbol of the swf in flex ..its show  the following error while using symbol in loader....
&quot;unable to resolve &#039;/babyadop.swf&#039; for transcoding&quot;</description>
		<content:encoded><![CDATA[<p>hi.. i have flash cs3 swf and i loaded that swf in flex through swfloader..</p>
<p>i wrote event for clicking in swf its working good&#8230; but i cannot call particular symbol of the swf in flex ..its show  the following error while using symbol in loader&#8230;.<br />
&#8220;unable to resolve &#8216;/babyadop.swf&#8217; for transcoding&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Objective C &#8211; HTTP POSTor GET Data by iPhone Note #8: Sending or Uploading over HTTP Post &#171; GIS and iPhone Dev Notes</title>
		<link>http://blog.timeister.com/2009/08/14/objective-c-http-post-get-data/comment-page-1/#comment-3048</link>
		<dc:creator>iPhone Note #8: Sending or Uploading over HTTP Post &#171; GIS and iPhone Dev Notes</dc:creator>
		<pubDate>Tue, 18 Aug 2009 06:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.timeister.com/2009/08/14/objective-c-http-postor-get-data/#comment-3048</guid>
		<description>[...] Note #8: Sending or Uploading over HTTP&#160;Post In this tutorial, we would use an Objective-C Library: ASIHTTPRequest, which abstracts the complexities of using [...]</description>
		<content:encoded><![CDATA[<p>[...] Note #8: Sending or Uploading over HTTP&nbsp;Post In this tutorial, we would use an Objective-C Library: ASIHTTPRequest, which abstracts the complexities of using [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FLEX: Why is stage == null? by Online Timesheet Software &#8211; TiMeister &#8211; WeBlog</title>
		<link>http://blog.timeister.com/2009/07/13/flex-null-stage/comment-page-1/#comment-2897</link>
		<dc:creator>Online Timesheet Software &#8211; TiMeister &#8211; WeBlog</dc:creator>
		<pubDate>Sun, 19 Jul 2009 09:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.timeister.com/?p=365#comment-2897</guid>
		<description>[...] Source: TiMeister.com [...]</description>
		<content:encoded><![CDATA[<p>[...] Source: TiMeister.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex: Unable To Open locale en_US or fr_FR by Flex: Unable To Open locale en_US or fr_FR &#171; Pirvulescu&#8217;s Blog &#8211; About Flex, AIR and RIA&#8217;s</title>
		<link>http://blog.timeister.com/2009/07/13/flex-unable-to-open-locale-en_us-or-fr_fr/comment-page-1/#comment-2896</link>
		<dc:creator>Flex: Unable To Open locale en_US or fr_FR &#171; Pirvulescu&#8217;s Blog &#8211; About Flex, AIR and RIA&#8217;s</dc:creator>
		<pubDate>Sun, 19 Jul 2009 09:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.timeister.com/?p=378#comment-2896</guid>
		<description>[...] Flex: Unable To Open locale en_US or&#160;fr_FR  19 07 2009   Source: TiMeister.com [...]</description>
		<content:encoded><![CDATA[<p>[...] Flex: Unable To Open locale en_US or&nbsp;fr_FR  19 07 2009   Source: TiMeister.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex Array Performance: For vs. ForEach by Flex Array Performance: For vs. ForEach &#171; Pirvulescu&#8217;s Blog &#8211; About Flex, AIR and RIA&#8217;s</title>
		<link>http://blog.timeister.com/2009/07/13/flex-array-performance-for-vs-foreach/comment-page-1/#comment-2895</link>
		<dc:creator>Flex Array Performance: For vs. ForEach &#171; Pirvulescu&#8217;s Blog &#8211; About Flex, AIR and RIA&#8217;s</dc:creator>
		<pubDate>Sun, 19 Jul 2009 09:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.timeister.com/?p=389#comment-2895</guid>
		<description>[...] Flex Array Performance: For vs.&#160;ForEach  19 07 2009   Source: TiMeister.com [...]</description>
		<content:encoded><![CDATA[<p>[...] Flex Array Performance: For vs.&nbsp;ForEach  19 07 2009   Source: TiMeister.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Objective C: Show online image on iPhone by iPhone: Show online image &#171; Pirvulescu&#8217;s Blog &#8211; About Flex, AIR and RIA&#8217;s</title>
		<link>http://blog.timeister.com/2009/07/18/objective-c-online-image-iphone/comment-page-1/#comment-2894</link>
		<dc:creator>iPhone: Show online image &#171; Pirvulescu&#8217;s Blog &#8211; About Flex, AIR and RIA&#8217;s</dc:creator>
		<pubDate>Sun, 19 Jul 2009 09:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.timeister.com/?p=399#comment-2894</guid>
		<description>[...] iPhone: Show online&#160;image  19 07 2009   Source: TiMeister.com [...]</description>
		<content:encoded><![CDATA[<p>[...] iPhone: Show online&nbsp;image  19 07 2009   Source: TiMeister.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Objective C Get iPhone number by admin</title>
		<link>http://blog.timeister.com/2009/06/25/objective-c-get-iphone-number/comment-page-1/#comment-2734</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 02 Jul 2009 21:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.timeister.com/?p=309#comment-2734</guid>
		<description>NOTE: 
On the iPhone simulator you should receive a &quot;null&quot; value as a result for this call. The same result is obtaining if you run this code on an iPod Touch.

--------
Thanks for the comment!</description>
		<content:encoded><![CDATA[<p>NOTE:<br />
On the iPhone simulator you should receive a &#8220;null&#8221; value as a result for this call. The same result is obtaining if you run this code on an iPod Touch.</p>
<p>&#8212;&#8212;&#8211;<br />
Thanks for the comment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Objective C Get iPhone number by springrider</title>
		<link>http://blog.timeister.com/2009/06/25/objective-c-get-iphone-number/comment-page-1/#comment-2648</link>
		<dc:creator>springrider</dc:creator>
		<pubDate>Tue, 30 Jun 2009 01:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.timeister.com/?p=309#comment-2648</guid>
		<description>Thanks for the  tip! But I found it only works when user type there number in iTunes.
here is the details: http://www.alexcurylo.com/blog/2008/11/15/snippet-phone-number/</description>
		<content:encoded><![CDATA[<p>Thanks for the  tip! But I found it only works when user type there number in iTunes.<br />
here is the details: <a href="http://www.alexcurylo.com/blog/2008/11/15/snippet-phone-number/" rel="nofollow">http://www.alexcurylo.com/blog/2008/11/15/snippet-phone-number/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C or C++ to AS3 with Adobe Alchemy by Teo</title>
		<link>http://blog.timeister.com/2009/04/02/c-as3-adobe-alchemy/comment-page-1/#comment-2641</link>
		<dc:creator>Teo</dc:creator>
		<pubDate>Mon, 29 Jun 2009 21:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.timeister.com/?p=124#comment-2641</guid>
		<description>you copied the starts info from adobe labs, can you write more ?</description>
		<content:encoded><![CDATA[<p>you copied the starts info from adobe labs, can you write more ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex Gumbo &#8211; Toggling smoothing on Spark VideoPlayer by Amazon Shop &#124; Amazon Shop</title>
		<link>http://blog.timeister.com/2009/06/11/flex-set-smooth-video-player/comment-page-1/#comment-2517</link>
		<dc:creator>Amazon Shop &#124; Amazon Shop</dc:creator>
		<pubDate>Thu, 25 Jun 2009 20:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.timeister.com/?p=252#comment-2517</guid>
		<description>[...] Flex Gumbo – Toggling smoothing on Spark VideoPlayer [...]</description>
		<content:encoded><![CDATA[<p>[...] Flex Gumbo – Toggling smoothing on Spark VideoPlayer [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe Flex Button with Photoshop (web 2.0 button skin) by KattyBlackyard</title>
		<link>http://blog.timeister.com/2009/06/01/flex-button-skin-photoshop/comment-page-1/#comment-2191</link>
		<dc:creator>KattyBlackyard</dc:creator>
		<pubDate>Mon, 15 Jun 2009 01:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.timeister.com/?p=163#comment-2191</guid>
		<description>Hi, very nice post. I have been wonder&#039;n bout this issue,so thanks for posting</description>
		<content:encoded><![CDATA[<p>Hi, very nice post. I have been wonder&#8217;n bout this issue,so thanks for posting</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C or C++ to AS3 with Adobe Alchemy by JaneRadriges</title>
		<link>http://blog.timeister.com/2009/04/02/c-as3-adobe-alchemy/comment-page-1/#comment-2143</link>
		<dc:creator>JaneRadriges</dc:creator>
		<pubDate>Sat, 13 Jun 2009 19:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.timeister.com/?p=124#comment-2143</guid>
		<description>The article is ver good. Write please more</description>
		<content:encoded><![CDATA[<p>The article is ver good. Write please more</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex Builder 4 Refactored to Flash Builder by admin</title>
		<link>http://blog.timeister.com/2009/06/06/flex-builder-4-flash/comment-page-1/#comment-2039</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 07 Jun 2009 21:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.timeister.com/?p=215#comment-2039</guid>
		<description>Hi Rainer,

I have to agree with you. 
When you say you are a Flash developer people think at you mostly as a designer and not as a &quot;real&quot; developer.
Maybe this is why, when Flex Builder came up, most of the Flash developers could not understand how thinks are going on and they quit trying to learn Flex.
I had the surprise to see Flash developers not being able to do minor things with Flex, and telling that flex is too &quot;programmatic&quot;.

Anyway... the main idea is that all of us... flash, dreamwaver, catalyst, flex ... developers will be in the same bucket... and maybe someday we will not 
be called flex developers anymore.. but &quot;Adobe XXX-technology developers&quot;.

Anyway.. i hate Flash because I am a developer, and I will be still calling myself as a FLEX Developer.</description>
		<content:encoded><![CDATA[<p>Hi Rainer,</p>
<p>I have to agree with you.<br />
When you say you are a Flash developer people think at you mostly as a designer and not as a &#8220;real&#8221; developer.<br />
Maybe this is why, when Flex Builder came up, most of the Flash developers could not understand how thinks are going on and they quit trying to learn Flex.<br />
I had the surprise to see Flash developers not being able to do minor things with Flex, and telling that flex is too &#8220;programmatic&#8221;.</p>
<p>Anyway&#8230; the main idea is that all of us&#8230; flash, dreamwaver, catalyst, flex &#8230; developers will be in the same bucket&#8230; and maybe someday we will not<br />
be called flex developers anymore.. but &#8220;Adobe XXX-technology developers&#8221;.</p>
<p>Anyway.. i hate Flash because I am a developer, and I will be still calling myself as a FLEX Developer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex Builder 4 Refactored to Flash Builder by rainwebs</title>
		<link>http://blog.timeister.com/2009/06/06/flex-builder-4-flash/comment-page-1/#comment-2038</link>
		<dc:creator>rainwebs</dc:creator>
		<pubDate>Sun, 07 Jun 2009 21:23:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.timeister.com/?p=215#comment-2038</guid>
		<description>For me this is one of those marketing tricks to get more attention. I have seen this during my three years at Sun. This is a bad behavior of the guys who don&#039;t really understand the customers. Finally, the Sun customers kept the first set name. Although, the marketing guys changed the name every year. Pretty annoying to the sales (support) force.

So, now I&#039;m a Flash developer instead of a Flex developer? Makes no sense to me. Flex is a trademark that differentiates the real developers from the designers. It&#039;s a sign of quality, because a Flex developer is able to think in Java backends, too ;-). And that&#039;s what the Flex Builder really stands for (or the Eclipse behind, if you so will).</description>
		<content:encoded><![CDATA[<p>For me this is one of those marketing tricks to get more attention. I have seen this during my three years at Sun. This is a bad behavior of the guys who don&#8217;t really understand the customers. Finally, the Sun customers kept the first set name. Although, the marketing guys changed the name every year. Pretty annoying to the sales (support) force.</p>
<p>So, now I&#8217;m a Flash developer instead of a Flex developer? Makes no sense to me. Flex is a trademark that differentiates the real developers from the designers. It&#8217;s a sign of quality, because a Flex developer is able to think in Java backends, too <img src='http://blog.timeister.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> . And that&#8217;s what the Flex Builder really stands for (or the Eclipse behind, if you so will).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Button Skin &#8211; Adobe Flex by AndrewBoldman</title>
		<link>http://blog.timeister.com/2009/01/16/flex-custom-button-skin/comment-page-1/#comment-2022</link>
		<dc:creator>AndrewBoldman</dc:creator>
		<pubDate>Thu, 04 Jun 2009 19:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.timeister.com/?p=93#comment-2022</guid>
		<description>Hi, good post. I have been wondering about this issue,so thanks for posting.</description>
		<content:encoded><![CDATA[<p>Hi, good post. I have been wondering about this issue,so thanks for posting.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
