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

<channel>
	<title>Happy FOSS</title>
	<atom:link href="http://techydinesh.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://techydinesh.wordpress.com</link>
	<description>Programming,Technology,</description>
	<pubDate>Wed, 09 Jul 2008 12:39:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Java Reflection</title>
		<link>http://techydinesh.wordpress.com/2008/07/09/java-reflection/</link>
		<comments>http://techydinesh.wordpress.com/2008/07/09/java-reflection/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 11:54:55 +0000</pubDate>
		<dc:creator>Din</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[web]]></category>

		<category><![CDATA[java]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[struts]]></category>

		<category><![CDATA[struts sample]]></category>

		<guid isPermaLink="false">http://techydinesh.wordpress.com/?p=79</guid>
		<description><![CDATA[I tried my hands on Java Reflection. The below link gave me introduction to Java reflection.
https://www.objectfaq.com:8443/oofaq2/body/reflect1.htm
Another at http://www.ibm.com/developerworks/library/j-dyn0603/
Also please go through the documentation of :
java.lang.Class
java.lang.reflect.*;
A sample application can be downloaded by clicking here. People who dont know Struts framework, can use the sample project given in the first link to understand how dynamically create objects [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I tried my hands on Java Reflection. The below link gave me introduction to Java reflection.</p>
<p>https://www.objectfaq.com:8443/oofaq2/body/reflect1.htm</p>
<p>Another at http://www.ibm.com/developerworks/library/j-dyn0603/</p>
<p>Also please go through the documentation of :</p>
<p>java.lang.Class<br />
java.lang.reflect.*;</p>
<p>A sample application can be downloaded by <a href="http://udinesh5.googlecode.com/files/NumberGuess.tar.gz" target="_blank">clicking here</a>. People who dont know Struts framework, can use the sample project given in the first link to understand how dynamically create objects of class and invoke their methods.</p>
<p>Specification of the project</p>
<p>Development Tool - NetBeans 5.5.1</p>
<p>Framework Struts - 1.2.9</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/techydinesh.wordpress.com/79/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/techydinesh.wordpress.com/79/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techydinesh.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techydinesh.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techydinesh.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techydinesh.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techydinesh.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techydinesh.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techydinesh.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techydinesh.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techydinesh.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techydinesh.wordpress.com/79/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techydinesh.wordpress.com&blog=2722362&post=79&subd=techydinesh&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://techydinesh.wordpress.com/2008/07/09/java-reflection/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/udinesh5-128.jpg" medium="image">
			<media:title type="html">Din</media:title>
		</media:content>
	</item>
		<item>
		<title>mailsend</title>
		<link>http://techydinesh.wordpress.com/2008/07/05/mailsend/</link>
		<comments>http://techydinesh.wordpress.com/2008/07/05/mailsend/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 08:26:06 +0000</pubDate>
		<dc:creator>Din</dc:creator>
		
		<category><![CDATA[FOSS]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[opensource]]></category>

		<category><![CDATA[mailsend]]></category>

		<guid isPermaLink="false">http://techydinesh.wordpress.com/?p=75</guid>
		<description><![CDATA[Mailsend is a multi platform command line tool to send mails.
It has two modes : commandline and interactive
I have used this mailsend binary to send mails as a background process by using a wrapper shell script to read the necessary inputs required by mailsend from XML files. This script would be called by cron periodically. [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Mailsend is a multi platform command line tool to send mails.</p>
<p>It has two modes : commandline and interactive</p>
<p>I have used this mailsend binary to send mails as a background process by using a wrapper shell script to read the necessary inputs required by mailsend from XML files. This script would be called by cron periodically. The XML files have the email data contained in it.</p>
<p>You can download the Opensource software from the below link</p>
<p>http://www.muquit.com/muquit/software/mailsend/mailsend.html</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/techydinesh.wordpress.com/75/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/techydinesh.wordpress.com/75/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techydinesh.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techydinesh.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techydinesh.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techydinesh.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techydinesh.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techydinesh.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techydinesh.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techydinesh.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techydinesh.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techydinesh.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techydinesh.wordpress.com&blog=2722362&post=75&subd=techydinesh&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://techydinesh.wordpress.com/2008/07/05/mailsend/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/udinesh5-128.jpg" medium="image">
			<media:title type="html">Din</media:title>
		</media:content>
	</item>
		<item>
		<title>Software is Intangible</title>
		<link>http://techydinesh.wordpress.com/2008/07/04/software-is-intangible/</link>
		<comments>http://techydinesh.wordpress.com/2008/07/04/software-is-intangible/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 12:33:51 +0000</pubDate>
		<dc:creator>Din</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://techydinesh.wordpress.com/?p=73</guid>
		<description><![CDATA[I was wondering, Why software occupation is uninteresting to few people ?
Fatigue is common to all types of occupation.
But the reason i believe why software profession is uninteresting is &#8220;Software is intangible&#8221;.
I feel that more research and innovation in software arena is possible, if people start enjoying the software development process and the draw an [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I was wondering, Why software occupation is uninteresting to few people ?</p>
<p>Fatigue is common to all types of occupation.</p>
<p>But the reason i believe why software profession is uninteresting is &#8220;Software is intangible&#8221;.</p>
<p>I feel that more research and innovation in software arena is possible, if people start enjoying the software development process and the draw an analogy of the concepts involved with the real life.  After all, softwares are meant to automate the  real world.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/techydinesh.wordpress.com/73/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/techydinesh.wordpress.com/73/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techydinesh.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techydinesh.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techydinesh.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techydinesh.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techydinesh.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techydinesh.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techydinesh.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techydinesh.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techydinesh.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techydinesh.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techydinesh.wordpress.com&blog=2722362&post=73&subd=techydinesh&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://techydinesh.wordpress.com/2008/07/04/software-is-intangible/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/udinesh5-128.jpg" medium="image">
			<media:title type="html">Din</media:title>
		</media:content>
	</item>
		<item>
		<title>Joke</title>
		<link>http://techydinesh.wordpress.com/2008/06/17/joke/</link>
		<comments>http://techydinesh.wordpress.com/2008/06/17/joke/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 05:40:05 +0000</pubDate>
		<dc:creator>Din</dc:creator>
		
		<category><![CDATA[Fun]]></category>

		<category><![CDATA[joke]]></category>

		<category><![CDATA[software joke]]></category>

		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://techydinesh.wordpress.com/?p=70</guid>
		<description><![CDATA[What is the difference between Software development and Construction process ?
SVN !  
Other than an SVN, i feel the issues involved in the processes are analogous. Specially the HR issues lol
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>What is the difference between Software development and Construction process ?</p>
<p>SVN ! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Other than an SVN, i feel the issues involved in the processes are analogous. Specially the HR issues lol</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/techydinesh.wordpress.com/70/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/techydinesh.wordpress.com/70/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techydinesh.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techydinesh.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techydinesh.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techydinesh.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techydinesh.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techydinesh.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techydinesh.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techydinesh.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techydinesh.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techydinesh.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techydinesh.wordpress.com&blog=2722362&post=70&subd=techydinesh&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://techydinesh.wordpress.com/2008/06/17/joke/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/udinesh5-128.jpg" medium="image">
			<media:title type="html">Din</media:title>
		</media:content>
	</item>
		<item>
		<title>MOTODEV Summit</title>
		<link>http://techydinesh.wordpress.com/2008/05/14/motodev/</link>
		<comments>http://techydinesh.wordpress.com/2008/05/14/motodev/#comments</comments>
		<pubDate>Wed, 14 May 2008 16:41:17 +0000</pubDate>
		<dc:creator>Din</dc:creator>
		
		<category><![CDATA[Event]]></category>

		<category><![CDATA[Mobile]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[motodev]]></category>

		<category><![CDATA[motodev studio]]></category>

		<category><![CDATA[summit]]></category>

		<guid isPermaLink="false">http://techydinesh.wordpress.com/?p=68</guid>
		<description><![CDATA[MOTODEV summit had exciting sessions about mobile application development for motorola mobiles phone. The keynote address, illustrated the current trend in mobile products industry and competitors like Symbian, Windows and Linux. I became familiar with the MOTODEV studio. The sessions which were interesting are WebUI and how to develop application using MOTODEV studio. The MOTODEV [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>MOTODEV summit had exciting sessions about mobile application development for motorola mobiles phone. The keynote address, illustrated the current trend in mobile products industry and competitors like Symbian, Windows and Linux. I became familiar with the MOTODEV studio. The sessions which were interesting are WebUI and how to develop application using MOTODEV studio. The MOTODEV studio is an Eclipse based tool. It was clear that mobile applications developed, which use JSR API run on JSR supported mobiles independent of the OS.  Java Verified process for geting trusted application certification was new piece of information to me. Using APIs which affects the personal information requires that the application has to be trusted, for the mobile OS to install the application.</p>
<p>A session on location based services illustrated how easy it was to write a Java code to extract the CellID, IMEI number etc. A few such mobile applications are available from their catalog. One can tap the potential of social networking, geographical information.</p>
<p>MOTODEV summit had some their mobile phones displayed in stalls. It was a great summit, fitting audiences from a newbie developer to entreprenuers.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/techydinesh.wordpress.com/68/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/techydinesh.wordpress.com/68/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techydinesh.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techydinesh.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techydinesh.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techydinesh.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techydinesh.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techydinesh.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techydinesh.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techydinesh.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techydinesh.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techydinesh.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techydinesh.wordpress.com&blog=2722362&post=68&subd=techydinesh&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://techydinesh.wordpress.com/2008/05/14/motodev/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/udinesh5-128.jpg" medium="image">
			<media:title type="html">Din</media:title>
		</media:content>
	</item>
		<item>
		<title>GPS</title>
		<link>http://techydinesh.wordpress.com/2008/05/12/gps/</link>
		<comments>http://techydinesh.wordpress.com/2008/05/12/gps/#comments</comments>
		<pubDate>Mon, 12 May 2008 04:00:24 +0000</pubDate>
		<dc:creator>Din</dc:creator>
		
		<category><![CDATA[Mobile]]></category>

		<category><![CDATA[GPS]]></category>

		<category><![CDATA[Map]]></category>

		<guid isPermaLink="false">http://techydinesh.wordpress.com/?p=69</guid>
		<description><![CDATA[Today i saw how GPS was in action. I used Nokia 6110 Navigator. It has in built map for bangalore. The GPS device takes sometime to get the coordinates from different satellites through line of sight. There is a Time to First Fix (TTFF) factor for each device. In the map software, I just did [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today i saw how GPS was in action. I used Nokia 6110 Navigator. It has in built map for bangalore. The GPS device takes sometime to get the coordinates from different satellites through line of sight. There is a Time to First Fix (TTFF) factor for each device. In the map software, I just did a search for my destination and the route was calculated. The pointer shows current position and moves according to our motion. Whenever i deviate from the suggested route the map software either warns me or recalculates the new route.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/techydinesh.wordpress.com/69/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/techydinesh.wordpress.com/69/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techydinesh.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techydinesh.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techydinesh.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techydinesh.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techydinesh.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techydinesh.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techydinesh.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techydinesh.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techydinesh.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techydinesh.wordpress.com/69/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techydinesh.wordpress.com&blog=2722362&post=69&subd=techydinesh&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://techydinesh.wordpress.com/2008/05/12/gps/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/udinesh5-128.jpg" medium="image">
			<media:title type="html">Din</media:title>
		</media:content>
	</item>
		<item>
		<title>iPoke !</title>
		<link>http://techydinesh.wordpress.com/2008/04/19/ipoke/</link>
		<comments>http://techydinesh.wordpress.com/2008/04/19/ipoke/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 16:46:19 +0000</pubDate>
		<dc:creator>Din</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[how to use iPoke]]></category>

		<category><![CDATA[iPoke]]></category>

		<category><![CDATA[orkut]]></category>

		<category><![CDATA[orkut application]]></category>

		<guid isPermaLink="false">http://techydinesh.wordpress.com/?p=67</guid>
		<description><![CDATA[iPoke application caught my attention immediately, when apps where introduced in orkut.
You have to add the application to your profile first.
Now you can poke your friends now.
You smash birthday cakes, throw flowers, bowl googly or smash tomatoes etc  
If your friend has this app in his profile, int he top 3 order, then his [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>iPoke application caught my attention immediately, when apps where introduced in orkut.</p>
<p>You have to add the application to your profile first.</p>
<p>Now you can poke your friends now.</p>
<p>You smash birthday cakes, throw flowers, bowl googly or smash tomatoes etc <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If your friend has this app in his profile, int he top 3 order, then his profile will show the pokes he received from you and others.</p>
<p>You can also view the pokes that you sent through your history, from My History tab in iPoke tab.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/techydinesh.wordpress.com/67/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/techydinesh.wordpress.com/67/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techydinesh.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techydinesh.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techydinesh.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techydinesh.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techydinesh.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techydinesh.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techydinesh.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techydinesh.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techydinesh.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techydinesh.wordpress.com/67/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techydinesh.wordpress.com&blog=2722362&post=67&subd=techydinesh&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://techydinesh.wordpress.com/2008/04/19/ipoke/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/udinesh5-128.jpg" medium="image">
			<media:title type="html">Din</media:title>
		</media:content>
	</item>
		<item>
		<title>Orkut Application</title>
		<link>http://techydinesh.wordpress.com/2008/04/18/orkut-application/</link>
		<comments>http://techydinesh.wordpress.com/2008/04/18/orkut-application/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 03:30:02 +0000</pubDate>
		<dc:creator>Din</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[iPoke]]></category>

		<category><![CDATA[iRead]]></category>

		<category><![CDATA[orkut]]></category>

		<category><![CDATA[orkut application]]></category>

		<guid isPermaLink="false">http://techydinesh.wordpress.com/?p=66</guid>
		<description><![CDATA[Orkut&#8217;s new feature is adding application&#8217;s to your profile.
You can add from many of the available applications from orkut.
I have added iPoke, Books iRead applications.
iRead applications is from facebook community and runs on orkut because of opensocial API.
iRead helps in finding friends, who have read / reading books of one&#8217;s interest.
iPoke is a simple app [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Orkut&#8217;s new feature is adding application&#8217;s to your profile.</p>
<p>You can add from many of the available applications from orkut.</p>
<p>I have added iPoke, Books iRead applications.</p>
<p>iRead applications is from facebook community and runs on orkut because of opensocial API.</p>
<p>iRead helps in finding friends, who have read / reading books of one&#8217;s interest.</p>
<p>iPoke is a simple app for smashing birthday cakes etc on your friends <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/techydinesh.wordpress.com/66/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/techydinesh.wordpress.com/66/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techydinesh.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techydinesh.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techydinesh.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techydinesh.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techydinesh.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techydinesh.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techydinesh.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techydinesh.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techydinesh.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techydinesh.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techydinesh.wordpress.com&blog=2722362&post=66&subd=techydinesh&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://techydinesh.wordpress.com/2008/04/18/orkut-application/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/udinesh5-128.jpg" medium="image">
			<media:title type="html">Din</media:title>
		</media:content>
	</item>
		<item>
		<title>Nokia Shortcut</title>
		<link>http://techydinesh.wordpress.com/2008/04/17/nokia-shortcut/</link>
		<comments>http://techydinesh.wordpress.com/2008/04/17/nokia-shortcut/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 16:32:37 +0000</pubDate>
		<dc:creator>Din</dc:creator>
		
		<category><![CDATA[Mobile]]></category>

		<category><![CDATA[nokia]]></category>

		<category><![CDATA[Nokia Shortcut]]></category>

		<category><![CDATA[SMS]]></category>

		<guid isPermaLink="false">http://techydinesh.wordpress.com/?p=65</guid>
		<description><![CDATA[After you have composed a message, press call button or green button.
The message will be sent if the to number is already filled or a prompt will appear to select a to number from your contacts.
Another shortcut, is to send mutimedia files via Bluetooth, IR or MMS just use the green button after opening the [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>After you have composed a message, press call button or green button.</p>
<p>The message will be sent if the to number is already filled or a prompt will appear to select a to number from your contacts.</p>
<p>Another shortcut, is to send mutimedia files via Bluetooth, IR or MMS just use the green button after opening the picture or video.</p>
<p>Hope You Like this shortcut ! Especially the teens who sent volumes of SMS lol</p>
<p>Please leave comments and other mobile users check the availability of this shortcut.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/techydinesh.wordpress.com/65/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/techydinesh.wordpress.com/65/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techydinesh.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techydinesh.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techydinesh.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techydinesh.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techydinesh.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techydinesh.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techydinesh.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techydinesh.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techydinesh.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techydinesh.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techydinesh.wordpress.com&blog=2722362&post=65&subd=techydinesh&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://techydinesh.wordpress.com/2008/04/17/nokia-shortcut/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/udinesh5-128.jpg" medium="image">
			<media:title type="html">Din</media:title>
		</media:content>
	</item>
		<item>
		<title>Nokia Morph Concept</title>
		<link>http://techydinesh.wordpress.com/2008/03/31/nokia-morph-concept/</link>
		<comments>http://techydinesh.wordpress.com/2008/03/31/nokia-morph-concept/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 06:01:52 +0000</pubDate>
		<dc:creator>Din</dc:creator>
		
		<category><![CDATA[Mobile]]></category>

		<category><![CDATA[morph]]></category>

		<category><![CDATA[nanotechnology]]></category>

		<category><![CDATA[nokia]]></category>

		<guid isPermaLink="false">http://techydinesh.wordpress.com/?p=63</guid>
		<description><![CDATA[The concept is about using nanotechnology in mobile phones.
An awesome video demonstrating the Morph Concept can be found here
http://youtube.com/watch?v=IX-gTobCJHs
More details can be found here
http://www.nokia.com/A4852062
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The concept is about using nanotechnology in mobile phones.</p>
<p>An awesome video demonstrating the Morph Concept can be found here</p>
<p><a href="http://youtube.com/watch?v=IX-gTobCJHs" target="_blank">http://youtube.com/watch?v=IX-gTobCJHs</a></p>
<p>More details can be found here</p>
<p><a href="http://www.nokia.com/A4852062" target="_blank">http://www.nokia.com/A4852062</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/techydinesh.wordpress.com/63/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/techydinesh.wordpress.com/63/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techydinesh.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techydinesh.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techydinesh.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techydinesh.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techydinesh.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techydinesh.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techydinesh.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techydinesh.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techydinesh.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techydinesh.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techydinesh.wordpress.com&blog=2722362&post=63&subd=techydinesh&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://techydinesh.wordpress.com/2008/03/31/nokia-morph-concept/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/udinesh5-128.jpg" medium="image">
			<media:title type="html">Din</media:title>
		</media:content>
	</item>
	</channel>
</rss>