<?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>toDeBlog</title>
	<atom:link href="http://todepoint.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://todepoint.com/blog</link>
	<description>A blog about User Interface, User Experience, Design, Flash, Product management and all that goes in between.</description>
	<lastBuildDate>Fri, 03 Sep 2010 15:10:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Beresheet Festival</title>
		<link>http://todepoint.com/blog/2010/08/31/beresheet/</link>
		<comments>http://todepoint.com/blog/2010/08/31/beresheet/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 08:15:10 +0000</pubDate>
		<dc:creator>adi</dc:creator>
				<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://todepoint.com/blog/?p=157</guid>
		<description><![CDATA[Client Gilron Productions Medium Web Date Sep 2000 Description Corporate website, with a content management back end Categories Web design URL NA]]></description>
			<content:encoded><![CDATA[<div class="myImgPlace"><img src="http://www.todepoint.com/blog/projs/fla_beresheet.jpg" border="0" width="500" height="250" /></div>
<div class="postDetails">
<table border="0">
<tr>
<td class="labelTd">Client</td>
<td>Gilron Productions</td>
</tr>
<tr>
<td class="labelTd">Medium</td>
<td>Web</td>
</tr>
<tr>
<td class="labelTd">Date</td>
<td>Sep 2000</td>
</tr>
<tr>
<td class="labelTd">Description</td>
<td>Corporate website, with a content management back end</td>
</tr>
<tr>
<td class="labelTd">Categories</td>
<td>Web design</td>
</tr>
<tr>
<td class="labelTd">URL</td>
<td>NA</td>
</tr>
</table>
</div>
]]></content:encoded>
			<wfw:commentRss>http://todepoint.com/blog/2010/08/31/beresheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips on connecting blogs to Facebook</title>
		<link>http://todepoint.com/blog/2010/08/26/tips-on-connecting-blogs-to-facebook/</link>
		<comments>http://todepoint.com/blog/2010/08/26/tips-on-connecting-blogs-to-facebook/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 08:53:42 +0000</pubDate>
		<dc:creator>adi</dc:creator>
				<category><![CDATA[User Experience]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://todepoint.com/blog/?p=130</guid>
		<description><![CDATA[I just finished connecting my blog and few other pages on my site to Facebook, to enjoy some sharing goodness of the social community, as well as Facebook&#8217;s &#8216;insight&#8217; statistics &#8211; why not enjoy what is given for free right? I had some setbacks and strugles along the way, thought it might save you some [...]]]></description>
			<content:encoded><![CDATA[<p>I just finished connecting my blog and few other pages on my site to Facebook, to enjoy some sharing goodness of the social community, as well as Facebook&#8217;s &#8216;insight&#8217; statistics &#8211; why not enjoy what is given for free right?</p>
<p>I had some setbacks and strugles along the way, thought it might save you some time (and wasted &#8216;Likes&#8217; too) to write few tips down. It will not be a full tutorial, instead I will focus on some oddities on the Facebook side:</p>
<p>First tip will be: Do not implement until you REALLY understand what your options are and what exactly you want to do. Facebook offers two main options for adding a &#8216;Like&#8217; button to your page/site/blog, one is IFRAME, second is XFBML. The iframe option is as simple as adding a line in your html source, and will get you going in seconds. The xfbml is  based on their <a href="http://developers.facebook.com/docs/reference/javascript/" target="_blank">Javascript SDK</a>, and sports the Facebook &#8216;insight&#8217; statistics via open graph, but requires few preliminary steps which are kinda tricky as the documentation is fairly sparse. Obviously we would prefer the xfbml option.</p>
<p>In order to use xfbml you will need an <strong>AppID</strong>, which require you to set up an application, to do that you will have to add the <strong>Developer application</strong> to your Facebook Profile.</p>
<p>Then, you have to <strong>activate</strong> you developer account &#8211; you have to give you cell number, after which you will receive a code via sms to submit.</p>
<p>Then you can <strong>create an application</strong> in Facebook <a href="http://www.facebook.com/developers" target="_blank" title="create a Facebook application">here</a>.<br />
* This page has a strange behavior, you will define your application name, pass a captcha and receive an Error page:<br />
<span style="color:black;">&#8220;Sorry, an error has occurred.<br />
We&#8217;re working on getting this fixed as soon as we can.&#8221;</span><br />
<img src="http://farm5.static.flickr.com/4122/4928377843_bbc9f1d4cf.jpg" width="450" height="200" alt="Creating Facebook application error" style="border:1px solid #ccc;" /><br />
But if you look at the column on the right in the developers page, you will see that the application was actually created:<br />
<img src="http://farm5.static.flickr.com/4073/4928377801_3c9db30155.jpg" width="450" height="240" alt="Facebook applications list" style="border:1px solid #ccc;" /> (Facebook, are you serious about that? is this some kind of a test?) I ended up creating about 10 applications, read countless forums threads until I found it by mistake!</p>
<p>After that you can start implementing, follow the instruction <a href="http://forum.developers.facebook.net/viewtopic.php?pid=223994" target="_blank" title="Like button XFBML tutorial">here</a>  which are pretty simple.</p>
<p>Since I thought Facebook application creation service is down, I started with the iframe version, obviously a mistake as all the &#8216;Likes&#8217; I got were dumped once I connected the xfbml. damn.</p>
<p>Good luck and may the force be with you..</p>
]]></content:encoded>
			<wfw:commentRss>http://todepoint.com/blog/2010/08/26/tips-on-connecting-blogs-to-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Profyler – profile image creation app</title>
		<link>http://todepoint.com/blog/2010/08/23/profyler/</link>
		<comments>http://todepoint.com/blog/2010/08/23/profyler/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 15:51:49 +0000</pubDate>
		<dc:creator>adi</dc:creator>
				<category><![CDATA[Colors]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[action script]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://todepoint.com/blog/?p=119</guid>
		<description><![CDATA[Many people are having troubles resizing and processing pictures into a profile image (say for Facebook?), there are countless free utilities and apps out there (most of them look pretty shitty..), and also several online services, and now there is another one &#8211; mine :) // It&#8217;s a flash application that enables you to scale [...]]]></description>
			<content:encoded><![CDATA[Many people are having troubles resizing and processing pictures into a profile image (say for Facebook?), there are countless free utilities and apps out there (most of them look pretty shitty..), and also several online services, and now there is another one &#8211; mine :)
<br />
<div id="profylerPlace" style="border:1px solid #e0e0e0; width:500px; height:400px;"><img src="http://www.todepoint.com/profyler/profyler01.jpg" width="500" height="400" alt="profyler" /></div>
<script type="text/javascript">
// <![CDATA[
var prfsso = new SWFObject("http://www.todepoint.com/profyler/profyler.swf", "my_profyler", "500", "400", "9", "#000000");
prfsso.addParam("allowFullscreen", "false");
prfsso.write("profylerPlace");
// ]]&gt;
</script>
<br />
It&#8217;s a flash application that enables you to scale and process an image from your computer, and when you&#8217;re happy with it, you can save it to your computer. The application does not communicate with external servers and does not save or send any data anywhere. <br />
<br />
As always, it&#8217;s a work in progress, I will be adding features and effects as time allows me, but it is fully functional right now. So go a head, give it a shot and create your own profile image, it&#8217;s really easy and fast.<br /> 
Don&#8217;t forget to let me know if you liked it!<br />
enjoy :)
<br /><br />
This is the public link of this application, in case you want to share it:<br /><a href="http://www.todepoint.com/profyler" target="_blank" title="Profyler - creat your profie image">http://www.todepoint.com/profyler</a>
<br /><br />
* I will be writing some more soon, describing several aspects of making this application, stay tuned.<br /> &nbsp;
]]></content:encoded>
			<wfw:commentRss>http://todepoint.com/blog/2010/08/23/profyler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pure code AS3 spinning loading animation</title>
		<link>http://todepoint.com/blog/2010/07/22/spinning_animation-as3/</link>
		<comments>http://todepoint.com/blog/2010/07/22/spinning_animation-as3/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 08:35:26 +0000</pubDate>
		<dc:creator>adi</dc:creator>
				<category><![CDATA[Contribution]]></category>
		<category><![CDATA[action script]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://todepoint.com/blog/?p=104</guid>
		<description><![CDATA[While working on the video player, I wanted to show spinning loading animation while buffering, and since I decided that the whole thing will be pure code, with no library assets, I had to code this animation &#8211; just the kind of things I like. It didn&#8217;t take long, and I decided to share it [...]]]></description>
			<content:encoded><![CDATA[<p>While working on the video player, I wanted to show spinning loading animation while buffering, and since I decided that the whole thing will be pure code, with no library assets, I had to code this animation &#8211; just the kind of things I like.<br />
It didn&#8217;t take long, and I decided to share it &#8211; why not?
</p>
<p>So here it is:</p>
<div id="loadAnimPlace" style="border:1px solid #e0e0e0; text-align:center;"><img src="http://www.todepoint.com/adi/as_examples/loadAnimation/loader_place.jpg" width="450" height="100" border="0" alt="loader animation with action script 3 code" /></div>
<p><script type="text/javascript">
// <![CDATA[
var ldAnim = new SWFObject("http://www.todepoint.com/adi/as_examples/loadAnimation/loader_anim.swf", "loadAnimSwf", "450", "100", "9", "#ffffff");
ldAnim.write("loadAnimPlace");
// ]]&gt;
</script></p>
<p>What you need to do in order to use it is add two functions:</p>
<p><code><br />
import LoadAnim;<br />
...<br />
private var myAnim	:LoadAnim;<br />
...</p>
<p>public function showAnim():void<br />
{<br />
	myAnim = new LoadAnim(0x333333);  // animation color<br />
	myAnim.x = stage.stageWidth / 2;<br />
	myAnim.y = stage.stageHeight / 2;<br />
	addChild(myAnim);<br />
}</p>
<p>public function hideAnim():void<br />
{<br />
	myAnim.stopAnim();<br />
	removeChildAt(1);<br />
}<br />
</code><br />
Download the class <a href="http://www.todepoint.com/adi/as_examples/loadAnimation/LoadAnim.as" title="download my pure code spinning loading animation class">here</a>, enjoy : )</p>
]]></content:encoded>
			<wfw:commentRss>http://todepoint.com/blog/2010/07/22/spinning_animation-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The ultimate video player &#8211; as3</title>
		<link>http://todepoint.com/blog/2010/07/04/the-ultimate-video-player-as3/</link>
		<comments>http://todepoint.com/blog/2010/07/04/the-ultimate-video-player-as3/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 18:46:16 +0000</pubDate>
		<dc:creator>adi</dc:creator>
				<category><![CDATA[User Experience]]></category>
		<category><![CDATA[action script]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://todepoint.com/blog/?p=74</guid>
		<description><![CDATA[There are many video players in flash out there, lots of them are open too, I&#8217;ve found few tutorials out there giving everything you need to know to code a video player. few of them work really nice and heavily distributed (JW Player), others have cool UI, few considered proper integration of keyboard control, most [...]]]></description>
			<content:encoded><![CDATA[<p>There are many video players in flash out there, lots of them are open too, I&#8217;ve found few tutorials out there giving everything you need to know to code a video player. few of them work really nice and heavily distributed (<a href="http://www.longtailvideo.com/">JW Player</a>), others have cool UI, few considered proper integration of keyboard control, most of them don&#8217;t. yet none of them has it all. none of the player I saw had the right touch.</p>
<p>So I decided to take the challenge and make a code only (no library assets), lightweight video player, with elegant UI that works as you would expect it to, with keyboard control (starting with play/pause, forward/backwards jumps, the fundamentals, the musts). also fullscreen mode and moving between the screen modes by double clicking a la VLC (which is my favorite video player on the Mac), and of-course buffering.</p>
<div id="vidcontent"><img src="http://www.todepoint.com/adi/as_examples/videoplayer/vidplace.jpg" border="0" alt="" width="450" height="254" /></div>
<p><script type="text/javascript">
// <![CDATA[ 
var glssovid = new SWFObject("http://www.todepoint.com/adi/as_examples/videoplayer/ultimateplayer.swf", "vidtester", "450", "255", "9", "#ffffff"); 
glssovid.addParam("flashVars", "file=http://www.todepoint.com/adi/as_examples/videoplayer/widescreenvideoplayback.flv"); glssovid.addParam("allowFullscreen", "true"); 
glssovid.write("vidcontent");
// ]]&gt;
</script></p>
<p>At the moment the features are:<br /> • Keyboard control: play/pause (space bar); jump backwards/forward (left/right);<br /> • Volume control affecting the volume while pressing and moving cursor;<br /> • Fullscreen-normal by double-clicking the video or dedicated button;<br /> • Single click on the video toggles play/pause;<br /> • Display of position and total duration;<br /> • Clickable progress bar, a click will jump video to position.<br /> • Control bar will hide when mouse leaves stage.<br /> • File size is 20.8k (!!)</p>
<p>Credits:<br /> The architecture was inspired by <a href="http://mrdoob.com">Mr.doob&#8217;s</a> player, but I replaced his video controller with the excellent FLVPlayer by <a href="http://blog.martinlegris.com">Martin Legris</a>, and added my own touch and flavor <img src='http://todepoint.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Suggestions are more than welcome, tell me what you think!</p>
<p><strong>Update:</strong> I was working on improving the player behavior across platforms and browsers, discovering that events behavior is different on IE from the ret of the browsers. Surprising ha?   <code>MouseEvent.MOUSE_OUT</code> added to the stage is not firing on IE, you have to add <code>Event.MOUSE_LEAVE</code>, it still works for the rest of the browsers. This actually solved several oddities on IE, people are still using it?  really?! </p>
<p>
<strong>Update 2:</strong> I added spinning loading animation when video is buffering, and moved the duration text to be next to the position text, I guess it is easier for the eye this way.</p>
]]></content:encoded>
			<wfw:commentRss>http://todepoint.com/blog/2010/07/04/the-ultimate-video-player-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.todepoint.com/adi/as_examples/videoplayer/widescreenvideoplayback.flv" length="1089550" type="video/x-flv" />
		</item>
		<item>
		<title>Windows generator &#8211; in progress</title>
		<link>http://todepoint.com/blog/2009/11/14/windows-generator-in-progress/</link>
		<comments>http://todepoint.com/blog/2009/11/14/windows-generator-in-progress/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 20:20:39 +0000</pubDate>
		<dc:creator>adi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://todepoint.com/blog/?p=68</guid>
		<description><![CDATA[I took on a small project, you know, to stay in shape. anyway, it has to do with generating windows on stage and giving focus by clicking them, only one window is in focus at a time. the interesting part is once a window is blurred (not in focus) the first click should only give [...]]]></description>
			<content:encoded><![CDATA[<p>I took on a small project, you know, to stay in shape. anyway, it has to do with generating windows on stage and giving focus by clicking them, only one window is in focus at a time. the interesting part is once a window is blurred (not in focus) the first click should only give it focus and only then the content and UI become active. so clicking once on the &#8216;close&#8217; button on a blurred window will not close it but only give the window focus.</p>
<div id="winwin"><img src="http://www.todepoint.com/adi/as_examples/windower/window_generator.jpg" border="0" alt="" width="450" height="300" /></div>
<p><script src="http://www.todepoint.com/blog/js/swfobject.js" type="text/javascript"></script><script type="text/javascript">// <![CDATA[
var glsso = new SWFObject("../adi/as_examples/windower/winServer.swf", "my_winwin", "450", "300", "9", "#666800");
glsso.write("winwin");
// ]]&gt;</script>The windows are movable by dragging the header area, and scalable a-la-Mac with a small handle in the bottom right corner. did I mention I hate this behavior in Macs already? will change it here! watch me Steve.</p>
]]></content:encoded>
			<wfw:commentRss>http://todepoint.com/blog/2009/11/14/windows-generator-in-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New portfolio site</title>
		<link>http://todepoint.com/blog/2009/03/07/new-portfolio-site/</link>
		<comments>http://todepoint.com/blog/2009/03/07/new-portfolio-site/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 23:49:31 +0000</pubDate>
		<dc:creator>Adi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://todepoint.com/blog/?p=54</guid>
		<description><![CDATA[It has been over 6 months that I haven&#8217;t used Flash, and even more since I worked on my own portfolio site. This weekend I decided to dive into it.. At first I thought I forgot everything, but pretty fast it came back I decided to simplify things and put it together without pyrotechnics and [...]]]></description>
			<content:encoded><![CDATA[<p>It has been over 6 months that I haven&#8217;t used Flash, and even more since I worked on my own portfolio site. This weekend I decided to dive into it.. At first I thought I forgot everything, but pretty fast it came back <img src='http://todepoint.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.todepoint.com/portfolio.html" title="todepoint portfolio 2009"><img src="http://farm4.static.flickr.com/3343/3335764489_79f83b9616_o.jpg" width="500" height="375" alt="todepoint portfolio 2009" /></a><br />
I decided to simplify things and put it together without pyrotechnics and artistic choreographies, I hope I will have the time to finish all those fancy plans I had.<br />
It&#8217;s a chronological view of projects I did along the years, with an option to filter them by categories &#8211; flash, gui, graphics etc. The small scroll bar on the right controls the size of the thumbnails. clicking each thumb will change the interface to show more images and details.</p>
]]></content:encoded>
			<wfw:commentRss>http://todepoint.com/blog/2009/03/07/new-portfolio-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Status updates</title>
		<link>http://todepoint.com/blog/2008/10/07/status_updates/</link>
		<comments>http://todepoint.com/blog/2008/10/07/status_updates/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 10:15:12 +0000</pubDate>
		<dc:creator>Adi</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://todepoint.com/blog/?p=51</guid>
		<description><![CDATA[First of all, apologies for the blue blog theme.. the good old orange theme will be back soon, didn&#8217;t have the time to customize the new version of K2 with the new version of wordpress, hopefully will put the orange theme back up next week. Update: Yeah! Orange is back Another update: I have started [...]]]></description>
			<content:encoded><![CDATA[<p><del datetime="2008-10-09T16:25:26+00:00">First of all, apologies for the blue blog theme.. the good old orange theme will be back soon, didn&#8217;t have the time to customize the new version of K2 with the new version of wordpress, hopefully will put the orange theme back up next week. </del><br />
<strong>Update:</strong> Yeah! Orange is back <img src='http://todepoint.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Another update: I have started working in an exciting company as Head of Product (will disclose more details soon), managing all aspects of a very interesting web site. The new job is taking most of my time.. so I am not giving services or taking on new clients until further notice, sorry guys  : )</p>
]]></content:encoded>
			<wfw:commentRss>http://todepoint.com/blog/2008/10/07/status_updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to stroke several sprites as one</title>
		<link>http://todepoint.com/blog/2008/06/19/how-to-stroke-several-sprites-as-one/</link>
		<comments>http://todepoint.com/blog/2008/06/19/how-to-stroke-several-sprites-as-one/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 08:50:22 +0000</pubDate>
		<dc:creator>Adi</dc:creator>
				<category><![CDATA[action script]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[glow filter]]></category>
		<category><![CDATA[stroke]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://todepoint.com/blog/?p=50</guid>
		<description><![CDATA[If you&#8217;re trying to create a single stroke (outline, contour) over several sprites or movieClips, you can simply create a parent object to hold them and apply a glow filter to it. In this example (yeah, it&#8217;s an old and basic as2 thing, a test I did ages ago) I applied a glow filter of [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re trying to create a single stroke (outline, contour) over several sprites or movieClips, you can simply create a parent object to hold them and apply a glow filter to it. In this example (yeah, it&#8217;s an old and basic as2 thing, a test I did ages ago) I applied a glow filter of 2 pixels Blur to the comic balloon background.
<div id="comic"><img src="http://www.todepoint.com/adi/as_examples/comics/comics_balloon.jpg" width="450" height="200" border="0" /></div>
<p><script src="http://www.todepoint.com/blog/js/swfobject.js" type="text/javascript"></script><script type="text/javascript">
// <![CDATA[
var glsso = new SWFObject("../adi/as_examples/comics/comics_balloon.swf", "comical", "450", "200", "8", "#FFFFFF");
glsso.write("comic");
// ]]&gt;</script>The background is made of two movieClips, each has it&#8217;s own behavior, if you click the horn you can adjust its size and direction, if you click the text area you can scale the textField and the balloon background along with it.</p>
<p>This trick can be really handy if you&#8217;re making animations of moving silhouettes. In this flash I used GreenSock&#8217;s <a href="http://blog.greensock.com/transformmanageras2/" target="_blank" alt="TransformManager actionscript class" title="TransformManager actionscript class">TransformManager</a> to make the textField and horn controlable.</p>
]]></content:encoded>
			<wfw:commentRss>http://todepoint.com/blog/2008/06/19/how-to-stroke-several-sprites-as-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silverlight, do I know you?</title>
		<link>http://todepoint.com/blog/2008/06/03/silverlight-do-i-know-you/</link>
		<comments>http://todepoint.com/blog/2008/06/03/silverlight-do-i-know-you/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 09:41:36 +0000</pubDate>
		<dc:creator>Adi</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://todepoint.com/blog/?p=49</guid>
		<description><![CDATA[Mrinal Wadhwa: Microsoft Silverlight is a browser plugin and is sort of similar to Adobe’s Flash Player and Flex Framework taken together Adobe AIR is cross platform desktop runtime that allows developers to build desktop applications using web technologies, it has no real equivalent in the Microsoft world. Peter Elst also finds it important to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://weblog.mrinalwadhwa.com/2008/05/21/adobe-air-versus-microsoft-silverlight/"><img src="http://weblog.mrinalwadhwa.com/wp-content/uploads/2008/05/air-vs-silverlight.jpg" width="450" height="195" alt="AIR != Silverlight" /></a><br />
<a href="http://weblog.mrinalwadhwa.com/2008/05/21/adobe-air-versus-microsoft-silverlight/" target="_blank" title="Mrinal Wadhwa about AIR and Silverlight" alt="Mrinal Wadhwa about AIR and Silverlight">Mrinal Wadhwa</a>:</p>
<blockquote><p>
Microsoft Silverlight is a browser plugin and is sort of similar to Adobe’s Flash Player and Flex Framework taken together</p>
<p>Adobe AIR is cross platform desktop runtime that allows developers to build desktop applications using web technologies, it has no real equivalent in the Microsoft world.</p></blockquote>
<p>Peter Elst also <a href="http://www.peterelst.com/blog/2008/05/15/adobe-air-versus-microsoft-silverlight/" target="_blank" title="Peter Elst - Silverlight != Air" alt="Peter Elst - Silverlight != Air">finds it important to differentiate</a>..</p>
<p>So many people ask me &#8211; &#8220;How is Silverlight?&#8221; or &#8220;Is Silverlight a real threat to Flash?&#8221;.. well, I never even tried Silverlight. (I did install the plugin, but simply never got to a website that uses Silverlight..)<br />
So the only answer I can give is: when aiming at the web industry (us developers), such a difference in user/client perception must result in different adoption trends, evident: I did not try.. but the logo looks kinda cool.</p>
]]></content:encoded>
			<wfw:commentRss>http://todepoint.com/blog/2008/06/03/silverlight-do-i-know-you/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
