<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4622635842401605759</id><updated>2011-12-21T22:53:37.317-08:00</updated><category term='Adobe'/><category term='Mobile'/><category term='Microsoft'/><category term='Sketchflow'/><category term='Technology'/><category term='Sencha'/><category term='JQuery Mobile'/><category term='RIA'/><category term='PhoneGap'/><category term='Programming'/><category term='Silverlight'/><category term='HTML5'/><category term='Prototyping'/><title type='text'>Technology POCs &amp; Musings</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://innodeskpoc.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4622635842401605759/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://innodeskpoc.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Shri</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='20' src='http://3.bp.blogspot.com/_MAzBFbMhX6s/SgxUkFjU-kI/AAAAAAAAFfY/78QPODj8ZXU/S220/iSl8_Icon_Main_Black.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4622635842401605759.post-9086951714228669307</id><published>2011-12-21T22:53:00.001-08:00</published><updated>2011-12-21T22:53:37.403-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Sencha'/><category scheme='http://www.blogger.com/atom/ns#' term='Mobile'/><category scheme='http://www.blogger.com/atom/ns#' term='HTML5'/><category scheme='http://www.blogger.com/atom/ns#' term='PhoneGap'/><category scheme='http://www.blogger.com/atom/ns#' term='JQuery Mobile'/><title type='text'>HTML5 for mobile - Comparing JQueryMobile and Sencha Touch</title><content type='html'>&lt;div class='posterous_autopost'&gt;&lt;p&gt;I have been playing around with some HTML5 / JS frameworks that allow creation of mobile web sites and can be integrated with platforms such as PhoneGap for creating mobile apps.&lt;/p&gt;  &lt;p&gt;The two frameworks that I have tinkered around with are &lt;a href="http://jquerymobile.com/"&gt;JQuery Mobile&lt;/a&gt; and &lt;a href="http://www.sencha.com/products/touch"&gt;Sencha Touch&lt;/a&gt;. Here is what I found...&lt;/p&gt;  &lt;p&gt;&lt;div class='p_embed p_image_embed'&gt; &lt;a href="http://getfile3.posterous.com/getfile/files.posterous.com/temp-2011-12-21/GhxybdpmvtChHExbsjnrpvxBkapyFohiEagxmgtvkufjBJJvGmzpwIHmBIqz/JQMvsSencha.png.scaled1000.png"&gt;&lt;img alt="Jqmvssencha" height="473" src="http://getfile0.posterous.com/getfile/files.posterous.com/temp-2011-12-21/GhxybdpmvtChHExbsjnrpvxBkapyFohiEagxmgtvkufjBJJvGmzpwIHmBIqz/JQMvsSencha.png.scaled500.png" width="500" /&gt;&lt;/a&gt; &lt;/div&gt; &lt;/p&gt;  &lt;p&gt;&amp;nbsp;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;JQueryMobile&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Summary: Easier to learn framework with a strong focus on mobile web / apps. Has a larger corporate backing / partners, and is integrated with Adobe Dreamweaver CS 5.5.&lt;/p&gt;  &lt;p&gt;Pros:&lt;/p&gt;  &lt;p&gt;&amp;bull; Much easier to learn as compared to SenchaTouch&lt;/p&gt;  &lt;p&gt;&amp;bull; Newer version has good basic themes and &lt;a href="http://jquerymobile.com/themeroller/"&gt;themeroller &lt;/a&gt;makes custom theming easy&lt;/p&gt;  &lt;p&gt;&amp;bull; UI controls appear better focused on mobile devices e.g.&amp;nbsp;&lt;/p&gt;  &lt;p style="padding-left: 30px;"&gt;&amp;nbsp;- By default labels are above the text input boxes which preserve real estate on mobile devices&lt;/p&gt;  &lt;p style="padding-left: 30px;"&gt;&amp;nbsp;- iPhone style Flip switches work out of the box and allow text on both sides of it Ref: &lt;a href="http://jquerymobile.com/demos/1.0a4.1/docs/forms/forms-switch.html"&gt;http://jquerymobile.com/demos/1.0a4.1/docs/forms/forms-switch.html&lt;/a&gt;&lt;/p&gt;  &lt;p style="padding-left: 30px;"&gt;&amp;nbsp; - Placeholder text for dropdowns works as expected (broken in Sencha touch)&lt;/p&gt;  &lt;p&gt;Cons:&lt;/p&gt;  &lt;p&gt;&amp;bull; Less Object oriented / more web site programming like when it comes to wiring events etc. For non-trivial applications, it may almost require using another framework such as backbone or Knockout&lt;/p&gt;  &lt;p&gt;&amp;bull; Rough at the edges, Transitions may flicker and sometimes are not smooth&lt;/p&gt;  &lt;p&gt;&amp;bull; Some UI controls do not work very well (Fixed toolbars that are overlaid everytime on vertical scrolling make the UX very flaky)&lt;/p&gt;  &lt;p&gt;&amp;nbsp;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Sencha Touch&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Summary: A more robust OO style architecture with a strong focus on mobile web / apps.&lt;/p&gt;  &lt;p&gt;Pros:&lt;/p&gt;  &lt;p&gt;&amp;bull; True MVC style architecture&lt;/p&gt;  &lt;p&gt;&amp;bull; Takes a &lt;a href="http://sass-lang.com/"&gt;SASS &lt;/a&gt;based object oriented approach to theming&lt;/p&gt;  &lt;p&gt;&amp;bull; Much smoother / flicker free transitions than JQM&lt;/p&gt;  &lt;p&gt;&amp;bull; Nicer iPhone style theme and icons (better than JQM's, IMO)&lt;/p&gt;  &lt;p&gt;Cons:&lt;/p&gt;  &lt;p&gt;&amp;bull; Steeper learning curve, changes from Sencha 1.x to 2 in coding styles etc. do not help&lt;/p&gt;  &lt;p&gt;&amp;bull; UI is more oriented towards web design than mobile design e.g.&lt;/p&gt;  &lt;p style="padding-left: 30px;"&gt;&amp;nbsp; - Form style UI layout with labels on the side of text boxes&lt;/p&gt;  &lt;p style="padding-left: 30px;"&gt;&amp;nbsp; - iPhone style Flip switches (Toggle in Sencha world) require .css changes (&lt;a href="https://github.com/tomalex0/SenchaTouch-Form-iosToggleField/commit/0b7de60782fd8dbfd61dcac44a1e0df63b214ccb)"&gt;https://github.com/tomalex0/SenchaTouch-Form-iosToggleField/commit/0b7de60782...&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4622635842401605759-9086951714228669307?l=innodeskpoc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://innodeskpoc.blogspot.com/feeds/9086951714228669307/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://innodeskpoc.blogspot.com/2011/12/html5-for-mobile-comparing-jquerymobile_21.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4622635842401605759/posts/default/9086951714228669307'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4622635842401605759/posts/default/9086951714228669307'/><link rel='alternate' type='text/html' href='http://innodeskpoc.blogspot.com/2011/12/html5-for-mobile-comparing-jquerymobile_21.html' title='HTML5 for mobile - Comparing JQueryMobile and Sencha Touch'/><author><name>Shri</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='20' src='http://3.bp.blogspot.com/_MAzBFbMhX6s/SgxUkFjU-kI/AAAAAAAAFfY/78QPODj8ZXU/S220/iSl8_Icon_Main_Black.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4622635842401605759.post-1568919715359016936</id><published>2010-01-11T22:49:00.000-08:00</published><updated>2010-01-11T22:57:48.927-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Technology'/><category scheme='http://www.blogger.com/atom/ns#' term='Programming'/><category scheme='http://www.blogger.com/atom/ns#' term='Adobe'/><title type='text'>For Adobe AS3 XMLNS = 'XML Non Sense'</title><content type='html'>I have been playing around with Adobe Actionscript 3 &amp; had a pretty frustating experience. My AS3 / Flex program is calling a web service &amp; getting back an XML response. All I want to do is put this XML into Flex UI using a grid view control by culling selective nodes from the XML into an Array. &lt;br /&gt;&lt;br /&gt;This proved to be a Herculean task &amp; took me a few days to figure out. Now, I am certainly a newbie to Actionscript but not new to programming in general. Getting an XML response back from a web service &amp; displaying it on UI is usually a breeze (esp. in .Net etc.).&lt;br /&gt;&lt;br /&gt;Unfortunately, AS3 has a bug due to which it cannot parse XML with namespaces very well. As a matter of fact, it simply cannot traverse the XML tree to give you the nodes unless you have stripped it free of the namespaces. Considering that Actionscript is in its third incarnation (&amp; considering that XML has been around for a while), this just seems unacceptable.&lt;br /&gt;&lt;br /&gt;Here is the function / workaround that I found on &lt;a href="http://craigkaminsky.blogspot.com/2009/05/flex-3-make-net-namespaces-in-soap-xml.html"&gt;this blog&lt;/a&gt; to strip off the namespace...&lt;br /&gt;&lt;br /&gt;private function removeNamspaces(...rest):String&lt;br /&gt;{&lt;br /&gt;    rest[0] = rest[0].replace(/xmlns[^"]+\"[^"]+\"/g, "");&lt;br /&gt;    var attrs:Array = rest[0].match(/\"[^"]*\"/g);&lt;br /&gt;    rest[0] = rest[0].replace(/\"[^"]*\"/g, "%attribute value%");&lt;br /&gt;    rest[0] = rest[0].replace(/(&lt;\/?|\s)\w+\:/g, "$1");&lt;br /&gt;    while (rest[0].indexOf("%attribute value%") &gt; 0)&lt;br /&gt;    {&lt;br /&gt;        rest[0] = rest[0].replace("%attribute value%", attrs.shift());&lt;br /&gt;    }&lt;br /&gt;    return rest[0];&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;After dealing with Adobe AS3's buggy XML parsing, MSFT sure does not look bad ;-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4622635842401605759-1568919715359016936?l=innodeskpoc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://innodeskpoc.blogspot.com/feeds/1568919715359016936/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://innodeskpoc.blogspot.com/2010/01/why-adobe-as3-sucks.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4622635842401605759/posts/default/1568919715359016936'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4622635842401605759/posts/default/1568919715359016936'/><link rel='alternate' type='text/html' href='http://innodeskpoc.blogspot.com/2010/01/why-adobe-as3-sucks.html' title='For Adobe AS3 XMLNS = &apos;XML Non Sense&apos;'/><author><name>Shri</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='20' src='http://3.bp.blogspot.com/_MAzBFbMhX6s/SgxUkFjU-kI/AAAAAAAAFfY/78QPODj8ZXU/S220/iSl8_Icon_Main_Black.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4622635842401605759.post-6061885866344316490</id><published>2009-10-20T07:50:00.000-07:00</published><updated>2009-10-20T08:12:23.987-07:00</updated><title type='text'>Review: Stickysorter - Free Cardsorter / Digital Post Its Software</title><content type='html'>Stickysorter from Microsoft Research is an interesting tool on two fronts - One, it is simple to use; Two, it is a good example of "do one thing reasonably well" software i.e. it has limited features which are easily accessible. To add to the sweetness, it is available for free (Yep..not shareware or evaluation versions - Free). &lt;br /&gt;&lt;br /&gt;That said, it is a Windows PC Installed application, not a remote / online one but if you have a Webex / netmeeting or something similar, you can utilize it for remote cardsorts as well.&lt;br /&gt;&lt;br /&gt;Stickysorter allows for grouping of cards, addition of custom fields, stuff that you can put on the other side (to flip later), different color coded cards (limited to a few though) etc. It saves everything as a .CSV file so that the results can be later opened / printed like a spreadsheet. &lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.officelabs.com/projects/stickysorter/PublishingImages/Slide%201%20(SMALL)%20-%20%20StickySorter%20Info%20Graphic.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 624px; height: 468px;" src="http://www.officelabs.com/projects/stickysorter/PublishingImages/Slide%201%20(SMALL)%20-%20%20StickySorter%20Info%20Graphic.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This also means that for the folks who likes spreadsheets better, you can take your card sorts, group them in a visual post it style approach, then close Stickysorter, open the .csv with Excel (or something similar), autofilter &amp; utilize the full Excel UI experience (Accountants rejoice!!). &lt;br /&gt;&lt;br /&gt;Disclaimer: I have not used other card sorting tools, so not sure if what I find cool about this are standard features or not. Stickysorter is freely downloadable from &lt;a href="http://www.officelabs.com/projects/stickysorter/Pages/default.aspx"&gt;Microsoft Research Site&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4622635842401605759-6061885866344316490?l=innodeskpoc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://innodeskpoc.blogspot.com/feeds/6061885866344316490/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://innodeskpoc.blogspot.com/2009/10/review-stickysorter-digital-post-its.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4622635842401605759/posts/default/6061885866344316490'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4622635842401605759/posts/default/6061885866344316490'/><link rel='alternate' type='text/html' href='http://innodeskpoc.blogspot.com/2009/10/review-stickysorter-digital-post-its.html' title='Review: Stickysorter - Free Cardsorter / Digital Post Its Software'/><author><name>Shri</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='20' src='http://3.bp.blogspot.com/_MAzBFbMhX6s/SgxUkFjU-kI/AAAAAAAAFfY/78QPODj8ZXU/S220/iSl8_Icon_Main_Black.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4622635842401605759.post-8282946364580845306</id><published>2009-09-03T20:34:00.000-07:00</published><updated>2009-09-03T20:45:22.987-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Prototyping'/><category scheme='http://www.blogger.com/atom/ns#' term='Sketchflow'/><category scheme='http://www.blogger.com/atom/ns#' term='Silverlight'/><title type='text'>Sketchflow "How To" resources</title><content type='html'>Someone recently asked me how a designer can to go about trying out Sketchflow without getting into all the development related learning that Expression Blend may need. Here is an excerpt from my response. Hopefully, this will benefit anyone else who may be interested.&lt;br /&gt;&lt;br /&gt;Frankly, I really just downloaded the evaluation version &amp; took a few stabs at it. I had to refer to the Expression Blend Help Guide for a few things. But, here are the two that I referred to from a how to perspective that give you a sense of using it without writing any code really.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogs.msdn.com/canux/archive/2009/06/28/mini-tutorial-blend-3-sketchflow-part-i.aspx"&gt;Canadian UX Blog by Qixing of Microsoft&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dynamic-prototyping.com/"&gt;Sample chapters / Zipped example from Chris Bernard's upcoming book&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Other then that, just hang in there with an eval version &amp; try a few different things. I paused the Canux video several times to see where she is navigating within the Sketchflow application.&lt;br /&gt;&lt;br /&gt;One more that I used to understand what Sketchflow can do for me was the &lt;a href="http://www.microsoft.com/silverlight/seethelight/"&gt;Visual Kitchen infomercial&lt;/a&gt; that MSFT did...&lt;br /&gt;&lt;br /&gt;Maybe it would be cool to put together something that shows a step by step process (like a flowchart). Kinda like learning Sketchflow using Sketchflow Maps. So, it can be a Sketchflow Map that branches in four different direction  (Say for developer, designer, project manager &amp; business analysts) &amp; explains individual steps/features/benefits with screenshots or embedded videos. &lt;br /&gt;&lt;br /&gt;Maybe I will do one of those if I find some free time :-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4622635842401605759-8282946364580845306?l=innodeskpoc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://innodeskpoc.blogspot.com/feeds/8282946364580845306/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://innodeskpoc.blogspot.com/2009/09/sketchflow-resources.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4622635842401605759/posts/default/8282946364580845306'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4622635842401605759/posts/default/8282946364580845306'/><link rel='alternate' type='text/html' href='http://innodeskpoc.blogspot.com/2009/09/sketchflow-resources.html' title='Sketchflow &quot;How To&quot; resources'/><author><name>Shri</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='20' src='http://3.bp.blogspot.com/_MAzBFbMhX6s/SgxUkFjU-kI/AAAAAAAAFfY/78QPODj8ZXU/S220/iSl8_Icon_Main_Black.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4622635842401605759.post-693418244570480169</id><published>2009-08-03T00:29:00.000-07:00</published><updated>2009-08-03T01:05:32.064-07:00</updated><title type='text'>My First Sketchflow App</title><content type='html'>Microsoft has recently introduced Sketchflow, a dynamic prototyping app with their latest Expression studio release. Here is my first app created using Sketchflow, hosted on Silverlight streaming &amp;amp; embedded in this blog.&lt;br /&gt;&lt;br /&gt;I wanted to try out &amp;amp; actually see how well will it work for a distributed audience, with its ability to produce something that can be shared, annotated &amp;amp; yet be interactive without putting too much effort.&lt;br /&gt;&lt;br /&gt;The mockup hosted here is a very rough (2 webpages only) but working example..You can enter username / password, click enter &amp;amp; navigate to the second page (that is all I have for now).&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-style: italic;"&gt;NOT AN IMAGE, INTERACTIVE PROTOTYPE, CLICK ON IT&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;iframe style="width: 800px; height: 600px;" src="http://silverlight.services.live.com/invoke/64898/SilverlightPrototype1/iframe.html" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;br /&gt;What is nice is that you can comment by clicking in the feedback pane or draw on this prototype using the highlighter tool from the feedback pane. You can also look at the overall site layout through the map tab.&lt;br /&gt;&lt;br /&gt;Once done, you can actually save the feedback by using "Show feedback Option" (The rightmost button on the feedback pane) &amp;amp; selecting Export feedback, which allows you to save your feedback on your machine.&lt;br /&gt;&lt;br /&gt;This feedback can than be emailed to the prototyping team &amp;amp; imported back into the Sketchflow, along with feedback from other participants. I think this is a pretty cool tool.&lt;br /&gt;&lt;br /&gt;It took me about 2 hrs from downloading, installing Sketchflow to creating first mock up, hosting it on Microsoft's Silverlight Infrastructure &amp;amp; embedding it into my blog. I will blog a screenshot by screenshot version of how I did this in a later post.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4622635842401605759-693418244570480169?l=innodeskpoc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://innodeskpoc.blogspot.com/feeds/693418244570480169/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://innodeskpoc.blogspot.com/2009/08/my-first-sketchflow-app.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4622635842401605759/posts/default/693418244570480169'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4622635842401605759/posts/default/693418244570480169'/><link rel='alternate' type='text/html' href='http://innodeskpoc.blogspot.com/2009/08/my-first-sketchflow-app.html' title='My First Sketchflow App'/><author><name>Shri</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='20' src='http://3.bp.blogspot.com/_MAzBFbMhX6s/SgxUkFjU-kI/AAAAAAAAFfY/78QPODj8ZXU/S220/iSl8_Icon_Main_Black.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4622635842401605759.post-5705603077388404560</id><published>2009-02-19T19:59:00.000-08:00</published><updated>2010-09-10T14:15:07.626-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='RIA'/><category scheme='http://www.blogger.com/atom/ns#' term='Silverlight'/><category scheme='http://www.blogger.com/atom/ns#' term='Microsoft'/><title type='text'>My First Silverlight App - Demo</title><content type='html'>Silverlight is Microsoft's alternative to Adobe's Flash. It allows building RIA (Rich Internet Application) using ASP.Net (C#, VB.Net).&lt;br /&gt;&lt;br /&gt;&lt;iframe src="http://isl8.com/xsearch/xSearch.html" scrolling="no" frameborder="0" style="width:600px; height:600px"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;br /&gt;The idea is not new, but more of a spin on the "Google Suggest" type search with images etc. Hopefully, if I find time I would like to maybe try prettying up the UI, give a slight zoom on mouse hover &amp; hyperlink images (&amp; maybe even put different images / sample data).&lt;br /&gt;&lt;br /&gt;&lt;strike&gt;The Silverlight code is hosted via Silverlight Live Hosting infrastructure from Microsoft.&lt;/strike&gt; Since Microsoft pulled the plug on Live hosting infrastructure (at least the freebie version), I have updated the link to &lt;a href="http://isl8.com/interactive.html"&gt;my website.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks for watching.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4622635842401605759-5705603077388404560?l=innodeskpoc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://innodeskpoc.blogspot.com/feeds/5705603077388404560/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://innodeskpoc.blogspot.com/2009/02/my-first-silverlight-app-demo.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4622635842401605759/posts/default/5705603077388404560'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4622635842401605759/posts/default/5705603077388404560'/><link rel='alternate' type='text/html' href='http://innodeskpoc.blogspot.com/2009/02/my-first-silverlight-app-demo.html' title='My First Silverlight App - Demo'/><author><name>Shri</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='20' src='http://3.bp.blogspot.com/_MAzBFbMhX6s/SgxUkFjU-kI/AAAAAAAAFfY/78QPODj8ZXU/S220/iSl8_Icon_Main_Black.jpg'/></author><thr:total>0</thr:total></entry></feed>
