<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sri&#039;s Blogroll</title>
	<atom:link href="http://designnonsense.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://designnonsense.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 25 Apr 2010 10:56:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS Hacks: A definite guide</title>
		<link>http://designnonsense.com/blog/?p=231</link>
		<comments>http://designnonsense.com/blog/?p=231#comments</comments>
		<pubDate>Sun, 25 Apr 2010 10:56:20 +0000</pubDate>
		<dc:creator>Srini</dc:creator>
				<category><![CDATA[Web Technologies]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://designnonsense.com/blog/?p=231</guid>
		<description><![CDATA[@import url('http://designnonsense.com/css/blog.css'); 

.wrapper {
	width:700px;
	margin:1em;
}
code,  pre {
	font: 100% Courier New, Courier, monospace; color:#90F; padding-left:20px; padding-right:20px;
}
#b-table {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#eee;
	border:1px solid #ccc;
	color:#222;
	margin:1em 0;
}
#b-table td {
	border-bottom:1px solid #ccc;
}
#b-table th {
	border-bottom:1px solid #ccc;
	background-color:#FFe;
	text-align:left;
	padding-left:2px;
}
#box {
	border:#ccc 1px solid;
	background-color:#f6f6f6;
	padding:1em;
}
html>body #box {
	color: #555;
}
span.fx {
	font-size:18px;
}
/*hack styles */
/***** Selector Hacks ******/
/* IE6 and below */
* html #uno {
	background: #ffcaca;
	border: 2px solid #ff0000
}
/* IE7 */
*:first-child+html #dos [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">@import url('http://designnonsense.com/css/blog.css'); </style>
<style type="text/css">
.wrapper {
	width:700px;
	margin:1em;
}
code,  pre {
	font: 100% Courier New, Courier, monospace; color:#90F; padding-left:20px; padding-right:20px;
}
#b-table {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#eee;
	border:1px solid #ccc;
	color:#222;
	margin:1em 0;
}
#b-table td {
	border-bottom:1px solid #ccc;
}
#b-table th {
	border-bottom:1px solid #ccc;
	background-color:#FFe;
	text-align:left;
	padding-left:2px;
}
#box {
	border:#ccc 1px solid;
	background-color:#f6f6f6;
	padding:1em;
}
html>body #box {
	color: #555;
}
span.fx {
	font-size:18px;
}
/*hack styles */
/***** Selector Hacks ******/</p>
<p>/* IE6 and below */
* html #uno {
	background: #ffcaca;
	border: 2px solid #ff0000
}
/* IE7 */
*:first-child+html #dos {
	background: #ffcaca;
	border: 2px solid #ff0000
}
/* IE7, FF, Saf, Opera  */
html>body #tres {
	background: #ffcaca;
	border: 2px solid #ff0000
}
/* IE8, FF, Saf, Opera (Everything but IE 6,7) */
html>/**/body #cuatro {
	background: #ffcaca;
	border: 2px solid #ff0000
}
/* Opera 9.27 and below, safari 2 */
html:first-child #cinco {
	background: #ffcaca;
	border: 2px solid #ff0000
}</p>
<p>/* Safari 2-3 */
html[xmlns*=""] body:last-child #seis {
background: #ffcaca;
border: 2px solid #ff0000
}</p>
<p>/* safari 3+, chrome 1+, opera9+, ff 3.5+ */
body:nth-of-type(1) #siete {
background: #ffcaca;
border: 2px solid #ff0000
}</p>
<p>/* safari 3+, chrome 1+, opera9+, ff 3.5+ */
#sietepointfive:nth-of-type(1n) {
background: #ffcaca;
border: 2px solid #ff0000
}
/* safari 3+, chrome 1+, opera9+, ff 3.5+ */
body:first-of-type #ocho {
	background: #ffcaca;
	border: 2px solid #ff0000
}</p>
<p>/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 #diez {
background: #ffcaca;
border: 2px solid #ff0000
}
}</p>
<p>/* Safari 2 - 3.1 */
html[xmlns*=""]:root #trece {
background: #ffcaca;
border: 2px solid #ff0000
}</p>
<p>/* Safari 2 - 3.1, Opera 9.25 */
*|html[xmlns*=""] #catorce {
background: #ffcaca;
border: 2px solid #ff0000
}
/* Everything but IE6-8 */
:root *> #quince {
	background: #ffcaca;
	border: 2px solid #ff0000
}
/* IE7 */
*+html #dieciocho {
	background: #ffcaca;
	border: 2px solid #ff0000
}</p>
<p>/* Opera 9+, Chrome2+, Saf4+, FF3.5+*/
@media all and (min-width: 0px) {
 #veintitres {
background: #ffcaca;
border: 2px solid #ff0000
}
}</p>
<p>/* Opera 9+, Chrome2+, Saf4+, FF3.0+*/
/* assumes attribute/value on html tag */
html:lang(en)>body #veintiuno {
background: #ffcaca;
border: 2px solid #ff0000
}</p>
<p>/* Opera 9+, Chrome2+, Saf4+, FF3.5+*/
body:nth-of-type(1) #veintidos {
background: #ffcaca;
border: 2px solid #ff0000
}</p>
<p>/* Firefox only. 1+ */
#veinticuatro, x:-moz-any-link {
background: #ffcaca;
border: 2px solid #ff0000
}</p>
<p>/* Firefox 3.0+ */
#veinticinco, x:-moz-any-link, x:default {
background: #ffcaca;
border: 2px solid #ff0000
}
/* unknown ---Hides from IE6--- */
* > #dieciseis {
	background: #ffcaca;
	border: 2px solid #ff0000
}
/* unknown */
html:only-child #nueve {
	background: #ffcaca;
	border: 2px solid #ff0000
}
/***** Attribute Hacks ******/</p>
<p>/* IE6 */
#once {
	_background: #c4e7fd;
	_border: 2px solid #0000FF
}
/* IE6, IE7 */
#doce {
*background: #c4e7fd;
*border: 2px solid #0000FF
}
/* IE6, IE7 */
#veintiseis {
.background: #c4e7fd;
.border: 2px solid #0000FF
}
/* Everything but IE6 */
#diecisiete {
	background /**/: #c4e7fd;
	border /**/: 2px solid #0000FF
}
/* IE6, IE7, IE8 */
#diecinueve {
	background : #c4e7fd\9;
	border : 2px solid #0000FF\9;
}
/* IE7, IE8 */
#veinte {
	background /*\**/: #c4e7fd\9;
	border /*\**/: 2px solid #0000FF\9
}
/* IE6, IE7 -- acts as an !important */
/* string after ! can be anything */
#veintisiete {
background: #c4e7fd !ie;
border: 2px solid #0000FF !ie;
}
#cont {
	font-family: calibri, geneva, arial
}
.test {
	margin: 4px;
	padding: 3px;
	font-weight:normal;
}
</style>
<div class="wrapper">
<p class="bold">What are CSS-hacks?</p>
<p>While developing a web site or web application we need to check the webpage in different browsers to know if it is rendering as expected as per the design or not, when the rendered page differs from browser to browser we need to fix that part to make it looks the same in all browsers, at least major used browsers like IE6, IE8, FF2.0, FF3.0, Safari, Opera and Google Chrome for this we will use some code that code is nothing but a &#8220;hack&#8221; as we are coding in CSS its called a &#8220;CSS hack&#8221; in other words a &#8220;CSS work around&#8221;.</p>
<p class="bold">When do we use a CSS-hack?</p>
<p>As per W3C standards using CSS-hack is strictly not recommended. Nevertheless, at times there will be a need to use it at below situations:</p>
<ol>
<li>During last minutes changes when there is no time to fix.</li>
<li>Upon specific client requests(very rare).</li>
<li>While working on unfinished web jobs where there are code replicas, i.e. when CSS specificity doesn&#8217;t work.</li>
</ol>
<h2>Tageting IE</h2>
<p>Internet Explorer in short IE is still the most used browser world wide. So its very important to tame IE, though there are number of IE specific hacks from IE5.5 through IE8 its highly recomended to use conditional comments instead of hacks. </p>
<p><strong>Conditional comments as a CSS hack</strong></p>
<div>
<pre>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"&gt;
&lt;html lang="en"&gt;
   &lt;head&gt;
	&lt;title&gt;Test&lt;/title&gt;
	&lt;link href="all_browsers.css" rel="stylesheet" type="text/css"&gt;
	&lt;!--[if IE]&gt; &lt;link href="ie_only.css" rel="stylesheet" type="text/css"&gt; &lt;![endif]--&gt;
	&lt;!--[if lt IE 7]&gt; &lt;link href="ie_6_and_below.css" rel="stylesheet" type="text/css"&gt; &lt;![endif]--&gt;
	&lt;!--[if !lt IE 7]&gt;&lt;![IGNORE[--&gt;&lt;![IGNORE[]]&gt; &lt;link href="recent.css" rel="stylesheet" type="text/css"&gt; &lt;!--&lt;![endif]--&gt;
	&lt;!--[if !IE]&gt;--&gt; &lt;link href="not_ie.css" rel="stylesheet" type="text/css"&gt; &lt;!--&lt;![endif]--&gt;
	&lt;/head&gt;
	&lt;body&gt;
		&lt;p&gt;Test&lt;/p&gt;
	&lt;/body&gt;
&lt;/html&gt;</pre>
</div>
<table width="100%" border="0" cellspacing="0" cellpadding="5" id="b-table">
<tr>
<th>&nbsp;</th>
<th>IE6</th>
<th>IE7</th>
<th>IE8</th>
<th>FF3</th>
<th>Safari</th>
<th>Opera</th>
<th>Chrome</th>
</tr>
<tr>
<th>_color: blue</th>
<td>1</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<th><span class="fx">*</span>:first-child+html #box { color: blue  }</th>
<td>0</td>
<td>1</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<th><span class="fx">*</span>+html #box { color: blue  }</th>
<td>0</td>
<td>1</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<th>color /<span class="fx">*</span>\<span class="fx">*</span><span class="fx">*</span>/: blue\9</th>
<td>0</td>
<td>0</td>
<td>1</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<th>:root <span class="fx">*</span>&gt; #box { color: blue  }</th>
<td>0</td>
<td>0</td>
<td>0</td>
<td>1</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<th><span class="fx">*</span>color: blue;</th>
<td>1</td>
<td>1</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<th>#color: blue;</th>
<td>1</td>
<td>1</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<th>color: blue\9</th>
<td>1</td>
<td>1</td>
<td>1</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<th>html&gt;body #box { color: blue  }</th>
<td>0</td>
<td>1</td>
<td>1</td>
<td>1</td>
<td>1</td>
<td>1</td>
<td>&nbsp;</td>
</tr>
<tr>
<th>color: blue;</th>
<td>1</td>
<td>1</td>
<td>1</td>
<td>1</td>
<td>1</td>
<td>1</td>
<td>1</td>
</tr>
</table>
<div id="cont">
<h2>Selector hacks</h2>
<div class="test" id="uno">Red if <code>* html</code> matches in this browser</div>
<div class="test" id="dos">Red if <code>*:first-child+html </code> matches in this browser</div>
<div class="test" id="tres">Red if <code>html>body</code> matches in this browser</div>
<div class="test" id="cuatro">Red if <code>html>/**/body </code> matches in this browser</div>
<div class="test" id="cinco">Red if <code>html:first-child</code> matches in this browser</div>
<div class="test" id="seis">Red if <code>html[xmlns*=""] body:last-child</code> matches in this browser</div>
<div class="test" id="siete">Red if <code>body:nth-of-type(1)</code> matches in this browser</div>
<div class="test" id="sietepointfive">Red if <code>div:nth-of-type(1n)</code> matches in this browser</div>
<div class="test" id="ocho">Red if <code>body:first-of-type</code> matches in this browser</div>
<div class="test" id="diez">Red if <code>@media screen and (-webkit-min-device-pixel-ratio:0)</code> matches in this browser</div>
<div class="test" id="trece">Red if <code>html[xmlns*=""]:root</code> matches in this browser</div>
<div class="test" id="catorce">Red if <code>*|html[xmlns*=""]</code> matches in this browser</div>
<div class="test" id="quince">Red if <code>:root *></code> matches in this browser</div>
<div class="test" id="dieciocho">Red if <code>*+html</code> matches in this browser</div>
<div class="test" id="deiciseis">Red if <code>* ></code> matches in this browser</div>
<div class="test" id="nueve">Red if <code>html:only-child</code> matches in this browser</div>
<div class="test" id="veintitres">Red if <code>@media all and (min-width: 0px)</code> matches in this browser</div>
<div class="test" id="veintiuno">Red if <code>html:lang(en)>body </code> matches in this browser</div>
<div class="test" id="veintidos">Red if <code>body:nth-of-type(1)</code> matches in this browser</div>
<div class="test" id="veinticuatro">Red if <code> x:-moz-any-link</code> matches in this browser</div>
<div class="test" id="veinticinco">Red if <code> x:-moz-any-link, x:default</code> matches in this browser</div>
<h2>Attribute hacks</h2>
<div class="test" id="once">Blue if <code>div { _background: blue}</code> matches in this browser</div>
<div class="test" id="doce">Blue if <code>div { *background: blue}</code> matches in this browser</div>
<div class="test" id="veintiseis">Blue if <code>div { .background: blue}</code> matches in this browser</div>
<div class="test" id="diecisiete">Blue if <code>div { background/**/: blue}</code> matches in this browser</div>
<div class="test" id="diecinueve">Blue if <code>div { background: blue\9;}</code> matches in this browser</div>
<div class="test" id="veinte">Blue if <code>div { background/*\**/: blue\9;}</code> matches in this browser</div>
<div class="test" id="veintisiete">Blue if <code>div { background: blue !ie;}</code> matches in this browser</div>
</p></div>
<p></p>
<div id="box">I hope you found this information helpful and please don&#8217;t mind to include any if I left with your valuable feedback, Thanks!!</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://designnonsense.com/blog/?feed=rss2&amp;p=231</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My first team outing in Wipro</title>
		<link>http://designnonsense.com/blog/?p=146</link>
		<comments>http://designnonsense.com/blog/?p=146#comments</comments>
		<pubDate>Sat, 10 Apr 2010 21:21:13 +0000</pubDate>
		<dc:creator>Srini</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Outing]]></category>
		<category><![CDATA[Resorts]]></category>
		<category><![CDATA[Team]]></category>

		<guid isPermaLink="false">http://designnonsense.com/blog/?p=146</guid>
		<description><![CDATA[
@import url('http://designnonsense.com/css/blog.css');
hr { height:2px; background-color:#ddd; font-size:3px; clear:both; }

For me the fun started @ 7:30hrs itself, thinking that the bus from Madhapur(Where Wipro has its main office in Hyderabad) starts sharp at 8:30hrs(as the mail says) to the resort, I got up very early than my usual days packed my things(camera, mobile, iPod, wallet, a towel [...]]]></description>
			<content:encoded><![CDATA[<style>
@import url('http://designnonsense.com/css/blog.css');</p>
<p>hr { height:2px; background-color:#ddd; font-size:3px; clear:both; }
</style>
<p>For me the fun started @ 7:30hrs itself, thinking that the bus from Madhapur(Where Wipro has its main office in Hyderabad) starts sharp at 8:30hrs(as the mail says) to the resort, I got up very early than my usual days packed my things(camera, mobile, iPod, wallet, a towel and a swimsuite) in my handbag, took an auto, started from my place at 8:20hrs. Unfortunately the auto that I boarded was caught by the traffic cop immediately after 5 mins of my hurry journey, as the auto driver voilated traffic rule. Cop: Driver, pay the fine. Autowala: Chodo, Sahab.. subah hai na, paise nahin hai. Cop: Nope, you pay and then leave. The argument continued, 8:30hrs, I decided that I would miss the bus so I called my friend and asked him to pick and drop me at my office. By the time he came and dropped me its 8:45hrs. To my surprise I couldnt find the bus outside the campus so I thought the bus has gone and thought of returning home back but thought for a minute and went inside the office to check some one of my kind. To my horrification I could only see only a few of my team mates when I asked them they said the bus is yet to come, then I slowly smiled in my self that its India and we are Indians&#8230; <img src='http://designnonsense.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Finally the bus came and we started @ 10:00hrs&#8230; Some camera fathoms, Songs, all the way on our way, on the highway the bus took 3 long &#8216;U&#8217; turns, finding out why? revealed, that the driver misssed the route. somehow we were on the right track just after a few minutes the passing by trees, houses, electric poles, pan shops stopped by. reason &#8211; a little accident, dono how? but when peeped outside the window we could find the 7 seeter auto got hooked to the bus (as if an iron sticks to the magnet). 30 minutes &#8212; we moved further after giving Rs.500/- to the auto driver. Slowly by 11:15hrs Hurray!! we could make it.</p>
<hr/>
<div id="attachment_156" class="wp-caption alignright" style="width: 298px"><img src="http://designnonsense.com/blog/wp-content/uploads/2010/04/DSC02054_resize_resize.JPG" alt="minor accident" title="DSC02054_resize_resize" width="288" height="162" class="size-full wp-image-156" /><p class="wp-caption-text">minor accident</p></div>
<div id="attachment_155" class="wp-caption alignright" style="width: 298px"><img src="http://designnonsense.com/blog/wp-content/uploads/2010/04/DSC02052_resize_resize.JPG" alt="on the highway" title="DSC02052_resize_resize" width="288" height="162" class="size-full wp-image-155" /><p class="wp-caption-text">on the highway</p></div>
<div id="attachment_154" class="wp-caption alignright" style="width: 298px"><img src="http://designnonsense.com/blog/wp-content/uploads/2010/04/DSC02051_resize_resize.JPG" alt="Anth-Akshari" title="DSC02051_resize_resize" width="288" height="162" class="size-full wp-image-154" /><p class="wp-caption-text">Anth-Akshari</p></div>
<hr/>
<p>Click! Click!! Nice Shot!! Smile Please!! WOW!! Hmm&#8230; Good one!! Nice Fishes!! Ok, chalo lets start the fun&#8230; Ravi, please catch up a song&#8230; cheers, Click! Click! good attempt. Kranthi, how about&#8230; sure&#8230; Click! Click! great&#8230; big applause!! Sneha:Click!, Ganesh:Click! X, Y, Z</p>
<p>OK, Lets dumbsherads&#8230; Old or New? Hindi/English/Telugu? Two words or one word? Hero based or Heroien based? main persona?&#8230; any rape seen? blah. blah.. blah&#8230; <img src='http://designnonsense.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Hungry Kya? A BIG YES!! Ok everybody note that all has to come to the same place after having food. Sarey padandi&#8230; atu kaadhu itu.. Click! Click!! aaa akkadey, Hey!! itu chudu, ikkada baaguntundhi.. malli Click! Click!! ok enuff.. welcome sir! Give coupon &#8211; Take plate &#8211; F.O.O.D &#8211; Eat &#8211; Drink &#8211; Ho gaya, chalo lets go back to tents&#8230;</p>
<p>Click! Click!! Chandra and Bharat enounces &#8211; Guys, now we have some slips/chits to pick up and you have to perform the same what you get on the slips. Romeo Rajesh &#8211; grumbles, nope!! I cant&#8230; ok atleast walk like a girl. Sneha &#8211; Black Love Proposal to Chava &#8211; Good job!! Applause. Srini &#8211; Mirror makeup &#8211; Thats Excellent!! Chandra &#8211; Bruslee(the other side of him <img src='http://designnonsense.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> ) Kranthi &#8211; Excellent!! Sumaiha &#8211; Nope! I cant, ok another one &#8211; no not again &#8211; Ok.. bulb+tap+shoe polish &#8211; huh!! Poornima &#8211; Fainted for singing a song. Ravi &#8211; hmm&#8230; Rajkumar &#8211; good&#8230; Chava &#8211; OranGe &#8211; esp the &#8216;G&#8217; &#8211; Awesome. big applause. X, Y, Z. Any volunteer?</p>
<p>Tug-of-War: Here, there, here, there &#8211; Heyyyyyyyyyyyy, won. Chalo, aur do keelengey(best of three) 2. Cheating Cheating. 3.Waow!! we won. we did it. yes, see I even spill blood. Abbaa&#8230; evado na kaalu tokkesadu&#8230; ayyo&#8230; ammaa&#8230; </p>
<p>ok packup &#8211; Let&#8217;s pool&#8230; Gents here, Ladies there &#8211; custumes on &#8211; Jump. Ammo naaku eetha raadhu, I&#8217;ll do it here. Balls, Flying disks, water polo&#8230; 16:30, 17:30, 18:30 &#8211; whistle &#8211; ok dressup&#8230; Have Tea, Click! Click!! Samosa, Bajji 19:30hrs &#8211; Click! Click!! Chandra How about a group photo? but? no problem. ok. Click! Click!! Done</p>
<p>Bye! Bye!! for Total &#8211; X = y heads</p>
<p>The rest into the bus &#8211; 45, 23, 78, dot vundha? aithey 6, 11 &#8211; Hey Jaldi 5&#8230; Wow!! Housiee</p>
<p>Anybody @ Kottapeta? Madhapur? Ok, bye! See you on Monday!!</p>
<p>Thanks dude for your lift. See ya on Monday!!</p>
<h2>Photo Gallery</h2>
<hr/>
<div id="attachment_162" class="wp-caption alignright" style="width: 172px"><a href="#"><img src="http://designnonsense.com/blog/wp-content/uploads/2010/04/DSC02060_resize_resize.JPG" alt="Chandra" title="DSC02060_resize_resize" width="162" height="288" class="size-full wp-image-162" /></a><p class="wp-caption-text">Chandra</p></div>
<div id="attachment_194" class="wp-caption alignright" style="width: 172px"><a href="#"><img src="http://designnonsense.com/blog/wp-content/uploads/2010/04/DSC02160_resize_resize.JPG" alt="well... hmm..." title="DSC02160_resize_resize" width="162" height="288" class="size-full wp-image-194" /></a><p class="wp-caption-text">well... hmm...</p></div>
<div id="attachment_170" class="wp-caption alignright" style="width: 172px"><a href="#"><img src="http://designnonsense.com/blog/wp-content/uploads/2010/04/DSC02076_resize_resize.JPG" alt="Lord Ganesha" title="DSC02076_resize_resize" width="162" height="288" class="size-full wp-image-170" /></a><p class="wp-caption-text">Lord Ganesha</p></div>
<div id="attachment_185" class="wp-caption alignright" style="width: 172px"><a href="#"><img src="http://designnonsense.com/blog/wp-content/uploads/2010/04/DSC02144_resize_resize.JPG" alt="Ravi - performing DS" title="DSC02144_resize_resize" width="162" height="288" class="size-full wp-image-185" /></a><p class="wp-caption-text">Ravi - performing DS</p></div>
<div id="attachment_179" class="wp-caption alignright" style="width: 172px"><a href="#"><img src="http://designnonsense.com/blog/wp-content/uploads/2010/04/DSC02111_resize_resize.JPG" alt="Alhad - Lunch disappointed" title="DSC02111_resize_resize" width="162" height="288" class="size-full wp-image-179" /></a><p class="wp-caption-text">Alhad - Lunch disappointed</p></div>
<div id="attachment_178" class="wp-caption alignright" style="width: 172px"><a href="#"><img src="http://designnonsense.com/blog/wp-content/uploads/2010/04/DSC02110_resize_resize.JPG" alt="@ Lunch" title="DSC02110_resize_resize" width="162" height="288" class="size-full wp-image-178" /></a><p class="wp-caption-text">@ Lunch</p></div>
<div id="attachment_175" class="wp-caption alignright" style="width: 172px"><a href="#"><img src="http://designnonsense.com/blog/wp-content/uploads/2010/04/DSC02096_resize_resize.JPG" alt="Manager, Uthuthi Bank" title="DSC02096_resize_resize" width="162" height="288" class="size-full wp-image-175" /></a><p class="wp-caption-text">Manager, Uthuthi Bank</p></div>
<hr/>
<div id="attachment_174" class="wp-caption alignright" style="width: 298px"><a href="#"><img src="http://designnonsense.com/blog/wp-content/uploads/2010/04/DSC02094_resize_resize.JPG" alt="Raj captured" title="DSC02094_resize_resize" width="288" height="162" class="size-full wp-image-174" /></a><p class="wp-caption-text">Raj captured</p></div>
<div id="attachment_172" class="wp-caption alignright" style="width: 298px"><a href="#"><img src="http://designnonsense.com/blog/wp-content/uploads/2010/04/DSC02081_resize_resize.JPG" alt="a croc" title="DSC02081_resize_resize" width="288" height="162" class="size-full wp-image-172" /></a><p class="wp-caption-text">a croc</p></div>
<div id="attachment_171" class="wp-caption alignright" style="width: 298px"><a href="#"><img src="http://designnonsense.com/blog/wp-content/uploads/2010/04/DSC02080_resize_resize.JPG" alt="team watching crocodiles" title="DSC02080_resize_resize" width="288" height="162" class="size-full wp-image-171" /></a><p class="wp-caption-text">team watching crocodiles</p></div>
<div id="attachment_169" class="wp-caption alignright" style="width: 298px"><a href="#"><img src="http://designnonsense.com/blog/wp-content/uploads/2010/04/DSC02071_resize_resize.JPG" alt="the Foto guys" title="DSC02071_resize_resize" width="288" height="162" class="size-full wp-image-169" /></a><p class="wp-caption-text">the Foto guys</p></div>
<div id="attachment_168" class="wp-caption alignright" style="width: 298px"><a href="#"><img src="http://designnonsense.com/blog/wp-content/uploads/2010/04/DSC02067_resize_resize.JPG" alt="boyz" title="DSC02067_resize_resize" width="288" height="162" class="size-full wp-image-168" /></a><p class="wp-caption-text">boyz</p></div>
<div id="attachment_182" class="wp-caption alignright" style="width: 298px"><img src="http://designnonsense.com/blog/wp-content/uploads/2010/04/DSC02131_resize_resize.JPG" alt="in the sunskimo" title="DSC02131_resize_resize" width="288" height="162" class="size-full wp-image-182" /><p class="wp-caption-text">in the sunskimo</p></div>
<div id="attachment_180" class="wp-caption alignright" style="width: 298px"><a href="#"><img src="http://designnonsense.com/blog/wp-content/uploads/2010/04/DSC02112_resize_resize.JPG" alt="a casual click!" title="DSC02112_resize_resize" width="288" height="162" class="size-full wp-image-180" /></a><p class="wp-caption-text">a casual click!</p></div>
<div id="attachment_177" class="wp-caption alignright" style="width: 298px"><a href="#"><img src="http://designnonsense.com/blog/wp-content/uploads/2010/04/DSC02097_resize_resize.JPG" alt="Definetly Male team" title="DSC02097_resize_resize" width="288" height="162" class="size-full wp-image-177" /></a><p class="wp-caption-text">Definetly Male team</p></div>
<div id="attachment_176" class="wp-caption alignright" style="width: 298px"><a href="#"><img src="http://designnonsense.com/blog/wp-content/uploads/2010/04/DSC02099_resize_resize.JPG" alt="VLCC team - Winners" title="DSC02099_resize_resize" width="288" height="162" class="size-full wp-image-176" /></a><p class="wp-caption-text">VLCC team - Winners</p></div>
<div id="attachment_166" class="wp-caption alignright" style="width: 298px"><a href="#"><img src="http://designnonsense.com/blog/wp-content/uploads/2010/04/DSC02065_resize_resize.JPG" alt="gals posing to the camera" title="DSC02065_resize_resize" width="288" height="162" class="size-full wp-image-166" /></a><p class="wp-caption-text">gals posing to the camera</p></div>
<div id="attachment_165" class="wp-caption alignright" style="width: 298px"><a href="#"><img src="http://designnonsense.com/blog/wp-content/uploads/2010/04/DSC02063_resize_resize.JPG" alt="Chava being so eco-friendly" title="DSC02063_resize_resize" width="288" height="162" class="size-full wp-image-165" /></a><p class="wp-caption-text">Chava being so eco-friendly</p></div>
<div id="attachment_164" class="wp-caption alignright" style="width: 298px"><a href="#"><img src="http://designnonsense.com/blog/wp-content/uploads/2010/04/DSC02061_resize_resize.JPG" alt="drinking rasna @ entrance" title="DSC02061_resize_resize" width="288" height="162" class="size-full wp-image-164" /></a><p class="wp-caption-text">drinking rasna @ entrance</p></div>
<div id="attachment_161" class="wp-caption alignright" style="width: 298px"><img src="http://designnonsense.com/blog/wp-content/uploads/2010/04/DSC02058_resize_resize.JPG" alt="at the entrance" title="DSC02058_resize_resize" width="288" height="162" class="size-full wp-image-161" /><p class="wp-caption-text">at the entrance</p></div>
<div id="attachment_191" class="wp-caption alignright" style="width: 298px"><a href="#"><img src="http://designnonsense.com/blog/wp-content/uploads/2010/04/DSC02180_resize_resize.JPG" alt="The 30% Team" title="DSC02180_resize_resize" width="288" height="162" class="size-full wp-image-191" /></a><p class="wp-caption-text">The 30% Team</p></div>
<div id="attachment_192" class="wp-caption alignright" style="width: 298px"><a href="#"><img src="http://designnonsense.com/blog/wp-content/uploads/2010/04/DSC02177_resize_resize.JPG" alt="Tires Chava" title="DSC02177_resize_resize" width="288" height="162" class="size-full wp-image-192" /></a><p class="wp-caption-text">Tires Chava</p></div>
<div id="attachment_193" class="wp-caption alignright" style="width: 298px"><a href="#"><img src="http://designnonsense.com/blog/wp-content/uploads/2010/04/DSC02165_resize_resize.JPG" alt="still active Shiva" title="DSC02165_resize_resize" width="288" height="162" class="size-full wp-image-193" /></a><p class="wp-caption-text">still active Shiva</p></div>
<div id="attachment_195" class="wp-caption alignright" style="width: 298px"><a href="#"><img src="http://designnonsense.com/blog/wp-content/uploads/2010/04/DSC02157_resize_resize.JPG" alt="BOND - 000" title="DSC02157_resize_resize" width="288" height="162" class="size-full wp-image-195" /></a><p class="wp-caption-text">BOND - 000</p></div>
<div id="attachment_196" class="wp-caption alignright" style="width: 298px"><a href="#"><img src="http://designnonsense.com/blog/wp-content/uploads/2010/04/DSC02159_resize_resize.JPG" alt="Mega Bond - 000" title="DSC02159_resize_resize" width="288" height="162" class="size-full wp-image-196" /></a><p class="wp-caption-text">Mega Bond - 000</p></div>
<div id="attachment_199" class="wp-caption alignright" style="width: 298px"><a href="#"><img src="http://designnonsense.com/blog/wp-content/uploads/2010/04/DSC02117_resize_resize.JPG" alt="Beautiful Roses" title="DSC02117_resize_resize" width="288" height="162" class="size-full wp-image-199" /></a><p class="wp-caption-text">Beautiful Roses</p></div>
<div id="attachment_202" class="wp-caption alignright" style="width: 298px"><img src="http://designnonsense.com/blog/wp-content/uploads/2010/04/DSC02069_resize_resize.JPG" alt="gals posing to camera" title="DSC02069_resize_resize" width="288" height="162" class="size-full wp-image-202" /><p class="wp-caption-text">gals posing to camera</p></div>
<hr/>
<h2>Video Gallery</h2>
<table border="0" align="center">
<tr>
<td><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/8UmlFzN2NYw&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/8UmlFzN2NYw&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>
</td>
<td><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/BBT4jiZiWsc&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/BBT4jiZiWsc&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://designnonsense.com/blog/?feed=rss2&amp;p=146</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>U/UI/UX Engineering Interview Questions</title>
		<link>http://designnonsense.com/blog/?p=98</link>
		<comments>http://designnonsense.com/blog/?p=98#comments</comments>
		<pubDate>Mon, 15 Mar 2010 13:26:00 +0000</pubDate>
		<dc:creator>Srini</dc:creator>
				<category><![CDATA[Interviews/iQuestions]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[HCI]]></category>
		<category><![CDATA[IA]]></category>
		<category><![CDATA[Information Architecture]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://designnonsense.com/blog/?p=98</guid>
		<description><![CDATA[01. What is Usability?
The extent to which a product can be used by specified users to achieve specified goals in a specified context with effectiveness, efficiency and satisfaction. 
The simplest definition would be: The shortest time taken to accomplish the task with ease.


02. What does usability measure? or What are components of usability? or What [...]]]></description>
			<content:encoded><![CDATA[<h2>01. What is Usability?</h2>
<p>The extent to which a product can be used by specified users to achieve specified goals in a specified context with effectiveness, efficiency and satisfaction. </p>
<p>The simplest definition would be: The shortest time taken to accomplish the task with ease.
<p/>
<hr />
<h2>02. What does usability measure? or What are components of usability? or What are usability factors?</h2>
<p>a. Ease of Learning.<br />b. Efficiency of use. <br/>c. Memorability.<br/>d. Error frequency.<br/>e. Subjective satisfaction.</p>
<hr/>
<h2>03. What is a User-Centered Design(UCD)?</h2>
<p>UCD is an approach for employing usability.<br/>It is a structured product development methodology that involves users throughout all stages of web site development considering business objective, user needs, limitations and preferences.</p>
<hr/>
<h2>04. What is UCD process?</h2>
<p>a. Plan your site.<br/>b. Collecting data from users. <br/>c. Developing prototypes.<br/>d. Writing content.<br/>e.Conducting usability testing with users.</p>
<hr/>
<h2>What is Card-Sorting?</h2>
<p>Card sorting is a user-centered design method for increasing a system’s findability. The process involves sorting a series of cards, each labeled with a piece of content or functionality, into groups that make sense to users or participants.</p>
<p><strong>Open Card Sorting:</strong> Participants are given cards showing site content with no pre-established groupings. They are asked to sort cards into groups that they feel are appropriate and then describe each group. Open card sorting is useful as input to information structures in new or existing sites and products.</p>
<p><strong>Closed Card Sorting:</strong> Participants are given cards showing site content with an established initial set of primary groups. Participants are asked to place cards into these pre-established primary groups. Closed card sorting is useful when adding new content to an existing structure, or for gaining additional feedback after an open card sort.</p>
<hr/>
<h2>Advantages and disadvantages of Card-Sorting methods?</h2>
<p><strong>Advantages</strong>  &#8211; Simple, Cheap, Quick to execute, Established, Involves users, Provides a good foundation. </p>
<p><strong>Disadvantages</strong> &#8211; Does not consider users’ tasks, Results may vary, Analysis can be time consuming, May capture “surface” characteristics only.</p>
<hr/>
<h2>When should card sorting be used?</h2>
<p>It should be used as an input to:<br /><br/></p>
<p>    a. designing a new site<br/><br />
    b. designing a new area of a site<br/><br />
    c. redesigning a site<br/><br/></p>
<p>Card sorting is not an evaluation technique and will not tell you what is wrong with your current site.</p>
<hr/>
]]></content:encoded>
			<wfw:commentRss>http://designnonsense.com/blog/?feed=rss2&amp;p=98</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to avoid paying taxes on interest income?</title>
		<link>http://designnonsense.com/blog/?p=136</link>
		<comments>http://designnonsense.com/blog/?p=136#comments</comments>
		<pubDate>Wed, 03 Mar 2010 14:12:26 +0000</pubDate>
		<dc:creator>Srini</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Tax]]></category>
		<category><![CDATA[Income Tax]]></category>
		<category><![CDATA[Tax Planning]]></category>

		<guid isPermaLink="false">http://designnonsense.com/blog/?p=136</guid>
		<description><![CDATA[
@import url('http://designnonsense.com/css/blog.css');


#news-bloglist .em-ep-blogs-summary .bd ul li h4 a {
	/*color:#0D8093;*/
	color:#68a8cc;
	font-family:arial;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
}
#news-bloglist .em-ep-blogs-summary .bd ul li h4 {
	padding:0px 0px 0px 0px;
}
#news-bloglist .em-ep-blogs-summary .bd ul li {
	font-family:Arial;
	font-size:11px;
	text-align:justify;
	border-top:0px;
}
#news-bloglist .em-ep-blogs-summary .bd ul li .desc h5 {
	font-family:arial;
	font-size:11px;
	margin:0 !important;
	padding:0px !important;
	color:#9b9999;
}
#news-bloglist .em-ep-blogs-summary .npost {
	display:none;
}
#news-bloglist .em-ep-blogs-summary .image {
	width:104px;
	height:90px;
	padding-top:5px;
	overflow:hidden;
}
#news-bloglist .em-ep-blogs-summary img {
	padding:1px;
	border:1px solid #cccccc;
}
#news-bloglist .em-ep-blogs-summary a {
	color:#68a8cc;
}
#news-bloglist .em-ep-blogs-summary .pagination {
	text-align:right;
	padding-bottom:5px;
}
#news-bloglist .em-ep-blogs-summary .pagination a {
	color:#3d96b9;
}
#news-bloglist .em-ep-blogs-summary .pagination [...]]]></description>
			<content:encoded><![CDATA[<style>
@import url('http://designnonsense.com/css/blog.css');
</style>
<style type="text/css">
#news-bloglist .em-ep-blogs-summary .bd ul li h4 a {
	/*color:#0D8093;*/
	color:#68a8cc;
	font-family:arial;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
}
#news-bloglist .em-ep-blogs-summary .bd ul li h4 {
	padding:0px 0px 0px 0px;
}
#news-bloglist .em-ep-blogs-summary .bd ul li {
	font-family:Arial;
	font-size:11px;
	text-align:justify;
	border-top:0px;
}
#news-bloglist .em-ep-blogs-summary .bd ul li .desc h5 {
	font-family:arial;
	font-size:11px;
	margin:0 !important;
	padding:0px !important;
	color:#9b9999;
}
#news-bloglist .em-ep-blogs-summary .npost {
	display:none;
}
#news-bloglist .em-ep-blogs-summary .image {
	width:104px;
	height:90px;
	padding-top:5px;
	overflow:hidden;
}
#news-bloglist .em-ep-blogs-summary img {
	padding:1px;
	border:1px solid #cccccc;
}
#news-bloglist .em-ep-blogs-summary a {
	color:#68a8cc;
}
#news-bloglist .em-ep-blogs-summary .pagination {
	text-align:right;
	padding-bottom:5px;
}
#news-bloglist .em-ep-blogs-summary .pagination a {
	color:#3d96b9;
}
#news-bloglist .em-ep-blogs-summary .pagination li {
	border:0px;
}
#news-bloglist .em-ep-blogs-summary .pagination .lastpg {
	display:none;
}
#budgetroundup {
	display:inline-block;
	margin-top:10px;
	float:left;
}</p>
<p>/*end of news page*/
</style>
<div id="em-ep-module-blogs-1266481547" class="em-ep-blogs">
<div class="cont">
<p><strong>Do you wonder why interest earned from your FDs or interest bearing securities like bonds gets reduced due to tax deducted at source? </strong></p>
<p>Does it irritate you that tax has been charged even though you aren&#8217;t eligible to pay taxes? Here, we tell you about why TDS applied and ways to avoid this tax deduction if you meet certain criteria.</p>
<p><strong>Why should I know this?</strong></p>
<p>If you are like most Indians, chances are the bulk of your liquid savings are in a bank account or in an FD. Some of us are invested in bonds. While these fixed income instruments are good for guaranteed returns, they are relatively tax inefficient instruments because you end up paying taxes on the interest income that you earn.</p>
<p>This tax is usually deducted at source, and there might be a situation where tax is being deducted even though you are not eligible for paying taxes. This could result in a cash flow problem because your tax outflow is today, but your refund might take many months to arrive.</p>
<p><strong>How much is the TDS on interest from deposits and securities?</strong></p>
<p>The tax on interest income is deducted at source, i.e., at the bank where you hold your deposit, or from the issuer of the bond who pays you interest. The rate of this TDS is a flat 10% if your interest income exceeds a certain limit. Unlike salary income where TDS is according to your tax slab, the TDS on your interest income is irrespective of the tax slab applicable to you.</p>
<p></p>
<table cellspacing="2" cellpadding="2" border="1" width="90%" align="center">
<tbody>
<tr>
<td width="160" align="left" valign="top"><strong>Type of Interest Income</strong></td>
<td width="112" align="left" valign="top"><strong>Section of the Income Tax Act</strong></td>
<td width="174" align="left" valign="top"><strong>Rate of TDS<br />
            </strong>(Applicable for Individuals and HUF)</td>
