<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>User Interface at Workday Inc. &#187; khurram</title>
	<atom:link href="http://workdayui.wordpress.com/author/workdayui/feed/" rel="self" type="application/rss+xml" />
	<link>http://workdayui.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 05 Feb 2009 08:37:30 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='workdayui.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/1771af1e225e9b84487b12c4e02e0f54?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>User Interface at Workday Inc. &#187; khurram</title>
		<link>http://workdayui.wordpress.com</link>
	</image>
			<item>
		<title>AutoSizingAdvancedDataGrid that fixes the variableRowHeight issues with mx.controls.AdvancedDataGrid</title>
		<link>http://workdayui.wordpress.com/2008/05/09/autosizingadvanceddatagrid-that-fixes-the-variablerowheight-issues-with-mxcontrolsadvanceddatagrid/</link>
		<comments>http://workdayui.wordpress.com/2008/05/09/autosizingadvanceddatagrid-that-fixes-the-variablerowheight-issues-with-mxcontrolsadvanceddatagrid/#comments</comments>
		<pubDate>Sat, 10 May 2008 01:34:45 +0000</pubDate>
		<dc:creator>khurram</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[workday]]></category>
		<category><![CDATA[AdvancedDataGrid]]></category>
		<category><![CDATA[AutoSizingAdvancedDataGrid]]></category>
		<category><![CDATA[variableRowHeight]]></category>

		<guid isPermaLink="false">http://workdayui.wordpress.com/?p=15</guid>
		<description><![CDATA[When variableRowHeight is set to true on AdvancedDataGrid,
(a) mx.controls.AdvancedDataGrid ignores attributes such as rowCount.
(b) there is no way to figure out the height of the AdvancedDataGrid instance because we don&#8217;t know how much height we will need to show the rows of data in our dataProvider.  We can set the height to maxHeight but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=workdayui.wordpress.com&blog=1035668&post=15&subd=workdayui&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>When variableRowHeight is set to true on AdvancedDataGrid,<br />
(a) mx.controls.AdvancedDataGrid ignores attributes such as rowCount.<br />
(b) there is no way to figure out the height of the AdvancedDataGrid instance because we don&#8217;t know how much height we will need to show the rows of data in our dataProvider.  We can set the height to maxHeight but what of the sum of heights of all rows in our grid is less than the maxHeight, we need our grid to adjust itself to the shorter height but the AdvancedDataGrid does not.</p>
<p>(c) When opening/closing trees in hierarchical data inside the grid, we need the grid to automatically adjust its height.  AdvancedDataGrid does not do that when variableRowHeight == true</p>
<p><a title="Example with Source code" href="http://www.silvafug.org/blogStuff/AutoSizingAdvancedDataGrid/AdvancedDataGridComponent.html" target="_blank"><img style="border:0 none;" src="http://www.silvafug.org/blogStuff/AutoSizingAdvancedDataGrid/screenshot.png" alt="Both grids side-by-side" width="600" height="289" /></a></p>
<p>The AutoSizingAdvancedDataGrid fixes this issues.  It does this by dynamically increasing the height of the array until (a) all the rows in the dataProvider have been displayed or (b) maxHeight has been reached.</p>
<p>Click the image or <a title="Example with Source code" href="http://www.silvafug.org/blogStuff/AutoSizingAdvancedDataGrid/AdvancedDataGridComponent.html" target="_blank">here </a>to see the example app.  You can right-click and view source as well.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/workdayui.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/workdayui.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/workdayui.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/workdayui.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/workdayui.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/workdayui.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/workdayui.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/workdayui.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/workdayui.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/workdayui.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/workdayui.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/workdayui.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=workdayui.wordpress.com&blog=1035668&post=15&subd=workdayui&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://workdayui.wordpress.com/2008/05/09/autosizingadvanceddatagrid-that-fixes-the-variablerowheight-issues-with-mxcontrolsadvanceddatagrid/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8745ccf55de196dd34221b50272c700f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">khurram</media:title>
		</media:content>

		<media:content url="http://www.silvafug.org/blogStuff/AutoSizingAdvancedDataGrid/screenshot.png" medium="image">
			<media:title type="html">Both grids side-by-side</media:title>
		</media:content>
	</item>
		<item>
		<title>On Flex Compiler Warnings</title>
		<link>http://workdayui.wordpress.com/2007/08/29/on-flex-compiler-warnings/</link>
		<comments>http://workdayui.wordpress.com/2007/08/29/on-flex-compiler-warnings/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 19:40:27 +0000</pubDate>
		<dc:creator>khurram</dc:creator>
				<category><![CDATA[1084]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flex warnings]]></category>

		<guid isPermaLink="false">http://workdayui.wordpress.com/2007/08/29/on-flex-compiler-warnings/</guid>
		<description><![CDATA[Some of the Flex compiler warnings are more informational in nature i.e. they  are not really warnings just information pointers, sort of like “are you sure  this is what you want, if yes then ignore”.  I discuss two of them that directly affect many apps below –  
 1.  One such so-called  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=workdayui.wordpress.com&blog=1035668&post=8&subd=workdayui&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="MsoNormal"><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;">Some of the Flex compiler warnings are more informational in nature i.e. they  are not really warnings just information pointers, sort of like “are you sure  this is what you want, if yes then ignore”.  I discuss two of them that directly affect many apps below –  </span></font></p>
<p class="MsoNormal"><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;"> 1.  One such so-called  warning comes up when you do not specify an explicit scope for your variable or  method.  For example &#8211;  </span></font></p>
<p class="MsoNormal"><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;"> Declaring a function as  follows will give a compiler warning in flex – </span></font></p>
<p class="MsoNormal"><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;">public class Foo  {</span></font></p>
<p class="MsoNormal" style="margin-left:0.5in;"><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;">function  bar():void {</span></font></p>
<p class="MsoNormal" style="margin-left:0.5in;"><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;">             //whatever</span></font></p>
<p class="MsoNormal" style="margin-left:0.5in;"><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;">}</span></font></p>
<p class="MsoNormal"><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;">}</span></font></p>
<p class="MsoNormal"><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;">The warning would read  like this: “1084: function bar will be scoped to the default namespace:  Foo.internal and will not be visible outside this package”.  Now this is useful  information only if the developer wanted this function to be visible outside its  package.  On the other hand, if the intended design was to not have this  function visible outside the package, then the signature of the function is  correct and specifying any of the scope keywords (public, private or protected)  on this function just to get rid of the warning would be incorrect as  that’s changing the design.  Package scope is common in modern object oriented languages such as Java and ActionScript 3.  Java compiler does not complain about it, AS compiler shouldn&#8217;t too. </span></font></p>
<p class="MsoNormal"><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;">2.  The other such  warning that comes up very frequently in Flex has to do with bindings.  For  example – </span></font></p>
<p class="MsoNormal"><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;"> Let’s say that I have a  mxml component as follows:</span></font></p>
<p class="MsoNormal"><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;">&lt;mx:Text  text=”{label}” xmlns….&gt;</span></font></p>
<p class="MsoNormal"><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;">             &lt;mx:Script&gt;</span></font></p>
<p class="MsoNormal"><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;">                         &lt;![CDATA[</span></font></p>
<p class="MsoNormal"><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;">                                     public var label:String;</span></font></p>
<p class="MsoNormal"><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;">                         ]]&gt;</span></font></p>
<p class="MsoNormal"><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;">             &lt;/mx:Script&gt;</span></font></p>
<p class="MsoNormal"><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;">&lt;/mx:Text&gt;</span></font></p>
<p class="MsoNormal"><font color="navy" face="Arial" size="2"><span style="font-size:10pt;color:navy;font-family:Arial;"> Flex will give you a  warning that changes to label will not be detected by data binding.  This is an  issue only if the developer wants the variable to be bindable.  In many cases  in an application where [Bindable] has not been specified for a variable, the developer did  not want it to be bindable mostly because the variable will never change its  value once it has been initialized or if the intent is that the change in value should not update the bound variable.  One way to achieve this is to manuelly update the value in AS code instead of specifying it as a bound variable in MXML.  That is not the idea case for people like myself who like the elegance of MXML and want to resist the temptation to write AS code. </span></font></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/workdayui.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/workdayui.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/workdayui.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/workdayui.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/workdayui.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/workdayui.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/workdayui.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/workdayui.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/workdayui.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/workdayui.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/workdayui.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/workdayui.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=workdayui.wordpress.com&blog=1035668&post=8&subd=workdayui&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://workdayui.wordpress.com/2007/08/29/on-flex-compiler-warnings/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8745ccf55de196dd34221b50272c700f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">khurram</media:title>
		</media:content>
	</item>
		<item>
		<title>Flex Memory Leak in mx.core.Container class</title>
		<link>http://workdayui.wordpress.com/2007/08/29/flex-memory-leak-in-mxcorecontainer-class/</link>
		<comments>http://workdayui.wordpress.com/2007/08/29/flex-memory-leak-in-mxcorecontainer-class/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 19:32:42 +0000</pubDate>
		<dc:creator>khurram</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[memory leak]]></category>
		<category><![CDATA[mx.core.Container]]></category>

		<guid isPermaLink="false">http://workdayui.wordpress.com/2007/08/29/flex-memory-leak-in-mxcorecontainer-class/</guid>
		<description><![CDATA[We ran into this issue while debugging memory issues in our flex application.  This issue has been fixed in the latest beta version of the Flash Player 9.0.60.184.  Here is the issue for your reference as it might help you debug memory issues in your application, also download and run the example source [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=workdayui.wordpress.com&blog=1035668&post=7&subd=workdayui&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>We ran into this issue while debugging memory issues in our flex application.  This issue has been fixed in the latest beta version of the Flash Player 9.0.60.184.  Here is the issue for your reference as it might help you debug memory issues in your application, also <a href="http://www.silvafug.org/downloads/ContainerLeak.zip" title="Source to replicate issue" target="_blank">download and run the example source </a>to replicate it.</p>
<p class="MsoNormal"><font face="Arial" size="2"><span style="font-size:10pt;font-family:Arial;">As I was debugging some of the  memory issues we are having, I noticed that the objects of types container do  not get garbage collected if they have one or more children specified as MXML  tags (or alternatively added through component descriptors).  I looked at the  mx.core.Container class and noticed that it keeps an array called  _createdComponents of all the components that were created through their  descriptors.  It populates that array in the createComponentsFromDescriptors  method.  The problem is that it never gets rid of the components in the array  when they are removed by calling any of the remove methods such as  removeAllchildren, removeChildAt etc.  That array thus keeps a strong reference  to children that had already been deleted and should have been garbage  collected.  This also gives rise to a circular reference case where the parent  and the child both don’t get GC’d.</span></font></p>
<p class="MsoNormal"><font face="Arial" size="2"><span style="font-size:10pt;font-family:Arial;">I have <a href="http://www.silvafug.org/downloads/ContainerLeak.zip" title="Source to replicate issue" target="_blank">created a small program </a>that  might be helpful in reproducing this bug. </span></font></p>
<ol>
<li class="MsoNormal"><font face="Arial" size="2"><span style="font-size:10pt;font-family:Arial;">After you load the files into a project, run the  swf</span></font></li>
<li class="MsoNormal"><font face="Arial" size="2"><span style="font-size:10pt;font-family:Arial;">Click on  “Create AS based child”</span></font></li>
<li class="MsoNormal"><font face="Arial" size="2"><span style="font-size:10pt;font-family:Arial;">Click on &#8220;Trace Reference&#8221;, it will show you the created children</span></font></li>
<li class="MsoNormal"><font face="Arial" size="2"><span style="font-size:10pt;font-family:Arial;">Click on  &#8220;Remove All&#8221; and then &#8220;Force GC&#8221;</span></font></li>
<li class="MsoNormal"><font face="Arial" size="2"><span style="font-size:10pt;font-family:Arial;">Click on  trace reference, you will see no references</span></font></li>
<li class="MsoNormal"><font face="Arial" size="2"><span style="font-size:10pt;font-family:Arial;">Click on &#8220;</span></font><font face="Arial" size="2"><span style="font-size:10pt;font-family:Arial;">Create Descriptor based child&#8221;</span></font></li>
<li class="MsoNormal"><font face="Arial" size="2"><span style="font-size:10pt;font-family:Arial;">Click on &#8220;Trace Reference&#8221;, it will show you the created children</span></font></li>
<li class="MsoNormal"><font face="Arial" size="2"><span style="font-size:10pt;font-family:Arial;">Click on  &#8220;Remove All&#8221; and then &#8220;Force GC&#8221;</span></font></li>
<li class="MsoNormal"><font face="Arial" size="2"><span style="font-size:10pt;font-family:Arial;">Click on &#8220;Trace Reference&#8221;, you will notice that the  reference still hangs around even after it has been deleted and GC has  run</span></font></li>
</ol>
<p>There is another memory leak that occurs when you specify verticalGap or horizontalGap attributes on any container.  This issue has also been resolved in the Flash Player version specified above.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/workdayui.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/workdayui.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/workdayui.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/workdayui.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/workdayui.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/workdayui.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/workdayui.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/workdayui.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/workdayui.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/workdayui.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/workdayui.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/workdayui.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=workdayui.wordpress.com&blog=1035668&post=7&subd=workdayui&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://workdayui.wordpress.com/2007/08/29/flex-memory-leak-in-mxcorecontainer-class/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8745ccf55de196dd34221b50272c700f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">khurram</media:title>
		</media:content>
	</item>
		<item>
		<title>Really funny Workday videos on YouTube</title>
		<link>http://workdayui.wordpress.com/2007/05/11/really-funny-workday-videos-on-youtube/</link>
		<comments>http://workdayui.wordpress.com/2007/05/11/really-funny-workday-videos-on-youtube/#comments</comments>
		<pubDate>Fri, 11 May 2007 22:40:50 +0000</pubDate>
		<dc:creator>khurram</dc:creator>
				<category><![CDATA[erp]]></category>
		<category><![CDATA[workday]]></category>

		<guid isPermaLink="false">http://workdayui.wordpress.com/2007/05/11/really-funny-workday-videos-on-youtube/</guid>
		<description><![CDATA[check &#8216;em out -
Clip 1:  Intro http://www.youtube.com/watch?v=jHBwaJLhaR4
Clip 2:  Global  http://www.youtube.com/watch?v=9U3SsC2jqdo  
Clip 3:  Upgrade http://www.youtube.com/watch?v=_8-LSfNKVXw
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=workdayui.wordpress.com&blog=1035668&post=5&subd=workdayui&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>check &#8216;em out -</p>
<p><font face="Arial" size="2"><span style="font-size:10pt;font-family:Arial;">Clip 1:  Intro <a href="http://www.youtube.com/watch?v=jHBwaJLhaR4" title="http://www.youtube.com/watch?v=jHBwaJLhaR4"><font color="#800080">http://www.youtube.com/watch?v=jHBwaJLhaR4</font></a></span></font></p>
<p><font face="Arial" size="2"><span style="font-size:10pt;font-family:Arial;"></span></font><font face="Arial" size="2"><span style="font-size:10pt;font-family:Arial;"></span></font><font face="Arial" size="2"><span style="font-size:10pt;font-family:Arial;">Clip 2:  Global  <a href="http://www.youtube.com/watch?v=9U3SsC2jqdo" title="http://www.youtube.com/watch?v=9U3SsC2jqdo blocked::http://www.youtube.com/watch?v=9U3SsC2jqdo">http://www.youtube.com/watch?v=9U3SsC2jqdo</a></span></font><font face="Arial" size="2"><span style="font-size:10pt;font-family:Arial;"> </span></font><font face="Arial" size="2"><span style="font-size:10pt;font-family:Arial;"> </span></font></p>
<p><font face="Arial" size="2"><span style="font-size:10pt;font-family:Arial;"></span></font><font face="Arial" size="2"><span style="font-size:10pt;font-family:Arial;"><font face="Arial" size="2"><span style="font-size:10pt;font-family:Arial;">Clip 3:  Upgrade <a href="http://www.youtube.com/watch?v=_8-LSfNKVXw" title="http://www.youtube.com/watch?v=_8-LSfNKVXw blocked::http://www.youtube.com/watch?v=_8-LSfNKVXw">http://www.youtube.com/watch?v=_8-LSfNKVXw</a></span></font></span></font></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/workdayui.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/workdayui.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/workdayui.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/workdayui.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/workdayui.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/workdayui.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/workdayui.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/workdayui.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/workdayui.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/workdayui.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/workdayui.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/workdayui.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=workdayui.wordpress.com&blog=1035668&post=5&subd=workdayui&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://workdayui.wordpress.com/2007/05/11/really-funny-workday-videos-on-youtube/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8745ccf55de196dd34221b50272c700f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">khurram</media:title>
		</media:content>
	</item>
		<item>
		<title>Silverlight vs. Flex &#8211; Round 1</title>
		<link>http://workdayui.wordpress.com/2007/05/02/silverlight-vs-flex-round-1/</link>
		<comments>http://workdayui.wordpress.com/2007/05/02/silverlight-vs-flex-round-1/#comments</comments>
		<pubDate>Wed, 02 May 2007 03:24:35 +0000</pubDate>
		<dc:creator>khurram</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://workdayui.wordpress.com/2007/05/02/silverlight-vs-flex-round-1/</guid>
		<description><![CDATA[1.  The race is on, Microsoft to open source “some” of its SilverLight technology.  Microsoft’s definition of open source is generally limited to sharing the code with developers outside the company i.e. it has never allowed outsiders to actually contribute code to its products.  If they stick to that old strategy, open source developers would [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=workdayui.wordpress.com&blog=1035668&post=4&subd=workdayui&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="MsoNormal"><font size="2" color="#000080" face="Arial"><span style="font-size:10pt;color:navy;font-family:Arial;">1.  The race is on, Microsoft to open source “some” of its <a target="_blank" href="http://www.microsoft.com/silverlight/">SilverLight</a> technology.  Microsoft’s definition of open source is generally limited to sharing the code with developers outside the company i.e. it has never allowed outsiders to actually contribute code to its products.  If they stick to that old strategy, open source developers would just yawn at this.  Adobe, on the other hand, is planning on gradually taking more of an Apache type approach for <a target="_blank" href="http://www.adobe.com/products/flex/">Flex</a> where developers outside of Adobe can fix bugs and make enhancements to the platform. In any case, this smells like the browser wars of the 90s. </span></font></p>
<p class="MsoNormal"><font size="2" color="#000080" face="Arial"><span style="font-size:10pt;color:navy;font-family:Arial;">Read the full story at &#8211; <a href="http://www.techworld.com/news/index.cfm?newsID=8703&amp;printerfriendly=1" title="http://www.techworld.com/news/index.cfm?newsID=8703&amp;printerfriendly=1">http://www.techworld.com/news/index.cfm?newsID=8703&amp;printerfriendly=1</a></span></font><font size="2" color="#000080" face="Arial"><span style="font-size:10pt;color:navy;font-family:Arial;"></span></font></p>
<p class="MsoNormal"><font size="2" color="#000080" face="Arial"><span style="font-size:10pt;color:navy;font-family:Arial;">2.  Microsoft plans on making their CLR (Common Language Runtime) available cross platform.  Essentially, both.NET and SilverLight will one day be available on platforms other than windows and in turn browsers other than IE.  This will diminish a significant competitive advantage that Adobe had with Flex.</span></font><font size="2" color="#000080" face="Arial"><span style="font-size:10pt;color:navy;font-family:Arial;"></span></font></p>
<p class="MsoNormal"><font size="2" color="#000080" face="Arial"><span style="font-size:10pt;color:navy;font-family:Arial;">Read the full story at &#8211; <a href="http://blogs.zdnet.com/microsoft/?p=414">http://blogs.zdnet.com/microsoft/?p=414</a></span></font></p>
<p class="MsoNormal"><font size="2" color="#000080" face="Arial"><span style="font-size:10pt;color:navy;font-family:Arial;">How do you think the <a target="_blank" href="http://en.wikipedia.org/wiki/Rich_Internet_application">RIA</a> market is shaping up?  Who in your opinion has a better chance at success, is it Microsoft, Adobe, AJAX or an underdog like Lazlo?  Share your insights and opinions with us.</span></font></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/workdayui.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/workdayui.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/workdayui.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/workdayui.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/workdayui.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/workdayui.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/workdayui.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/workdayui.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/workdayui.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/workdayui.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/workdayui.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/workdayui.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=workdayui.wordpress.com&blog=1035668&post=4&subd=workdayui&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://workdayui.wordpress.com/2007/05/02/silverlight-vs-flex-round-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8745ccf55de196dd34221b50272c700f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">khurram</media:title>
		</media:content>
	</item>
		<item>
		<title>Welcome to the Workday User Interface Blog</title>
		<link>http://workdayui.wordpress.com/2007/04/28/hello-world/</link>
		<comments>http://workdayui.wordpress.com/2007/04/28/hello-world/#comments</comments>
		<pubDate>Sat, 28 Apr 2007 01:19:47 +0000</pubDate>
		<dc:creator>khurram</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Stay tuned for exciting news and opinions on user interface, Flex and whatever else is brewing in our heads. 
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=workdayui.wordpress.com&blog=1035668&post=1&subd=workdayui&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Stay tuned for exciting news and opinions on user interface, Flex and whatever else is brewing in our heads. </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/workdayui.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/workdayui.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/workdayui.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/workdayui.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/workdayui.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/workdayui.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/workdayui.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/workdayui.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/workdayui.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/workdayui.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/workdayui.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/workdayui.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=workdayui.wordpress.com&blog=1035668&post=1&subd=workdayui&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://workdayui.wordpress.com/2007/04/28/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8745ccf55de196dd34221b50272c700f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">khurram</media:title>
		</media:content>
	</item>
	</channel>
</rss>