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

<channel>
	<title>Mysticpixels</title>
	<atom:link href="http://mysticpixels.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mysticpixels.wordpress.com</link>
	<description>Living life...the cool way !</description>
	<pubDate>Tue, 15 Jul 2008 05:27:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Access Keys - Accessible Navigation</title>
		<link>http://mysticpixels.wordpress.com/2008/07/15/access-keys-accessible-navigation/</link>
		<comments>http://mysticpixels.wordpress.com/2008/07/15/access-keys-accessible-navigation/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 05:23:40 +0000</pubDate>
		<dc:creator>mysticpixels</dc:creator>
		
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://mysticpixels.wordpress.com/?p=111</guid>
		<description><![CDATA[Making a web experience memorable and more accessible to all the users out there is really a daunting task. There are huge amount of techniques and approaches, that can be applied to a web presence to make it more accessible. Here is one among them - &#8216;ACCESS KEYS&#8217;
&#8216;Access keys&#8217; offer a convenient mechanism for people [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Making a web experience memorable and more accessible to all the users out there is really a daunting task. There are huge amount of techniques and approaches, that can be applied to a web presence to make it more accessible. Here is one among them - &#8216;ACCESS KEYS&#8217;<br />
&#8216;Access keys&#8217; offer a convenient mechanism for people with motor skill disabilities , such as Cerebral palsy, Parkinson&#8217;s disease, Alzheimer&#8217;s disease, etc., to access links or interface elements without having to cycle through all of the other links and interface elements in the content. With this technique, we assign shortcut keys that enable various functionalities of an application/page (only certain tags support accesskey), and hence avoids the need to move the cursor to the button or link and hence saves a lot of time and improves the workflow and user experience.</p>
<h4>REFERENCE</h4>
<p><a href="http://www.w3.org/TR/REC-html40/interact/forms.html#adef-accesskey" target="_blank">http://www.w3.org/TR/REC-html40/interact/forms.html#adef-accesskey</a></p>
<h4><strong>SYNTAX<br />
</strong></h4>
<p>Access keys can be implemented, by including the keyword &lt;<a name="adef-accesskey">accesskey</a> =         <a href="http://www.w3.org/TR/REC-html40/types.html#type-character"><em>character</em></a> &gt; within the tag, where the character will be a single character from the document set.</p>
<p>Eg.</p>
<p>&lt;FORM action=&#8221;&#8230;&#8221; method=&#8221;post&#8221;&gt;<br />
&lt;P&gt;<br />
&lt;LABEL for=&#8221;fuser&#8221; accesskey=&#8221;U&#8221;&gt; User Name &lt;/LABEL&gt;<br />
&lt;INPUT type=&#8221;text&#8221; name=&#8221;user&#8221; id=&#8221;fuser&#8221;&gt;<br />
&lt;/P&gt;<br />
&lt;/FORM&gt;</p>
<p>This would implement the accesskey for the label, and enables the user to navigate to the corresponding textbox, by pressing <span style="color:#ff6600;"><strong>&#8216;browser-specific key&#8217; + &#8216;U&#8217;</strong></span>. This means there are some browser keys/Key combinations, that needs to be pressed before the character mentioned in the accesskey tag, inorder to activate the element.</p>
<p>Here are some keys for accesskey activation in various common browsers</p>
<p><span style="color:#ff0000;"><strong>IE - &#8216;<span style="color:#000000;">Alt&#8217; + &#8216;character&#8217;</span><br />
FF - <span style="color:#000000;">&#8216;Shift+ Alt&#8217; + &#8216;character&#8217;</span></strong></span></p>
<h4>HOW IT WORKS ?</h4>
<p><span class="index-inst" title="and access key"><a name="idx-focus-2"> Pressing an access key assigned to an element gives focus to the 	    element.</a></span> The action that occurs when an element receives focus 	    depends on the element. For example, when a user activates a link 	    defined by the <a class="noxref" href="http://www.w3.org/TR/REC-html40/struct/links.html#edef-A">A</a> element, the user agent 	    generally follows the link. When a user activates a radio button, the 	    user agent changes the value of the radio button.  When the user 	    activates a text field, it allows input, etc.</p>
<h4>BROWSER SUPPORT</h4>
<p>Again there are some differences in the way &#8216;accesskey&#8217; works in various browsers.</p>
<ul>
<li>In IE, using the access key typically <strong><em>only</em> gives focus</strong> to the element. If the element is a link, it is <strong>not followed</strong>. The user can thus move to a link (e.g., in order to proceed by tabbing then), as separately from following it, which can be activating by hitting the Enter key when the focus is on the link. The implementation of accesskeys on IE is not very consistent. For example, using an accesskey for a checkbox does not just focus on it but also toggles its setting.</li>
</ul>
<ul>
<li>FF follows the link, when accesskey is specified in an anchor tag.</li>
<li> Opera doesn&#8217;t support access keys</li>
<li> Netscape follows a link when an access key is used</li>
<li>On <strong>Netscape 6</strong>, the support is similar. Using an access key to select a link causes the link to be followed. And it seems that access keys are not supported for form buttons</li>
<li>In IE on the  Mac platform, access key is performed with the control key, in combination with the  key specified in the <code>accesskey</code> attribute. For links, the implementation follows the link rather than just setting focus on it.</li>
</ul>
<h4>MORE RESOURCES</h4>
<p><a href="http://www.cs.tut.fi/~jkorpela/forms/accesskey.html" target="_blank">http://juicystudio.com/article/firefox2-accesskeys.php<br />
http://www.cs.tut.fi/~jkorpela/forms/accesskey.html</a></p>
<dl>
<dt> </dt>
</dl>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mysticpixels.wordpress.com/111/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mysticpixels.wordpress.com/111/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mysticpixels.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mysticpixels.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mysticpixels.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mysticpixels.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mysticpixels.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mysticpixels.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mysticpixels.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mysticpixels.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mysticpixels.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mysticpixels.wordpress.com/111/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mysticpixels.wordpress.com&blog=2584966&post=111&subd=mysticpixels&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mysticpixels.wordpress.com/2008/07/15/access-keys-accessible-navigation/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/mysticpixels-128.jpg" medium="image">
			<media:title type="html">mysticpixels</media:title>
		</media:content>
	</item>
		<item>
		<title>A revolutionary way to browse images on web !</title>
		<link>http://mysticpixels.wordpress.com/2008/06/26/a-revolutionary-way-to-browse-images-on-web/</link>
		<comments>http://mysticpixels.wordpress.com/2008/06/26/a-revolutionary-way-to-browse-images-on-web/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 15:07:15 +0000</pubDate>
		<dc:creator>mysticpixels</dc:creator>
		
		<category><![CDATA[Creativity]]></category>

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

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

		<guid isPermaLink="false">http://mysticpixels.wordpress.com/?p=109</guid>
		<description><![CDATA[Just dropped into a link where i found this interesting concept, where the images on a webpage can be viewed in a 3d model plane. This would bring about great optimisation in time taken browsing images on web, and i believe it would work wonders for designers seeking aspirations from web, wherein they wont be [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Just dropped into a link where i found this interesting concept, where the images on a webpage can be viewed in a 3d model plane. This would bring about great optimisation in time taken browsing images on web, and i believe it would work wonders for designers seeking aspirations from web, wherein they wont be needed to waste time in each clicks, as this revolutionary concept loads all the images in a fullscreen plane and the capability to browse in a 3D simulated way is really wonderful !</p>
<p>Check it out now: <a title="Picliens" href="http://www.piclens.com/" target="_blank">http://www.piclens.com/</a></p>
<p>[You can install the toolbar in your browser and enjoy the ride ;)]</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mysticpixels.wordpress.com/109/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mysticpixels.wordpress.com/109/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mysticpixels.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mysticpixels.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mysticpixels.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mysticpixels.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mysticpixels.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mysticpixels.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mysticpixels.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mysticpixels.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mysticpixels.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mysticpixels.wordpress.com/109/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mysticpixels.wordpress.com&blog=2584966&post=109&subd=mysticpixels&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mysticpixels.wordpress.com/2008/06/26/a-revolutionary-way-to-browse-images-on-web/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/mysticpixels-128.jpg" medium="image">
			<media:title type="html">mysticpixels</media:title>
		</media:content>
	</item>
		<item>
		<title>Back now&#8230;since long</title>
		<link>http://mysticpixels.wordpress.com/2008/06/20/back-nowsince-long/</link>
		<comments>http://mysticpixels.wordpress.com/2008/06/20/back-nowsince-long/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 10:48:12 +0000</pubDate>
		<dc:creator>mysticpixels</dc:creator>
		
		<guid isPermaLink="false">http://mysticpixels.wordpress.com/?p=108</guid>
		<description><![CDATA[It was a time of hibernation for almost 3 months. Back after the break, this certainly is a time for revamping and rebuilding&#8230;
Luk forward for some meaningful posts and useful snippets and tips for a worthful life.
Let me start all over again :), and now its not me alone&#8230;my buddy for life is also with [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It was a time of hibernation for almost 3 months. Back after the break, this certainly is a time for revamping and rebuilding&#8230;</p>
<p>Luk forward for some meaningful posts and useful snippets and tips for a worthful life.</p>
<p>Let me start all over again :), and now its not me alone&#8230;my buddy for life is also with me now <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mysticpixels.wordpress.com/108/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mysticpixels.wordpress.com/108/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mysticpixels.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mysticpixels.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mysticpixels.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mysticpixels.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mysticpixels.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mysticpixels.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mysticpixels.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mysticpixels.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mysticpixels.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mysticpixels.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mysticpixels.wordpress.com&blog=2584966&post=108&subd=mysticpixels&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mysticpixels.wordpress.com/2008/06/20/back-nowsince-long/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/mysticpixels-128.jpg" medium="image">
			<media:title type="html">mysticpixels</media:title>
		</media:content>
	</item>
		<item>
		<title>Removing the outline around a linked element in HTML</title>
		<link>http://mysticpixels.wordpress.com/2008/03/26/removing-the-outline-around-a-linked-element-in-html/</link>
		<comments>http://mysticpixels.wordpress.com/2008/03/26/removing-the-outline-around-a-linked-element-in-html/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 16:48:44 +0000</pubDate>
		<dc:creator>mysticpixels</dc:creator>
		
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://mysticpixels.wordpress.com/?p=106</guid>
		<description><![CDATA[Having slipped into a small piece of fact while surfing tonight, i felt this really should find a place in my blog right here. Well, the center of attraction now is the small little outline that appears around any links when focussed. (Refer to the image for clarity)

The outline that comes around the image is [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Having slipped into a small piece of fact while surfing tonight, i felt this really should find a place in my blog right here. Well, the center of attraction now is the small little outline that appears around any links when focussed.<i> (Refer to the image for clarity)</i></p>
<p><a href="http://mysticpixels.files.wordpress.com/2008/03/link-outline.gif" title="link-outline.gif"><img src="http://mysticpixels.files.wordpress.com/2008/03/link-outline.gif" alt="link-outline.gif" /></a></p>
<p>The outline that comes around the image is what we are exactly talking about. It would have been great at times to get rid of that annoying border out of the link, as nowadays we not only use an anchor tag to take users to other pages (with the advent of more usage of scripts and more UI tools and libraries like jquery)</p>
<p>We can get rid of the outline in Firefox using a simple CSS code which is:</p>
<div>
<div class="css">
<ol>
<li>
<div style="font-family:'Courier New',Courier,monospace;font-weight:normal;">a:focus, a<span style="color:#3333ff;">:active </span><span style="color:#66cc66;">{</span></div>
</li>
<li>
<div style="font-family:'Courier New',Courier,monospace;font-weight:normal;">  <span style="color:#000000;">outline</span>: <span style="color:#993333;">none</span>;</div>
</li>
<li>
<div class="css"><span style="color:#66cc66;">}</span></div>
</li>
</ol>
</div>
<div class="css"> But again, this is not possible in IE using the same technique. For this, there is an alternate if we use jquery (a javascript library-im excited that ill be posting some series of posts relating to jquery later on).</div>
<div class="css"></div>
<div class="css">The trick is to take the focus off the link once it has been clicked, and jQuery makes that simpl enough to implement. The following piece of code in jquery does the trick for us and gets rid of the outline forever <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </div>
<div class="css">
<div>
<div class="javascript">
<ol>
<li>
<div style="font-family:'Courier New',Courier,monospace;font-weight:normal;">$<span style="color:#333333;">(</span><span style="color:#3366cc;">&#8216;a&#8217;</span><span style="color:#333333;">)</span>.<a href="http://www.learningjquery.com/wp-content/themes/jquery/docs.php?fn=click"><span style="color:#b85b5a;font-weight:bold;">click</span></a><span style="color:#333333;">(</span><span style="color:#222222;">function</span><span style="color:#333333;">(</span><span style="color:#333333;">)</span> <span style="color:#333333;">{</span></div>
</li>
<li>
<div style="font-family:'Courier New',Courier,monospace;font-weight:normal;">  <span style="color:#000066;font-weight:bold;">this</span>.<span style="color:#000066;">blur</span><span style="color:#333333;">(</span><span style="color:#333333;">)</span>;</div>
</li>
<li>
<div style="font-family:'Courier New',Courier,monospace;font-weight:normal;"><span style="color:#333333;">}</span><span style="color:#333333;">)</span>;</div>
</li>
</ol>
<p>for those unaware of the magic of jquery, ill be posting some soon. Btw, im also a newbie into this technique, but am slowly catching up. Lets expect some useful posts following this. Till then, happy CSSing. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><i>( Courtesy: <a href="http://www.learningjquery.com">http://www.learningjquery.com</a></i><a href="http://www.learningjquery.com"> </a>)</div>
</div>
</div>
<div class="css"></div>
</div>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mysticpixels.wordpress.com/106/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mysticpixels.wordpress.com/106/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mysticpixels.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mysticpixels.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mysticpixels.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mysticpixels.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mysticpixels.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mysticpixels.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mysticpixels.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mysticpixels.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mysticpixels.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mysticpixels.wordpress.com/106/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mysticpixels.wordpress.com&blog=2584966&post=106&subd=mysticpixels&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mysticpixels.wordpress.com/2008/03/26/removing-the-outline-around-a-linked-element-in-html/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/mysticpixels-128.jpg" medium="image">
			<media:title type="html">mysticpixels</media:title>
		</media:content>

		<media:content url="http://mysticpixels.files.wordpress.com/2008/03/link-outline.gif" medium="image">
			<media:title type="html">link-outline.gif</media:title>
		</media:content>
	</item>
		<item>
		<title>The Pursuit of Happyness - A worth-watch</title>
		<link>http://mysticpixels.wordpress.com/2008/03/24/the-pursuit-of-happyness-a-worth-watch/</link>
		<comments>http://mysticpixels.wordpress.com/2008/03/24/the-pursuit-of-happyness-a-worth-watch/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 12:25:50 +0000</pubDate>
		<dc:creator>mysticpixels</dc:creator>
		
		<category><![CDATA[Life]]></category>

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

		<guid isPermaLink="false">http://mysticpixels.wordpress.com/?p=104</guid>
		<description><![CDATA[
A Rare movie of its kind






&#8220;You got a dream&#8230; You gotta protect it. People can&#8217;t do somethin&#8217; themselves, they wanna tell you you can&#8217;t do it. If you want somethin&#8217;, go get it. Period. &#8220;



Mysteries, Hardluck, Tragedy&#8230;when everything strucks at a time, not every man can withstand that. It pays to show some perseverence and [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div style="text-align:center;">
<h1><b>A Rare movie of its kind</b></h1>
</div>
<div style="text-align:center;"></div>
<p><a href="http://mysticpixels.files.wordpress.com/2008/03/poh.gif" title="The pursuit of happyness"></a></p>
<div style="text-align:center;" align="left"><a href="http://mysticpixels.files.wordpress.com/2008/03/poh.gif" title="The pursuit of happyness"><img src="http://mysticpixels.files.wordpress.com/2008/03/poh.gif?w=318&h=218" alt="The pursuit of happyness" height="218" width="318" /></a></div>
<div style="text-align:left;"></div>
<div style="text-align:center;"></div>
<div style="text-align:center;"><i>&#8220;You got a dream&#8230; You gotta protect it. People can&#8217;t do somethin&#8217; themselves, they wanna tell you you can&#8217;t do it. If you want somethin&#8217;, go get it. Period.</i> &#8220;</div>
<div style="text-align:center;"></div>
<div style="text-align:center;"></div>
<div style="text-align:left;"></div>
<div style="text-align:left;">Mysteries, Hardluck, Tragedy&#8230;when everything strucks at a time, not every man can withstand that. It pays to show some perseverence and pure character, at times of grave grief and downfall, and that is what exactly Mr. Chris Gardner tries to convey from his life, the character of whom is being gracefully executed by the genius in Will Smith, in this movie.</div>
<div style="text-align:left;">This movie was for long in my to-watch list and suddenly got a chance to have a luk at it alone in the silence of a vacant workplace <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Seldom could you witness such a graceful execution of a great human&#8217;s life onscreen. The sequence, and the emotional flow got the better of me and i was drawed into the onscreen genius in Will Smith as Chris Gardner, who went on to establish an organization, after persevering from the hardships and the mysteries that was his all-time companion and showed the character by protecting his responsibility all along.</div>
<div style="text-align:left;"></div>
<div style="text-align:left;"></div>
<div style="text-align:left;">This is a must-watch for those aspiring young family-men who are beginning to setup a family and this certainly would pave the base for a confident start in your life. Believe me, this movie just rocks and would remain green for another stage of my life.</div>
<div style="text-align:left;"></div>
<div style="text-align:left;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</div>
<div style="text-align:left;">LEAD CAST</div>
<div style="text-align:left;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</div>
<div style="text-align:left;"><a href="http://www.imdb.com/name/nm0000226/">Will Smith</a>             -   <a href="http://www.imdb.com/character/ch0009642/">Chris Gardner</a></div>
<div style="text-align:left;"><a href="http://www.imdb.com/name/nm1535523/">Jaden Smith</a>         -    <a href="http://www.imdb.com/character/ch0009644/">Christopher</a> (as Jaden Christopher Syre Smith)</div>
<div style="text-align:left;"><a href="http://www.imdb.com/name/nm0628601/">Thandie Newton</a> -    <a href="http://www.imdb.com/character/ch0009643/">Linda</a></div>
<div style="text-align:left;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</div>
<div style="text-align:left;">SUMMARY</div>
<div style="text-align:left;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</div>
<div style="text-align:left;">In 1981, in San Francisco, the smart salesman and family man Chris Gardner invested the family savings in Ostelo National bone-density scanners, an apparatus twice more expensive than x-ray with practically the same resolution. The white elephant financially breaks the family, bringing troubles to the relationship with his wife that leaves him and moves to New York. Without money and wife, but totally committed with his son Christopher, Chris sees the chance to fight for a stockbroker internship position at Dean Witter, disputing for one career in the end of six months training period without any salary with other twenty candidates. Meanwhile, homeless, he has all sorts of difficulties with his son.</div>
<div style="text-align:left;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</div>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mysticpixels.wordpress.com/104/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mysticpixels.wordpress.com/104/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mysticpixels.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mysticpixels.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mysticpixels.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mysticpixels.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mysticpixels.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mysticpixels.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mysticpixels.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mysticpixels.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mysticpixels.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mysticpixels.wordpress.com/104/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mysticpixels.wordpress.com&blog=2584966&post=104&subd=mysticpixels&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mysticpixels.wordpress.com/2008/03/24/the-pursuit-of-happyness-a-worth-watch/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/mysticpixels-128.jpg" medium="image">
			<media:title type="html">mysticpixels</media:title>
		</media:content>

		<media:content url="http://mysticpixels.files.wordpress.com/2008/03/poh.gif" medium="image">
			<media:title type="html">The pursuit of happyness</media:title>
		</media:content>
	</item>
		<item>
		<title>What are we after in life ?</title>
		<link>http://mysticpixels.wordpress.com/2008/03/21/what-are-we-after-in-life/</link>
		<comments>http://mysticpixels.wordpress.com/2008/03/21/what-are-we-after-in-life/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 15:40:12 +0000</pubDate>
		<dc:creator>mysticpixels</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[Professional Life]]></category>

		<guid isPermaLink="false">http://mysticpixels.wordpress.com/?p=100</guid>
		<description><![CDATA[After a pretty long break, im back again with some worthy notes to share and to learn !


Was enjoying my time with my family, and getting the much needed recharge which would keep me going amidst the overwhelming encounters that life has me to offer. Today, in my office where there are lots of vacant [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>After a pretty long break, im back again with some worthy notes to share and to learn !</p>
<p><a href="http://mysticpixels.files.wordpress.com/2008/03/work_life_balance_sign.jpg" title="Work life balance"></a></p>
<div style="text-align:center;"><a href="http://mysticpixels.files.wordpress.com/2008/03/work_life_balance_sign.jpg" title="Work life balance"><img src="http://mysticpixels.files.wordpress.com/2008/03/work_life_balance_sign.jpg?w=282&h=359" alt="Work life balance" height="359" width="282" /></a></div>
<p>Was enjoying my time with my family, and getting the much needed recharge which would keep me going amidst the overwhelming encounters that life has me to offer. Today, in my office where there are lots of vacant seats and where there is no meeting requests and no scheduled sessions&#8230;im getting some quality time to jot down some human side of my life here in this small space on the world&#8217;s dictionary&#8230;.as i would call it <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Life often makes us to think, what really is the ultimate objective we are thriving for, we are competing for, we are so arrogantly after&#8230;Is it the position, is it the wealth, is it the top of the ladder in the corporate arena or is it the just being yoruself and enjoying whatever you do ?? This, im sure is a tougher question to ask and ofcourse seems to come  right out of a spiritual mind&#8230;no worries&#8230;.im still an interactive developer ;). But at times i feel the huge contrast that lies between the work and life, which nowadays the pros call &#8216;WORK-LIFE Balance&#8217;.</p>
<p>Family, Relations, Love, Care all take a primary priority in life and maintaining it in the right place and playing safe to your career is what is my version of Work-Life Balance. In this starting stage of my career, i feel the pressure for maintaining that balance and it really is a challenge to get over it with cool head. One of the main ingredient of a balanced life is the passion and love for work, without which life could seem too vaccum, and im fortunate enough to be in that genre !</p>
<p>I would say, its half the job done if you are passionate enough for the work that you do. All the other things that you would be doing is pure time management and smart work @ workplace&#8230;and you are ready to unwind the treasure of life..which is a completely balanced life <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Wishing you all a happy holi and a happy BALANCING <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mysticpixels.wordpress.com/100/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mysticpixels.wordpress.com/100/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mysticpixels.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mysticpixels.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mysticpixels.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mysticpixels.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mysticpixels.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mysticpixels.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mysticpixels.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mysticpixels.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mysticpixels.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mysticpixels.wordpress.com/100/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mysticpixels.wordpress.com&blog=2584966&post=100&subd=mysticpixels&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mysticpixels.wordpress.com/2008/03/21/what-are-we-after-in-life/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/mysticpixels-128.jpg" medium="image">
			<media:title type="html">mysticpixels</media:title>
		</media:content>

		<media:content url="http://mysticpixels.files.wordpress.com/2008/03/work_life_balance_sign.jpg" medium="image">
			<media:title type="html">Work life balance</media:title>
		</media:content>
	</item>
		<item>
		<title>Lorem Ipsum - The story behind the text !</title>
		<link>http://mysticpixels.wordpress.com/2008/03/07/lorem-ipsum-the-story-behind-the-text/</link>
		<comments>http://mysticpixels.wordpress.com/2008/03/07/lorem-ipsum-the-story-behind-the-text/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 12:42:41 +0000</pubDate>
		<dc:creator>mysticpixels</dc:creator>
		
		<category><![CDATA[Others]]></category>

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

		<guid isPermaLink="false">http://mysticpixels.wordpress.com/?p=99</guid>
		<description><![CDATA[Hi every designers and developers out there !
Atleast once would you have come across the text &#8216;Lorem Ipsum&#8217; , and would have used them to fill up those areas with dummy text. Ever spend some time to peep into the speciality of that text ? Why specifically Lorem ipsum ? What&#8217;s all behind such a [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hi every designers and developers out there !</p>
<p>Atleast once would you have come across the text &#8216;Lorem Ipsum&#8217; , and would have used them to fill up those areas with dummy text. Ever spend some time to peep into the speciality of that text ? Why specifically Lorem ipsum ? What&#8217;s all behind such a text? Have you ever wondered?</p>
<p>Well&#8230;here is the story behind the dummy text</p>
<p><b>What is Lorem Ipsum ?</b></p>
<p><b>Lorem Ipsum</b> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#8217;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<p><b>Where does it come from ?</b></p>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of &#8220;de Finibus Bonorum et Malorum&#8221; (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, &#8220;Lorem ipsum dolor sit amet..&#8221;, comes from a line in section 1.10.32.</p>
<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from &#8220;de Finibus Bonorum et Malorum&#8221; by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p>
<p><b>Why do we use it ?</b></p>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using &#8216;Content here, content here&#8217;, making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for &#8216;lorem ipsum&#8217; will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>
<p>Hope you enjoyed the little known fact <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mysticpixels.wordpress.com/99/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mysticpixels.wordpress.com/99/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mysticpixels.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mysticpixels.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mysticpixels.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mysticpixels.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mysticpixels.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mysticpixels.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mysticpixels.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mysticpixels.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mysticpixels.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mysticpixels.wordpress.com/99/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mysticpixels.wordpress.com&blog=2584966&post=99&subd=mysticpixels&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mysticpixels.wordpress.com/2008/03/07/lorem-ipsum-the-story-behind-the-text/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/mysticpixels-128.jpg" medium="image">
			<media:title type="html">mysticpixels</media:title>
		</media:content>
	</item>
		<item>
		<title>Stress - The show stealer in life !!</title>
		<link>http://mysticpixels.wordpress.com/2008/03/04/stress-the-show-stealer-in-life/</link>
		<comments>http://mysticpixels.wordpress.com/2008/03/04/stress-the-show-stealer-in-life/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 16:43:50 +0000</pubDate>
		<dc:creator>mysticpixels</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[Professional Life]]></category>

		<guid isPermaLink="false">http://mysticpixels.wordpress.com/?p=98</guid>
		<description><![CDATA[Personal health is the prioritised topic over one&#8217;s professional life&#8230;atleast its for me ;), and i feel it should be. There are times we are get caught up in the whirlpool of professional life and totally have to ignore the personal health atleast for sometime. But, remember&#8230;if you are really ignoring your health over the [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Personal health is the prioritised topic over one&#8217;s professional life&#8230;atleast its for me ;), and i feel it should be. There are times we are get caught up in the whirlpool of professional life and totally have to ignore the personal health atleast for sometime. But, remember&#8230;if you are really ignoring your health over the professional milestones and the deadlines are making you forget about your family and personal well-being, give it a second thought ! You may be risking something very important in your life !</p>
<p>Yes stress can bring a lot of bad in times to come&#8230;but not when you are all prepared to handle it and are confident about getting rid of the stress from you mind.</p>
<h2 class="subtitle">How to Reduce, prevent, and Cope with Stress</h2>
<p><img src="http://www.helpguide.org/images/main_photos/350x233_stress_cope.jpg" alt="Emotionally Intelligent Communication" class="pagephoto" border="0" /><!-- InstanceEndEditable -->         <!--end photo--> 		 		<!-- InstanceBeginEditable name="Did You Know" --></p>
<p>If you’re living with high levels of stress, you’re putting your entire well-being at risk. Stress wreaks havoc on your emotional equilibrium, as well as your physical health. It narrows your ability to think clearly, function effectively, and enjoy life.</p>
<p>The goal of stress management is to bring your mind and body back into balance. By adopting a positive attitude, learning healthier ways to cope, and changing the way you deal with stress, you can reduce its hold on your life.</p>
<h2>Stress management strategy #1: Avoid unnecessary stress</h2>
<p>Not all stress can be avoided, and it’s not healthy to avoid a situation that needs to be addressed. You may be surprised, however, by the number of stressors in your life that you can eliminate.</p>
<ul class="para">
<li><b>Learn how to say “no”  – </b>Know your limits and stick to them. Whether in your personal or professional life, refuse to accept added responsibilities when you’re close to reaching them. Taking on more than you can handle is a surefire recipe for stress.</li>
<li><b>Avoid people who  stress you out</b> – If someone consistently causes stress in your life and you can’t turn the relationship around, limit the amount of time you spend with that person or end the relationship entirely.</li>
<li> 		    <b>Take control of your  environment</b> – If the evening news makes you anxious, turn the TV off. If traffic’s got you tense, take a longer but less-traveled route. If going to the market is an unpleasant chore, do your grocery shopping online.</li>
<li> 		    <b>Avoid hot-button  topics </b>– If you get upset over religion or politics, cross them off your conversation list. If you repeatedly argue about the same subject with the same people, stop bringing it up or excuse yourself when it’s the topic of discussion.</li>
<li> 		    <b>Pare down your to-do  list </b>– Analyze your schedule, responsibilities, and daily tasks. If you’ve got too much on your plate, distinguish between the “shoulds” and the “musts.” Drop tasks that aren’t truly necessary to the bottom of the list or eliminate them entirely.</li>
</ul>
<h2>Stress management strategy #2: Alter the situation</h2>
<p>If you can’t avoid a stressful situation, try to alter it. Figure out what you can do to change things so the problem is avoided in the future. Often, this involves changing the way you communicate and operate in your daily life.</p>
<ul class="para">
<li> 		    <b>Express your feelings  instead of bottling them up.</b> If something or someone is bothering you, communicate your concerns in an open and respectful way. If you don’t voice your feelings, resentment will build and the situation will likely remain the same.</li>
<li> 		    <b>Be willing to  compromise.</b> When you ask someone to change their behavior, be willing to do the same. If you both are willing to bend at least a little, you’ll have a good chance of finding a happy middle ground.</li>
<li> 		    <b>Be more assertive.</b> Don’t take a backseat in your own life. Deal with problems head on, doing your best to anticipate and prevent them. If you’ve got an exam to study for and your chatty roommate just got home, say up front that you only have five minutes to talk.</li>
<li> 		    <b>Manage your time better.</b> Poor time management can cause a lot of stress. When you’re stretched too thin and running behind, it’s hard to stay calm and focused. But if you plan ahead, you can avoid these stress-inducing pitfalls.</li>
</ul>
<h2>Stress management strategy #3: Accept the things you can’t change</h2>
<p>Some sources of stress are unavoidable. You can’t prevent or change stressors such as the death of a loved one, a serious illness, or a national recession. In such cases, the best way to cope with stress is to accept things as they are. Acceptance may be difficult, but in the long run, it’s easier than railing against a situation you can’t change.</p>
<ul>
<li> 		    <b>Don’t try to control  the uncontrollable.</b> Many things in life are beyond our control— particularly the behavior of other people. Rather than stressing out over them, focus on the things you can control such as the way you choose to react to problems.</li>
<li> 		    <b>Look for the upside. </b>As the saying goes, “What doesn’t kill us makes us stronger.” When facing major challenges, try to look at them as opportunities for personal growth. If your own poor choices contributed to a stressful situation, reflect on them and learn from your mistakes.</li>
<li> 		    <b>Share your feelings.</b> Talk to a trusted friend or make an appointment with a therapist. Expressing what you’re going through can be very cathartic, even if there’s nothing you can do to alter the stressful situation.</li>
<li> 		    <b>Learn to forgive. </b>Accept  the fact that we live in an imperfect world and that people make mistakes. Let  go of anger and resentments.<b> </b>Free  yourself from negative energy by forgiving and moving on.</li>
</ul>
<h2>Stress management strategy #4: Adapt to the stressor</h2>
<p>If you can’t change the stressor, change yourself. You can adapt to stressful situations and regain your sense of control by changing your expectations and attitude.<b></b></p>
<ul>
<li> 		    <b>Reframe problems.</b> Try to view stressful situations from a more positive perspective. Rather than fuming about a traffic jam, look at it as an opportunity to pause and regroup, listen to your favorite radio station, or enjoy some alone time.</li>
<li> 		    <b>Look at the big  picture. </b>Take perspective of the stressful situation. Ask yourself how important it will be in the long run. Will it matter in a month? A year? Is it really worth getting upset over? If the answer is no, focus your time and energy elsewhere.</li>
<li> 		    <b>Adjust your  standards. </b>Perfectionism is a major source of avoidable stress. Stop setting yourself up for failure by demanding perfection. Set reasonable standards for yourself and others, and learn to be okay with “good enough.” <b></b></li>
<li> 		    <b>Focus on the  positive. </b>When stress is getting you down, take a moment to reflect on all the things you appreciate in your life, including your own positive qualities and gifts. This simple strategy can help you keep things in perspective.</li>
</ul>
<h2>Stress reduction tips</h2>
<p>Beyond a take-charge approach and a positive attitude, you can reduce stress in your life by making healthy lifestyle choices and taking care of yourself. If you regularly make time for rest and relaxation, you’ll be in a better place to handle life’s stressors when they inevitably come.</p>
<h3> 		  Nurture yourself</h3>
<p>Don’t get so caught up in the hustle and bustle of life that you forget to take care of your own needs. Nurturing yourself is a necessity, not a luxury.</p>
<ul>
<li> 		    <b>Set aside relaxation  time.</b> Include rest and relaxation in your daily schedule. Don’t allow other obligations to encroach. This is your time to take a break from all responsibilities and recharge your batteries.</li>
<li> 		    <b>Connect with others.</b> Spend time with positive people who enhance your life. A strong support system will buffer you from the negative effects of stress.</li>
<li> 		    <b>Do something you  enjoy every day. </b>Make time for leisure activities that bring you joy,  whether it be stargazing, playing the piano, or working on your bike.</li>
<li> 		    <b>Keep</b><b> your  sense of humor.</b> This includes the ability to laugh at yourself. The act of  laughing helps your body fight stress in a number of ways.</li>
</ul>
<h3>Adopt a healthy lifestyle</h3>
<ul class="para">
<li>                 <b>Exercise regularly.</b> Physical activity plays a key role in reducing and preventing the effects of stress. Make time for at least 30 minutes of exercise, three times per week. Nothing beats aerobic exercise for releasing pent-up stress and tension.</li>
<li>                 <b>Eat a healthy diet.</b> Well-nourished bodies are better prepared to cope with stress, so be mindful of what you eat. Start your day right with breakfast, and keep your energy up and your mind clear with balanced, nutritious meals throughout the day.</li>
<li>                 <b>Reduce caffeine and  sugar.</b> The temporary &#8220;highs&#8221; caffeine and sugar provide often end in with a crash in mood and energy. By reducing the amount of coffee, soft drinks, chocolate, and sugar snacks in your diet, you’ll feel more relaxed and you’ll sleep better.</li>
<li>                 <b>Avoid alcohol,  cigarettes, and drugs. </b>Self-medicating with alcohol or drugs may provide an easy escape from stress, but the relief is only temporary. Don’t avoid or mask the issue at hand; deal with problems head on and with a clear mind.</li>
<li>                 <b>Get enough sleep. </b>Adequate sleep fuels your mind, as well as your body. Feeling tired will increase your stress because it may cause you to think irrationally.</li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mysticpixels.wordpress.com/98/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mysticpixels.wordpress.com/98/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mysticpixels.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mysticpixels.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mysticpixels.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mysticpixels.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mysticpixels.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mysticpixels.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mysticpixels.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mysticpixels.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mysticpixels.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mysticpixels.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mysticpixels.wordpress.com&blog=2584966&post=98&subd=mysticpixels&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mysticpixels.wordpress.com/2008/03/04/stress-the-show-stealer-in-life/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/mysticpixels-128.jpg" medium="image">
			<media:title type="html">mysticpixels</media:title>
		</media:content>

		<media:content url="http://www.helpguide.org/images/main_photos/350x233_stress_cope.jpg" medium="image">
			<media:title type="html">Emotionally Intelligent Communication</media:title>
		</media:content>
	</item>
		<item>
		<title>Zzzzzzz !</title>
		<link>http://mysticpixels.wordpress.com/2008/02/28/zzzzzzz/</link>
		<comments>http://mysticpixels.wordpress.com/2008/02/28/zzzzzzz/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 22:48:32 +0000</pubDate>
		<dc:creator>mysticpixels</dc:creator>
		
		<category><![CDATA[Professional Life]]></category>

		<guid isPermaLink="false">http://mysticpixels.wordpress.com/?p=97</guid>
		<description><![CDATA[Good Morning !
Yet another day of fights and challenged awaits me&#8230;Still diggin deep into my keyboard and staring into my monitor, im just minutes away from breaking my record of latest office stay ever in my career&#8230;
Developing CSS for an application, im still enjoying it to the last second. Never have i thought that CSSing [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Good Morning !</p>
<p>Yet another day of fights and challenged awaits me&#8230;Still diggin deep into my keyboard and staring into my monitor, im just minutes away from breaking my record of latest office stay ever in my career&#8230;</p>
<p>Developing CSS for an application, im still enjoying it to the last second. Never have i thought that CSSing would be this much fun. I wants to hear my mind saying to go bit more far into the process, but my fellow organs are just not allowing me to stay any longer&#8230;im feeling the tiresness now, have to sleep now, and have to rush to bed <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>HAPPY CSSing to ALLLLLLLLLLLL !!!!!!!!!!!!!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mysticpixels.wordpress.com/97/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mysticpixels.wordpress.com/97/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mysticpixels.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mysticpixels.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mysticpixels.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mysticpixels.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mysticpixels.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mysticpixels.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mysticpixels.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mysticpixels.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mysticpixels.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mysticpixels.wordpress.com/97/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mysticpixels.wordpress.com&blog=2584966&post=97&subd=mysticpixels&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mysticpixels.wordpress.com/2008/02/28/zzzzzzz/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/mysticpixels-128.jpg" medium="image">
			<media:title type="html">mysticpixels</media:title>
		</media:content>
	</item>
		<item>
		<title>Not yet another video sharing tool !</title>
		<link>http://mysticpixels.wordpress.com/2008/02/24/not-yet-another-video-sharing-tool/</link>
		<comments>http://mysticpixels.wordpress.com/2008/02/24/not-yet-another-video-sharing-tool/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 14:58:13 +0000</pubDate>
		<dc:creator>mysticpixels</dc:creator>
		
		<category><![CDATA[Techie]]></category>

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

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

		<guid isPermaLink="false">http://mysticpixels.wordpress.com/2008/02/24/not-yet-another-video-sharing-tool/</guid>
		<description><![CDATA[This video sharing app, is not yet another video sharing app on the web. Check out for its usability and the cool UX. Ofcourse, the videos rocks too  
http://www.vimeo.com/ 
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This video sharing app, is not yet another video sharing app on the web. Check out for its usability and the cool UX. Ofcourse, the videos rocks too <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a href="http://www.vimeo.com/">http://www.vimeo.com/ </a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mysticpixels.wordpress.com/96/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mysticpixels.wordpress.com/96/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mysticpixels.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mysticpixels.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mysticpixels.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mysticpixels.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mysticpixels.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mysticpixels.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mysticpixels.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mysticpixels.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mysticpixels.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mysticpixels.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mysticpixels.wordpress.com&blog=2584966&post=96&subd=mysticpixels&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mysticpixels.wordpress.com/2008/02/24/not-yet-another-video-sharing-tool/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/mysticpixels-128.jpg" medium="image">
			<media:title type="html">mysticpixels</media:title>
		</media:content>
	</item>
	</channel>
</rss>