<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Tech Dreams</title>
	
	<link>http://www.techdreams.org</link>
	<description>Feel the technology</description>
	<lastBuildDate>Tue, 14 Feb 2012 16:46:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/td" /><feedburner:info uri="td" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.0/</creativeCommons:license><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /><feedburner:emailServiceId>td</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2Ftd" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2Ftd" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2Ftd" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/td" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2Ftd" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2Ftd" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2Ftd" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><item>
		<title>How to display Facebook fan page Like count in WordPress blog</title>
		<link>http://feedproxy.google.com/~r/td/~3/lPyLtHMleDM/7684-20120214</link>
		<comments>http://www.techdreams.org/blogging/wordpress-blogging/how-to-display-facebook-fan-page-like-count-in-wordpress-blog/7684-20120214#comments</comments>
		<pubDate>Tue, 14 Feb 2012 04:30:00 +0000</pubDate>
		<dc:creator>Gopinath</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.techdreams.org/?p=7684</guid>
		<description><![CDATA[If you want to display your blog&#8217;s Facebook fan page like count as text, simply add the following code in your theme files &#60;?php $data = json_decode(file_get_contents("https://graph.facebook.com/techdreams")); echo $data-&#62;likes; ?&#62; Don&#8217;t forget to replace techdreams with name or id of [&#8230;]<p>This article titled,<a href="http://www.techdreams.org/blogging/wordpress-blogging/how-to-display-facebook-fan-page-like-count-in-wordpress-blog/7684-20120214">How to display Facebook fan page Like count in WordPress blog</a>, was originally published at  <a href="http://www.techdreams.org">Tech Dreams</a>. Grab our <a href="http://feedproxy.google.com/td">rss feed</a> or <a href="http://www.facebook.com/techdreams">fan us on Facebook</a> to get updates from us. </p>
]]></description>
			<content:encoded><![CDATA[<p>
<p>If you want to display your blog&#8217;s Facebook fan page like count as text, simply add the following code in your theme files</p>
<p> <code>&lt;?php <br />   $data = json_decode(file_get_contents("https://graph.facebook.com/<font color="#000000"><strong>techdreams</strong></font>"));       <br />echo $data-&gt;likes;<br /> ?&gt; </code>
<p>Don&#8217;t forget to replace <em>techdreams</em> with name or id of your Facebook fan page.</p>
<p>This article titled,<a href="http://www.techdreams.org/blogging/wordpress-blogging/how-to-display-facebook-fan-page-like-count-in-wordpress-blog/7684-20120214">How to display Facebook fan page Like count in WordPress blog</a>, was originally published at  <a href="http://www.techdreams.org">Tech Dreams</a>. Grab our <a href="http://feedproxy.google.com/td">rss feed</a> or <a href="http://www.facebook.com/techdreams">fan us on Facebook</a> to get updates from us. </p>

<p><a href="http://feedads.g.doubleclick.net/~a/yMFkHZcwMMLU0qCGZxTwzOGAhnk/0/da"><img src="http://feedads.g.doubleclick.net/~a/yMFkHZcwMMLU0qCGZxTwzOGAhnk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/yMFkHZcwMMLU0qCGZxTwzOGAhnk/1/da"><img src="http://feedads.g.doubleclick.net/~a/yMFkHZcwMMLU0qCGZxTwzOGAhnk/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/td?a=lPyLtHMleDM:MUyg4Uw0Eyg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/td?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=lPyLtHMleDM:MUyg4Uw0Eyg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/td?i=lPyLtHMleDM:MUyg4Uw0Eyg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=lPyLtHMleDM:MUyg4Uw0Eyg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/td?i=lPyLtHMleDM:MUyg4Uw0Eyg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=lPyLtHMleDM:MUyg4Uw0Eyg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/td?i=lPyLtHMleDM:MUyg4Uw0Eyg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=lPyLtHMleDM:MUyg4Uw0Eyg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/td?i=lPyLtHMleDM:MUyg4Uw0Eyg:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/td/~4/lPyLtHMleDM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techdreams.org/blogging/wordpress-blogging/how-to-display-facebook-fan-page-like-count-in-wordpress-blog/7684-20120214/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techdreams.org/blogging/wordpress-blogging/how-to-display-facebook-fan-page-like-count-in-wordpress-blog/7684-20120214</feedburner:origLink></item>
		<item>
		<title>Myth Busters: Do you know why (a+b)^2 = a^2+2ab+b^2?</title>
		<link>http://feedproxy.google.com/~r/td/~3/K0dALrAswxQ/7691-20120213</link>
		<comments>http://www.techdreams.org/general/myth-busters-do-you-know-why-ab2-a22abb2/7691-20120213#comments</comments>
		<pubDate>Mon, 13 Feb 2012 16:36:32 +0000</pubDate>
		<dc:creator>Gopinath</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mathematics]]></category>

		<guid isPermaLink="false">http://www.techdreams.org/?p=7691</guid>
		<description><![CDATA[(a+b)^2=a^2+2ab+b^2 is one of the elementary formula&#160; thought in high school mathematics. Almost every one of you knew this formula and applied while solving mathematical problems during school days.&#160; But did&#160; ever wonder why (a+b)^2=a^2+2ab+b^2? Why not (a+b)^2=a^2+b or something [&#8230;]<p>This article titled,<a href="http://www.techdreams.org/general/myth-busters-do-you-know-why-ab2-a22abb2/7691-20120213">Myth Busters: Do you know why (a+b)^2 = a^2+2ab+b^2?</a>, was originally published at  <a href="http://www.techdreams.org">Tech Dreams</a>. Grab our <a href="http://feedproxy.google.com/td">rss feed</a> or <a href="http://www.facebook.com/techdreams">fan us on Facebook</a> to get updates from us. </p>
]]></description>
			<content:encoded><![CDATA[<p>
<p><img style="background-image: none; border-right-width: 0px; margin: 0px 10px 10px 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="simple_maths" border="0" alt="simple_maths" align="left" src="http://assets.techdreams.org/wp-content/uploads/2012/02/simple_maths.png" width="300" height="153" /></p>
<p>(a+b)^2=a^2+2ab+b^2 is one of the elementary formula&#160; thought in high school mathematics. Almost every one of you knew this formula and applied while solving mathematical problems during school days.&#160; But did&#160; ever wonder why (a+b)^2=a^2+2ab+b^2? Why not (a+b)^2=a^2+b or something else?</p>
<p>In this video Khurshed Batliwala, a gold medallist in Mathematics from IIT, Bombay explains this formula in very simple terms and makes you wonder how easy mathematics is when we understand the concepts behind them.</p>
<p><object style="height: 390px; width: 580px"><param name="movie" value="http://www.youtube.com/v/49_TJymgXgM?version=3&amp;feature=player_detailpage"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.youtube.com/v/49_TJymgXgM?version=3&amp;feature=player_detailpage" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="580" height="360"></object></p>
<p>If you are student it&#8217;s a must watch video and if you have kids studying elementary school it&#8217;s must to show it them.</p>
<p>This article titled,<a href="http://www.techdreams.org/general/myth-busters-do-you-know-why-ab2-a22abb2/7691-20120213">Myth Busters: Do you know why (a+b)^2 = a^2+2ab+b^2?</a>, was originally published at  <a href="http://www.techdreams.org">Tech Dreams</a>. Grab our <a href="http://feedproxy.google.com/td">rss feed</a> or <a href="http://www.facebook.com/techdreams">fan us on Facebook</a> to get updates from us. </p>

<p><a href="http://feedads.g.doubleclick.net/~a/b6HY2w_N8vHDNhwOr1O2FrkEVSc/0/da"><img src="http://feedads.g.doubleclick.net/~a/b6HY2w_N8vHDNhwOr1O2FrkEVSc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/b6HY2w_N8vHDNhwOr1O2FrkEVSc/1/da"><img src="http://feedads.g.doubleclick.net/~a/b6HY2w_N8vHDNhwOr1O2FrkEVSc/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/td?a=K0dALrAswxQ:MXi2gB61Ol8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/td?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=K0dALrAswxQ:MXi2gB61Ol8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/td?i=K0dALrAswxQ:MXi2gB61Ol8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=K0dALrAswxQ:MXi2gB61Ol8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/td?i=K0dALrAswxQ:MXi2gB61Ol8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=K0dALrAswxQ:MXi2gB61Ol8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/td?i=K0dALrAswxQ:MXi2gB61Ol8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=K0dALrAswxQ:MXi2gB61Ol8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/td?i=K0dALrAswxQ:MXi2gB61Ol8:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/td/~4/K0dALrAswxQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techdreams.org/general/myth-busters-do-you-know-why-ab2-a22abb2/7691-20120213/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techdreams.org/general/myth-busters-do-you-know-why-ab2-a22abb2/7691-20120213</feedburner:origLink></item>
		<item>
		<title>5 mistakes that could derail your career</title>
		<link>http://feedproxy.google.com/~r/td/~3/aqLd2S_4Dhw/7681-20120213</link>
		<comments>http://www.techdreams.org/career/5-mistakes-that-could-derail-your-career/7681-20120213#comments</comments>
		<pubDate>Mon, 13 Feb 2012 04:30:00 +0000</pubDate>
		<dc:creator>Gopinath</dc:creator>
				<category><![CDATA[Career]]></category>
		<category><![CDATA[behavioural skills]]></category>

		<guid isPermaLink="false">http://www.techdreams.org/?p=7681</guid>
		<description><![CDATA[Achieving greater heights in career is one of the most important goals to many of us. We work hard and try to do what ever it takes to be ahead of our peers and move to the next level in [&#8230;]<p>This article titled,<a href="http://www.techdreams.org/career/5-mistakes-that-could-derail-your-career/7681-20120213">5 mistakes that could derail your career</a>, was originally published at  <a href="http://www.techdreams.org">Tech Dreams</a>. Grab our <a href="http://feedproxy.google.com/td">rss feed</a> or <a href="http://www.facebook.com/techdreams">fan us on Facebook</a> to get updates from us. </p>
]]></description>
			<content:encoded><![CDATA[<p>
<p><img style="background-image: none; border-right-width: 0px; margin: 0px 10px 10px 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="work" border="0" alt="work" align="left" src="http://assets.techdreams.org/wp-content/uploads/2012/02/work.jpg" width="395" height="270" />Achieving greater heights in career is one of the most important goals to many of us. We work hard and try to do what ever it takes to be ahead of our peers and move to the next level in career ladder.</p>
<p>But knowingly of unknowingly few of us might be doing few mistakes that may be really sabotaging our career progression. According to Ronald E. Riggio, Ph.D., Professor of Leadership and Organizational Psychology at Claremont McKenna College, in an article for <em>Psychology Today</em>, here are five behaviours that could derail you on your career path</p>
<p><strong>1.</strong> <strong>Over-Controlling and Inability to Delegate: </strong>If you are micro managing and not empowering your team to be independent in decision making and task execution then your career is at risk. We have only limited amount of time, energy and he cant do everything on our own. We should learn to delegate tasks to the team members and help them to complete the tasks successfully.</p>
<p><strong>2.Inability to Adapt: </strong>If at all a well established organization falling on its knees, it&#8217;s mostly because of it&#8217;s inability to adapt to the changing dynamics in the world. Change is the only constant thing that keeps organisations going ahead. This applies to every individual too. Either it may be technical skills, management skills or any other skills required for the career, we should be able to adapt to the rapid changes happening in the field.</p>
<p><strong>3. Poor Interpersonal Style: </strong>However we may be good at technical skills, we can not go the higher levels in career if we have poor interpersonal skills. Interpersonal skills include not only how we communicate with others, but also our confidence, and our ability to listen and understand. Problem solving, decision making and personal stress management are also considered interpersonal skills. People with strong interpersonal skills are usually more successful in their professional and personal lives.</p>
<p>Continue reading <a href="http://liveboldandbloom.com/02/career/are-your-sabotaging-your-career-5-behaviors-you-need-to-avoid">Are You Sabotaging Your Career? 5 Behaviors You Need to Avoid</a> for the rest. </p>
<p><em>Image credit: </em><a href="http://www.flickr.com/photos/hygienematters/4275577335/sizes/m/in/photostream/"><em>flickr/hygienematters</em></a></p>
<p>This article titled,<a href="http://www.techdreams.org/career/5-mistakes-that-could-derail-your-career/7681-20120213">5 mistakes that could derail your career</a>, was originally published at  <a href="http://www.techdreams.org">Tech Dreams</a>. Grab our <a href="http://feedproxy.google.com/td">rss feed</a> or <a href="http://www.facebook.com/techdreams">fan us on Facebook</a> to get updates from us. </p>

<p><a href="http://feedads.g.doubleclick.net/~a/xOuxOxjKH6565ue47dOgk2H3gtA/0/da"><img src="http://feedads.g.doubleclick.net/~a/xOuxOxjKH6565ue47dOgk2H3gtA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/xOuxOxjKH6565ue47dOgk2H3gtA/1/da"><img src="http://feedads.g.doubleclick.net/~a/xOuxOxjKH6565ue47dOgk2H3gtA/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/td?a=aqLd2S_4Dhw:dZ6gOuA60ws:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/td?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=aqLd2S_4Dhw:dZ6gOuA60ws:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/td?i=aqLd2S_4Dhw:dZ6gOuA60ws:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=aqLd2S_4Dhw:dZ6gOuA60ws:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/td?i=aqLd2S_4Dhw:dZ6gOuA60ws:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=aqLd2S_4Dhw:dZ6gOuA60ws:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/td?i=aqLd2S_4Dhw:dZ6gOuA60ws:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=aqLd2S_4Dhw:dZ6gOuA60ws:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/td?i=aqLd2S_4Dhw:dZ6gOuA60ws:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/td/~4/aqLd2S_4Dhw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techdreams.org/career/5-mistakes-that-could-derail-your-career/7681-20120213/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techdreams.org/career/5-mistakes-that-could-derail-your-career/7681-20120213</feedburner:origLink></item>
		<item>
		<title>Use Google to wish your valentine in a geeky way</title>
		<link>http://feedproxy.google.com/~r/td/~3/nJCkjgakwuk/7670-20120210</link>
		<comments>http://www.techdreams.org/google/use-google-to-wish-your-valentine-in-a-geeky-way/7670-20120210#comments</comments>
		<pubDate>Fri, 10 Feb 2012 14:24:15 +0000</pubDate>
		<dc:creator>Gopinath</dc:creator>
				<category><![CDATA[Geek Fun]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Valentine's Day]]></category>

		<guid isPermaLink="false">http://www.techdreams.org/?p=7670</guid>
		<description><![CDATA[Even though I&#8217;m not a fan of Valentine day celebrations, I love Google search engine&#8217;s hidden gem that let you express your love through a simple search query. If your valentine is a geek for sure he/she would be surprised [&#8230;]<p>This article titled,<a href="http://www.techdreams.org/google/use-google-to-wish-your-valentine-in-a-geeky-way/7670-20120210">Use Google to wish your valentine in a geeky way</a>, was originally published at  <a href="http://www.techdreams.org">Tech Dreams</a>. Grab our <a href="http://feedproxy.google.com/td">rss feed</a> or <a href="http://www.facebook.com/techdreams">fan us on Facebook</a> to get updates from us. </p>
]]></description>
			<content:encoded><![CDATA[<p></p>
<p>Even though I&#8217;m not a fan of Valentine day celebrations, I love Google search engine&#8217;s hidden gem that let you express your love through a simple <a href="https://www.google.com/search?q=sqrt%28cos%28x%29%29*cos%28300x%29%2Bsqrt%28abs%28x%29%29-0.7%29*%284-x*x%29^0.01,+sqrt%286-x^2%29,+-sqrt%286-x^2%29+from+-4.5+to+4.5">search query</a>. If your valentine is a geek for sure he/she would be surprised to see this.</p>
<p><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="google_search_valentine_greeting" border="0" alt="google_search_valentine_greeting" src="http://assets.techdreams.org/wp-content/uploads/2012/02/google_search_valentine_greeting.png" width="580" height="404" /></p>
<p>To try this on your own you can copy past the following in Google search bar</p>
<p>  <code>   sqrt(cos(x))*cos(300x)+sqrt(abs(x))-0.7)*(4-x*x)^0.01, sqrt(6-x^2), -sqrt(6-x^2) from -4.5 to 4.5 </code>
<p><strong>Why Google renders a heart shape for this query?</strong></p>
<p>The sample query given above is a algebraic expression that plots several shapes to create a heart graph. If you remember high school mathematics it would be very easy to decipher the equations and understand how the shape is drawn. If you don&#8217;t remember, like me, never mind just enjoy this geeky greeting and share with the people whom you love. via <a href="http://www.labnol.org/internet/google-heart-equation/20815/">labnol</a>.</p>
<p>This article titled,<a href="http://www.techdreams.org/google/use-google-to-wish-your-valentine-in-a-geeky-way/7670-20120210">Use Google to wish your valentine in a geeky way</a>, was originally published at  <a href="http://www.techdreams.org">Tech Dreams</a>. Grab our <a href="http://feedproxy.google.com/td">rss feed</a> or <a href="http://www.facebook.com/techdreams">fan us on Facebook</a> to get updates from us. </p>

<p><a href="http://feedads.g.doubleclick.net/~a/tLn8nmC-0LFQZoRgBqnXHsP9cbw/0/da"><img src="http://feedads.g.doubleclick.net/~a/tLn8nmC-0LFQZoRgBqnXHsP9cbw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/tLn8nmC-0LFQZoRgBqnXHsP9cbw/1/da"><img src="http://feedads.g.doubleclick.net/~a/tLn8nmC-0LFQZoRgBqnXHsP9cbw/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/td?a=nJCkjgakwuk:9Lt8aeZf6HI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/td?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=nJCkjgakwuk:9Lt8aeZf6HI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/td?i=nJCkjgakwuk:9Lt8aeZf6HI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=nJCkjgakwuk:9Lt8aeZf6HI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/td?i=nJCkjgakwuk:9Lt8aeZf6HI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=nJCkjgakwuk:9Lt8aeZf6HI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/td?i=nJCkjgakwuk:9Lt8aeZf6HI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=nJCkjgakwuk:9Lt8aeZf6HI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/td?i=nJCkjgakwuk:9Lt8aeZf6HI:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/td/~4/nJCkjgakwuk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techdreams.org/google/use-google-to-wish-your-valentine-in-a-geeky-way/7670-20120210/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techdreams.org/google/use-google-to-wish-your-valentine-in-a-geeky-way/7670-20120210</feedburner:origLink></item>
		<item>
		<title>Windows 8 Public Beta release on Feb 29 [Rumours]</title>
		<link>http://feedproxy.google.com/~r/td/~3/A0Z576J8tyg/7665-20120209</link>
		<comments>http://www.techdreams.org/microsoft/windows-8-public-beta-release-on-feb-29-rumours/7665-20120209#comments</comments>
		<pubDate>Thu, 09 Feb 2012 17:15:07 +0000</pubDate>
		<dc:creator>Gopinath</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Windows Beta Releases]]></category>

		<guid isPermaLink="false">http://www.techdreams.org/?p=7665</guid>
		<description><![CDATA[The rumours about the next version of most popular PC operating system, Windows 8, are picking up the heat and making rounds on all the popular websites and blogs. According to ZDNet the first public beta of Windows 8, called [&#8230;]<p>This article titled,<a href="http://www.techdreams.org/microsoft/windows-8-public-beta-release-on-feb-29-rumours/7665-20120209">Windows 8 Public Beta release on Feb 29 [Rumours]</a>, was originally published at  <a href="http://www.techdreams.org">Tech Dreams</a>. Grab our <a href="http://feedproxy.google.com/td">rss feed</a> or <a href="http://www.facebook.com/techdreams">fan us on Facebook</a> to get updates from us. </p>
]]></description>
			<content:encoded><![CDATA[<p>
<p><img style="background-image: none; border-right-width: 0px; margin: 0px 20px 10px 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="windows8_metroui" border="0" alt="windows8_metroui" align="left" src="http://assets.techdreams.org/wp-content/uploads/2012/02/windows8_metroui.jpg" width="371" height="215" />The rumours about the next version of most popular PC operating system, Windows 8, are picking up the heat and making rounds on all the popular websites and blogs. <a href="http://www.zdnet.com/blog/bott/windows-8-consumer-preview-due-february-29-why-its-not-called-beta/4496">According to ZDNet</a> the first public beta of Windows 8, called as Windows 8 Customer Preview, will be released on Feb 29th in conference to be held at Barcelona.</p>
<p>With Metro UI being the talk of techies these days, there is lot of excitement in early adopters to have their hands on with Windows 8 metro interface. Few weeks ago Microsoft released developer preview of Windows 8, which was too rough to try for non-developer. The Customer Preview version of Windows 8 is expected to be smooth and have less glitches.</p>
<p>Folks at <a href="http://www.theverge.com/microsoft/2012/2/8/2784252/windows-8-consumer-preview-applications">The Verge</a> got access to some leaked information what metro apps would be part of Windows 8 29th release and their list includes </p>
<ul>
<li>Camera </li>
<li>Messaging </li>
<li>Mail </li>
<li>Calendar </li>
<li>SkyDrive </li>
<li>People </li>
<li>Photos </li>
<li>Video </li>
<li>Music </li>
</ul>
<p>The application are expected to be pre-installed and the updates to them will be delivered through the recently launched Windows Store.</p>
<p>Personally I&#8217;m pretty excited to have Windows 8 installed on my desktop and play with metro UI as well <a href="http://www.techdreams.org/microsoft/windows-8/now-you-can-develop-windows-8-apps-using-html-css-javascript/6352-20110914">develop windows 8 app using HTML &amp; jQuery</a>. </p>
<p>This article titled,<a href="http://www.techdreams.org/microsoft/windows-8-public-beta-release-on-feb-29-rumours/7665-20120209">Windows 8 Public Beta release on Feb 29 [Rumours]</a>, was originally published at  <a href="http://www.techdreams.org">Tech Dreams</a>. Grab our <a href="http://feedproxy.google.com/td">rss feed</a> or <a href="http://www.facebook.com/techdreams">fan us on Facebook</a> to get updates from us. </p>

<p><a href="http://feedads.g.doubleclick.net/~a/QMxlwLlpTqckeEil3jcmVlX-bD0/0/da"><img src="http://feedads.g.doubleclick.net/~a/QMxlwLlpTqckeEil3jcmVlX-bD0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/QMxlwLlpTqckeEil3jcmVlX-bD0/1/da"><img src="http://feedads.g.doubleclick.net/~a/QMxlwLlpTqckeEil3jcmVlX-bD0/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/td?a=A0Z576J8tyg:yO5cus8s1rQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/td?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=A0Z576J8tyg:yO5cus8s1rQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/td?i=A0Z576J8tyg:yO5cus8s1rQ:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=A0Z576J8tyg:yO5cus8s1rQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/td?i=A0Z576J8tyg:yO5cus8s1rQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=A0Z576J8tyg:yO5cus8s1rQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/td?i=A0Z576J8tyg:yO5cus8s1rQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=A0Z576J8tyg:yO5cus8s1rQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/td?i=A0Z576J8tyg:yO5cus8s1rQ:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/td/~4/A0Z576J8tyg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techdreams.org/microsoft/windows-8-public-beta-release-on-feb-29-rumours/7665-20120209/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techdreams.org/microsoft/windows-8-public-beta-release-on-feb-29-rumours/7665-20120209</feedburner:origLink></item>
		<item>
		<title>Ajax:Change browser url and page content without refreshing the page [Facebook style]</title>
		<link>http://feedproxy.google.com/~r/td/~3/IUXmi2gRX14/7659-20120209</link>
		<comments>http://www.techdreams.org/jquery/ajaxchange-browser-url-and-page-content-without-refreshing-the-page-facebook-style/7659-20120209#comments</comments>
		<pubDate>Thu, 09 Feb 2012 16:47:21 +0000</pubDate>
		<dc:creator>Gopinath</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.techdreams.org/?p=7659</guid>
		<description><![CDATA[Have you noticed the way how Facebook changes URLs in address bar without reloading the entire page? To check it, go to your Facebook wall and click on any photograph shown in the stream, the photo is displayed as a [&#8230;]<p>This article titled,<a href="http://www.techdreams.org/jquery/ajaxchange-browser-url-and-page-content-without-refreshing-the-page-facebook-style/7659-20120209">Ajax:Change browser url and page content without refreshing the page [Facebook style]</a>, was originally published at  <a href="http://www.techdreams.org">Tech Dreams</a>. Grab our <a href="http://feedproxy.google.com/td">rss feed</a> or <a href="http://www.facebook.com/techdreams">fan us on Facebook</a> to get updates from us. </p>
]]></description>
			<content:encoded><![CDATA[<p>
<p><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top: 0px; border-right: 0px; padding-top: 0px" title="HTML5_Logo" border="0" alt="HTML5_Logo" align="left" src="http://assets.techdreams.org/wp-content/uploads/2012/02/HTML5_Logo.png" width="178" height="178" />Have you noticed the way how Facebook changes URLs in address bar without reloading the entire page? To check it, go to your Facebook wall and click on any photograph shown in the stream, the photo is displayed as a popup with AJAX techniques on the same page but the URL in address bar changes. Close the photograph, address bar points back to the URL of your wall without reloading the page.&#160; Would you like to implement such features on your website? Continue reading.</p>
<p><strong>The trick to implement this feature on any website is to make use of HTML5 history APIs</strong> &#8211; pushState() &amp; replaceState(). These APIs lets you change the URLs in address bar without actually reloading the entire page. Mozilla developer network has a great tutorial on <a href="https://developer.mozilla.org/en/DOM/Manipulating_the_browser_history">HTML 5 history API</a>.&#160; The history APIs makes it very easy to change the URLs of address page in ajax mode.</p>
<p>As most of the browsers are catching up with HTML 5 specifications, each browser has followed it&#8217;s own way to implement history API and that resulted in the age old problems web -inconsistent behaviour and cross-browser compatibility issues. So if you directly use HTML 5 history APIs in javascript, your code may not work consistently across all the browsers or at least to make it work you have write a lot of code. </p>
<p><strong>In order to avoid cross browser compatibility issues, jQuery has a nice plugin &#8211; </strong><a href="https://github.com/balupton/History.js"><strong>History.js</strong></a><strong>. History.js ensures all HTML5 browsers work as expected with History API and also optionally provides a hash-fall back for HTML 4 browsers</strong>.</p>
<h3>Demo &amp; Resource Links</h3>
<p>Here are few useful links on HTML 5 history API</p>
<ul>
<li>Demo: <a href="http://balupton.github.com/history.js/demo/">Change page url without refreshing the page</a> </li>
<li><a href="https://github.com/balupton/history.js">History.js plugin on github</a> </li>
<li><a href="https://developer.mozilla.org/en/DOM/Manipulating_the_browser_history">Mozilla developer network&#160; history API tutorial</a> </li>
<li>Popular sites that use history API: <a href="http://facebook.com">http://facebook.com</a> , <a href="http://lifehacker.com">http://lifehacker.com</a>, <a href="http://gizmodo.com/">http://gizmodo.com/</a> (try in chrome or firefox) </li>
</ul>
<p>This article titled,<a href="http://www.techdreams.org/jquery/ajaxchange-browser-url-and-page-content-without-refreshing-the-page-facebook-style/7659-20120209">Ajax:Change browser url and page content without refreshing the page [Facebook style]</a>, was originally published at  <a href="http://www.techdreams.org">Tech Dreams</a>. Grab our <a href="http://feedproxy.google.com/td">rss feed</a> or <a href="http://www.facebook.com/techdreams">fan us on Facebook</a> to get updates from us. </p>

<p><a href="http://feedads.g.doubleclick.net/~a/6NZCHNT-jOuB-cgL4liuoU_jnBc/0/da"><img src="http://feedads.g.doubleclick.net/~a/6NZCHNT-jOuB-cgL4liuoU_jnBc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/6NZCHNT-jOuB-cgL4liuoU_jnBc/1/da"><img src="http://feedads.g.doubleclick.net/~a/6NZCHNT-jOuB-cgL4liuoU_jnBc/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/td?a=IUXmi2gRX14:6a5EtSIxWe4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/td?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=IUXmi2gRX14:6a5EtSIxWe4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/td?i=IUXmi2gRX14:6a5EtSIxWe4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=IUXmi2gRX14:6a5EtSIxWe4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/td?i=IUXmi2gRX14:6a5EtSIxWe4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=IUXmi2gRX14:6a5EtSIxWe4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/td?i=IUXmi2gRX14:6a5EtSIxWe4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=IUXmi2gRX14:6a5EtSIxWe4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/td?i=IUXmi2gRX14:6a5EtSIxWe4:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/td/~4/IUXmi2gRX14" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techdreams.org/jquery/ajaxchange-browser-url-and-page-content-without-refreshing-the-page-facebook-style/7659-20120209/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techdreams.org/jquery/ajaxchange-browser-url-and-page-content-without-refreshing-the-page-facebook-style/7659-20120209</feedburner:origLink></item>
		<item>
		<title>Do you love taking notes on Android? Get Microsoft OneNote App</title>
		<link>http://feedproxy.google.com/~r/td/~3/6XTejwh1fL4/7655-20120208</link>
		<comments>http://www.techdreams.org/microsoft/do-you-love-taking-notes-on-android-get-microsoft-onenote-app/7655-20120208#comments</comments>
		<pubDate>Wed, 08 Feb 2012 16:37:59 +0000</pubDate>
		<dc:creator>Gopinath</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mobile Applications]]></category>
		<category><![CDATA[OneNote]]></category>

		<guid isPermaLink="false">http://www.techdreams.org/?p=7655</guid>
		<description><![CDATA[Microsoft OneNote is one of the most popular applications among college student and Information Technology workers. Taking notes, managing to-do lists in OneNote is very easy and users love the experience. Microsoft earlier released OneNote application for Desktops, Windows Mobile, [&#8230;]<p>This article titled,<a href="http://www.techdreams.org/microsoft/do-you-love-taking-notes-on-android-get-microsoft-onenote-app/7655-20120208">Do you love taking notes on Android? Get Microsoft OneNote App</a>, was originally published at  <a href="http://www.techdreams.org">Tech Dreams</a>. Grab our <a href="http://feedproxy.google.com/td">rss feed</a> or <a href="http://www.facebook.com/techdreams">fan us on Facebook</a> to get updates from us. </p>
]]></description>
			<content:encoded><![CDATA[<p>
<p><img style="background-image: none; border-right-width: 0px; margin: 0px 20px 0px 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="android_onenote" border="0" alt="android_onenote" align="left" src="http://assets.techdreams.org/wp-content/uploads/2012/02/android_onenote.jpg" width="169" height="220" />Microsoft OneNote is one of the most popular applications among college student and Information Technology workers. Taking notes, managing to-do lists in OneNote is very easy and users love the experience. Microsoft earlier released OneNote application for Desktops, Windows Mobile, iPhones and iPads. </p>
<p>Now the same OneNote application is available for Android mobiles with all the goodness available for other mobile platforms. With the free OneNote application on Android devices, you can take notes, capture images, manage to-do lists and sync your notes with other devices and PCs with Microsoft SkyDrive service.</p>
<p>&#160;</p>
<p>Other features of the application are </p>
<ul>
<li>Text formatting, images, and bulleted lists </li>
<li>To-do lists with clickable checkboxes </li>
<li>Quick photo capture with your phone&#8217;s camera </li>
<li>Quick access to recent notes </li>
<li>Store and access multiple OneNote notebooks </li>
<li>Sync to your free SkyDrive account for access anywhere </li>
<li>Offline access to your notes </li>
<li>Option to sync notebooks only over a Wi-Fi connection </li>
<li>Built-in spelling checker </li>
<li>Support for external hyperlinks </li>
<li>Table editing </li>
</ul>
<p>If you using Android mobile, it&#8217;s must to try and experience the ease managing notes on the go. Android tablet user have to wait for some more time as the app is not yet optimized to work with devices with large form factors.</p>
<p><a href="https://market.android.com/details?id=com.microsoft.office.onenote"><strong>Download Microsoft OneNote for Android</strong></a></p>
<p>This article titled,<a href="http://www.techdreams.org/microsoft/do-you-love-taking-notes-on-android-get-microsoft-onenote-app/7655-20120208">Do you love taking notes on Android? Get Microsoft OneNote App</a>, was originally published at  <a href="http://www.techdreams.org">Tech Dreams</a>. Grab our <a href="http://feedproxy.google.com/td">rss feed</a> or <a href="http://www.facebook.com/techdreams">fan us on Facebook</a> to get updates from us. </p>

<p><a href="http://feedads.g.doubleclick.net/~a/LF8ieKUEuuRaM1UtTIBY5EX7RUY/0/da"><img src="http://feedads.g.doubleclick.net/~a/LF8ieKUEuuRaM1UtTIBY5EX7RUY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/LF8ieKUEuuRaM1UtTIBY5EX7RUY/1/da"><img src="http://feedads.g.doubleclick.net/~a/LF8ieKUEuuRaM1UtTIBY5EX7RUY/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/td?a=6XTejwh1fL4:90Jht7MKmlw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/td?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=6XTejwh1fL4:90Jht7MKmlw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/td?i=6XTejwh1fL4:90Jht7MKmlw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=6XTejwh1fL4:90Jht7MKmlw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/td?i=6XTejwh1fL4:90Jht7MKmlw:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=6XTejwh1fL4:90Jht7MKmlw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/td?i=6XTejwh1fL4:90Jht7MKmlw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=6XTejwh1fL4:90Jht7MKmlw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/td?i=6XTejwh1fL4:90Jht7MKmlw:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/td/~4/6XTejwh1fL4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techdreams.org/microsoft/do-you-love-taking-notes-on-android-get-microsoft-onenote-app/7655-20120208/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techdreams.org/microsoft/do-you-love-taking-notes-on-android-get-microsoft-onenote-app/7655-20120208</feedburner:origLink></item>
		<item>
		<title>Amazon S3 slashes storage cost by 10% –13%</title>
		<link>http://feedproxy.google.com/~r/td/~3/D1X0hYQtjQQ/7651-20120207</link>
		<comments>http://www.techdreams.org/cloud-computing-2/amazon-s3-slashes-storage-cost-by-10-13/7651-20120207#comments</comments>
		<pubDate>Tue, 07 Feb 2012 16:18:39 +0000</pubDate>
		<dc:creator>Gopinath</dc:creator>
				<category><![CDATA[Amazon Webservices]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[amazon s3]]></category>

		<guid isPermaLink="false">http://www.techdreams.org/?p=7651</guid>
		<description><![CDATA[Amazon has announced that it is slashing the cost of S3 cloud storage service for all the user by at least 10%, effective from Feb 1st. Thank you amazon for reducing the price and now my Amazon monthly bills for [&#8230;]<p>This article titled,<a href="http://www.techdreams.org/cloud-computing-2/amazon-s3-slashes-storage-cost-by-10-13/7651-20120207">Amazon S3 slashes storage cost by 10% &ndash;13%</a>, was originally published at  <a href="http://www.techdreams.org">Tech Dreams</a>. Grab our <a href="http://feedproxy.google.com/td">rss feed</a> or <a href="http://www.facebook.com/techdreams">fan us on Facebook</a> to get updates from us. </p>
]]></description>
			<content:encoded><![CDATA[<p>
<p><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="amazon_s3_pricing" border="0" alt="amazon_s3_pricing" align="left" src="http://assets.techdreams.org/wp-content/uploads/2012/02/amazon_s3_pricing.png" width="400" height="262" />Amazon has announced that it is slashing the cost of S3 cloud storage service for all the user by at least 10%, effective from Feb 1st. Thank you amazon for reducing the price and now my Amazon monthly bills for hosting images of this blog are going to look 10% less fat. I like it.</p>
<p>In the past one year the number of objects stored in Amazon S3 cloud has increased from 262 billion objects to 762 billion objects. With the rapid increase of of customer base Amazon is able to innovate and reduce the operation costs for cloud storage and the resultant savings are passed to it&#8217;s customers. You can read the <a href="http://aws.typepad.com/aws/2012/02/amazon-s3-price-reduction.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+AmazonWebServicesBlog+%28Amazon+Web+Services+Blog%29">official blog post</a> for more details.</p>
<p>This article titled,<a href="http://www.techdreams.org/cloud-computing-2/amazon-s3-slashes-storage-cost-by-10-13/7651-20120207">Amazon S3 slashes storage cost by 10% &ndash;13%</a>, was originally published at  <a href="http://www.techdreams.org">Tech Dreams</a>. Grab our <a href="http://feedproxy.google.com/td">rss feed</a> or <a href="http://www.facebook.com/techdreams">fan us on Facebook</a> to get updates from us. </p>

<p><a href="http://feedads.g.doubleclick.net/~a/S1w35c04bz4gg4ehFKWsFA5BX3A/0/da"><img src="http://feedads.g.doubleclick.net/~a/S1w35c04bz4gg4ehFKWsFA5BX3A/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/S1w35c04bz4gg4ehFKWsFA5BX3A/1/da"><img src="http://feedads.g.doubleclick.net/~a/S1w35c04bz4gg4ehFKWsFA5BX3A/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/td?a=D1X0hYQtjQQ:m4ja6UG3JyA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/td?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=D1X0hYQtjQQ:m4ja6UG3JyA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/td?i=D1X0hYQtjQQ:m4ja6UG3JyA:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=D1X0hYQtjQQ:m4ja6UG3JyA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/td?i=D1X0hYQtjQQ:m4ja6UG3JyA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=D1X0hYQtjQQ:m4ja6UG3JyA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/td?i=D1X0hYQtjQQ:m4ja6UG3JyA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=D1X0hYQtjQQ:m4ja6UG3JyA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/td?i=D1X0hYQtjQQ:m4ja6UG3JyA:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/td/~4/D1X0hYQtjQQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techdreams.org/cloud-computing-2/amazon-s3-slashes-storage-cost-by-10-13/7651-20120207/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techdreams.org/cloud-computing-2/amazon-s3-slashes-storage-cost-by-10-13/7651-20120207</feedburner:origLink></item>
		<item>
		<title>Windows Azure: Read settings from web.config instead of service configuration file if the app is running on non-cloud environment</title>
		<link>http://feedproxy.google.com/~r/td/~3/lCph_wh349k/7647-20120207</link>
		<comments>http://www.techdreams.org/microsoft/aspnet/windows-azure-read-settings-from-web-config-instead-of-service-configuration-file-if-the-app-is-running-on-non-cloud-environment/7647-20120207#comments</comments>
		<pubDate>Tue, 07 Feb 2012 16:03:19 +0000</pubDate>
		<dc:creator>Gopinath</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[windows azure]]></category>

		<guid isPermaLink="false">http://www.techdreams.org/?p=7647</guid>
		<description><![CDATA[Traditional asp.net web applications maintain their configuration settings in web.config files, where as Windows Azure based applications should have configurable entities into Service Configuration files. What if the application needs to run on Azure as well as traditional environments? Where [&#8230;]<p>This article titled,<a href="http://www.techdreams.org/microsoft/aspnet/windows-azure-read-settings-from-web-config-instead-of-service-configuration-file-if-the-app-is-running-on-non-cloud-environment/7647-20120207">Windows Azure: Read settings from web.config instead of service configuration file if the app is running on non-cloud environment</a>, was originally published at  <a href="http://www.techdreams.org">Tech Dreams</a>. Grab our <a href="http://feedproxy.google.com/td">rss feed</a> or <a href="http://www.facebook.com/techdreams">fan us on Facebook</a> to get updates from us. </p>
]]></description>
			<content:encoded><![CDATA[<p>
<p>Traditional asp.net web applications maintain their configuration settings in web.config files, where as Windows Azure based applications should have configurable entities into Service Configuration files. What if the application needs to run on Azure as well as traditional environments? Where do you store the configurable entities and how do you access them depending on the environment?</p>
<p>The solution for this problem is to maintain the configurable entities in both web.config as well as Service Configuration files and read from appropriate source depending on the environment in which the application is deployed.</p>
<p>With the help of <a href="http://msdn.microsoft.com/en-us/library/microsoft.windowsazure.serviceruntime.roleenvironment.isavailable.aspx">RoleEnvironment.IsAvailable</a> property we can detect whether the application is running in a Windows Azure environment or not and the following code snippet lets you read the settings from appropriate source</p>
<p><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="app_settings" border="0" alt="app_settings" src="http://assets.techdreams.org/wp-content/uploads/2012/02/app_settings.png" width="575" height="109" /></p>
<p>By making use of simple techniques like this developer can write code that runs on multiple environments without much changes.</p>
<p>Happy coding!</p>
<p>This article titled,<a href="http://www.techdreams.org/microsoft/aspnet/windows-azure-read-settings-from-web-config-instead-of-service-configuration-file-if-the-app-is-running-on-non-cloud-environment/7647-20120207">Windows Azure: Read settings from web.config instead of service configuration file if the app is running on non-cloud environment</a>, was originally published at  <a href="http://www.techdreams.org">Tech Dreams</a>. Grab our <a href="http://feedproxy.google.com/td">rss feed</a> or <a href="http://www.facebook.com/techdreams">fan us on Facebook</a> to get updates from us. </p>

<p><a href="http://feedads.g.doubleclick.net/~a/dpZxbxcUmvIau_dNlzEfKj9H0S8/0/da"><img src="http://feedads.g.doubleclick.net/~a/dpZxbxcUmvIau_dNlzEfKj9H0S8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/dpZxbxcUmvIau_dNlzEfKj9H0S8/1/da"><img src="http://feedads.g.doubleclick.net/~a/dpZxbxcUmvIau_dNlzEfKj9H0S8/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/td?a=lCph_wh349k:-3XuPtw9rAY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/td?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=lCph_wh349k:-3XuPtw9rAY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/td?i=lCph_wh349k:-3XuPtw9rAY:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=lCph_wh349k:-3XuPtw9rAY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/td?i=lCph_wh349k:-3XuPtw9rAY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=lCph_wh349k:-3XuPtw9rAY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/td?i=lCph_wh349k:-3XuPtw9rAY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=lCph_wh349k:-3XuPtw9rAY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/td?i=lCph_wh349k:-3XuPtw9rAY:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/td/~4/lCph_wh349k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techdreams.org/microsoft/aspnet/windows-azure-read-settings-from-web-config-instead-of-service-configuration-file-if-the-app-is-running-on-non-cloud-environment/7647-20120207/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techdreams.org/microsoft/aspnet/windows-azure-read-settings-from-web-config-instead-of-service-configuration-file-if-the-app-is-running-on-non-cloud-environment/7647-20120207</feedburner:origLink></item>
		<item>
		<title>The swarm of flying robots will amaze you [video]</title>
		<link>http://feedproxy.google.com/~r/td/~3/RUdpf7-2gRg/7644-20120202</link>
		<comments>http://www.techdreams.org/general/the-swarm-of-flying-robots-will-amaze-you-video/7644-20120202#comments</comments>
		<pubDate>Thu, 02 Feb 2012 03:29:55 +0000</pubDate>
		<dc:creator>Gopinath</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[robots]]></category>

		<guid isPermaLink="false">http://www.techdreams.org/?p=7644</guid>
		<description><![CDATA[GRASP Lab at U Penn has developed tiny flying robots that amaze you by performing some pretty advanced manoeuvres. These tiny flying Nano quadrocopters (a multi-copter that is lifted and propelled by four rotors) are agile, intelligent and social in [&#8230;]<p>This article titled,<a href="http://www.techdreams.org/general/the-swarm-of-flying-robots-will-amaze-you-video/7644-20120202">The swarm of flying robots will amaze you [video]</a>, was originally published at  <a href="http://www.techdreams.org">Tech Dreams</a>. Grab our <a href="http://feedproxy.google.com/td">rss feed</a> or <a href="http://www.facebook.com/techdreams">fan us on Facebook</a> to get updates from us. </p>
]]></description>
			<content:encoded><![CDATA[<p>
<p><a href="https://www.grasp.upenn.edu/">GRASP Lab at U Penn</a> has developed tiny flying robots that amaze you by performing some pretty advanced manoeuvres. These tiny flying Nano quadrocopters (a multi-copter that is lifted and propelled by four rotors) are agile, intelligent and social in coordinating with their peers to perform flying stunts.</p>
<p>Check out this video making round on the web and amazing every robotics fan. It shows a set of Nano robots righting themselves when dropped from heights, thrown in random directions. Also they perform some interesting feats to impress you. <iframe height="360" src="http://www.youtube.com/embed/YQIMGV5vtd4?feature=player_embedded" frameborder="0" width="580" allowfullscreen="allowfullscreen"></iframe></p>
<p>This article titled,<a href="http://www.techdreams.org/general/the-swarm-of-flying-robots-will-amaze-you-video/7644-20120202">The swarm of flying robots will amaze you [video]</a>, was originally published at  <a href="http://www.techdreams.org">Tech Dreams</a>. Grab our <a href="http://feedproxy.google.com/td">rss feed</a> or <a href="http://www.facebook.com/techdreams">fan us on Facebook</a> to get updates from us. </p>

<p><a href="http://feedads.g.doubleclick.net/~a/LnaGhgFkgpBMy19GlwykDmIoPs8/0/da"><img src="http://feedads.g.doubleclick.net/~a/LnaGhgFkgpBMy19GlwykDmIoPs8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/LnaGhgFkgpBMy19GlwykDmIoPs8/1/da"><img src="http://feedads.g.doubleclick.net/~a/LnaGhgFkgpBMy19GlwykDmIoPs8/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/td?a=RUdpf7-2gRg:rUHGDHUrS2w:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/td?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=RUdpf7-2gRg:rUHGDHUrS2w:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/td?i=RUdpf7-2gRg:rUHGDHUrS2w:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=RUdpf7-2gRg:rUHGDHUrS2w:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/td?i=RUdpf7-2gRg:rUHGDHUrS2w:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=RUdpf7-2gRg:rUHGDHUrS2w:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/td?i=RUdpf7-2gRg:rUHGDHUrS2w:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/td?a=RUdpf7-2gRg:rUHGDHUrS2w:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/td?i=RUdpf7-2gRg:rUHGDHUrS2w:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/td/~4/RUdpf7-2gRg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techdreams.org/general/the-swarm-of-flying-robots-will-amaze-you-video/7644-20120202/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techdreams.org/general/the-swarm-of-flying-robots-will-amaze-you-video/7644-20120202</feedburner:origLink></item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 22/36 queries in 0.128 seconds using disk: basic
Object Caching 1263/1283 objects using disk: basic
Content Delivery Network via Amazon Web Services: S3: assets.techdreams.org

Served from: www.techdreams.org @ 2012-02-14 22:17:59 -->