<td width="193" align="left" valign="top"><strong>Interest Income Limit after which TDS occurs (in Rs.)</strong></td>
</tr>
<tr>
<td width="160" align="left" valign="top">
<p class="MsoNormal"><span style="font-size: 11pt; font-family: 'Book Antiqua';">Interest on Securities</span></p>
</td>
<td width="112" align="left" valign="top">
<p align="center" style=" text-align: center;" class="MsoNormal"><span style="font-size: 11pt; font-family: 'Book Antiqua';">193</span></p>
</td>
<td width="174" align="left" valign="top">
<p align="center" style=" text-align: center;" class="MsoNormal"><span style="font-size: 11pt; font-family: 'Book Antiqua';">10%</span></p>
</td>
<td width="193" align="left" valign="top">
<p class="MsoNormal"><span style="font-size: 11pt; font-family: 'Book Antiqua';">Rs. 2,500</span></p>
</td>
</tr>
<tr>
<td width="160" align="left" valign="top">
<p class="MsoNormal"><span style="font-size: 11pt; font-family: 'Book Antiqua';">Interest other than interest on Securities. For example, interest on FDs</span></p>
</td>
<td width="112" align="left" valign="top">
<p align="center" style=" text-align: center;" class="MsoNormal"><span style="font-size: 11pt; font-family: 'Book Antiqua';">194A</span></p>
</td>
<td width="174" align="left" valign="top">
<p align="center" style=" text-align: center;" class="MsoNormal"><span style="font-size: 11pt; font-family: 'Book Antiqua';">10%</span></p>
</td>
<td width="193" align="left" valign="top">
<p class="ListParagraph"><span style="font-family: 'Book Antiqua';"><span style="font-size: small;">Rs. 10,000 if paid by banks and co-operative societies</span></span></p>
<p class="ListParagraph"><span style="font-family: 'Book Antiqua';"><span style="font-size: small;">Rs. 5,000 if paid by others</span></span></p>
</td>
</tr>
</tbody>
</table>
<p><strong> Lets understand the above by way of an example. Radha, a 27-year-old woman, is employed and also has an FD at a bank. The following is her income and taxability situation.</strong></p>
<p>Salary income: Rs. 1.40 lakhs per annum<br />
      FD interest income: Rs. 30,000 per annum<br />
      Statutory exemption limit for women: Rs. 1.90 lakhs annually</p>
