<?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>iKaushal</title>
	<atom:link href="http://ikaushal.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ikaushal.com</link>
	<description>Thoughts, reviews, tech stuff.</description>
	<lastBuildDate>Thu, 17 May 2012 04:43:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ikaushal.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>iKaushal</title>
		<link>http://ikaushal.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ikaushal.com/osd.xml" title="iKaushal" />
	<atom:link rel='hub' href='http://ikaushal.com/?pushpress=hub'/>
		<item>
		<title>How to set the sharing default as private when marking bookmarks using Delicious Bookmarks Extension in Chrome</title>
		<link>http://ikaushal.com/2011/08/11/how-to-set-the-sharing-default-as-private-when-marking-bookmarks-using-delicious-bookmarks-extension-in-chrome/</link>
		<comments>http://ikaushal.com/2011/08/11/how-to-set-the-sharing-default-as-private-when-marking-bookmarks-using-delicious-bookmarks-extension-in-chrome/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 17:07:14 +0000</pubDate>
		<dc:creator>Kaushal</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[change default]]></category>
		<category><![CDATA[checkbox]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[delicious]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[mark as private]]></category>
		<category><![CDATA[popup]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[private]]></category>
		<category><![CDATA[sharing]]></category>
		<category><![CDATA[sharing off]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://ikaushal.com/?p=160</guid>
		<description><![CDATA[- First of all we need to find how where the files related to the extension are stored. To do that enter chrome://extensions/ in the Chrome address bar. If the Developer mode is not expanded, expand it by clicking on &#8220;+&#8221; in front of &#8220;Developer mode&#8221; on top-right. Scroll down to &#8220;Delicious Bookmarks Extension (Beta)&#8221; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ikaushal.com&#038;blog=2551317&#038;post=160&#038;subd=kaushalmodi&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>- First of all we need to find how where the files related to the extension are stored.</p>
<p>To do that enter</p>
<pre>chrome://extensions/</pre>
<p>in the Chrome address bar. If the Developer mode is not expanded, expand it by clicking on &#8220;+&#8221; in front of &#8220;Developer mode&#8221; on top-right.<br />
Scroll down to &#8220;Delicious Bookmarks Extension (Beta)&#8221; and copy the ID.  In this case, the ID was <em><strong>lnejbeiilmbliffhdepeobjemekgdnok</strong></em></p>
<p>The folder for the Delicious extension will be named lnejbeiilmbliffhdepeobjemekgdnok.</p>
<p>For my case, this folder was found in</p>
<p><em>C:\Documents and Settings\&lt;USER&gt;\Local Settings\Application Data\Google\Chrome\User Data\Default\Extensions\</em></p>
<p>- Edit the file that create the pop-up window when the &#8220;TAG&#8221; icon of this extension is clicked in Chrome.</p>
<p><em>C:\Documents and Settings\&lt;USER&gt;\Local Settings\Application Data\Google\Chrome\User Data\Default\Extensions<br />
</em><em> \lnejbeiilmbliffhdepeobjemekgdnok\ 0.998_0\popup.html<br />
</em><span class="Apple-style-span" style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;font-size:13px;line-height:19px;white-space:normal;"><em><span style="color:#999999;">( extra space was added in front of 0.998_0\popup.html. Remove it if you are copying the link. I had to add it because wordpress eliminates the character combination of &#8216;\&#8217; and &#8217;0&#8242; )</span></em></span></p>
<p>At the time of writing this post, the version of the extension was 0.998_0.</p>
<p>Original code:</p>
<pre>&lt;div class="remember"&gt;
&lt;input type="checkbox" id="share" name="share" value="no" &gt;
&lt;label for="share"&gt;Mark as private&lt;/label&gt;
&lt;/div&gt;</pre>
<p>Editted code:</p>
<pre>&lt;div&gt;
&lt;input type="checkbox" id="share" name="share" value="no" 
<span style="color:#ff0000;"><strong> checked="yes" </strong></span>&gt;
&lt;label for="share"&gt;Mark as private&lt;/label&gt;
&lt;/div&gt;</pre>
<p>Save the file.</p>
<p>That&#8217;s it! Now on, when the &#8220;TAG&#8221; icon is hit, you will see the check-box labeled &#8220;Mark as private&#8221; always marked.</p>
<br />Filed under: <a href='http://ikaushal.com/category/productivity/'>Productivity</a>, <a href='http://ikaushal.com/category/tech/'>Tech</a> Tagged: <a href='http://ikaushal.com/tag/change-default/'>change default</a>, <a href='http://ikaushal.com/tag/checkbox/'>checkbox</a>, <a href='http://ikaushal.com/tag/chrome/'>Chrome</a>, <a href='http://ikaushal.com/tag/delicious/'>delicious</a>, <a href='http://ikaushal.com/tag/extension/'>extension</a>, <a href='http://ikaushal.com/tag/hack/'>hack</a>, <a href='http://ikaushal.com/tag/html/'>html</a>, <a href='http://ikaushal.com/tag/mark-as-private/'>mark as private</a>, <a href='http://ikaushal.com/tag/popup/'>popup</a>, <a href='http://ikaushal.com/tag/privacy/'>privacy</a>, <a href='http://ikaushal.com/tag/private/'>private</a>, <a href='http://ikaushal.com/tag/sharing/'>sharing</a>, <a href='http://ikaushal.com/tag/sharing-off/'>sharing off</a>, <a href='http://ikaushal.com/tag/tweak/'>tweak</a>, <a href='http://ikaushal.com/tag/xml/'>xml</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kaushalmodi.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kaushalmodi.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kaushalmodi.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kaushalmodi.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kaushalmodi.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kaushalmodi.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kaushalmodi.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kaushalmodi.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kaushalmodi.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kaushalmodi.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kaushalmodi.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kaushalmodi.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kaushalmodi.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kaushalmodi.wordpress.com/160/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ikaushal.com&#038;blog=2551317&#038;post=160&#038;subd=kaushalmodi&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ikaushal.com/2011/08/11/how-to-set-the-sharing-default-as-private-when-marking-bookmarks-using-delicious-bookmarks-extension-in-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6dbe470c7ef3817bb1da85dc5883acbe?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">kaushalmodi</media:title>
		</media:content>
	</item>
		<item>
		<title>Review: Rage of Angels</title>
		<link>http://ikaushal.com/2011/02/24/review-rage-of-angels/</link>
		<comments>http://ikaushal.com/2011/02/24/review-rage-of-angels/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 17:15:34 +0000</pubDate>
		<dc:creator>Kaushal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ikaushal.com/2011/02/24/review-rage-of-angels/</guid>
		<description><![CDATA[Rage of Angels by Sidney Sheldon My rating: 2 of 5 stars BORING. The book was not what I expected from so many 4-star ratings given to it. The lead character in the book is Jennifer Parker, a young lawyer. The author makes you think in the beginning of the book that she has integrity [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ikaushal.com&#038;blog=2551317&#038;post=159&#038;subd=kaushalmodi&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.goodreads.com/book/show/8281528-rage-of-angels" style="float:left;padding-right:20px;"><img alt="Rage of Angels" border="0" src="http://ecx.images-amazon.com/images/I/41WfHM4v3%2BL._SX106_.jpg" /></a><a href="http://www.goodreads.com/book/show/8281528-rage-of-angels">Rage of Angels</a> by <a href="http://www.goodreads.com/author/show/9068.Sidney_Sheldon">Sidney Sheldon</a><br />
My rating: <a href="http://www.goodreads.com/review/show/142539286">2 of 5 stars</a></p>
<p>BORING. The book was not what I expected from so many 4-star ratings given to it.  </p>
<p>The lead character in the book is Jennifer Parker, a young lawyer. The author makes you think in the beginning of the book that she has integrity in her personal life and work. Jennifer&#8217;s mom had left her dad for some young guy and she hates people who cheat to the very core.  Then she herself starts having affair with a married man, twice!</p>
<p>Sheldon purposes makes Jennifer win cases which logically could not be possible.  An example: She makes a promiscuous woman win a paternity case against a rich socialite with very good character. Jennifer makes the jury believe that the kid is that guy&#8217;s son just because the &#8216;dad&#8217; kept licking his lower lip when nervous and the kid was also licking his lips ( Jennifer&#8217;s trick: Fed the kid corn syrup before the court hearing ). Would you believe that?! Another example: A man is acquitted of a murder even though he has a reputation of being violent, even when there were no witnesses to say that he killed in self defense, even when there were countless witnesses who saw him kill!</p>
<p>Worst of all is the lack of integrity in Jennifer&#8217;s character, she hates people who cheat and then she only starts sleeping with married men.  She first seems to fight for good, but then she just becomes the Italian mafia king Michael Moretti&#8217;s pawn to defend rapists and murderers.</p>
<p>Will probably never read another Sheldon book.</p>
<p><a href="http://www.goodreads.com/review/list/4073869-kaushal-modi">View all my reviews</a></p>
<br />Filed under: <a href='http://ikaushal.com/category/uncategorized/'>Uncategorized</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kaushalmodi.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kaushalmodi.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kaushalmodi.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kaushalmodi.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kaushalmodi.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kaushalmodi.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kaushalmodi.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kaushalmodi.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kaushalmodi.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kaushalmodi.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kaushalmodi.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kaushalmodi.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kaushalmodi.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kaushalmodi.wordpress.com/159/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ikaushal.com&#038;blog=2551317&#038;post=159&#038;subd=kaushalmodi&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ikaushal.com/2011/02/24/review-rage-of-angels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6dbe470c7ef3817bb1da85dc5883acbe?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">kaushalmodi</media:title>
		</media:content>

		<media:content url="http://ecx.images-amazon.com/images/I/41WfHM4v3%2BL._SX106_.jpg" medium="image">
			<media:title type="html">Rage of Angels</media:title>
		</media:content>
	</item>
		<item>
		<title>Review: Water for Elephants</title>
		<link>http://ikaushal.com/2011/02/02/review-water-for-elephants-2/</link>
		<comments>http://ikaushal.com/2011/02/02/review-water-for-elephants-2/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 16:37:20 +0000</pubDate>
		<dc:creator>Kaushal</dc:creator>
				<category><![CDATA[Book Review]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ikaushal.com/2011/02/02/review-water-for-elephants-2/</guid>
		<description><![CDATA[Water for Elephants by Sara Gruen My rating: 3 of 5 stars SMOOTH. It was a smooth, fairly quick read. I liked Sara way of using the metaphors that exactly give us the idea of the emotions the character is going through. I also liked the way she kept on switching the narration, at right [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ikaushal.com&#038;blog=2551317&#038;post=156&#038;subd=kaushalmodi&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a style="float:left;padding-right:20px;" href="http://www.goodreads.com/book/show/8646215-water-for-elephants"><img src="http://ecx.images-amazon.com/images/I/51vtGLBT6vL._SX106_.jpg" border="0" alt="Water for Elephants" /></a><a href="http://www.goodreads.com/book/show/8646215-water-for-elephants">Water for Elephants</a> by <a href="http://www.goodreads.com/author/show/24556.Sara_Gruen">Sara Gruen</a></p>
<p>My rating: <a href="http://www.goodreads.com/review/show/142515145">3 of 5 stars</a></p>
<p>SMOOTH.  It was a smooth, fairly quick read. I liked Sara way of using the metaphors that exactly give us the idea of the emotions the character is going through. I also liked the way she kept on switching the narration, at right times, between the life of 93-yr old Jacob in a geriatric home and his life in Benzini Brothers circus when he was young.</p>
<p>This book is a wonderful historical fiction that describes how circuses used to be always in motion from one town to another on trains in 1930&#8242;s.  She talks about the social barrier between the working class  people and the performers, the process of setting up and dismantling a circus when moving on to the next town, jake paralysis, detail description of few circus acts. An interesting touch to the story is that Sara has weaved in real life circus incidents into this fiction.</p>
<p>The character development of Jacob, Walter and Camel were very good, but I kept expecting more on the development of Marlena&#8217;s character. Her character turns out to be a bit boring, flat and lacking in detail. Without adding spoilers, I would like to add that after reading you might also realize that the climax was not totally justified for the villain.</p>
<p>In one part of the book where Jacob keeps on saying the same &#8220;,but he hit her&#8221; to different characters, it seemed very ridiculous and funny to me even though that was not meant to be funny. Things like this, lack of character building and predictability of the plot makes me give it a 3/5.</p>
<p>But I would give the historical fiction portion of this book a 4/5.</p>
<p>Note to parents: Not appropriate for kids.</p>
<p><a href="http://www.goodreads.com/review/list/4073869-kaushal-modi">View all my reviews</a></p>
<br />Filed under: <a href='http://ikaushal.com/category/book-review/'>Book Review</a>, <a href='http://ikaushal.com/category/uncategorized/'>Uncategorized</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kaushalmodi.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kaushalmodi.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kaushalmodi.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kaushalmodi.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kaushalmodi.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kaushalmodi.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kaushalmodi.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kaushalmodi.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kaushalmodi.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kaushalmodi.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kaushalmodi.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kaushalmodi.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kaushalmodi.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kaushalmodi.wordpress.com/156/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ikaushal.com&#038;blog=2551317&#038;post=156&#038;subd=kaushalmodi&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ikaushal.com/2011/02/02/review-water-for-elephants-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6dbe470c7ef3817bb1da85dc5883acbe?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">kaushalmodi</media:title>
		</media:content>

		<media:content url="http://ecx.images-amazon.com/images/I/51vtGLBT6vL._SX106_.jpg" medium="image">
			<media:title type="html">Water for Elephants</media:title>
		</media:content>
	</item>
		<item>
		<title>Review: Unbroken: A World War II Story of Survival, Resilience, and Redemption</title>
		<link>http://ikaushal.com/2011/01/21/review-unbroken-a-world-war-ii-story-of-survival-resilience-and-redemption/</link>
		<comments>http://ikaushal.com/2011/01/21/review-unbroken-a-world-war-ii-story-of-survival-resilience-and-redemption/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 21:36:09 +0000</pubDate>
		<dc:creator>Kaushal</dc:creator>
				<category><![CDATA[Book Review]]></category>

		<guid isPermaLink="false">http://ikaushal.com/2011/01/21/review-unbroken-a-world-war-ii-story-of-survival-resilience-and-redemption/</guid>
		<description><![CDATA[Unbroken: A World War II Story of Survival, Resilience, and Redemption by Laura Hillenbrand My rating: 5 of 5 stars INSPIRING. This book is the result of wonderful journalism by Laura Hillenbrand. It is a biography of Louis Zamperini, a former Olympic athelete, B-24 bombardier, plane crash survivor (survived on inflatable raft for 47 days) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ikaushal.com&#038;blog=2551317&#038;post=153&#038;subd=kaushalmodi&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.goodreads.com/book/show/8889380-unbroken" style="float:left;padding-right:20px;"><img alt="Unbroken: A World War II Story of Survival, Resilience, and Redemption" border="0" src="http://ecx.images-amazon.com/images/I/519WStkHvCL._SX106_.jpg" /></a><a href="http://www.goodreads.com/book/show/8889380-unbroken">Unbroken: A World War II Story of Survival, Resilience, and Redemption</a> by <a href="http://www.goodreads.com/author/show/30913.Laura_Hillenbrand">Laura Hillenbrand</a><br />
My rating: <a href="http://www.goodreads.com/review/show/136204952">5 of 5 stars</a></p>
<p>INSPIRING. This book is the result of wonderful journalism by Laura Hillenbrand.  It is a biography of Louis Zamperini, a former Olympic athelete, B-24 bombardier, plane crash survivor (survived on inflatable raft for 47 days) and POW survivor on Japanese camps. Born in 1917, this guy is about 94 years today.</p>
<p>The book walks from the childhood days of Zamperini to what he did in 2010.  It includes scans and pictures of important milestones in history. The author has done a lot of research studying the psychology of people stranded on raft, under starvation, under physical abuse on POW camps.  Great detail is also put in explaining what the B-24 bombers were like, what the living conditions of the Japanese POW camps were like, the descriptions make you live those times vicariously. The author has given justified importance to the role of family and friends that helped him survive rough times.</p>
<p>At the end of the book, when you read the acknowledgement section, you will realize the true genius of the author&#8217;s journalism. She went to the lengths of understanding the aeronautics of the plane herself, studied how the Nordic bombsight worked, interviewed almost everyone alive who knew Zamperini, in person, over telephone, studied the scrapbooks on Louis&#8217; life weighing about a hundred pounds, interviewed Louis about 75 times, even interviewed Japanese contacts to verify the truthfulness of American side of the WWII story.</p>
<p>I learned a lot about the WWII Pacific theater from this book&#8230; a masterpiece developed as a result of 7 years of Laura&#8217;s research.</p>
<p><a rel="nofollow" target="_blank" href="http://video.foxnews.com/v/4473256/portrait-of-an-american-hero/?playlist_id=87485">This Fox News video</a> gives a nice summary of the book.</p>
<p><a href="http://www.goodreads.com/review/list/4073869-kaushal-modi">View all my reviews</a></p>
<br />Filed under: <a href='http://ikaushal.com/category/book-review/'>Book Review</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kaushalmodi.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kaushalmodi.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kaushalmodi.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kaushalmodi.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kaushalmodi.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kaushalmodi.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kaushalmodi.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kaushalmodi.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kaushalmodi.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kaushalmodi.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kaushalmodi.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kaushalmodi.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kaushalmodi.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kaushalmodi.wordpress.com/153/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ikaushal.com&#038;blog=2551317&#038;post=153&#038;subd=kaushalmodi&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ikaushal.com/2011/01/21/review-unbroken-a-world-war-ii-story-of-survival-resilience-and-redemption/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6dbe470c7ef3817bb1da85dc5883acbe?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">kaushalmodi</media:title>
		</media:content>

		<media:content url="http://ecx.images-amazon.com/images/I/519WStkHvCL._SX106_.jpg" medium="image">
			<media:title type="html">Unbroken: A World War II Story of Survival, Resilience, and Redemption</media:title>
		</media:content>
	</item>
		<item>
		<title>\label position for figures and tables</title>
		<link>http://ikaushal.com/2010/02/17/label-position-for-figures-and-tables/</link>
		<comments>http://ikaushal.com/2010/02/17/label-position-for-figures-and-tables/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 21:59:57 +0000</pubDate>
		<dc:creator>Kaushal</dc:creator>
				<category><![CDATA[Latex]]></category>
		<category><![CDATA[caption]]></category>
		<category><![CDATA[figure]]></category>
		<category><![CDATA[label]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://ikaushal.com/?p=136</guid>
		<description><![CDATA[I learned this after wasting few minutes on why auto-numbering in hyperlinks to figures and tables happened incorrectly. The \label{} MUST always come after \caption{} of a table/figure. The reason is that the \label command points to an entity like \caption or \section or \subsection or something similar preceding it. So if \section{Section A} is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ikaushal.com&#038;blog=2551317&#038;post=136&#038;subd=kaushalmodi&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I learned this after wasting few minutes on why auto-numbering in hyperlinks to figures and tables happened incorrectly.</p>
<p><strong>The \label{} MUST always come <span style="text-decoration:underline;">after</span> \caption{} of a table/figure.</strong></p>
<p>The reason is that the \label command points to an entity like \caption or \section or \subsection or something similar preceding it.</p>
<p>So if \section{Section A} is before \label{fig:A} and \caption{Figure A} is after the \label command, using \ref{fig:A} will point to the location of \label but will show the section number associated with \section{Section A}.</p>
<p>On the other hand, if \caption{Figure A} is before \label{fig:A}, using \ref{fig:A} will point to the location of \label and show  the figure number associated with the figure with \caption{Figure A}.</p>
<p>INCORRECT:</p>
<blockquote>
<pre><span style="color:#000000;">\begin{figure}[h!]
\centering
\includegraphics[width=1.0\textwidth]{phy/lplpf}
<span style="color:#ff0000;"><strong>\label{fig:phy:lplpf}
\caption{LP low-pass filter I/O}
</strong></span>\end{figure}</span></pre>
</blockquote>
<p><span style="color:#000000;">CORRECT:</span></p>
<blockquote>
<pre><span style="color:#000000;">\begin{figure}[h!]
\centering
\includegraphics[width=1.0\textwidth]{phy/lplpf}
<span style="color:#339966;"><strong>\caption{LP low-pass filter I/O}
\label{fig:phy:lplpf}</strong>
</span>\end{figure}</span></pre>
</blockquote>
<br />Filed under: <a href='http://ikaushal.com/category/latex/'>Latex</a> Tagged: <a href='http://ikaushal.com/tag/caption/'>caption</a>, <a href='http://ikaushal.com/tag/figure/'>figure</a>, <a href='http://ikaushal.com/tag/label/'>label</a>, <a href='http://ikaushal.com/tag/latex/'>Latex</a>, <a href='http://ikaushal.com/tag/table/'>table</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kaushalmodi.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kaushalmodi.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kaushalmodi.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kaushalmodi.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kaushalmodi.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kaushalmodi.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kaushalmodi.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kaushalmodi.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kaushalmodi.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kaushalmodi.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kaushalmodi.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kaushalmodi.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kaushalmodi.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kaushalmodi.wordpress.com/136/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ikaushal.com&#038;blog=2551317&#038;post=136&#038;subd=kaushalmodi&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ikaushal.com/2010/02/17/label-position-for-figures-and-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6dbe470c7ef3817bb1da85dc5883acbe?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">kaushalmodi</media:title>
		</media:content>
	</item>
	</channel>
</rss>
