<?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>Silent Walker</title>
	<atom:link href="http://silentwalker.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://silentwalker.wordpress.com</link>
	<description>Every day is a journey, and the journey itself is home</description>
	<lastBuildDate>Sun, 27 Feb 2011 23:19:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='silentwalker.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Silent Walker</title>
		<link>http://silentwalker.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://silentwalker.wordpress.com/osd.xml" title="Silent Walker" />
	<atom:link rel='hub' href='http://silentwalker.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Tomcat Memory Leak and Heap Dump</title>
		<link>http://silentwalker.wordpress.com/2010/08/04/tomcat-memory-leak-and-thread-dump/</link>
		<comments>http://silentwalker.wordpress.com/2010/08/04/tomcat-memory-leak-and-thread-dump/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 08:47:48 +0000</pubDate>
		<dc:creator>Silent Walker</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[jmap]]></category>
		<category><![CDATA[Memory Leak]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[visualvm]]></category>

		<guid isPermaLink="false">http://silentwalker.wordpress.com/?p=125</guid>
		<description><![CDATA[One of our web application was running out of memory recently. Today I finally managed sometime to dig in. First job was to look for a profiler, turns out, there is a cool java profiler named visualvm, it&#8217;s free and it now comes with JDK! After configuring it with eclipse and profiling my local tomcat [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentwalker.wordpress.com&amp;blog=939893&amp;post=125&amp;subd=silentwalker&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One of our web application was running out of memory recently. Today I finally managed sometime to dig in. First job was to look for a profiler, turns out, there is a cool java profiler named visualvm, it&#8217;s free and it now comes with JDK! After configuring it with eclipse and profiling my local tomcat for a while, I realized the easiest thing would be to simply get a thread dump from production and analyze that.</p>
<p>Again, after Googling for a while, I realized that there is a simple utility called jmap that also comes with JDK and let&#8217;s you take memory dump. Cool, eh? So here&#8217;s the command -</p>
<p>﻿jmap -dump:format=b,file=heap.bin 5796</p>
<p>Here heap.bin is the name of the output file and 5796 is the tomcat process id. It looked pretty simple, all I had to do was run the command, then download the bin file and open it in visualvm. But it never is as simple as it appears, isn&#8217;t it? <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  When I ran the command in my production server, I got the following error -</p>
<p>&#8220;Not enough storage is available to process this command&#8221;</p>
<p>At first it seemed like I don&#8217;t have enough storage or memory. But again, after Googling, it turns out you can&#8217;t run that command when you Remot Desktop to your production server. The solution was to remote login usign the following command -</p>
<p>mstsc /admin /v:SERVER</p>
<p>I am not sure why, but once I logged in using the /admin parameter, I was able to run the command and take the heap dump that I was after. I&#8217;m downloading the file as I write this blog, next step is to find out who&#8217;s eating my pie! <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/silentwalker.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/silentwalker.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/silentwalker.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/silentwalker.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/silentwalker.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/silentwalker.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/silentwalker.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/silentwalker.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/silentwalker.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/silentwalker.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/silentwalker.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/silentwalker.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/silentwalker.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/silentwalker.wordpress.com/125/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentwalker.wordpress.com&amp;blog=939893&amp;post=125&amp;subd=silentwalker&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://silentwalker.wordpress.com/2010/08/04/tomcat-memory-leak-and-thread-dump/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6953e5e6691e535281816c5c6bc7afd5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">silentwalker</media:title>
		</media:content>
	</item>
		<item>
		<title>Custom validation in hibernate</title>
		<link>http://silentwalker.wordpress.com/2009/04/07/custom-validation-in-hibernate/</link>
		<comments>http://silentwalker.wordpress.com/2009/04/07/custom-validation-in-hibernate/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 07:40:20 +0000</pubDate>
		<dc:creator>Silent Walker</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Annotation]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://silentwalker.wordpress.com/?p=114</guid>
		<description><![CDATA[I have had an opportunity to play around with annotation and hibernate validation. Basically, hibernate has a few predefined annotations that you can use to annotate your getter methods. Later on, when in comes the user input, it will be validated based on the annotation type you use. For example - @Length(max = 100) @Email public String getEmail() { [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentwalker.wordpress.com&amp;blog=939893&amp;post=114&amp;subd=silentwalker&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have had an opportunity to play around with <a href="http://java.sun.com/j2se/1.5.0/docs/guide/language/annotations.html" target="_blank">annotation</a> and hibernate validation. Basically, hibernate has a few predefined annotations that you can use to annotate your getter methods. Later on, when in comes the user input, it will be validated based on the annotation type you use. For example -<br />
<code><br />
@Length(max = 100)<br />
@Email<br />
public String getEmail() {<br />
  return email;<br />
}<br />
</code><br />
Here we are limiting the length of the String and also annotating it as an Email. The @Email annotation has a Validator class defined with @ValidatorClass annotation. The isValid() method of the respective validator gets called at runtime which then decided whether the input value is valid. You can find out more about it <a href="http://www.triview.com/articles/hibernate/validator/canmeetyourneeds.html" target="_blank">here</a>.</p>
<p>Anyway, my problem in the above email field was, now we wanted to save multiple email addresses separated by comma. Since the default validator treats the whole value as one email address, it discards the input when there is a comma, obviously. Therefore, we needed a custom solution. After a bit of research and code digging, the final solution turned out to be very simple. But more importantly, elegant as well.</p>
<p>To implement custom validation in hibernate, all we need to do is define a new annotation and a corresponding validator. Lets first create the annotation.</p>
<p> </p>
<p><code>@Target(ElementType.METHOD)<br />
@Retention(RetentionPolicy.RUNTIME)<br />
@Documented<br />
@ValidatorClass(CustomEmailValidator.class)<br />
public @interface CustomEmail {<br />
  String message() default "Email address not valid";<br />
}</code></p>
<p>As you can see, our annotation is called CustomEmail (as opposed to Email in the first listing). We have written a new class named CustomEmailValidator and defined it here as our validator class. This class implements  org.hibernate.validator.Validator which has a isValid method that will get called at runtime. All we needed to do was put our validation logic inside this method. Here is a part of the code</p>
<p><code><br />
public class CustomEmailValidator implements Validator&lt;CustomEmail&gt;, Serializable {</code></p>
<p><code>  public boolean isValid(Object value) {</code></p>
<p><code>    // return true or false after validating value</code></p>
<p><code>  }<br />
}</code></p>
<p><code><span style="font-family:Georgia;">Note, while implementing the Validator, we have to define the annotation name that this validator is linked with. Thats it! We just created implemented a new validation rule using hibernates validator framework.</span></code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/silentwalker.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/silentwalker.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/silentwalker.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/silentwalker.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/silentwalker.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/silentwalker.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/silentwalker.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/silentwalker.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/silentwalker.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/silentwalker.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/silentwalker.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/silentwalker.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/silentwalker.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/silentwalker.wordpress.com/114/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentwalker.wordpress.com&amp;blog=939893&amp;post=114&amp;subd=silentwalker&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://silentwalker.wordpress.com/2009/04/07/custom-validation-in-hibernate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6953e5e6691e535281816c5c6bc7afd5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">silentwalker</media:title>
		</media:content>
	</item>
		<item>
		<title>Me and my Garfield</title>
		<link>http://silentwalker.wordpress.com/2009/04/03/me-and-my-garfield/</link>
		<comments>http://silentwalker.wordpress.com/2009/04/03/me-and-my-garfield/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 01:53:13 +0000</pubDate>
		<dc:creator>Silent Walker</dc:creator>
				<category><![CDATA[Comics]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://silentwalker.wordpress.com/?p=111</guid>
		<description><![CDATA[Just came across this Garfield post today through google gadget. As always they are funny as hell. But wait, this one is more. It looks awefully familiar ! Can you guess which one is me?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentwalker.wordpress.com&amp;blog=939893&amp;post=111&amp;subd=silentwalker&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just came across this Garfield post today through google gadget. As always they are funny as hell. But wait, this one is more. It looks awefully familiar !</p>
<p><img class="aligncenter size-full wp-image-110" title="Garifield Sleeping" src="http://silentwalker.files.wordpress.com/2009/04/lga090402gif.jpg?w=500&#038;h=145" alt="Garifield Sleeping" width="500" height="145" /></p>
<p>Can you guess which one is me?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/silentwalker.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/silentwalker.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/silentwalker.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/silentwalker.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/silentwalker.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/silentwalker.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/silentwalker.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/silentwalker.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/silentwalker.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/silentwalker.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/silentwalker.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/silentwalker.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/silentwalker.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/silentwalker.wordpress.com/111/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentwalker.wordpress.com&amp;blog=939893&amp;post=111&amp;subd=silentwalker&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://silentwalker.wordpress.com/2009/04/03/me-and-my-garfield/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6953e5e6691e535281816c5c6bc7afd5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">silentwalker</media:title>
		</media:content>

		<media:content url="http://silentwalker.files.wordpress.com/2009/04/lga090402gif.jpg" medium="image">
			<media:title type="html">Garifield Sleeping</media:title>
		</media:content>
	</item>
		<item>
		<title>Business as usual?</title>
		<link>http://silentwalker.wordpress.com/2008/10/23/business-as-usual/</link>
		<comments>http://silentwalker.wordpress.com/2008/10/23/business-as-usual/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 06:25:33 +0000</pubDate>
		<dc:creator>Silent Walker</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://silentwalker.wordpress.com/?p=100</guid>
		<description><![CDATA[For the past couple of days, I have been trying to deploy the web services I have written. It was a lot harder than I ever imagined. I had configured everything and it was running fine in my local setup. I took my time and made the perfect deployment plan. It was supposed to be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentwalker.wordpress.com&amp;blog=939893&amp;post=100&amp;subd=silentwalker&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For the past couple of days, I have been trying to deploy the web services I have written. It was a lot harder than I ever imagined. I had configured everything and it was running fine in my local setup. I took my time and made the perfect deployment plan. It was supposed to be just a matter of updating the context followed by a restart of the application server. Needless to say, it was nowhere near that!</p>
<p>It is a matter of great discomfort when you are deploying a set of new configurations, which works perfectly in your local box, refuse to work in the live server. To make matter worse, the error doesn&#8217;t give any clear indication and the log file behaves like just another day in the office!</p>
<p>Fortunately though, the air has cooled down, all the issues are resolved now at the expense of couple of  days of frustration and head scratching debugging.</p>
<p>My collegue yesterday noticed I was unusually quite (even for my standard) and wondered whether this sort of problematic patch is frequent in programming. Frequent or not, the aftermath is surely worth it and more. <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/silentwalker.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/silentwalker.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/silentwalker.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/silentwalker.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/silentwalker.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/silentwalker.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/silentwalker.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/silentwalker.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/silentwalker.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/silentwalker.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/silentwalker.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/silentwalker.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/silentwalker.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/silentwalker.wordpress.com/100/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentwalker.wordpress.com&amp;blog=939893&amp;post=100&amp;subd=silentwalker&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://silentwalker.wordpress.com/2008/10/23/business-as-usual/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6953e5e6691e535281816c5c6bc7afd5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">silentwalker</media:title>
		</media:content>
	</item>
		<item>
		<title>Had a great time, thank you!</title>
		<link>http://silentwalker.wordpress.com/2008/10/17/had-a-great-time-thank-you/</link>
		<comments>http://silentwalker.wordpress.com/2008/10/17/had-a-great-time-thank-you/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 05:43:05 +0000</pubDate>
		<dc:creator>Silent Walker</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Car]]></category>
		<category><![CDATA[Sydney Motor Expo]]></category>

		<guid isPermaLink="false">http://silentwalker.wordpress.com/?p=91</guid>
		<description><![CDATA[Last evening was special for me. I have always wanted to go to those fancy car shows. Watching pictures of others in front of Ferrari or Mercedes seemed very appalling to me. Well, I was never going to miss when this opportunity came to me. There is a motor expo going on at the moment [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentwalker.wordpress.com&amp;blog=939893&amp;post=91&amp;subd=silentwalker&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last evening was special for me. I have always wanted to go to those fancy car shows. Watching pictures of others in front of Ferrari or Mercedes seemed very appalling to me. Well, I was never going to miss when this opportunity came to me. There is a motor expo going on at the moment and we happened to be there last evening. We went there after office and stayed almost till 9 PM. For me, it was an amazing experience. I don&#8217;t know why, but I was extremely delighted to be there. I even managed to totally forget my headache the whole time I was there!</p>
<p>I saw the cars &#8211; as much as I could &#8211; literally. The best part of course was watching the red Ferrari. But there were a lot of other cars for the pleasure of my eyes. Well, yes eyes. I wasn&#8217;t thinking about buying, duh! And I don&#8217;t really day dream either! <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div id="attachment_92" class="wp-caption aligncenter" style="width: 510px"><a href="http://silentwalker.files.wordpress.com/2008/10/16102008952.jpg"><img class="size-large wp-image-92" title="Ferrari" src="http://silentwalker.files.wordpress.com/2008/10/16102008952.jpg?w=500&#038;h=666" alt="" width="500" height="666" /></a><p class="wp-caption-text">Ferrari</p></div>
<p style="text-align:center;">
<p style="text-align:left;">The main attraction though, was the future car from Mazda -</p>
<div id="attachment_93" class="wp-caption aligncenter" style="width: 510px"><a href="http://silentwalker.files.wordpress.com/2008/10/16102008935.jpg"><img class="size-large wp-image-93" title="Mazda Taiki" src="http://silentwalker.files.wordpress.com/2008/10/16102008935.jpg?w=500&#038;h=375" alt="Mazda Taiki - The Future Car" width="500" height="375" /></a><p class="wp-caption-text">Mazda Taiki - The Future Car</p></div>
<p style="text-align:left;">This beautiful two seater was designed with a single objective to &#8220;create a design that visually expresses the flow of air.&#8221;</p>
<p style="text-align:left;">There were also great cars from Lamborghini, Lexus, Toyota, Holden, Maserati, Nissan, Renault, Suzuki, Volvo, Ford and Hyundai. To find out more about the expo and see other car pictures, visit the <a href="http://carsguide.news.com.au/aims2008/site/photos/" target="_blank">official site</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/silentwalker.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/silentwalker.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/silentwalker.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/silentwalker.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/silentwalker.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/silentwalker.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/silentwalker.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/silentwalker.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/silentwalker.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/silentwalker.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/silentwalker.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/silentwalker.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/silentwalker.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/silentwalker.wordpress.com/91/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentwalker.wordpress.com&amp;blog=939893&amp;post=91&amp;subd=silentwalker&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://silentwalker.wordpress.com/2008/10/17/had-a-great-time-thank-you/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6953e5e6691e535281816c5c6bc7afd5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">silentwalker</media:title>
		</media:content>

		<media:content url="http://silentwalker.files.wordpress.com/2008/10/16102008952.jpg?w=500" medium="image">
			<media:title type="html">Ferrari</media:title>
		</media:content>

		<media:content url="http://silentwalker.files.wordpress.com/2008/10/16102008935.jpg?w=500" medium="image">
			<media:title type="html">Mazda Taiki</media:title>
		</media:content>
	</item>
		<item>
		<title>Obama in Xbox</title>
		<link>http://silentwalker.wordpress.com/2008/10/15/obama-in-xbox/</link>
		<comments>http://silentwalker.wordpress.com/2008/10/15/obama-in-xbox/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 06:05:43 +0000</pubDate>
		<dc:creator>Silent Walker</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Barack Obama]]></category>

		<guid isPermaLink="false">http://silentwalker.wordpress.com/?p=87</guid>
		<description><![CDATA[Like millions others worldwide, I am also quite keenly following the developments of US presidential election this year.  I was amused to see the following today &#8211; Obama&#8217;s campaign has put adverts on Xbox live game &#8216;Burnout Paradise&#8217;. Looks like he is trying to encourage young voters to sign up.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentwalker.wordpress.com&amp;blog=939893&amp;post=87&amp;subd=silentwalker&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Like millions others worldwide, I am also quite keenly following the developments of US presidential election this year.  I was amused to see the following today &#8211; Obama&#8217;s campaign has put adverts on Xbox live game &#8216;Burnout Paradise&#8217;. Looks like he is trying to encourage young voters to sign up.</p>
<div id="attachment_88" class="wp-caption alignnone" style="width: 460px"><a href="http://silentwalker.files.wordpress.com/2008/10/obama_in_burnout.jpg"><img class="size-full wp-image-88" title="obama_in_burnout" src="http://silentwalker.files.wordpress.com/2008/10/obama_in_burnout.jpg?w=450&#038;h=350" alt="Barack Obama in burnout" width="450" height="350" /></a><p class="wp-caption-text">Barack Obama billboard in Xbox</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/silentwalker.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/silentwalker.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/silentwalker.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/silentwalker.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/silentwalker.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/silentwalker.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/silentwalker.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/silentwalker.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/silentwalker.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/silentwalker.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/silentwalker.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/silentwalker.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/silentwalker.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/silentwalker.wordpress.com/87/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentwalker.wordpress.com&amp;blog=939893&amp;post=87&amp;subd=silentwalker&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://silentwalker.wordpress.com/2008/10/15/obama-in-xbox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6953e5e6691e535281816c5c6bc7afd5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">silentwalker</media:title>
		</media:content>

		<media:content url="http://silentwalker.files.wordpress.com/2008/10/obama_in_burnout.jpg" medium="image">
			<media:title type="html">obama_in_burnout</media:title>
		</media:content>
	</item>
		<item>
		<title>I have a new toy!</title>
		<link>http://silentwalker.wordpress.com/2008/08/29/i-have-a-new-toy/</link>
		<comments>http://silentwalker.wordpress.com/2008/08/29/i-have-a-new-toy/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 07:01:27 +0000</pubDate>
		<dc:creator>Silent Walker</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Car]]></category>

		<guid isPermaLink="false">http://silentwalker.wordpress.com/?p=81</guid>
		<description><![CDATA[I can&#8217;t remember when was the last time I was so happy after buying something. Maybe not since the old and naive childhood days when a toy used to mean everything I could ever hope for! Well, last night we just got ourselves a cute little Car. After getting it from its previous owner we [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentwalker.wordpress.com&amp;blog=939893&amp;post=81&amp;subd=silentwalker&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="mceTemp">I can&#8217;t remember when was the last time I was so happy after buying something. Maybe not since the old and naive childhood days when a toy used to mean everything I could ever hope for! Well, last night we just got ourselves a cute little Car. After getting it from its previous owner we went for a quick spin around the block &#8211; it was fun and kind of scary! For the first time I was driving without an instructor. My wife tried her best to chip in with helpful instructions though.</div>
<div class="mceTemp"></div>
<div class="mceTemp">I had given our car space to our neighbour for this week, therefore had to park the car on the street last night. Its quite a normal thing to do, but being the first day, I was very nervous for doing that. Have I locked the car right? Have I blocked any drive way? Why is a light flashing there? I also remember jumping out of the bed twice and looking out of the window to check if the car was there. Not my fault, I heard a car door closing sound followed by start of an engine! <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </div>
<div class="mceTemp"></div>
<div class="mceTemp">Anyway, this is how it looked this morning from our window -</div>
<div id="attachment_82" class="wp-caption alignnone" style="width: 510px"><a href="http://silentwalker.files.wordpress.com/2008/08/29082008507.jpg"><img class="size-large wp-image-82" src="http://silentwalker.files.wordpress.com/2008/08/29082008507.jpg?w=500&#038;h=375" alt="Our first car" width="500" height="375" /></a><p class="wp-caption-text">Our first car</p></div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/silentwalker.wordpress.com/81/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/silentwalker.wordpress.com/81/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/silentwalker.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/silentwalker.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/silentwalker.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/silentwalker.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/silentwalker.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/silentwalker.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/silentwalker.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/silentwalker.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/silentwalker.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/silentwalker.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/silentwalker.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/silentwalker.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/silentwalker.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/silentwalker.wordpress.com/81/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentwalker.wordpress.com&amp;blog=939893&amp;post=81&amp;subd=silentwalker&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://silentwalker.wordpress.com/2008/08/29/i-have-a-new-toy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6953e5e6691e535281816c5c6bc7afd5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">silentwalker</media:title>
		</media:content>

		<media:content url="http://silentwalker.files.wordpress.com/2008/08/29082008507.jpg?w=500" medium="image">
			<media:title type="html">Our first car</media:title>
		</media:content>
	</item>
		<item>
		<title>Did you know?</title>
		<link>http://silentwalker.wordpress.com/2008/07/18/did-you-know/</link>
		<comments>http://silentwalker.wordpress.com/2008/07/18/did-you-know/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 07:28:20 +0000</pubDate>
		<dc:creator>Silent Walker</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://silentwalker.wordpress.com/?p=77</guid>
		<description><![CDATA[While designing a template for Joomla, I ran into this weird problem the other day. For some reason, the tab images on the navigation bar were having a white space in between them. I checked my code over and over again, even narrowed down the file into a simpler layout. But no luck! I didn&#8217;t [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentwalker.wordpress.com&amp;blog=939893&amp;post=77&amp;subd=silentwalker&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While designing a template for Joomla, I ran into this weird problem the other day. For some reason, the tab images on the navigation bar were having a white space in between them. I checked my code over and over again, even narrowed down the file into a simpler layout. But no luck! I didn&#8217;t even know what to type in google. The problem was so silly!</p>
<p>Well, when I finally found out the solution, the problem seemed even sillier! Turns out, if you leave a white space or new line in between to img tags, a white space appears in between them. But if you delete the spaces between the two tags, it renders fine! <a href="http://www.gootheory.com/raw/horizontal-image-spacing.html" target="_self">Check it out</a>.</p>
<p>I wish hadn&#8217;t had to know that!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/silentwalker.wordpress.com/77/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/silentwalker.wordpress.com/77/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/silentwalker.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/silentwalker.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/silentwalker.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/silentwalker.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/silentwalker.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/silentwalker.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/silentwalker.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/silentwalker.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/silentwalker.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/silentwalker.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/silentwalker.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/silentwalker.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/silentwalker.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/silentwalker.wordpress.com/77/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentwalker.wordpress.com&amp;blog=939893&amp;post=77&amp;subd=silentwalker&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://silentwalker.wordpress.com/2008/07/18/did-you-know/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6953e5e6691e535281816c5c6bc7afd5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">silentwalker</media:title>
		</media:content>
	</item>
		<item>
		<title>Current state of mind</title>
		<link>http://silentwalker.wordpress.com/2008/07/15/currnet-state-of-mind/</link>
		<comments>http://silentwalker.wordpress.com/2008/07/15/currnet-state-of-mind/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 07:22:31 +0000</pubDate>
		<dc:creator>Silent Walker</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://silentwalker.wordpress.com/?p=75</guid>
		<description><![CDATA[Last night, we were not in the mood of cooking and therefore went to buy some curry in our nearby restaurant. There we met this girl who happened to come from Bangladesh as well. We started talking and she described how tough her life has been here, so far. The descriptions were really touching. We [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentwalker.wordpress.com&amp;blog=939893&amp;post=75&amp;subd=silentwalker&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last night, we were not in the mood of cooking and therefore went to buy some curry in our nearby restaurant. There we met this girl who happened to come from Bangladesh as well. We started talking and she described how tough her life has been here, so far. The descriptions were really touching. We felt for her and all other students, who leave their country for a better life and then pass through the same suffering.</p>
<p>Its of course, all about money. Problem with coming from a poor country is, the apparently huge amount of money sent to you from your family, when converted into rich country&#8217;s currency, becomes really insignificant. Unless your family back home is really really rich, you soon realise you have to earn your own expenses. Every student we have seen so far, is doing the same. They are trying to survive the academic years, for once that has been accomplished, they will get the permit to work full time.</p>
<p>Luckily for me, I never had that enough richness to venture the thought of coming here as a student! <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Therefore, we thankfully, are living on the other side of this stream. People in this side, wake up with alarm clocks, catch the same carriage of the exact same train on exact o&#8217;clock everyday. Most of them return home long after the sun has set with their shoulders and heads pointing towards earth and the face clearly expressing the tiredness.</p>
<p>Which is, to me, is still fine. I mean life was never supposed to be easy. But when after all this, something from inside keeps you asking what the hell are you doing here, I get really confused! This is something I have wanted for so long and thankfully I have got it. But I never knew the cost that I had to pay, cause I had never lived without my family before.</p>
<p>I just hope and believe, this is for the better for all of us.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/silentwalker.wordpress.com/75/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/silentwalker.wordpress.com/75/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/silentwalker.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/silentwalker.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/silentwalker.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/silentwalker.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/silentwalker.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/silentwalker.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/silentwalker.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/silentwalker.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/silentwalker.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/silentwalker.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/silentwalker.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/silentwalker.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/silentwalker.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/silentwalker.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentwalker.wordpress.com&amp;blog=939893&amp;post=75&amp;subd=silentwalker&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://silentwalker.wordpress.com/2008/07/15/currnet-state-of-mind/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6953e5e6691e535281816c5c6bc7afd5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">silentwalker</media:title>
		</media:content>
	</item>
		<item>
		<title>Missing the sports actions</title>
		<link>http://silentwalker.wordpress.com/2008/06/24/missing-the-sports-actions/</link>
		<comments>http://silentwalker.wordpress.com/2008/06/24/missing-the-sports-actions/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 07:00:20 +0000</pubDate>
		<dc:creator>Silent Walker</dc:creator>
				<category><![CDATA[Australia]]></category>
		<category><![CDATA[Bangladesh]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Sydney]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[Sports]]></category>

		<guid isPermaLink="false">http://silentwalker.wordpress.com/?p=73</guid>
		<description><![CDATA[While I can imagine the Euro 2008 buzz that might be going on in Dhaka by looking at the local newspapers, I certainly do not see or feel anything here. I try to keep up with the scores by reading the news, but I do miss the live action. Well, any action to be honest! [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentwalker.wordpress.com&amp;blog=939893&amp;post=73&amp;subd=silentwalker&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While I can imagine the Euro 2008 buzz that might be going on in Dhaka by looking at the local newspapers, I certainly do not see or feel anything here. I try to keep up with the scores by reading the news, but I do miss the live action. Well, any action to be honest! I keep myself updated with the scores and results by visiting the BBC worlds website. Although they have video highlights there, they don&#8217;t let me watch it! It keeps on saying &#8220;Sorry, this media is not available in your territory&#8221;.</p>
<p>This morning when I read the shocking news of Russia beating Netherlands, I had to see how it happened. But as usual, no video in my territory. After a while, I opted to view their version of &#8216;Virtual Replay&#8217; &#8211; animated simulation of the actual play. It lets you switch the camera from lots of different angles, you can also control the speed of the play. All in all, nice interface with lots of customisable option.</p>
<p>But .. after watching it for a while, I wondered what I was doing. What a loser, I thought! I missed the live action, missed the highlights, the game is now two days old and I am sitting here watching bunch of cartoon characters running on a green canvas!! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>No doubt I will have to find a solution for watching sports. I just didn&#8217;t realise until now, how glued I am with them. My parents were right! <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/silentwalker.wordpress.com/73/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/silentwalker.wordpress.com/73/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/silentwalker.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/silentwalker.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/silentwalker.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/silentwalker.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/silentwalker.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/silentwalker.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/silentwalker.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/silentwalker.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/silentwalker.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/silentwalker.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/silentwalker.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/silentwalker.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/silentwalker.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/silentwalker.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentwalker.wordpress.com&amp;blog=939893&amp;post=73&amp;subd=silentwalker&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://silentwalker.wordpress.com/2008/06/24/missing-the-sports-actions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6953e5e6691e535281816c5c6bc7afd5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">silentwalker</media:title>
		</media:content>
	</item>
	</channel>
</rss>