<p>As Radha earns more than Rs. 10,000, she will be liable to a tax deduction at source. However, as we can see, Radha&#8217;s total income (salary + interest income) is below the annual exemption of Rs. 1.90 lakhs available to women. Nevertheless, taxes will be deducted from her interest income at the bank where she holds her FD.</p>
<p>As you can imagine, this can cause some cashflow problems for Radha if she is going to get lesser cash in hand, even though she should never have been taxed on the interest.</p>
<p><strong>How can I avoid undue deduction from interest income?</strong></p>
<p>If your analysis shows that your total income is below the taxable slab, then there are provisions in the Income Tax Act under which you legally avoid having tax deducted from your interest earned on your FDs and bonds.</p>
<p>You will need to furnish a declaration using the prescribed form to the bank or entity responsible for deducting tax. This declaration needs to state that no tax deduction is required because the income level does not fall into the taxable slab.</p>
<p><strong>What are these prescribed forms?</strong></p>
<p>Different forms are used for different sources of income and types of taxpayers.</p>
<p>Form 15G: Applicable for a resident individual, other than a senior citizen</p>
<p>Form 15H: Applicable for a senior citizen (These forms can be downloaded online)</p>
<p><strong>What incomes can be declared in the above forms? </strong></p>
<p>The declaration in Forms 15G and 15H can be furnished mainly if the taxpayer has income from:</p>
<p>Interest on securities </p>
<p>Interest other than interest on securities, like FDs</p>
<p><strong>What should I take care of while using these forms? </strong></p>
<p>1. The declaration should be filed only if tax on total estimated income for the relevant year is nil. </p>
<p>2. Delivery of the form to the entity deducting your TDS must be made any time before receiving the income either directly or by credit to the account. </p>
<p>3. The entity to whom the declaration is given must file one copy of the declaration with Commissioner Income Tax before 7th day of the next month. <br />
      4. A false declaration is liable to prosecution and fine.</p>
