<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>InterestsMe</title>
	<atom:link href="http://interestsme.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://interestsme.wordpress.com</link>
	<description>Stuff that that caught my eye!</description>
	<lastBuildDate>Tue, 19 Oct 2010 14:33:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='interestsme.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>InterestsMe</title>
		<link>http://interestsme.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://interestsme.wordpress.com/osd.xml" title="InterestsMe" />
	<atom:link rel='hub' href='http://interestsme.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Coldfusion ListContains() VS ListFind()</title>
		<link>http://interestsme.wordpress.com/2010/09/21/coldfusion-listcontains-vs-findlist/</link>
		<comments>http://interestsme.wordpress.com/2010/09/21/coldfusion-listcontains-vs-findlist/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 15:14:59 +0000</pubDate>
		<dc:creator>Interests Me</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[I_Know]]></category>

		<guid isPermaLink="false">http://interestsme.wordpress.com/?p=143</guid>
		<description><![CDATA[to be honest I was thrilled the day I found coldfusion list functions. I was like, there is so much I can do with all these. But the other day, I ran into a problem. (In a way, I am glad this happen, becase debugging would have been a nightmare.) Coldfusion documentation states ListContains() as, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interestsme.wordpress.com&amp;blog=9426394&amp;post=143&amp;subd=interestsme&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>to be honest I was thrilled the day I found coldfusion list functions. I was like, there is so much I can do with all these.    <br />But the other day, I ran into a problem. (In a way, I am glad this happen, becase debugging would have been a nightmare.)</p>
<p>Coldfusion documentation states ListContains() as,</p>
<blockquote><p><strong><u>Description</u></strong>       <br />Determines the index of the first list element that contains a specified substring.       <br /><strong><u>Returns</u></strong>       <br />Index of the first list element that contains substring. If not found, returns zero.</p>
<p><a href="http://livedocs.adobe.com/coldfusion/8/htmldocs/functions_l_06.html#130469">Adobe Documentation</a>       </p>
</blockquote>
<p>To explain the problem I ran into I&#8217;m gonna use this page I found, explaining a similar situation as mine.</p>
<p><a href="http://alan.blog-city.com/be_careful_with_listcontains_the_badly_named_function.htm">ListContains issue</a></p>
<p>in anycase above link didn&#8217;t work, I&#8217;m taking the essence of it.    <br />what it&#8217;s is, if you have a list 1,2,3,4,55,6, and if you use ListContains(<i>ListName</i>, &quot;5&quot;, &quot;,&quot;) you would expect to get 0, because &quot;5&quot; in NOT in mylist.     <br />But what does the function returns, 5 because by documentation definition &quot;5&quot; is in &quot;55&quot; (substring).     <br />what? I know it&#8217;s confusing, you and me both, but that&#8217;s how ListContains() work.</p>
<p>So what&#8217;s the solution, ListFind() or[ListFindNoCase() , depending on content of your List].    <br />But be careful now to give the result you want, make sure to match up EXACTLY as it is in the list, including leading and trailing spaces.     <br />To be in the safe side, whereever you appen your list, make sure to use trim() to avoid unnecessary spaces.     <br />I have to find out this the hard way, but now you don&#8217;t have to.     <br />Glad to help, you are welcome. lol</p>
<p>&#160;</p>
<p><strong>UPDATE 10/05/2010</strong></p>
<p>Even though I didn’t mention ArrayToList() function here thought of dropping a word on that. Come to find out, ArrayToList() only works for one-dimentional arrays. </p>
<blockquote><p><strong>Description</strong></p>
<p>Converts a one-dimensional array to a list.</p>
<p><strong>Returns</strong></p>
<p>Delimited list, as a string. </p>
<p><a title="http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=functions_a-b_24.html" href="http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=functions_a-b_24.html" target="_blank">Adobe Documentation</a></p>
</blockquote>
<p>Becareful on that, because even it’s clear on the documentation, I over-looked it and ran into a problem. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/interestsme.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/interestsme.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/interestsme.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/interestsme.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/interestsme.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/interestsme.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/interestsme.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/interestsme.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/interestsme.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/interestsme.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/interestsme.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/interestsme.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/interestsme.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/interestsme.wordpress.com/143/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interestsme.wordpress.com&amp;blog=9426394&amp;post=143&amp;subd=interestsme&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://interestsme.wordpress.com/2010/09/21/coldfusion-listcontains-vs-findlist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a851d4e0680592ad0c5de2a81f0b2918?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">damiththa</media:title>
		</media:content>
	</item>
		<item>
		<title>UnhearIt</title>
		<link>http://interestsme.wordpress.com/2010/09/02/unhearit/</link>
		<comments>http://interestsme.wordpress.com/2010/09/02/unhearit/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 15:03:14 +0000</pubDate>
		<dc:creator>Interests Me</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[I_Know]]></category>

		<guid isPermaLink="false">http://interestsme.wordpress.com/?p=137</guid>
		<description><![CDATA[A song to be catchy it doesn&#8217;t need to be mean anything at all. but what&#8217;s irritating about this is, once it&#8217;s in your head you can get it out. You&#8217;ll catch your self humming, or even singing out load whenever there is nobody is around. Fear not, solution is hear (i mean &#8216;here&#8217;). It&#8217;s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interestsme.wordpress.com&amp;blog=9426394&amp;post=137&amp;subd=interestsme&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A song to be catchy it doesn&#8217;t need to be mean anything at all. but what&#8217;s irritating about this is, once it&#8217;s in your head you can get it out. </p>
<p>You&#8217;ll catch your self humming, or even singing out load whenever there is nobody is around. </p>
<p>Fear not, solution is hear (i mean &#8216;here&#8217;). It&#8217;s <a href="http://unhearit.com/">UnhearIt</a>. This lovely app generates a random song guaranteed(atleast in my case) to get that annoying song out of your head, (well you might get stuck with a new one, but that&#8217;s a different problem. May be you can UnhearIt again, circle of life lol.) </p>
<p>Anyway, enjoy, i sure do</p>
<object height="81" width="100%"><param name="movie" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fsoundcloud.com%2Fcutboy%2Fbelle-stars-iko-iko&amp;g=1&amp;"></param><embed height="81" src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fsoundcloud.com%2Fcutboy%2Fbelle-stars-iko-iko&amp;g=1&amp;" type="application/x-shockwave-flash" width="100%"> </embed> </object>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/interestsme.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/interestsme.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/interestsme.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/interestsme.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/interestsme.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/interestsme.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/interestsme.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/interestsme.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/interestsme.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/interestsme.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/interestsme.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/interestsme.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/interestsme.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/interestsme.wordpress.com/137/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interestsme.wordpress.com&amp;blog=9426394&amp;post=137&amp;subd=interestsme&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://interestsme.wordpress.com/2010/09/02/unhearit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a851d4e0680592ad0c5de2a81f0b2918?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">damiththa</media:title>
		</media:content>
	</item>
		<item>
		<title>Finding Last Business Day of the month</title>
		<link>http://interestsme.wordpress.com/2010/07/09/finding-last-business-day-of-the-month/</link>
		<comments>http://interestsme.wordpress.com/2010/07/09/finding-last-business-day-of-the-month/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 17:32:25 +0000</pubDate>
		<dc:creator>Interests Me</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[I_Know]]></category>

		<guid isPermaLink="false">http://interestsme.wordpress.com/?p=127</guid>
		<description><![CDATA[I know it is confusing but this is something I have to accomplish recently. But if you really think about it, it&#8217;s very useful in many in-office applications. Anyhow, after ample internet reading and searching, I finally figured it out Here is how I did it. I&#8217;m sure there are plenty of ways of doing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interestsme.wordpress.com&amp;blog=9426394&amp;post=127&amp;subd=interestsme&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I know it is confusing but this is something I have to accomplish recently. But if you really think about it, it&#8217;s very useful in many in-office applications.</p>
<p>Anyhow, after ample internet reading and searching, I finally figured it out</p>
<p>Here is how I did it. I&#8217;m sure there are plenty of ways of doing this, but to save you with the trouble I&#8217;m posting it. Feel free to use and and please comments thoughts, suggestions, etc.</p>
<p>And BTW, this snippet finds the Last Business Day of the month. With little bit of tweaking, it&#8217;s easy to find the first business day of next month. (I actually had to find both, in two different occurrences.) (Let me know if you want that)</p>
<p>Here we go,</p>
<p>Before we get into coding here is a scenario to think about. Let&#8217;s say we found what&#8217;s the last business day of the month, but what if that&#8217;s a company holiday&#8230;. aha problemo isn&#8217;t it? Not so much, if we factor that in to coding. </p>
<p>Now-a-days almost every company has a table of company holidays. This is usually managed by HR dept. and this list contains company holidays as well as national holidays.</p>
<p>Oh BTW, when this is running I made it pop up a cfwindow saying &#8216;today is the last business day of this month, do whatcha gotta do&#8217;</p>
<p><a href='http://interestsme.files.wordpress.com/2010/07/lastbusinessday2.docx'>Last Business Day Code</a>  </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/interestsme.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/interestsme.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/interestsme.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/interestsme.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/interestsme.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/interestsme.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/interestsme.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/interestsme.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/interestsme.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/interestsme.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/interestsme.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/interestsme.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/interestsme.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/interestsme.wordpress.com/127/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interestsme.wordpress.com&amp;blog=9426394&amp;post=127&amp;subd=interestsme&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://interestsme.wordpress.com/2010/07/09/finding-last-business-day-of-the-month/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a851d4e0680592ad0c5de2a81f0b2918?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">damiththa</media:title>
		</media:content>
	</item>
		<item>
		<title>Internet Porn</title>
		<link>http://interestsme.wordpress.com/2010/06/09/internet-porn/</link>
		<comments>http://interestsme.wordpress.com/2010/06/09/internet-porn/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 13:20:55 +0000</pubDate>
		<dc:creator>Interests Me</dc:creator>
				<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://interestsme.wordpress.com/?p=110</guid>
		<description><![CDATA[it is true, somehow or someway, Internet and Porn go hand-in-hand. And here are the facts, SOURCE<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interestsme.wordpress.com&amp;blog=9426394&amp;post=110&amp;subd=interestsme&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>it is true, somehow or someway, Internet and Porn go hand-in-hand. And here are the facts,</p>
<p><a href="http://interestsme.files.wordpress.com/2010/06/xdg1.jpg"><img class="aligncenter size-full wp-image-112" title="Internet Porn facts" src="http://interestsme.files.wordpress.com/2010/06/xdg1.jpg?w=630" alt=""   /></a></p>
<p><a href="http://www.onlinemba.com/blog/the-stats-on-internet-pornography/" target="_blank">SOURCE</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/interestsme.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/interestsme.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/interestsme.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/interestsme.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/interestsme.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/interestsme.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/interestsme.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/interestsme.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/interestsme.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/interestsme.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/interestsme.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/interestsme.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/interestsme.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/interestsme.wordpress.com/110/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interestsme.wordpress.com&amp;blog=9426394&amp;post=110&amp;subd=interestsme&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://interestsme.wordpress.com/2010/06/09/internet-porn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a851d4e0680592ad0c5de2a81f0b2918?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">damiththa</media:title>
		</media:content>

		<media:content url="http://interestsme.files.wordpress.com/2010/06/xdg1.jpg" medium="image">
			<media:title type="html">Internet Porn facts</media:title>
		</media:content>
	</item>
		<item>
		<title>How to remove registration stickers</title>
		<link>http://interestsme.wordpress.com/2010/04/16/how-to-remove-registration-stickers/</link>
		<comments>http://interestsme.wordpress.com/2010/04/16/how-to-remove-registration-stickers/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 13:06:19 +0000</pubDate>
		<dc:creator>Interests Me</dc:creator>
				<category><![CDATA[I_Know]]></category>
		<category><![CDATA[DIY]]></category>

		<guid isPermaLink="false">http://interestsme.wordpress.com/?p=96</guid>
		<description><![CDATA[I don&#8217;t know about other states but in PA vehicle registration is a sticker on the left side of the windscreen. it&#8217;s a nasty sticker really hard to remove and it want even come out clear. In my case, my vehicle is registered in DE so DE cops won&#8217;t care about an expired PA registration [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interestsme.wordpress.com&amp;blog=9426394&amp;post=96&amp;subd=interestsme&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know about other states but in PA vehicle registration is a sticker on the left side of the windscreen. it&#8217;s a nasty sticker really hard to remove and it want even come out clear.</p>
<p>In my case, my vehicle is registered in DE so DE cops won&#8217;t care about an expired PA registration stickers as long as I have valid DE registration sticker on my tags.</p>
<p>But if you are in PA cop can pull you over for expired sticker and even if you explain this is a DE car, I heard they can still give you a sticker for confusing a cop or for still display an expired sticker. You don&#8217;t have to go through all that trouble, but if there is an easy way to remove that sticker?</p>
<p>That&#8217;s what I thought, so last night I took that project. I heard lipstick removals or blowing a hair dryer would do the trick, but go figure I&#8217;m NOT armed with any of those. So I have to find an alternative.</p>
<p>So for the regular people, here is all you need;</p>
<ul>
<li>small piece of cloth (cotton preferably), soak it with water.</li>
<li>Something flat with a dull edge. (I used a coaster)</li>
</ul>
<p>Rub the  cloth against the sticker. If you rub hard enough, you&#8217;ll notice some parts of the sticker just come right off. (Numeric month piece for an instance)</p>
<p>Then take the same cloth and coaster make it like Figure 1,</p>
<p style="text-align:center;"><a href="http://interestsme.files.wordpress.com/2010/04/0415101939a.jpg"><img class="aligncenter size-full wp-image-97" title="FIGURE 1" src="http://interestsme.files.wordpress.com/2010/04/0415101939a.jpg?w=630" alt=""   /></a></p>
<p style="text-align:center;">FIGURE 1</p>
<p style="text-align:left;">Make sure to cover any edge of the coaster with the cloth cause you don&#8217;t want to scratch your windscreen, then just give the sticker a good ol&#8217; a scrape. (FIGURE 2)</p>
<p style="text-align:center;"><a href="http://interestsme.files.wordpress.com/2010/04/0415101939b.jpg"><img class="aligncenter size-full wp-image-98" title="FIGURE 2" src="http://interestsme.files.wordpress.com/2010/04/0415101939b.jpg?w=630" alt=""   /></a>FIGURE 2</p>
<p style="text-align:left;">Before you know, you&#8217;ll have a clean windscreen with no trace of that sticker. Oh yeah,  make sure to clean off any glue marks from the screen, then you are good to go.</p>
<p style="text-align:center;"><a href="http://interestsme.files.wordpress.com/2010/04/0415101946a.jpg"><img class="aligncenter size-full wp-image-99" title="FIGURE 3" src="http://interestsme.files.wordpress.com/2010/04/0415101946a.jpg?w=630" alt=""   /></a>FIGURE 3</p>
<p style="text-align:left;">If you know any other ways of getting this done, please feel free to share.</p>
<p style="text-align:left;">
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/interestsme.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/interestsme.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/interestsme.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/interestsme.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/interestsme.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/interestsme.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/interestsme.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/interestsme.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/interestsme.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/interestsme.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/interestsme.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/interestsme.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/interestsme.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/interestsme.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interestsme.wordpress.com&amp;blog=9426394&amp;post=96&amp;subd=interestsme&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://interestsme.wordpress.com/2010/04/16/how-to-remove-registration-stickers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a851d4e0680592ad0c5de2a81f0b2918?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">damiththa</media:title>
		</media:content>

		<media:content url="http://interestsme.files.wordpress.com/2010/04/0415101939a.jpg" medium="image">
			<media:title type="html">FIGURE 1</media:title>
		</media:content>

		<media:content url="http://interestsme.files.wordpress.com/2010/04/0415101939b.jpg" medium="image">
			<media:title type="html">FIGURE 2</media:title>
		</media:content>

		<media:content url="http://interestsme.files.wordpress.com/2010/04/0415101946a.jpg" medium="image">
			<media:title type="html">FIGURE 3</media:title>
		</media:content>
	</item>
		<item>
		<title>Get your &#8216;FARTS&#8217; right</title>
		<link>http://interestsme.wordpress.com/2010/03/19/get-your-farts-right/</link>
		<comments>http://interestsme.wordpress.com/2010/03/19/get-your-farts-right/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 16:30:28 +0000</pubDate>
		<dc:creator>Interests Me</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[email]]></category>

		<guid isPermaLink="false">http://interestsme.wordpress.com/?p=93</guid>
		<description><![CDATA[Today I got this in an email from my sister, I thought very interested to be shared. I may be old news, but for me it&#8217;s new and it&#8217;s fascinating facts, facts that I didn&#8217;t knew. Enjoy.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interestsme.wordpress.com&amp;blog=9426394&amp;post=93&amp;subd=interestsme&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today I got this in an email from my sister, I thought very interested to be shared.</p>
<p>I may be old news, but for me it&#8217;s new and it&#8217;s fascinating facts, facts that I didn&#8217;t knew. Enjoy.</p>
<p><a href="http://interestsme.files.wordpress.com/2010/03/att00001.jpg"><img class="aligncenter size-full wp-image-94" title="ATT00001" src="http://interestsme.files.wordpress.com/2010/03/att00001.jpg?w=630" alt=""   /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/interestsme.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/interestsme.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/interestsme.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/interestsme.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/interestsme.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/interestsme.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/interestsme.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/interestsme.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/interestsme.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/interestsme.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/interestsme.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/interestsme.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/interestsme.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/interestsme.wordpress.com/93/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interestsme.wordpress.com&amp;blog=9426394&amp;post=93&amp;subd=interestsme&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://interestsme.wordpress.com/2010/03/19/get-your-farts-right/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a851d4e0680592ad0c5de2a81f0b2918?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">damiththa</media:title>
		</media:content>

		<media:content url="http://interestsme.files.wordpress.com/2010/03/att00001.jpg" medium="image">
			<media:title type="html">ATT00001</media:title>
		</media:content>
	</item>
		<item>
		<title>Which cell phone to get?</title>
		<link>http://interestsme.wordpress.com/2010/02/16/which-cell-phone-to-get/</link>
		<comments>http://interestsme.wordpress.com/2010/02/16/which-cell-phone-to-get/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 19:07:25 +0000</pubDate>
		<dc:creator>Interests Me</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[phone]]></category>

		<guid isPermaLink="false">http://interestsme.wordpress.com/?p=85</guid>
		<description><![CDATA[I know this has been the conundrum for many and having so many options is actually not helping at all. Well if you select your carrier then sticking to that, will actually will help to narrow down a bit. This past Monday(02/15/2010) Microsoft debuted their long-waited window phone 7 series.  I must say it is truly  the next [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interestsme.wordpress.com&amp;blog=9426394&amp;post=85&amp;subd=interestsme&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I know this has been the conundrum for many and having so many options is actually not helping at all. Well if you select your carrier then sticking to that, will actually will help to narrow down a bit.</p>
<p>This past Monday(02/15/2010) Microsoft debuted their long-waited <a href="http://www.windowsphone7series.com/" target="_blank">window phone 7 series</a>.  I must say it is truly  the next generation of mobile OS. It&#8217;s UI is so sleek and everything you would expect is there. I, my self waiting for this release as it&#8217;s almost time for me to look into a new mobile device.</p>
<p style="text-align:center;"><a href="http://interestsme.files.wordpress.com/2010/02/windowsphone7series-small.jpg"><img class="aligncenter size-full wp-image-86" title="windowsphone7series" src="http://interestsme.files.wordpress.com/2010/02/windowsphone7series-small.jpg?w=630" alt=""   /></a></p>
<p>But what are we hearing, they have the OS but not the device. WHAT? and it&#8217;s expected date to hit the market is 2010 holidays? COME ON.  I was expecting it sooner than that (to be honest I was expecting it from last Monday). Oh well. The downfall of waiting that long, by then the OS is not going to look so innovative. Hard core competitors like Apple and Google gonna beef up their line up so, windows phone 7 by holidays, is not gonna look so unique.</p>
<p>And did I tell you, it looks so much better than both Apple&#8217;s iphone 3.1 OS and Google&#8217;s Andriod 2.1 (Eclair). (I&#8217;m actually not a big fan of Google Andriod, but since I have to get a new phone, Nexus One is also in my set of phones to be consider.)</p>
<p>What&#8217;s most interesting is that, it seems like now everyone is releasing phones. Why I say that, today I come to find out PUMA is going to release a phone. YES, you read it right, PUMA the athletic apparel company, competitor of NIKE, ADDIDAS etc.</p>
<p><a href="http://pumaphone.com/" target="_blank">Check it out</a>.  It&#8217;s actually pretty good looking.</p>
<p>So back to squire one, which phone to get? it&#8217;s truly up to you coz there is too many choices you have to pick your own. (To be honest I&#8217;m lost my self can&#8217;t decide what to get. Feel free to comment may be that will help me to make my decision.)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/interestsme.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/interestsme.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/interestsme.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/interestsme.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/interestsme.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/interestsme.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/interestsme.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/interestsme.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/interestsme.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/interestsme.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/interestsme.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/interestsme.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/interestsme.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/interestsme.wordpress.com/85/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interestsme.wordpress.com&amp;blog=9426394&amp;post=85&amp;subd=interestsme&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://interestsme.wordpress.com/2010/02/16/which-cell-phone-to-get/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a851d4e0680592ad0c5de2a81f0b2918?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">damiththa</media:title>
		</media:content>

		<media:content url="http://interestsme.files.wordpress.com/2010/02/windowsphone7series-small.jpg" medium="image">
			<media:title type="html">windowsphone7series</media:title>
		</media:content>
	</item>
		<item>
		<title>Phishing Email?</title>
		<link>http://interestsme.wordpress.com/2010/02/12/phishing-email/</link>
		<comments>http://interestsme.wordpress.com/2010/02/12/phishing-email/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 20:51:00 +0000</pubDate>
		<dc:creator>Interests Me</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[email]]></category>

		<guid isPermaLink="false">http://interestsme.wordpress.com/?p=82</guid>
		<description><![CDATA[Here is something I came across in loginHelper. I know with the high dependability of email for business and for personal use, you know there is something else is coming your way, Phishing. May be the above flow chart might be a little bit of a help to make to you decide.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interestsme.wordpress.com&amp;blog=9426394&amp;post=82&amp;subd=interestsme&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here is something I came across in <a href="http://loginhelper.com/email/phishing-flow-chart/" target="_blank">loginHelper</a>.</p>
<p>I know with the high dependability of email for business and for personal use, you know there is something else is coming your way, <a href="http://en.wikipedia.org/wiki/Phising" target="_blank">Phishing</a>.</p>
<p style="text-align:left;"><a href="http://interestsme.files.wordpress.com/2010/02/phishing_flow_chart1.jpg"><img class="aligncenter size-medium wp-image-83" title="phishing_flow_chart1" src="http://interestsme.files.wordpress.com/2010/02/phishing_flow_chart1.jpg?w=263&#038;h=300" alt="" width="263" height="300" /></a></p>
<p style="text-align:left;">May be the above flow chart might be a little bit of a help to make to you decide.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/interestsme.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/interestsme.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/interestsme.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/interestsme.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/interestsme.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/interestsme.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/interestsme.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/interestsme.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/interestsme.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/interestsme.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/interestsme.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/interestsme.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/interestsme.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/interestsme.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interestsme.wordpress.com&amp;blog=9426394&amp;post=82&amp;subd=interestsme&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://interestsme.wordpress.com/2010/02/12/phishing-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a851d4e0680592ad0c5de2a81f0b2918?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">damiththa</media:title>
		</media:content>

		<media:content url="http://interestsme.files.wordpress.com/2010/02/phishing_flow_chart1.jpg?w=263" medium="image">
			<media:title type="html">phishing_flow_chart1</media:title>
		</media:content>
	</item>
		<item>
		<title>Getting Job done like Jobs</title>
		<link>http://interestsme.wordpress.com/2010/01/25/getting-job-done-like-jobs/</link>
		<comments>http://interestsme.wordpress.com/2010/01/25/getting-job-done-like-jobs/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 21:41:13 +0000</pubDate>
		<dc:creator>Interests Me</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[presentation]]></category>

		<guid isPermaLink="false">http://interestsme.wordpress.com/?p=79</guid>
		<description><![CDATA[Even though some argues it is talent some might say it&#8217;s practice. Either way, Steve Jobs, is a great speaker(where you are PC or MAC). The other day I came across this very informative video on digital Inspiration. Video gives an great outline of a &#8216;Steve Jobs&#8217; presentation, but those who are in a rush [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interestsme.wordpress.com&amp;blog=9426394&amp;post=79&amp;subd=interestsme&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Even though some argues it is talent some might say it&#8217;s practice. Either way, Steve Jobs, is a great speaker(where you are PC or MAC).</p>
<p>The other day I came across this very informative video on <a href="http://www.labnol.org/home/deliver-presentations-like-steve-jobs/12451/" target="_blank">digital Inspiration</a>.</p>
<p>Video gives an great outline of a &#8216;Steve Jobs&#8217; presentation, but those who are in a rush here are the main points in bullet form.</p>
<ul>
<li> Setting the Theme of the presentation, <em>i.e. identify  a theme, make sure it&#8217;s clear and consistent, sets the direction,  give the audience a reason to listern</em></li>
<li>Provide an outline of your presentation, <em>i.e. open and close each section with a clear transaction, this helps the listerner to follow your presentation</em></li>
<li>Be energetic and show enthusiasm about what you are talking about, <em>make your audience wow-ed</em></li>
<li>Sell Experience, <em>i.e. if you are offering numbers, stats etc. make it meaningful, and connection to what you are talking about</em></li>
<li>Make the presentation an  visual experience, <em>help THEM to paint the picture, i.e. few on bullet points big on visuals</em></li>
<li>Rehearse and rehearse plenty</li>
<li>and lastly add &#8216;One more thing&#8217; <em>this make audience feels like there were given an added bonus </em></li>
</ul>
<p>Well hopefully all these tips will be helpful for you to get your job done like Jobs.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/interestsme.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/interestsme.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/interestsme.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/interestsme.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/interestsme.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/interestsme.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/interestsme.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/interestsme.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/interestsme.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/interestsme.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/interestsme.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/interestsme.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/interestsme.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/interestsme.wordpress.com/79/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interestsme.wordpress.com&amp;blog=9426394&amp;post=79&amp;subd=interestsme&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://interestsme.wordpress.com/2010/01/25/getting-job-done-like-jobs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a851d4e0680592ad0c5de2a81f0b2918?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">damiththa</media:title>
		</media:content>
	</item>
		<item>
		<title>Eating Sushi &#8211; right way</title>
		<link>http://interestsme.wordpress.com/2010/01/19/eating-sushi-right-way/</link>
		<comments>http://interestsme.wordpress.com/2010/01/19/eating-sushi-right-way/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 13:50:36 +0000</pubDate>
		<dc:creator>Interests Me</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[eating]]></category>

		<guid isPermaLink="false">http://interestsme.wordpress.com/?p=75</guid>
		<description><![CDATA[I love Sushi, and no doubt about. Yes I also had concern &#8216;eating raw fish&#8217; &#8211;  I&#8217;m over that coz it&#8217;s NOT raw fish (atleast not the once I&#8217;m eating, sushi made with raw fish is called Sashimi, and here is the wiki about it.) And I did learn how HOT wasabi is. According to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interestsme.wordpress.com&amp;blog=9426394&amp;post=75&amp;subd=interestsme&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I love Sushi, and no doubt about.</p>
<p>Yes I also had concern &#8216;eating raw fish&#8217; &#8211;  I&#8217;m over that coz it&#8217;s NOT raw fish (atleast not the once I&#8217;m eating, sushi made with raw fish is called Sashimi, and here is the <a href="http://en.wikipedia.org/wiki/Sushi" target="_blank">wiki</a> about it.) And I did learn how HOT wasabi is.</p>
<p>According to my understanding, Sushi had made it&#8217;s way to a socially acceptable dinning. I.e. Golf is accepted as a high class, social networking game so as eating Sushi at a good Sushi Bar (find sushi bars <a href="http://sushiref.com/listings/" target="_blank">near</a> you).</p>
<p>Any-how, I came across this wonderful Sushi Etiquette on <a href="http://www.clusterflock.org/2010/01/sushi-etiquette.html" target="_blank">ClusterFlock</a>, and I find it interesting.</p>
<p style="text-align:left;"><a href="http://interestsme.files.wordpress.com/2010/01/sushi-etiquette-480x759.jpg"><img class="size-medium wp-image-76 aligncenter" title="sushi-etiquette" src="http://interestsme.files.wordpress.com/2010/01/sushi-etiquette-480x759.jpg?w=189&#038;h=300" alt="" width="189" height="300" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/interestsme.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/interestsme.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/interestsme.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/interestsme.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/interestsme.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/interestsme.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/interestsme.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/interestsme.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/interestsme.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/interestsme.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/interestsme.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/interestsme.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/interestsme.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/interestsme.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=interestsme.wordpress.com&amp;blog=9426394&amp;post=75&amp;subd=interestsme&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://interestsme.wordpress.com/2010/01/19/eating-sushi-right-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a851d4e0680592ad0c5de2a81f0b2918?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">damiththa</media:title>
		</media:content>

		<media:content url="http://interestsme.files.wordpress.com/2010/01/sushi-etiquette-480x759.jpg?w=189" medium="image">
			<media:title type="html">sushi-etiquette</media:title>
		</media:content>
	</item>
	</channel>
</rss>
