<?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>Thiyagaraj Krishna &#187; Technology</title>
	<atom:link href="http://thiya.net/categories/tech/feed/" rel="self" type="application/rss+xml" />
	<link>http://thiya.net</link>
	<description>thiya.net - My favourite place to rant and rave.</description>
	<lastBuildDate>Sat, 26 Dec 2009 19:02:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Super Mario in JavaScript!</title>
		<link>http://thiya.net/2008/04/10/tech/super-mario-in-javascript/</link>
		<comments>http://thiya.net/2008/04/10/tech/super-mario-in-javascript/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 19:23:06 +0000</pubDate>
		<dc:creator>thiyagaraj</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Crazy]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://thiya.net/2008/04/10/tech/super-mario-in-javascript/</guid>
		<description><![CDATA[I was just reading this post on Arcade games and nostalgia on Coding Horror when I just came across this amazing implementation of the classic Super Mario game in JavaScript at nihilogic!! Everthing about the game is in JavaScript including the sound version which is supposedly base64 encoded! And to top it all, it is [...]]]></description>
			<content:encoded><![CDATA[<p>I was just reading this post on <a href="http://www.codinghorror.com/blog/archives/001096.html">Arcade games and nostalgia</a> on <a href="http://codinghorror.com">Coding Horror</a> when I just came across <a href="http://blog.nihilogic.dk/2008/04/super-mario-in-14kb-javascript.html">this amazing implementation</a> of the classic <a href="http://en.wikipedia.org/wiki/Super_Mario">Super Mario game</a> in JavaScript at <a href="http://blog.nihilogic.dk">nihilogic</a>!! Everthing about the game is in JavaScript including the sound version which is supposedly base64 encoded! And to top it all, it is written in only 14KB of code! An amazing feat indeed.</p>
<p>Everything about the game is in JavaScript with no images or audio files used as quoted above. I tried my hand in it and the game was pretty decent enough, but the point here is not the game, but the fact that you can do so much using just a little JavaScript!</p>
<p>Check out the post <a href="http://blog.nihilogic.dk/2008/04/super-mario-in-14kb-javascript.html">here</a> and the games <a href="http://www.nihilogic.dk/labs/mario/mario_small_music.htm">with audio</a>, <a href="http://www.nihilogic.dk/labs/mario/mario_small_nomusic.htm">without audio</a>, <a href="http://www.nihilogic.dk/labs/mario/mario_large_music.htm">with audio(2x size)</a> and <a href="http://www.nihilogic.dk/labs/mario/mario_large_nomusic.htm">without audio(2x size)</a>.</p>
<p>But when it comes to Standards, Sorry <a href="http://www.webstandards.org/">Mario</a>, but our <a href="http://www.positioniseverything.net/ie-primer.html">Princess is in another castle</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://thiya.net/2008/04/10/tech/super-mario-in-javascript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Spry &#8211; Adobe Labs</title>
		<link>http://thiya.net/2008/04/06/tech/spry-adobe-labs/</link>
		<comments>http://thiya.net/2008/04/06/tech/spry-adobe-labs/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 14:00:06 +0000</pubDate>
		<dc:creator>thiyagaraj</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Info]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://thiya.net/2008/04/06/tech/spry-adobe-labs/</guid>
		<description><![CDATA[I just came across Adobe Lab&#8217;s AJAX offering, titled Spry. Creating dynamic applications seems to be a breeze for non-programmers and time-saving for regular programmers. This is a completely client-side set of libraries with no dependency on any other downloadable  or server side component.
A good set of demos are provided alongwith code samples that [...]]]></description>
			<content:encoded><![CDATA[<p>I just came across Adobe Lab&#8217;s AJAX offering, titled <a href="http://labs.adobe.com/technologies/spry/home.html">Spry</a>. Creating dynamic applications seems to be a breeze for non-programmers and time-saving for regular programmers. This is a completely client-side set of libraries with no dependency on any other downloadable  or server side component.</p>
<p>A <a href="http://labs.adobe.com/technologies/spry/demos/">good set of demos</a> are provided alongwith code samples that show how easy it would be to deploy Rich Internet Applications that can be rapidly developed by mashing up components from Spry to come up with your final RIA. Quite a few visual effects top up the icing on the cake. Spry also has pre-built widgets which you can customize out of the box. Quite a lot of other widgets that aid in form validation are also provided making it easier to validate form input too.</p>
<p>Just to refresh my memory, I checked out <a href="http://www.openlaszlo.org/">OpenLaszlo</a>,  another open source framework for RIAs, the last time I saw it, it seemed to be relying overly on Flash, but on my latest visit, found that there was <a href="http://www.openlaszlo.org/advancedajax">rendering in DHTML</a> too from version 4 onwards. Though I am not a critic of Macromedia Flash, er Adobe Flash, there are many things that can be achieved without going for plugins like Flash, which ultimately lies with the way the designer designs the system choosing whether or not to implement plugins for simple functionality.</p>
<p><a href="http://labs.adobe.com/technologies/spry/home.html">Check out Spry here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://thiya.net/2008/04/06/tech/spry-adobe-labs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Standards. Standards. Burp.</title>
		<link>http://thiya.net/2008/04/03/tech/standards-standards-burp/</link>
		<comments>http://thiya.net/2008/04/03/tech/standards-standards-burp/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 18:46:08 +0000</pubDate>
		<dc:creator>thiyagaraj</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Crazy]]></category>

		<guid isPermaLink="false">http://thiya.net/2008/04/03/tech/standards-standards-burp/</guid>
		<description><![CDATA[I have been implementing some Web Services on WebSphere DataPower and it is almost a breeze in most cases, with the majority of the development time spent in coding the XSLs for transformation and the rest configuring and setting up appropriate error handling mechanisms. Even the binary to XML, XML to binary transformations can be [...]]]></description>
			<content:encoded><![CDATA[<p>I have been implementing some Web Services on WebSphere DataPower and it is almost a breeze in most cases, with the majority of the development time spent in coding the <a href="http://en.wikipedia.org/wiki/XSL_Transformations">XSLs</a> for transformation and the rest configuring and setting up appropriate error handling mechanisms. Even the binary to XML, XML to binary transformations can be simplified using tools such as WebSphere Transformation Extender or Contivo&#8217;s Analyst. All of these just leave you in a state of disjoint harmony, you absolutely like the fact that life&#8217;s made easy for you, while at the same time cringe on knowing that if you had done it by yourself, you would have learnt two(or a million) more new things today! We shall take that up for some other day, coming to standards now.</p>
<p>Standards and Web Browsers will definitely be remembered for a long long time to come. I was just reading <a href="http://www.joelonsoftware.com/items/2008/03/17.html">this entry on Joel Spolsky&#8217;s blog</a> on how the <a href="http://blogs.msdn.com/ie/archive/2008/03/03/microsoft-s-interoperability-principles-and-ie8.aspx">developers of IE8 are mulling over strict standards settings</a> or to allow for default IE7 style behaviour which is not <em>that strict</em> when it comes to standards.</p>
<p>If you are a web developer, you must admit that we are all sick of trying to write code to make sites look as close as possible to being similar on all browsers. And with IE being IE(barring the recent move towards &#8217;standards&#8217; mode), a lot of different hacks needed to be put in place just to get the same look and feel. Let alone JavaScript hacks. Now, with pages numbering in billions all over the Internet, when people go strict all of a sudden when it comes to standards, it really will get a good beating! Sites working previously might not even display! Whew! And as Joel rightly puts it in his post, developers are also to blame for coding code without giving any forethought if their code would actually be standards compliant or not(including me). I have done a lot of CSS and JavaScript coding over the past few months, but each time, barring for a few tests, I really do not do much to see if the code is really standards compliant.  Partly since the applications that I built were not for public use and the target audience was well covered in terms of configuration since all of the apps were internal and mostly because I am sick of it. I have had enough searching Google for each and every hack to make a part of the page work as intended in IE, Firefox and Opera.</p>
<p>The list of hacks can become endless, but if you really want to have the cake and eat it too, well.. Never mind. We can probably wait for the next version of HTML, and probably start coding, &#8217;strictly&#8217; adhering to standards, with the version tag telling all about it, just as all the others put forth, but ultimately, the major responsibility lies with the developer who  is coding the pages in the first place, like you me and yeah all of us.</p>
]]></content:encoded>
			<wfw:commentRss>http://thiya.net/2008/04/03/tech/standards-standards-burp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBM WebSphere DataPower Certified!</title>
		<link>http://thiya.net/2007/11/24/tech/ibm-websphere-datapower-certified/</link>
		<comments>http://thiya.net/2007/11/24/tech/ibm-websphere-datapower-certified/#comments</comments>
		<pubDate>Sat, 24 Nov 2007 16:12:15 +0000</pubDate>
		<dc:creator>thiyagaraj</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://thiya.net/2007/11/24/tech/ibm-websphere-datapower-certified/</guid>
		<description><![CDATA[And just when you began to think that I was letting my blog die without being fed with its much needed &#8216;posts&#8217;, I am back with an update!
After two weeks of training and POC&#8217;s I finally cleared the IBM Certified Solution Developer exam(Test-284) for WebSphere DataPower SOA Appliances exam yesterday with a good score and [...]]]></description>
			<content:encoded><![CDATA[<p>And just when you began to think that I was letting my blog die without being fed with its much needed &#8216;posts&#8217;, I am back with an update!</p>
<p>After two weeks of training and POC&#8217;s I finally cleared the <a href="http://www-03.ibm.com/certify/certs/15003501.shtml" target="_blank">IBM Certified Solution Developer exam(Test-284) for WebSphere DataPower SOA Appliances</a> exam yesterday with a good score and held upto my manager&#8217;s hopes! The DataPower Certification exam was said to be quite tough and needed a lot of attention to clear it successfully!! The going was a tough one as there are a lot of questions in the exam with plenty of Use Cases and scenarios which weren&#8217;t completely covered in the classes, but most, which if you analysed the question correctly would narrow you down to two choices or less! All of this made me take up almost the entire duration of the exam, a little over two hours. I have found that I finished two other exams I took (Teradata Certified Professional and an IBM Certified Database Associate) with more than half an hour to spare. But ultimately, alls well that ends well!</p>
<p>A big kudos to the organisers, staff and mentors from IBM! (Tapan, Sateesh, Vanishree, Yaseen, Manu and all others!)</p>
<p>I also got to know that our batch were among the first people(after Yaseen) to take up this exam in the Asia Pacific Region! Cool! Makes it even more special! And with almost everyone clearing the exam, it was happy moments indeed!</p>
<p>I am now officially certified for WebSphere DataPower!! Yaay!!</p>
]]></content:encoded>
			<wfw:commentRss>http://thiya.net/2007/11/24/tech/ibm-websphere-datapower-certified/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Google &#8211; Indian Languages Realtime Transliteration</title>
		<link>http://thiya.net/2007/11/03/tech/google-indian-languages-realtime-transliteration/</link>
		<comments>http://thiya.net/2007/11/03/tech/google-indian-languages-realtime-transliteration/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 01:28:07 +0000</pubDate>
		<dc:creator>thiyagaraj</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Info]]></category>

		<guid isPermaLink="false">http://thiya.net/2007/11/03/uncategorized/google-indian-languages-realtime-transliteration/</guid>
		<description><![CDATA[Some days back, I checked out the Google Indic Transliteration service. I was amazed at the way the guys have implemented it!! It is dissimilar from most other transliteration services in many ways. Here, you get the word in your selected language, say tamil the moment you type a word in english and hit the [...]]]></description>
			<content:encoded><![CDATA[<p>Some days back, I checked out the <a href="http://www.google.com/transliterate/indic/" target="_blank">Google Indic Transliteration</a> service. I was amazed at the way the guys have implemented it!! It is dissimilar from most other transliteration services in many ways. Here, you get the word in your selected language, say tamil the moment you type a word in english and hit the space bar or a punctuation symbol. If the spelling appears incorrect, clicking on the word gives you more suggestions and the word can also be edited as needed.</p>
<p>I found that it worked like a charm for most words, which I verified with some of my friends as I am weak in Tamil. Hindi seemed to work fine too and a friend of mine said Kannada was also transliterating to their respective correct spellings! Way to go guys!! The languages currently supported by this application are Hindi, Tamil, Telugu, Kannada and Malayalam. It works better if you type a word in English which a English speaking person would pronounce correctly, for example, in tamil, the word &#8220;portions&#8221;(English) would not transliterate correctly, but typing &#8220;poshuns&#8221; seemed to do the job &gt;:-)</p>
<p><a href="http://www.google.com/transliterate/indic/" target="_blank">Check out Google Indic Transliteration</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://thiya.net/2007/11/03/tech/google-indian-languages-realtime-transliteration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Earth and other heavenly bodies comparison</title>
		<link>http://thiya.net/2007/10/31/tech/the-earth-and-other-heavenly-bodies-comparison/</link>
		<comments>http://thiya.net/2007/10/31/tech/the-earth-and-other-heavenly-bodies-comparison/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 20:38:39 +0000</pubDate>
		<dc:creator>thiyagaraj</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Info]]></category>

		<guid isPermaLink="false">http://thiya.net/2007/10/31/tech/the-earth-and-other-heavenly-bodies-comparison/</guid>
		<description><![CDATA[I came across this interesting page which showed a visual representation of the size of the Earth compared to other planets, then the size of each of the planets compared with the size of the sun and so on.
You will be able to see that as we begin to include bigger and bigger heavenly objects, [...]]]></description>
			<content:encoded><![CDATA[<p>I came across this <a href="http://www.rense.com/general72/size.htm" target="_blank">interesting page</a> which showed a visual representation of the size of the Earth compared to other planets, then the size of each of the planets compared with the size of the sun and so on.</p>
<p>You will be able to see that as we begin to include bigger and bigger heavenly objects, the Earth seems kind of insignificant amongst all the other mighty heavenly bodies!! Quite interesting, Check it out!</p>
<p><a href="http://www.rense.com/general72/size.htm" target="_blank">Click here to view the comparisons</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://thiya.net/2007/10/31/tech/the-earth-and-other-heavenly-bodies-comparison/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reliance Data Card(ZTE) Review</title>
		<link>http://thiya.net/2007/10/08/tech/reliance-data-cardzte-review/</link>
		<comments>http://thiya.net/2007/10/08/tech/reliance-data-cardzte-review/#comments</comments>
		<pubDate>Sun, 07 Oct 2007 19:07:12 +0000</pubDate>
		<dc:creator>thiyagaraj</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Unbelong]]></category>

		<guid isPermaLink="false">http://thiya.net/2007/10/08/uncategorized/reliance-data-cardzte-review/</guid>
		<description><![CDATA[The frustrating series of unfortunate events that I had mentioned in my previous post have finally stopped and the project was a resounding success! If not for confidentiality reasons, I would have let the world know of a great deal of tips and tricks that they would probably come in a situation similar to mine, [...]]]></description>
			<content:encoded><![CDATA[<p>The frustrating series of unfortunate events that I had mentioned in my previous post have finally stopped and the project was a resounding success! If not for confidentiality reasons, I would have let the world know of a great deal of tips and tricks that they would probably come in a situation similar to mine, but more on that later.</p>
<blockquote><p>[UPDATE : Dec 2008] : I have been using this connection for over a year and I dont see any major problems with this card or connection. I do not use NetBooster(since the proxy server goes down every now and then). But otherwise, the connection is pretty decent. If you are facing connection issues, please check your network signal strength.</p></blockquote>
<p>I finally got myself a data card for mobile internet access. I was previously using my Nokia 3230 as a modem and was browsing through it, but it would be really frustrating at times when the connection would be active, but when there would be no response from the server. Then after that, I was using this BSNL broadband at my place which was very good,  but it was shared with my room-mates and I found it difficult to use when I really needed it.</p>
<p>Getting a BSNL connection takes time, so I decided to get an Airtel Broadband connection and to my dismay, found that it wasn&#8217;t available at my location. So finally, after conducting some research on my own, found that the reliance data card was the best choice of the lot, being wireless, minimal setup and with the advantage of carrying it everywhere. While I have personally experienced a little improvement when using CDMA for data transfer versus GSM.. Hence I decided to go for a CDMA Data Card instead of a GSM data card, like the one offered by Airtel.</p>
<p>The available two choices were from <a href="http://tataindicom.com/t-personal-internet-plug2surf.aspx" target="_blank">Tata Indicom</a> and the other from <a href="http://www.reliancecommunications.co.in/Communications/Netconnect/netconnect_cardn.html" target="_blank">Reliance Communications</a>. Though performance-wise, I found that both were the same, the delimiting factor being the strength of the network signal at your place of usage. Then I found a deal at Reliance that seemed good and went for it, I took a plan which had a one time payment of something around INR 9K  for which I got a one year subscription of the Reliance NetConnect Service, with 1GB usage per month for a year and with the cost of the card being waived(more tariffs <a href="http://www.reliancecommunications.co.in/Communications/Netconnect/netconnect_tariffs_details.html" target="_blank">here</a>). Initially I faced some problems with the account not being activated even after being assured by the salesperson at the Forum Branch, Bangalore. After more than a day of calling them(the branch, read below for Customer Service), they finally activated my account. The most disappointing thing about Reliance was that I could not connect to any of their support lines, getting a &#8216;busy&#8217; tone even at 1:00 AM in the morning.</p>
<p>Then I found that the service kept getting disconnected even when the device could detect three &#8216;points&#8217; of the signal, with 5 being full. I decided that I needed a powerful signal and hence I sat at another location which had four points and found that I could get decent connectivity at that location. The bottom-line now is that if you have a good signal, your connection will also be good, but if not, its as good as nothing. So check if you have a good signal using any cell-phone(borrow it from your friends!) before buying either of the cards.</p>
<p>One other feature I noticed is the NetBooster software by <a href="http://www.venturiwireless.com/" target="_blank">Venturi Wireless</a> that is provided by Reliance.. I found this to be extremely effective. The software connects to its server which acts as a proxy for our connection, All content is routed through that proxy and depending on our settings, we can load pages much faster. It was interesting to see how they were doing it, If you select the &#8220;fastest&#8221; options for images, the images are manipulated at the proxy server and sent to the device at a very low quality, which obviously speeds up our download and lowers bandwidth consumption for un-necessary images. It also proclaims that it removes unwanted markup from HTML code, making it load faster without altering the layout of the page! Really very interesting to note! And I found that it was pretty effective too.</p>
<blockquote><p>I am using the ZTE card model, Sierra and Huawei being the other two models available with Reliance. I doubt that they give us the option to choose though you get to choose if you want the USB external modem or the Data Card itself. I found the Data Card to be giving me around 6.5 to 7KB/sec download speed. The speed fluctuates going as high as 15KB per second but for the most of it hovering around the 7KB mark with four points of network.</p></blockquote>
<p>I would recommend buying this to anyone who is in need of a &#8220;something-is-better-than-nothing&#8221; internet connection, though the advantages it offers, especially on the move far outweighs the other drawbacks such as latency and frequent disconnects.</p>
]]></content:encoded>
			<wfw:commentRss>http://thiya.net/2007/10/08/tech/reliance-data-cardzte-review/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>Whatever can go wrong, will go wrong</title>
		<link>http://thiya.net/2007/08/28/tech/whatever-can-go-wrong-will-go-wrong/</link>
		<comments>http://thiya.net/2007/08/28/tech/whatever-can-go-wrong-will-go-wrong/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 17:19:30 +0000</pubDate>
		<dc:creator>thiyagaraj</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Unbelong]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Crazy]]></category>

		<guid isPermaLink="false">http://thiya.net/2007/08/28/uncategorized/whatever-can-go-wrong-will-go-wrong/</guid>
		<description><![CDATA[Most of you must know about Murphy&#8217;s Law, which states that if something will go wrong, it will go wrong no matter what!! The same thing happened to me, We had developed something which was part of a series of items that were to be deployed. Everything was working to a T&#8230;
But when the D-Day [...]]]></description>
			<content:encoded><![CDATA[<p>Most of you must know about <a href="http://en.wikipedia.org/wiki/Murphy%27s_law">Murphy&#8217;s Law</a>, which states that if something will go wrong, it will go wrong no matter what!! The same thing happened to me, We had developed something which was part of a series of items that were to be deployed. Everything was working to a T&#8230;</p>
<p>But when the D-Day arrived and when we had an &#8216;important&#8217; audience.. the first item that we had developed just refused to work and do its function!! Rats!! I am still trying to figure out what went wrong! Most probably it isn&#8217;t something big and will resolve by itself tomorrow, or a small trace will identify the problem!!</p>
<p>But in the end, Murphy seems to always have his day!!</p>
]]></content:encoded>
			<wfw:commentRss>http://thiya.net/2007/08/28/tech/whatever-can-go-wrong-will-go-wrong/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft Surface</title>
		<link>http://thiya.net/2007/06/01/tech/microsoft-surface/</link>
		<comments>http://thiya.net/2007/06/01/tech/microsoft-surface/#comments</comments>
		<pubDate>Fri, 01 Jun 2007 06:18:43 +0000</pubDate>
		<dc:creator>thiyagaraj</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://thiya.net/2007/06/01/tech/microsoft-surface/</guid>
		<description><![CDATA[Interacting with data on a table or surface with your bare hands &#8211; Minority Report style &#8211; should be cool!
Check this out &#8211; Microsoft Surface
]]></description>
			<content:encoded><![CDATA[<p>Interacting with data on a table or surface with your bare hands &#8211; Minority Report style &#8211; should be cool!</p>
<p>Check this out &#8211; <a href="http://www.microsoft.com/surface/" target="_blank">Microsoft Surface</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thiya.net/2007/06/01/tech/microsoft-surface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