</p></div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://designnonsense.com/blog/?feed=rss2&amp;p=136</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yet another nonsense in the design resulted 8 dead and 10 injured &#8211; LIVE</title>
		<link>http://designnonsense.com/blog/?p=111</link>
		<comments>http://designnonsense.com/blog/?p=111#comments</comments>
		<pubDate>Tue, 23 Feb 2010 13:08:32 +0000</pubDate>
		<dc:creator>Srini</dc:creator>
				<category><![CDATA[Accidents]]></category>
		<category><![CDATA[Airport Road]]></category>
		<category><![CDATA[Bangalore]]></category>
		<category><![CDATA[Carlton Towers]]></category>
		<category><![CDATA[Diamond District]]></category>
		<category><![CDATA[Domlur]]></category>
		<category><![CDATA[Fire Accident]]></category>
		<category><![CDATA[Fly Over]]></category>
		<category><![CDATA[HAL Airport Road]]></category>
		<category><![CDATA[Old Airport Road]]></category>

		<guid isPermaLink="false">http://designnonsense.com/blog/?p=111</guid>
		<description><![CDATA[3:10 P.M &#8211; Smoke is seen from outside
Me an employee of Impelsys(Building opposite to Carlton Towers). I was just returning from home after having my lunch. I noticed thick black smoke coming out from the rear side of the building(Carlton Tower), by seeing at @ my first glance I thought it was some fire accident [...]]]></description>
			<content:encoded><![CDATA[<h3>3:10 P.M &#8211; Smoke is seen from outside</h3>
<p>Me an employee of Impelsys(Building opposite to Carlton Towers). I was just returning from home after having my lunch. I noticed thick black smoke coming out from the rear side of the building(Carlton Tower), by seeing at @ my first glance I thought it was some fire accident that took place on the terrace but to my surprise the smoke started coming from the side windows and front windows later by which I confirmed something REAL BAD is happening.</p>
<div class="wp-caption alignnone" style="width: 760px"><img alt="People Breaking Glasses" src="http://designnonsense.com/fire/DSC01910.jpg" title="People Breaking Glasses" width="750" height="421" style="margin:0;padding:0;"/><p class="wp-caption-text">People Breaking Glasses</p></div>
<h3>4:10 &#8211; Arrival of first Fire extinguisher vehicle</h3>
<p>People started yelling from the top for HELP!! but there are no savers except the spectators. Within 10 minutes the smoke spread all over the top and its below floors and the people was hanging out of the windows for fresh air. <img alt="People Breaking Glasses" src="http://designnonsense.com/fire/02.jpg" title="smoke all round the building" width="640" height="480" style="margin:0;padding:0;"/></p>
<h3>4:25 P.M. &#8211; First person(a guy who jumped from the top floor) was rescued</h3>
<h3>4:27 P.M. &#8211; Second person(a lady who suffered from severe injuries jumped our of window from the same floor) </h3>
<h3>4:30 P.M. &#8211; Fire personnel rush inside the building </h3>
<h3>4:35 P.M. &#8211; another lady in blue dress jumped out from the first floor and dead. See pictures below</h3>
<p><img alt="lady jumping from window" src="http://designnonsense.com/fire/08.jpg" title="smoke all round the building" width="640" height="480" style="margin:0;padding:0;"/><br />
<img alt="lady jumping from window and dead" src="http://designnonsense.com/fire/09.jpg" title="smoke all round the building" width="640" height="480" style="margin:0;padding:0;"/><br />
<img alt="Oh God!! Blood all over" src="http://designnonsense.com/fire/10.jpg" title="blood all over" width="640" height="480" style="margin:0;padding:0;"/></p>
<hr />
<h3>Some Pictures</h3>
<p><img alt="people being rescued and rushed to Manipal Hospital" src="http://designnonsense.com/fire/04.jpg" title="smoke all round the building" width="950" height="534" style="margin:0;padding:0;"/><br />
<img alt="people being rescued and rushed to Manipal Hospital" src="http://designnonsense.com/fire/05.jpg" title="smoke all round the building" width="950" height="534" style="margin:0;padding:0;"/><br />
<img alt="two more people who were rescuded and were being sent to the Manipal Hospital" src="http://designnonsense.com/fire/06.jpg" title="smoke all round the building" width="950" height="534" style="margin:0;padding:0;"/></p>
<h2>Videos &#8211; Right Click and Save As&#8230;</h2>
<p>1. <a href='http://designnonsense.com/fire/M4H01914.3gp' >A girl in voilet color dress, dono alive or dead is being taken to hospital</a><br />
2. <a href='http://designnonsense.com/fire/M4H01919.3gp' >Fire personnel rescusing a man in his 40s</a><br />
3. <a href='http://designnonsense.com/fire/M4H01933.3gp' >Another one</a><br />
4. <a href='http://designnonsense.com/fire/M4H01951.3gp' >The other one</a><br />
5. <a href='http://designnonsense.com/fire/M4H01913.3gp' >Yet another one</a></p>
]]></content:encoded>
			<wfw:commentRss>http://designnonsense.com/blog/?feed=rss2&amp;p=111</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best of endowment and ULIPs in a single package</title>
		<link>http://designnonsense.com/blog/?p=103</link>
		<comments>http://designnonsense.com/blog/?p=103#comments</comments>
		<pubDate>Fri, 19 Feb 2010 13:47:52 +0000</pubDate>
		<dc:creator>Srini</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Tax]]></category>
		<category><![CDATA[Endowment]]></category>
		<category><![CDATA[Tax Planning]]></category>
		<category><![CDATA[ULIP]]></category>

		<guid isPermaLink="false">http://designnonsense.com/blog/?p=103</guid>
		<description><![CDATA[
@import url('http://designnonsense.com/css/blog.css');

Persona: Srini wants to make an investment but he doesn&#8217;t know which is best and which suits to him&#8230;
Srini is confused! He has been spending hours&#8217; together going through the many colourful pamphlets that are spread on his desk! His fingers are deftly pressing the buttons on the calculator from time to time and [...]]]></description>
			<content:encoded><![CDATA[<style>
@import url('http://designnonsense.com/css/blog.css');
</style>
<h2><strong>Persona:</strong> Srini wants to make an investment but he doesn&#8217;t know which is best and which suits to him&#8230;</h2>
<p>Srini is confused! He has been spending hours&#8217; together going through the many colourful pamphlets that are spread on his desk! His fingers are deftly pressing the buttons on the calculator from time to time and writing down something and his puzzled looks clearly reflect his perplexed mind!</p>
<p>Srini&#8217;s confusion is about choosing a single life insurance plan that would take care of his both investment and insurance requirements!</p>
<p>On one hand Srini could invest in the traditional term plan or endowment policy, a pure insurance policy that would give his dependents adequate money for their survival after his death and the premiums will be on the lower side!</p>
<p>On the flip side though Srini will not get any returns if he were to survive the term policy! Then there is the united linked insurance plan or ULIP investing in which Srini would have more control over where his money would be invested plus the benefits of continued life coverage after a few years even in case of non-payment of premiums!</p>
<p>However, that would mean a truncated life cover and besides buying an ULIP is always costlier than a term policy! Besides there are other charges like the fund management charges that eat into the premiums! So Srini is back to square one!</p>
<p>Srini is not alone here! Most of us have this confusion when choosing the right life insurance policy! Should I go for the traditional term policy or the ULIP? Well, what if there is a policy that would give the best of both worlds?! Welcome to Universal Life Policy or ULP!</p>
<h2>What are ULPs?</h2>
<p>Simply put, an ULP can give you the best of endowment and ULIPs. Unlike the existing policies a pure ULP product will breathe fresh life into the industry. The policy is flexible and an investor gets a freehand to change the premium amount, the tenure and the sum assured during the policy period.</p>
<p>A pure ULP can allow the investor to change the premium amount in tune with his changing income during the period of the policy. An investor could also change the sum assured of the policy keeping it in line with his changing insurance needs that are driven by his income and dependents. Similarly, the tenure can also be changed during the policy tenure.</p>
<p>However, the Indian insurance market is yet to see ULPs in its pure form. The Insurance Regulatory and Development Authority (IRDA) will have the final say on allowing insurance companies to introduce flexibility into the plan.</p>
<h2>How do they work?</h2>
<p>A pure ULP is more like a term policy where an investment manager would take control over your investment. However, unlike the ULIPs there would be no fund management charges that eat into your premium. So there&#8217;s savings on this front! Also your ULP would remain in force with a reduced sum assured if you choose to stop paying premiums. Just like a term policy your ULP plan would give you bonus as declared by the insurance company for every agreed time frame.</p>
<p>ULPs also give you tax benefits under section 10 10(D) and 80C with the proceeds on maturity put on tax-free bracket.</p>
<h2>How to decide if it is suitable for you?</h2>
<p>If you are someone like Srini who needs a life insurance policy that would take care of his family needs upon his death and returns upon the maturity of the policy even during his lifetime the ULP could be your best option! In short the ULP is a perfect combo of the death benefits an endowment policy gives and the transparency and returns of ULIPs.</p>
<p>The ULP is also flexible in nature and allows you to change the premium amount, tenure and sum assured during the policy period though this option might take some time to hit the Indian markets. And ULP doesn&#8217;t fail you on other fronts as it has other benefits like bonus on your investments, tax benefits on maturity returns, no fund management charges and a reduced sum assured if you stop paying the premiums. On the flip side, a pure ULP is more like a term policy where you do not know where your money is invested!</p>
<p>A new entrant into the huge insurance industry in India, ULP is still a nascent market! Despite a positive nod from the Insurance Regulatory and Development Authority of India (IRDA) for the introduction of ULPs, the insurance market is yet to see the ULPs in its pure form! There are only two players in the market who offer policies similar to ULP, namely Bharti Axa Life Insurance and Max New York Life.</p>
<p>For more info: visit: <a href="http://www.bankbazaar.com/">http://www.bankbazaar.com/</a> &amp; <a href="http://www.policybazaar.com/">http://www.policybazaar.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://designnonsense.com/blog/?feed=rss2&amp;p=103</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>10 MUST knows about LTA</title>
		<link>http://designnonsense.com/blog/?p=92</link>
		<comments>http://designnonsense.com/blog/?p=92#comments</comments>
		<pubDate>Thu, 18 Feb 2010 06:11:10 +0000</pubDate>
		<dc:creator>Srini</dc:creator>
				<category><![CDATA[Tax]]></category>
		<category><![CDATA[Income Tax]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[LTA]]></category>
		<category><![CDATA[Tax Planning]]></category>

		<guid isPermaLink="false">http://designnonsense.com/blog/?p=92</guid>
		<description><![CDATA[
@import url('http://designnonsense.com/css/blog.css');


Leave Travel Allowance affects every salaried employee. Here we give you a quick low-down on what to expect.
1. You can get LTA only if you have applied for leave from your company and have actually travelled. However, international travel is not valid. You must have travelled within the country.
2. The entire cost of the [...]]]></description>
			<content:encoded><![CDATA[<style>
@import url('http://designnonsense.com/css/blog.css');
</style>
<div>
<p>Leave Travel Allowance affects every salaried employee. Here we give you a quick low-down on what to expect.</p>
<p>1. You can get LTA only if you have applied for leave from your company and have actually travelled. However, international travel is not valid. You must have travelled within the country.</p>
<p>2. The entire cost of the holiday is not covered. Only the travel costs are covered. So, whether you fly, hop on to a train or take public transport, you will have to show the ticket to claim your LTA. This means you will need to keep your air, rail or public transport ticket.</p>
<p>3. If you travel by car and it is owned by a central government organisation like ITDC, the state government or the local body, then LTA is permitted.</p>
<p>If you could not get public transport and resorted to private transport like renting a car, get a bill issued by the rental company. If the bill is not accepted by your employer, you can always file an income tax return, claim an exemption and get a refund.</p>
<p>4. LTA covers travel for yourself and your family. Family, in this case, includes yourself, parents, siblings dependent on you, spouse (even if your spouse is working) and children.</p>
<p>For children born after October 1, 1998, the exemption is restricted to only two surviving children (unless, of course, one birth has resulted in multiple children like twins and triplets).</p>
<p>If your family travels without you, no LTA can be claimed. You have to make the trip, either by yourself or, if claiming for your family, you should travel with them.</p>
<p>5. LTA is not related to when you started your employment. The government fixes blocks of years. These blocks are not financial years (April 1 to March 31); they are calendar years (January 1 to December 31).</p>
<p>The current block is 2006-09 &#8212; January 2006 to December 2009. The earlier one was from 2002-05 &#8212; January 2002 to December 2005.</p>
<p>During this time period, a person is entitled to two LTA claims.</p>
<p>6. Though you can claim two journeys in a block of four years, you can claim the LTA benefit just once in a year. You cannot claim both the journeys in one year.</p>
<p>So, while a person can get an income tax exemption for two journeys in a block of four calendar years, he can make a trip only once a year.</p>
<p>If you make two trips in a year, you lose one. One way out is to claim one and make your spouse claim the other.</p>
<p>7. You can carry forward your LTA. One LTA can be brought forward and claimed in the first year of the next block.</p>
<p>Let&#8217;s say you do not take your LTA in 2002-05. Or that you use only one LTA. Don&#8217;t worry, you will be able to take the pending LTA in 2006. This means that, in the 2006-09 block, you will be totally entitled to the three journeys.</p>
<p>8. If you switch jobs, you can get the LTA not only from your present organisation but also from your former employer, if the concession is lying unutilised.</p>
<p>Let&#8217;s say that, in the 2002-05 block, you claimed LTA in 2003. In 2004, you switched jobs. You can still claim your second journey with your new employer. Of course, your new employer will ask to look at your earlier tax returns to see whether it has been claimed or not.</p>
<p>9. You must take the shortest route to your destination to be eligible for LTA.</p>
<p>Let&#8217;s say you are going from Delhi  to Mumbai  on a holiday. So the cost of your travel from Delhi to Mumbai and Mumbai to Delhi will be eligible for LTA.</p>
<p>If you decide to go to Mumbai via Agra , Jhansi and Itarsi, your LTA from Delhi to Agra will be covered. But Agra to Mumbai will not be covered.</p>
<p>Let&#8217;s take another scenario. You traveled from Mumbai &#8212; Kerala  &#8212; Delhi &#8212; Mumbai.</p>
<p>If you take a direct connection, you will be eligible for LTA. Mumbai &#8212; Kerala &#8212; Delhi &#8212; Mumbai: LTA covered</p>
<p>But if you throw in Hyderabad, then it goes out of gear.</p>
<p>Mumbai &#8212; Thiruvananthapuram: LTA covered</p>
<p>Thiruvananthapuram &#8212; Hyderabad &#8212; Delhi: LTA not covered</p>
<p>Delhi &#8212; Mumbai: LTA covered</p>
<p>10. If your LTA is not utilised, it gets added to your salary and you will be taxed on it.</p>
<p>Let&#8217;s say you and your spouse are both employed and both have LTA as part of the salary package. Your LTA is Rs 20,000 and hers is Rs 20,000 too.</p>
<p>Both of you and your child go for a holiday. The tickets for the three of you amount to Rs 15,000. You supply the tickets to your office and this amount will be eligible for a tax deduction; the balance Rs 5,000 will be taxed. You can claim exemption only to the tune of your expenditure.</p>
<p>If you claim this, your spouse will not be able to claim this same holiday from her employer. His/ Her Rs 20,000 will be taxed. Unless, of course, you go for another holiday and he/ she claims it.</p>
<p>Or, let&#8217;s say, you spend Rs 30,000 on tickets but your LTA is just Rs 20,000. You can claim up to Rs 20,000 and tell your spouse to claim his/ her ticket from his/ her employer. </p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://designnonsense.com/blog/?feed=rss2&amp;p=92</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Social Bookmarking &#8211; WST?</title>
		<link>http://designnonsense.com/blog/?p=77</link>
		<comments>http://designnonsense.com/blog/?p=77#comments</comments>
		<pubDate>Thu, 11 Feb 2010 04:25:52 +0000</pubDate>
		<dc:creator>Srini</dc:creator>
				<category><![CDATA[Websites]]></category>
		<category><![CDATA[Bookmarking]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Share]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://designnonsense.com/blog/?p=77</guid>
		<description><![CDATA[
@import url('http://designnonsense.com/css/blog.css');

Social Bookmarking &#8211; the buzz is around, what is it(WST) anyway? 
Social bookmarking is a netizen&#8217;s method to share, organize, search and manage bookmarks of web resources. Unlike file sharing, the resources themselves aren&#8217;t shared, merely bookmarks that reference them, just like an Index page of a book where all the content of the [...]]]></description>
			<content:encoded><![CDATA[<style>
@import url('http://designnonsense.com/css/blog.css');
</style>
<p>Social Bookmarking &#8211; the buzz is around, what is it(WST) anyway? </p>
<p>Social bookmarking is a netizen&#8217;s method to share, organize, search and manage bookmarks of web resources. Unlike file sharing, the resources themselves aren&#8217;t shared, merely bookmarks that reference them, just like an Index page of a book where all the content of the book is referenced.</p>
<p>In a social bookmarking system, users save links to web pages that they want to remember and/or share. These bookmarks are usually public, and can be saved privately, shared only with specified people or groups, shared only inside certain networks, or another combination of public and private domains. The allowed people can usually view these bookmarks chronologically, by category or tags, or via a search engine.</p>
<p>Eye-catching social bookmarking icons are an added advantage for a website. The more attractive the icons the more probability of website visitors clicking on them gets increased helping everybody to promote and bookmark your content.</p>
<div align="center">
<table cellspacing="2" cellpadding="2" border="0" width="50%">
<tbody>
<tr>
<td width="9%"><a href="http://www.blinkbits.com" target="_blank"><img height="16" width="16" src="http://www.designnonsense.com/myassets/social_bookmark_icons/blinkbits.gif"/></a></td>
<td width="30%">Blinkbits</td>
<td width="61%"><a href="http://www.blinkbits.com" target="_blank">http://www.blinkbits.com</a></td>
</tr>
<tr>
<td height="19" width="9%"><img height="18" width="18" src="http://www.designnonsense.com/myassets/social_bookmark_icons/blinklists.gif"/></td>
<td height="19" width="30%">Blinklist</td>
<td height="19" width="61%"><a href="http://www.blinkbits.com" target="_blank">http://www.blinkbits.com</a></td>
</tr>
<tr>
<td width="9%"><img height="16" width="16" src="http://www.designnonsense.com/myassets/social_bookmark_icons/blogdigger.gif"/></td>
<td width="30%">Blogdigger</td>
<td width="61%"><a href="http://www.blogdigger.com" target="_blank">http://www.blogdigger.com</a></td>
</tr>
<tr>
<td width="9%"><img height="16" width="16" src="http://www.designnonsense.com/myassets/social_bookmark_icons/blogmarks.gif"/></td>
<td width="30%">Blogmarks</td>
<td width="61%"><a href="http://blogmarks.net" target="_blank">http://blogmarks.net</a></td>
</tr>
<tr>
<td width="9%"><img height="16" width="16" src="http://www.designnonsense.com/myassets/social_bookmark_icons/buzznet.gif"/></td>
<td width="30%">Buzznet</td>
<td width="61%"><a href="http://www.buzznet.com" target="_blank">http://www.buzznet.com</a></td>
</tr>
<tr>
<td width="9%"><img height="16" width="16" src="http://www.designnonsense.com/myassets/social_bookmark_icons/citeulike.gif"/></td>
<td width="30%">Citeulike</td>
<td width="61%"><a href="http://www.citeulike.org" target="_blank">http://www.citeulike.org</a></td>
</tr>
<tr>
<td width="9%"><img height="16" width="16" src="http://www.designnonsense.com/myassets/social_bookmark_icons/comments.gif"/></td>
<td width="30%">Co.mments</td>
<td width="61%"><a href="http://co.mments.com" target="_blank">http://co.mments.com</a></td>
</tr>
<tr>
<td width="9%"><img height="16" width="16" src="http://www.designnonsense.com/myassets/social_bookmark_icons/connotea.gif"/></td>
<td width="30%">Connotea</td>
<td width="61%"><a href="http://www.connotea.org" target="_blank">http://www.connotea.org</a></td>
</tr>
<tr>
<td width="9%"><img height="16" width="16" src="http://www.designnonsense.com/myassets/social_bookmark_icons/delicious.png"/></td>
<td width="30%">Delicious</td>
<td width="61%"><a href="http://del.icio.us" target="_blank">http://del.icio.us</a></td>
</tr>
<tr>
<td width="9%"><img height="14" width="16" src="http://www.designnonsense.com/myassets/social_bookmark_icons/digg.png"/></td>
<td width="30%">Digg</td>
<td width="61%"><a href="http://www.digg.com" target="_blank">http://www.digg.com</a></td>
</tr>
<tr>
<td width="9%"><img height="18" width="15" src="http://www.designnonsense.com/myassets/social_bookmark_icons/fark.gif"/></td>
<td width="30%">Fark</td>
<td width="61%"><a href="http://www.fark.com" target="_blank">http://www.fark.com</a></td>
</tr>
<tr>
<td width="9%"><img height="19" width="20" src="http://www.designnonsense.com/myassets/social_bookmark_icons/feedmelinks.gif"/></td>
<td width="30%">Feedmelinks</td>
<td width="61%"><a href="http://feedmelinks.com" target="_blank">http://feedmelinks.com</a></td>
</tr>
<tr>
<td width="9%"><img height="16" width="16" src="http://www.designnonsense.com/myassets/social_bookmark_icons/feedster-icon.gif"/></td>
<td width="30%">Feedster</td>
<td width="61%"><a href="http://feedster.com" target="_blank">http://feedster.com</a></td>
</tr>
<tr>
<td width="9%"><img height="16" width="16" src="http://www.designnonsense.com/myassets/social_bookmark_icons/findory.gif"/></td>
<td width="30%">Findory</td>
<td width="61%"><a href="http://findory.com" target="_blank">http://findory.com</a></td>
</tr>
<tr>
<td width="9%"><img height="16" width="16" src="http://www.designnonsense.com/myassets/social_bookmark_icons/flickr.gif"/></td>
<td width="30%">Flickr</td>
<td width="61%"><a href="http://www.flickr.com" target="_blank">http://www.flickr.com</a></td>
</tr>
<tr>
<td width="9%"><img height="17" width="16" src="http://www.designnonsense.com/myassets/social_bookmark_icons/furl.png"/></td>
<td width="30%">Furl</td>
<td width="61%"><a href="http://www.furl.net" target="_blank">http://www.furl.net</a></td>
</tr>
<tr>
<td width="9%"><img height="16" width="16" src="http://www.designnonsense.com/myassets/social_bookmark_icons/google.gif"/></td>
<td width="30%">Google</td>
<td width="61%"><a href="http://www.google.com" target="_blank">http://www.google.com</a></td>
</tr>
<tr>
<td width="9%"><img height="16" width="16" src="http://www.designnonsense.com/myassets/social_bookmark_icons/icerocket.gif"/></td>
<td width="30%">Ice Rocket</td>
<td width="61%"><a href="http://www.icerocket.com" target="_blank">http://www.icerocket.com</a></td>
</tr>
<tr>
<td width="9%"><img height="16" width="16" src="http://www.designnonsense.com/myassets/social_bookmark_icons/linkagogo.gif"/></td>
<td width="30%">Linkagogo</td>
<td width="61%"><a href="http://www.linkagogo.com" target="_blank">http://www.linkagogo.com</a></td>
</tr>
<tr>
<td height="21" width="9%"><img height="16" width="16" src="http://www.designnonsense.com/myassets/social_bookmark_icons/magnolia.gif"/></td>
<td height="21" width="30%">Magnolia</td>
<td height="21" width="61%"><a href="http://ma.gnolia.com" target="_blank">http://ma.gnolia.com</a></td>
</tr>
<tr>
<td height="21" width="9%"><img height="15" width="16" src="http://www.designnonsense.com/myassets/social_bookmark_icons/netscape.gif"/></td>
<td height="21" width="30%">Netscape</td>
<td height="21" width="61%"><a href="http://www.netscape.com" target="_blank">http://www.netscape.com</a></td>
</tr>
<tr>
<td width="9%"><img height="16" width="16" src="http://www.designnonsense.com/myassets/social_bookmark_icons/newsvine.gif"/></td>
<td width="30%">Newsvine</td>
<td width="61%"><a href="http://www.newsvine.com" target="_blank">http://www.newsvine.com</a></td>
</tr>
<tr>
<td width="9%"><img height="11" width="15" src="http://www.designnonsense.com/myassets/social_bookmark_icons/nowpublic.gif"/></td>
<td width="30%">NowPublic</td>
<td width="61%"><a href="http://www.nowpublic.com" target="_blank">http://www.nowpublic.com</a></td>
</tr>
<tr>
<td width="9%"><img height="16" width="20" src="http://www.designnonsense.com/myassets/social_bookmark_icons/onlywire.gif"/></td>
<td width="30%">OnlyWire</td>
<td width="61%"><a href="http://www.onlywire.com" target="_blank">http://www.onlywire.com</a></td>
</tr>
<tr>
<td width="9%"><img height="16" width="16" src="http://www.designnonsense.com/myassets/social_bookmark_icons/paypal.gif"/></td>
<td width="30%">PayPal</td>
<td width="61%"><a href="http://www.paypal.com" target="_blank">http://www.paypal.com</a></td>
</tr>
<tr>
<td width="9%"><img height="18" width="18" src="http://www.designnonsense.com/myassets/social_bookmark_icons/reddit.gif"/></td>
<td width="30%">Reddit</td>
<td width="61%"><a href="http://reddit.com" target="_blank">http://reddit.com</a></td>
</tr>
<tr>
<td width="9%"><img src="http://www.designnonsense.com/myassets/social_bookmark_icons/rocketnews.gif"/></td>
<td width="30%">RocketNews</td>
<td width="61%"><a href="http://www.rocketnews.com" target="_blank" target="_blank">http://www.rocketnews.com</a></td>
</tr>
<tr>
<td width="9%"><img height="16" width="16" src="http://www.designnonsense.com/myassets/social_bookmark_icons/scuttle.gif"/></td>
<td width="30%">Scuttle</td>
<td width="61%"><a href="http://scuttle.org" target="_blank">http://scuttle.org</a></td>
</tr>
<tr>
<td width="9%"><img height="11" width="15" src="http://www.designnonsense.com/myassets/social_bookmark_icons/scoopt.gif"/></td>
<td width="30%">Scoopt</td>
<td width="61%"><a href="http://www.scoopt.com/words" target="_blank">http://www.scoopt.com/words</a></td>
</tr>
<tr>
<td width="9%"><img height="16" width="16" src="http://www.designnonsense.com/myassets/social_bookmark_icons/shadows.gif"/></td>
<td width="30%">Shadows</td>
<td width="61%"><a href="http://www.shadows.com" target="_blank">http://www.shadows.com</a></td>
</tr>
<tr>
<td width="9%"><img height="16" width="16" src="http://www.designnonsense.com/myassets/social_bookmark_icons/simpy.gif"/></td>
<td width="30%">Simpy</td>
<td width="61%"><a href="http://www.simpy.com" target="_blank">http://www.simpy.com</a></td>
</tr>
<tr>
<td width="9%"><img height="17" width="17" src="http://www.designnonsense.com/myassets/social_bookmark_icons/slashdot.gif"/></td>
<td width="30%">Slashdot</td>
<td width="61%" valign="top"><a href="http://slashdot.org" target="_blank">http://slashdot.org</a></td>
</tr>
<tr>
<td width="9%"><img height="16" width="16" src="http://www.designnonsense.com/myassets/social_bookmark_icons/smarking.gif"/></td>
<td width="30%">Smarking</td>
<td width="61%"><a href="http://www.smarking.com" target="_blank">http://www.smarking.com</a></td>
</tr>
<tr>
<td width="9%"><img height="16" width="16" src="http://www.designnonsense.com/myassets/social_bookmark_icons/sphere.gif"/></td>
<td width="30%">Sphere</td>
<td width="61%"><a href="http://www.sphere.com" target="_blank">http://www.sphere.com</a></td>
</tr>
<tr>
<td width="9%"><img height="16" width="16" src="http://www.designnonsense.com/myassets/social_bookmark_icons/spurl.gif"/></td>
<td width="30%">Spurl</td>
<td width="61%"><a href="http://www.spurl.net" target="_blank">http://www.spurl.net</a></td>
</tr>
<tr>
<td width="9%"><img height="16" width="16" src="http://www.designnonsense.com/myassets/social_bookmark_icons/stumbleupon.gif"/></td>
<td width="30%">StumbleUpon</td>
<td width="61%"><a href="http://www.stumbleupon.com" target="_blank">http://www.stumbleupon.com</a></td>
</tr>
<tr>
<td width="9%"><img height="17" width="14" src="http://www.designnonsense.com/myassets/social_bookmark_icons/technorati.gif"/></td>
<td width="30%">Technorati</td>
<td width="61%"><a href="http://www.technorati.com" target="_blank">http://www.technorati.com</a></td>
</tr>
<tr>
<td width="9%"><img height="16" width="16" src="http://www.designnonsense.com/myassets/social_bookmark_icons/webride.gif"/></td>
<td width="30%">Webride</td>
<td width="61%"><a href="http://webride.org" target="_blank">http://webride.org</a></td>
</tr>
<tr>
<td width="9%"><img height="16" width="16" src="http://www.designnonsense.com/myassets/social_bookmark_icons/wists.gif"/></td>
<td width="30%">Wists</td>
<td width="61%"><a href="http://www.wists.com" target="_blank">http://www.wists.com</a></td>
</tr>
<tr>
<td width="9%"><img height="16" width="16" src="http://www.designnonsense.com/myassets/social_bookmark_icons/yahoo.png"/></td>
<td width="30%">Yahoo</td>
<td width="61%"><a href="http://www.yahoo.com" target="_blank">http://www.yahoo.com</a></td>
</tr>
</tbody>
</table>
</div>
<p>Please list out any if I missed something. <img src='http://designnonsense.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://designnonsense.com/blog/?feed=rss2&amp;p=77</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Different options for saving Income from TAX</title>
		<link>http://designnonsense.com/blog/?p=64</link>
		<comments>http://designnonsense.com/blog/?p=64#comments</comments>
		<pubDate>Wed, 10 Feb 2010 06:21:31 +0000</pubDate>
		<dc:creator>Srini</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Tax]]></category>
		<category><![CDATA[Income Tax]]></category>
		<category><![CDATA[Tax Planning]]></category>

		<guid isPermaLink="false">http://designnonsense.com/blog/?p=64</guid>
		<description><![CDATA[
@import url('http://designnonsense.com/css/blog.css');


EPF and PPF
    Returns: 8.5 per cent (EPF) and 8 per cent (PPF) per annum
    Maximum deduction: Rs 1 lakh for EPF; Rs 70,000 for PPF
    Income: Tax-free
It&#8217;s compulsory and it&#8217;s safe. However, in March, the Employee Provident Fund&#8217;s (EPF) chief importance is that it [...]]]></description>
			<content:encoded><![CDATA[<style>
@import url('http://designnonsense.com/css/blog.css');
</style>
<div class="main">
<p><strong><a href="http://www.epfindia.com/" target="_blank">EPF</a> and <a href="http://www.taxguru.in/income-tax/public-provident-fund-ppf-scheme-investment-limit-income-tax-benefit-features.html" target="_blank">PPF</a></strong><br />
    <strong>Returns:</strong> 8.5 per cent (EPF) and 8 per cent (PPF) per annum<br />
    <strong>Maximum deduction:</strong> Rs 1 lakh for EPF; Rs 70,000 for PPF<br />
    <strong>Income:</strong> Tax-free</p>
<p>It&#8217;s compulsory and it&#8217;s safe. However, in March, the Employee Provident Fund&#8217;s (EPF) chief importance is that it automatically reduces the amount you must invest to exhaust the Rs 1 lakh limit. Jokes apart, the  EPF has several advantages for taxpayers. To begin with, it offers a steady return of 8.5 per cent. Secondly, you cannot withdraw the money until you retire or change your job. This means you are exploiting the power of compounding to the fullest over your career span.</p>
<p>The best part is that the interest and the withdrawals are tax-free, a benefit available only in a couple of other products.</p>
<p>All these features make the EPF ideal for investing for a retirement corpus. However, if you really need the money, the authorities have the discretion of allowing you one withdrawal during your career even if you haven&#8217;t changed your job or have not retired. For this, you must submit proof of expense for which the withdrawn amount will be used. Typically, a trans-Europe trip does not qualify as adequate reason for dipping into the EPF. If these features seem attractive, you can increase the contribution to the EPF from the mandatory 12 per cent to 25 per cent of your basic salary.</p>
<p>The returns from the Public Provident Fund (PPF) are slightly lower at 8 per cent per annum, but the interest and withdrawals are tax-free. The advantage over the EPF is greater flexibility of withdrawals. The maturity period of the PPF is 15 years. However, you can dip into the fund from the seventh year onwards. The maximum limit of withdrawal is 50 per cent of the account&#8217;s balance as in the previous year or in the previous three years, whichever is lower. The cut-off date for calculating the balance is March 31, the last day of the financial year.</p>
<p>In case you want the money before the seventh year, you can take a loan from the account up to 25 per cent of the balance in your account in the third year. The loan must be repaid in a maximum of 36 EMIs. The interest on the loan works out to 12 per cent. As the interest on the money is not redirected to the PPF, it may be good idea to avoid taking a loan.</p>
<p><strong><a href="http://www.itrust.in/fixed-deposit.action" target="_blank">Five-year FDs</a> and <a href="http://www.indiapost.gov.in/Netscape/6yearsNSC.html" target="_blank">NSCs</a></strong><br />
    <strong>Returns:</strong> 7-8 per cent<br />
    <strong>Maximum deduction:</strong> Rs 1 lakh<br />
    <strong>Income:</strong> Fully taxable</p>
<p>The National Savings Certificates are currently on a par with the PPF in terms of pre-tax returns. But they lose out to the PPF and EPF because the returns are taxable, thus reducing the post-tax yield. Needless to say, they are equally safe and have the advantage of a shorter lock-in  period of six years.</p>
<p>The tax treatment of NSC income makes all the difference for taxpayers who have an income that falls within the<br />
    30 per cent tax slab. However, if you are a retiree or have an annual income lower than Rs 3 lakh, the tax rate is marginal (only 10 per  cent, plus 3 per cent cess). Five-year fixed deposits also have a short  lock-in period and offer almost the same returns. The difference is  that the interest rates of FDs are more variable and the deposits in  private banks are not as safe.</p>
<p><strong>Senior citizens&#8217; savings scheme</strong><br />
    <strong>Returns:</strong> 9 per cent per annum<br />
    <strong>Maximum deduction:</strong> Rs 1 lakh<br />
    <strong>Income:</strong> Fully taxable</p>
<p>Whether or not you are looking forward to a retired life, there is one sure reason to celebrate. It is called the Senior Citizens&#8217; Savings Scheme, which offers a higher rate of returns 9 per cent than most bank deposits. Though the income is taxable, it is unlikely that you will pay tax because the exemption limit for senior citizens is Rs 2.4 lakh per year.</p>
<p>The twist is that though you are eligible for earning 9 per cent interest after the age of 60, the tax exemption limit comes<br />
    into effect only after you complete 65 years. Never mind this minor  problem. The impact of the extra tax paid in five years will be minimal compared with the long-term benefits of this scheme. So do not ignore this option if you are planning a carefree retired life.</p>
<p><strong>Equity-linked saving schemes</strong><br />
    <strong>Returns:</strong> Market-linked<br />
    <strong>Maximum deduction:</strong> Rs 1 lakh<br />
    <strong>Income:</strong> Tax-free</p>
<p>They have been in the recovery mode since 2009, giving returns of about 76.1 per cent last year. This bounceback from the lows of 2008 (the ELSS funds lost 55.5 per cent on an average) proves that long-term investors cannot overlook the ELSS for saving tax. The returns offered by these funds are unmatched by any other tax-saving instrument. Of course, they have the same risk profile as other equity funds. However, you can play your cards right by choosing funds that have been consistent performers<br />
    and by staying invested for long periods.</p>
<p>To further hedge your risk, you can invest via SIPs that give you the benefit of averaging out costs. This automatically makes tax planning a year-long affair, as it ought to be. You also have the option to choose dividend payouts for periodic payments. This doesn&#8217;t affect the taxability of income as both dividends and capital gains at the end of the three-year lock-in period<br />
    are tax-exempt.</p>
<p><strong>Unit-linked insurance plans</strong><br />
    <strong>Returns:</strong> Market-linked<br />
    <strong>Maximum deduction:</strong> Rs 1 lakh<br />
    <strong>Income:</strong> Tax-free</p>
<p>Last year, Ulips got a major facelift. The insurance regulator capped the difference between the gross yield and the net yield earned by a Ulip. The ceiling is 3 per cent for Ulips with a tenure of less than 10 years and 2.25 per cent for policies with longer tenures. However, mortality charges have been kept out of this calculation. The rule became effective from 1 January 2010.</p>
<p>Now that the steep charges are gone, you have hardly any reason to ignore this instrument that combines equity exposure, life cover and tax savings. In fact, if the Swarup Committee&#8217;s recommendations are accepted, all the upfront commissions of Ulips will be phased out by 2011. Therefore, investing in this product will become more profitable.</p>
<p>Understanding the features of this financial instrument is important to optimise its benefits. For instance, in addition to saving tax, Ulips can also act as an effective allocation tool. This is because Ulips allow investors to change the equity-to-debt ratio without any penalty for a fixed number of switches every year. Even if you are not market savvy and are unable to take the decision on your own, there are Ulips that change the allocation according to your life stage.</p>
<p>However, if you are looking at short-term returns, stay way from Ulips. This is because they may not be able to recover the upfront charges unless you stay invested for at least 10-12 years. Do not be swayed by agents who claim that you only have to pay premiums for a minimum period of three or five years. In this way, your corpus is not likely to grow enough and will only be able to pay the charges for the life cover.</p>
<p><strong>Life insurance policies<br />
    Returns:</strong> 5-6 per cent<br />
    <strong>Maximum deduction:</strong> Rs 1 lakh<br />
    <strong>Income:</strong> Tax-free</p>
<p>There may not be many advantages to the expensive endowment or money-back policies that your friend had recommended a few years ago, but there is one silver lining. The premium of the policy is covered by Section 80C of the Income Tax Act and is exempt from tax. This is not to say that you must buy such a policy now. If you are inadequately insured, opt for pure term plans, which are significantly cheaper than traditional policies. In fact, the premiums paid for all insurance policies that  cover you, your spouse and dependent children are exempt from tax. But remember that experts are against buying insurance for saving tax<br />
    alone. The latter should be an added advantage.</p>
<p><strong>Pension plans</strong><br />
    <strong>Returns:</strong> Market-linked<br />
    <strong>Maximum deduction:</strong> Rs 1 lakh<br />
    <strong>Income:</strong> Pension income taxable</p>
<p>It&#8217;s a must-have for all investors. If your employer does not provide one, buy a pension policy that ensures a steady income after retirement. What can be better than earning tax benefits on the investment as well?</p>
<p>There are three types of pension plans to choose from. The first is the unit-linked pension plan. It offers greater control over your retirement corpus by allowing you to choose the mix of equities and debt according to your risk appetite. A unit-linked pension plan is not as costly as a Ulip because it does not offer life insurance.</p>
<p>However, keep in mind that on maturity, only 33 per cent of the corpus can be withdrawn tax-free. If you do not get gratuity, up to 50 per cent of the pension corpus can be commuted. You must use the balance to buy an annuity from an insurance company that will give a monthly pension.</p>
<p>This pension is fully taxable.</p>
<p>The second type of pension plan is offered as a mutual fund. In most of these funds, the money cannot be withdrawn before the investor turns 58. Even if early withdrawals are allowed, you have to pay a penalty. For instance, the Templeton India Pension Plan charges a hefty 3 per cent exit load on amounts withdrawn before the vesting age of 58.</p>
<p>The third option is the New Pension Scheme (NPS) launched with much fanfare in 2009. However, it is yet to attract investors in hordes. To know more about why the scheme has been a non-starter, read our story &#8216;All you Need to Know About Pension&#8217; on our Website, <a href="http://www.moneytoday.in/">www.moneytoday.in</a>. Sign up only if you are convinced that the NPS has the potential to take care of your pension needs. The contributions fall within the Section 80C ambit.</p>
<p><strong>Home loan EMI</strong><br />
    <strong>Maximum deduction:</strong> Rs 1 lakh</p>
<p>For the past few months, the hefty home loan EMI had been one of the most important reasons employees feared the job axe. Now, the same EMI is cause to rejoice. The cumulative principal of your EMIs is eligible for a Section 80C deduction. This is usually a large amount and, along with the Provident Fund, should take care of most of your Rs 1 lakh limit. If you also factor in the deduction available under Section 24 on the interest paid, the effective loan rate comes down significantly.</p>
<p>Another way to increase the benefit is to take a joint loan with a sibling, spouse or parent. This way, both coowners of the property can claim individual tax benefits on the home loan. A word of caution: do not let tax saving inspire you to extend your loan tenure. It is equivalent to spending more to get a discount. The shorter the tenure of a mortgage, the better it is.</p>
<p><strong>Tuition fees</strong><br />
    <strong>Maximum deduction:</strong> Rs 1 lakh</p>
<p>The ever-increasing school fees of your children could burn a hole in your wallet. There is some respite because the tuition fee of up to two children is taxdeductible. Note that only the tuition fee is included. Other myriad charges in various forms, such as the building development fee, bus fee, etc, are not eligible for deduction. Another rider is that the fee must be paid to a recognised educational institution in India. This means that playschools, foreign colleges and private coaching classes do not qualify. Also, the fee must be paid for the taxpayer&#8217;s children, not siblings, nephews, nieces or grandchildren.</p>
<p>The benefit cannot be availed of by both the parents. If there&#8217;s one child, only one of the parents can claim tax benefits on the school tuition fee. Otherwise, each parent can claim tax benefit for different children. Even so, the tax benefit is helpful, especially for those who can&#8217;t save enough to cut taxes.</p>
<p>Reproduced From Money Today. © 2010. LMIL. All rights reserved.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://designnonsense.com/blog/?feed=rss2&amp;p=64</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Movie Collection</title>
		<link>http://designnonsense.com/blog/?p=53</link>
		<comments>http://designnonsense.com/blog/?p=53#comments</comments>
		<pubDate>Mon, 08 Feb 2010 06:46:22 +0000</pubDate>
		<dc:creator>Srini</dc:creator>
				<category><![CDATA[Movies]]></category>
		<category><![CDATA[Entertainment]]></category>

		<guid isPermaLink="false">http://designnonsense.com/blog/?p=53</guid>
		<description><![CDATA[As a movie buff I have been collecting movies for last three years. Having a plan in my mind to establish a small Home Theater with a wireless movie server to watch the movies/documentaries at my leisure time. Till now I have collected more than 1000 titles that comprises movies from Hollywood, Bollywood, Tollywood, Sandalwood, [...]]]></description>
			<content:encoded><![CDATA[<p>As a movie buff I have been collecting movies for last three years. Having a plan in my mind to establish a small Home Theater with a wireless movie server to watch the movies/documentaries at my leisure time. Till now I have collected more than 1000 titles that comprises movies from Hollywood, Bollywood, Tollywood, Sandalwood, Kollywood, Korean, Thai, Malaya, Japanese, Chinese, some parts of European and documentaries from BBC, History, Discovery, PBS, NatGeo, etc. Importantly the list is increasing day by day. <img src='http://designnonsense.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Interested to have some of the titles? Give yours and take mine, pure barter Ha!! <img src='http://designnonsense.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>The below given are the list of all titles from movies to documentaries</p>
<p><iframe src="http://www.designnonsense.com/myassets/listsm.txt" width="98%" height="300" style="padding:5px 0 5px 0; border:1px solid #eee; overflow-x:hidden;"></p>
<p></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://designnonsense.com/blog/?feed=rss2&amp;p=53</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
