<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>Latest Technology News And Gadget News</title> <atom:link href="http://www.itechfreak.com/feed/" rel="self" type="application/rss+xml" /><link>http://www.itechfreak.com</link> <description>Place for latest technology news, technology articles and technology reviews</description> <lastBuildDate>Fri, 16 Mar 2012 20:39:57 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>How to use reCAPTCHA on your website? Example</title><link>http://www.itechfreak.com/web-development/how-to-use-recaptcha-on-your-website-example/</link> <comments>http://www.itechfreak.com/web-development/how-to-use-recaptcha-on-your-website-example/#comments</comments> <pubDate>Fri, 16 Mar 2012 20:32:41 +0000</pubDate> <dc:creator>Manish</dc:creator> <category><![CDATA[Web Development]]></category> <category><![CDATA[how to use recaptcha]]></category> <category><![CDATA[recaptcha]]></category> <category><![CDATA[recaptcha demo]]></category> <category><![CDATA[recaptcha example.]]></category> <category><![CDATA[recaptcha implementation]]></category> <guid
isPermaLink="false">http://www.itechfreak.com/?p=3082</guid> <description><![CDATA[What is CAPTCHA? CAPTCHA is very important tool to prevent your website from SPAM. CAPTCHA script asks your user to enter some random words which can only identified by human eye. Why Use CAPTCHA? If you have any HTML form on your website, where people can submit information. You need to have CAPTCHA to stop [...]
Related News:<ol><li><a
href='http://www.itechfreak.com/web-development/8-tools-to-create-mobile-version-of-your-website/' rel='bookmark' title='8 Tools to create Mobile Version of your Website'>8 Tools to create Mobile Version of your Website</a></li><li><a
href='http://www.itechfreak.com/web-development/how-to-publish-an-article-in-wordpress/' rel='bookmark' title='How to publish an article in wordpress'>How to publish an article in wordpress</a></li></ol>]]></description> <content:encoded><![CDATA[<h3>What is CAPTCHA?</h3><p>CAPTCHA is very important tool to prevent your website from SPAM. CAPTCHA script asks your user to enter some random words which can only identified by human eye.</p><h3>Why Use CAPTCHA?</h3><p>If you have any HTML form on your website, where people can submit information. You need to have CAPTCHA to stop auto submission from a bot. Some examples of forms are comment form or User Registration form. CAPTCHA script saves the HTML forms from auto submissions and save it from SPAM.</p><h3>How to integrate reCAPTCHA?</h3><p>reCAPTCHA is a CAPTCHA service offered by Google Inc. reCAPTCHA is best CAPTCHA service offered anywhere and it is free to use. Below is the guide to use reCAPTCHA at your website.</p><p>Check out the <a
href="http://www.itechfreak.com/examples/recaptcha/" target="_blank">example of Recaptcha</a>. You can download the source code from <a
href="http://www.itechfreak.com/examples/recaptcha/recaptcha.zip" target="_blank">here</a>.</p><h3>Step 1: Sign up for Recaptcha</h3><p> Go to <a
href="http://www.google.com/recaptcha/whyrecaptcha" target="_blank">Recaptcha</a> and Sign up for reCAPTCHA service. You need to have Google account to use this service.</p><h3>Step 2: Register your Website</h3><p> You need to register your website for reCAPTCHA service. Go to <a
href="https://www.google.com/recaptcha/admin/create">https://www.google.com/recaptcha/admin/create</a> and create keys for your domain. You will get public and private key for your domain.</p><h3>Step 3: Client Side Integration</h3><p>Recaptcha provides you several means to integrate it at your website. I am using AJAX API to use it.</p><p>Include recaptcha ajax javascript inside your head tag</p><div
class="codecolorer-container javascript blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table
cellspacing="0" cellpadding="0"><tbody><tr><td
style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br
/></div></td><td><div
class="javascript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span
style="color: #339933;">&lt;</span>script type<span
style="color: #339933;">=</span><span
style="color: #3366CC;">&quot;text/javascript&quot;</span> src<span
style="color: #339933;">=</span><span
style="color: #3366CC;">&quot;http://www.google.com/recaptcha/api/js/recaptcha_ajax.js&quot;</span><span
style="color: #339933;">&gt;&lt;/</span>script<span
style="color: #339933;">&gt;</span></div></td></tr></tbody></table></div><p>Then before your submit button use this code :</p><div
class="codecolorer-container javascript blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table
cellspacing="0" cellpadding="0"><tbody><tr><td
style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br
/>2<br
/>3<br
/>4<br
/>5<br
/>6<br
/>7<br
/>8<br
/>9<br
/>10<br
/>11<br
/>12<br
/>13<br
/></div></td><td><div
class="javascript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span
style="color: #339933;">&lt;</span>script type<span
style="color: #339933;">=</span><span
style="color: #3366CC;">&quot;text/javascript&quot;</span><span
style="color: #339933;">&gt;</span><br
/> jQuery<span
style="color: #009900;">&#40;</span>document<span
style="color: #009900;">&#41;</span>.<span
style="color: #660066;">ready</span><span
style="color: #009900;">&#40;</span><span
style="color: #003366; font-weight: bold;">function</span> <span
style="color: #009900;">&#40;</span><span
style="color: #009900;">&#41;</span><span
style="color: #009900;">&#123;</span><br
/> &nbsp; Recaptcha.<span
style="color: #660066;">create</span><span
style="color: #009900;">&#40;</span><span
style="color: #3366CC;">&quot;Your Public Key&quot;</span><span
style="color: #339933;">,</span><br
/> &nbsp; &nbsp; <span
style="color: #3366CC;">&quot;recpatcha_show&quot;</span><span
style="color: #339933;">,</span><br
/> &nbsp; &nbsp; <span
style="color: #009900;">&#123;</span><br
/> &nbsp; &nbsp; &nbsp; theme<span
style="color: #339933;">:</span> <span
style="color: #3366CC;">&quot;red&quot;</span><span
style="color: #339933;">,</span><br
/> &nbsp; &nbsp; &nbsp; callback<span
style="color: #339933;">:</span> Recaptcha.<span
style="color: #660066;">focus_response_field</span><br
/> &nbsp; &nbsp; <span
style="color: #009900;">&#125;</span><br
/> &nbsp; <span
style="color: #009900;">&#41;</span><span
style="color: #339933;">;</span><br
/> &nbsp;<span
style="color: #009900;">&#125;</span><span
style="color: #009900;">&#41;</span><span
style="color: #339933;">;</span><br
/> <span
style="color: #339933;">&lt;/</span>script<span
style="color: #339933;">&gt;</span><br
/> &lt;div id=&quot;recpatcha_show&quot;&gt;&lt;/div&gt;<br
/> &lt;div id=&quot;captchaStatus&quot; style=&quot;color:red;font:16px;&quot;&gt;&lt;/div&gt;</div></td></tr></tbody></table></div><p>We need to validate the user&#8217;s response. So include the validate function onSubmit call of your form.<br
/> Below is the validateCaptcha method which you can use to validate Captcha entered by user.</p><div
class="codecolorer-container javascript blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:300px;"><table
cellspacing="0" cellpadding="0"><tbody><tr><td
style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br
/>2<br
/>3<br
/>4<br
/>5<br
/>6<br
/>7<br
/>8<br
/>9<br
/>10<br
/>11<br
/>12<br
/>13<br
/>14<br
/>15<br
/>16<br
/>17<br
/>18<br
/>19<br
/>20<br
/>21<br
/>22<br
/>23<br
/>24<br
/>25<br
/>26<br
/></div></td><td><div
class="javascript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span
style="color: #003366; font-weight: bold;">function</span> validateCaptcha<span
style="color: #009900;">&#40;</span><span
style="color: #009900;">&#41;</span><br
/> <span
style="color: #009900;">&#123;</span><br
/> &nbsp; &nbsp; challengeField <span
style="color: #339933;">=</span> $<span
style="color: #009900;">&#40;</span><span
style="color: #3366CC;">&quot;input#recaptcha_challenge_field&quot;</span><span
style="color: #009900;">&#41;</span>.<span
style="color: #660066;">val</span><span
style="color: #009900;">&#40;</span><span
style="color: #009900;">&#41;</span><span
style="color: #339933;">;</span><br
/> &nbsp; &nbsp; responseField <span
style="color: #339933;">=</span> $<span
style="color: #009900;">&#40;</span><span
style="color: #3366CC;">&quot;input#recaptcha_response_field&quot;</span><span
style="color: #009900;">&#41;</span>.<span
style="color: #660066;">val</span><span
style="color: #009900;">&#40;</span><span
style="color: #009900;">&#41;</span><span
style="color: #339933;">;</span><br
/> &nbsp; &nbsp; <br
/> &nbsp; &nbsp; <span
style="color: #003366; font-weight: bold;">var</span> html <span
style="color: #339933;">=</span> $.<span
style="color: #660066;">ajax</span><span
style="color: #009900;">&#40;</span><span
style="color: #009900;">&#123;</span><br
/> &nbsp; &nbsp; type<span
style="color: #339933;">:</span> <span
style="color: #3366CC;">&quot;POST&quot;</span><span
style="color: #339933;">,</span><br
/> &nbsp; &nbsp; url<span
style="color: #339933;">:</span> <span
style="color: #3366CC;">&quot;verify.php&quot;</span><span
style="color: #339933;">,</span><br
/> &nbsp; &nbsp; data<span
style="color: #339933;">:</span> <span
style="color: #3366CC;">&quot;recaptcha_challenge_field=&quot;</span><span
style="color: #339933;">+</span>Recaptcha.<span
style="color: #660066;">get_challenge</span><span
style="color: #009900;">&#40;</span><span
style="color: #009900;">&#41;</span><span
style="color: #339933;">+</span><span
style="color: #3366CC;">&quot;&amp;recaptcha_response_field=&quot;</span><span
style="color: #339933;">+</span> Recaptcha.<span
style="color: #660066;">get_response</span><span
style="color: #009900;">&#40;</span><span
style="color: #009900;">&#41;</span><span
style="color: #339933;">,</span><br
/> &nbsp; &nbsp; async<span
style="color: #339933;">:</span> <span
style="color: #003366; font-weight: bold;">false</span><br
/> &nbsp; &nbsp; <span
style="color: #009900;">&#125;</span><span
style="color: #009900;">&#41;</span>.<span
style="color: #660066;">responseText</span><span
style="color: #339933;">;</span><br
/> &nbsp; &nbsp; <br
/> &nbsp; &nbsp; <br
/> &nbsp; &nbsp; <span
style="color: #000066; font-weight: bold;">if</span><span
style="color: #009900;">&#40;</span>html <span
style="color: #339933;">==</span> <span
style="color: #3366CC;">&quot;success&quot;</span><span
style="color: #009900;">&#41;</span><br
/> &nbsp; &nbsp; <span
style="color: #009900;">&#123;</span><br
/> &nbsp; &nbsp; &nbsp; &nbsp; $<span
style="color: #009900;">&#40;</span><span
style="color: #3366CC;">&quot;#captchaStatus&quot;</span><span
style="color: #009900;">&#41;</span>.<span
style="color: #660066;">html</span><span
style="color: #009900;">&#40;</span><span
style="color: #3366CC;">&quot; &quot;</span><span
style="color: #009900;">&#41;</span><span
style="color: #339933;">;</span><br
/> &nbsp; &nbsp; &nbsp; &nbsp; <span
style="color: #006600; font-style: italic;">// Uncomment the following line in your application</span><br
/> &nbsp; &nbsp; &nbsp; &nbsp; <span
style="color: #000066; font-weight: bold;">return</span> <span
style="color: #003366; font-weight: bold;">true</span><span
style="color: #339933;">;</span><br
/> &nbsp; &nbsp; <span
style="color: #009900;">&#125;</span><br
/> &nbsp; &nbsp; <span
style="color: #000066; font-weight: bold;">else</span><br
/> &nbsp; &nbsp; <span
style="color: #009900;">&#123;</span><br
/> &nbsp; &nbsp; &nbsp; &nbsp; $<span
style="color: #009900;">&#40;</span><span
style="color: #3366CC;">&quot;#captchaStatus&quot;</span><span
style="color: #009900;">&#41;</span>.<span
style="color: #660066;">html</span><span
style="color: #009900;">&#40;</span><span
style="color: #3366CC;">&quot;Your captcha is incorrect. Please try again&quot;</span><span
style="color: #009900;">&#41;</span><span
style="color: #339933;">;</span><br
/> &nbsp; &nbsp; &nbsp; &nbsp; Recaptcha.<span
style="color: #660066;">reload</span><span
style="color: #009900;">&#40;</span><span
style="color: #009900;">&#41;</span><span
style="color: #339933;">;</span><br
/> &nbsp; &nbsp; &nbsp; &nbsp; <span
style="color: #000066; font-weight: bold;">return</span> <span
style="color: #003366; font-weight: bold;">false</span><span
style="color: #339933;">;</span><br
/> &nbsp; &nbsp; <span
style="color: #009900;">&#125;</span><br
/> <span
style="color: #009900;">&#125;</span></div></td></tr></tbody></table></div><h3>Step 4 : Server Side Integration</h3><p>Download the PHP <a
href="http://code.google.com/p/recaptcha/downloads/detail?name=recaptcha-php-1.11.zip&#038;can=2&#038;q=label%3Aphplib-Latest" target="_blank">Recaptcha lib</a> and store it on your server.</p><p>Here is the code to verify the user&#8217;s input. You can create a separate file on your server.</p><div
class="codecolorer-container php blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table
cellspacing="0" cellpadding="0"><tbody><tr><td
style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br
/>2<br
/>3<br
/>4<br
/>5<br
/>6<br
/>7<br
/>8<br
/>9<br
/>10<br
/>11<br
/>12<br
/>13<br
/>14<br
/>15<br
/>16<br
/></div></td><td><div
class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span
style="color: #000000; font-weight: bold;">&lt;?php</span><br
/> &nbsp; <span
style="color: #b1b100;">require_once</span><span
style="color: #009900;">&#40;</span><span
style="color: #0000ff;">'recaptchalib.php'</span><span
style="color: #009900;">&#41;</span><span
style="color: #339933;">;</span><br
/> &nbsp; <span
style="color: #000088;">$privatekey</span> <span
style="color: #339933;">=</span> <span
style="color: #0000ff;">&quot;Your private key&quot;</span><span
style="color: #339933;">;</span><br
/> &nbsp; <span
style="color: #000088;">$resp</span> <span
style="color: #339933;">=</span> recaptcha_check_answer <span
style="color: #009900;">&#40;</span><span
style="color: #000088;">$privatekey</span><span
style="color: #339933;">,</span><br
/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span
style="color: #000088;">$_SERVER</span><span
style="color: #009900;">&#91;</span><span
style="color: #0000ff;">&quot;REMOTE_ADDR&quot;</span><span
style="color: #009900;">&#93;</span><span
style="color: #339933;">,</span><br
/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span
style="color: #000088;">$_POST</span><span
style="color: #009900;">&#91;</span><span
style="color: #0000ff;">&quot;recaptcha_challenge_field&quot;</span><span
style="color: #009900;">&#93;</span><span
style="color: #339933;">,</span><br
/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span
style="color: #000088;">$_POST</span><span
style="color: #009900;">&#91;</span><span
style="color: #0000ff;">&quot;recaptcha_response_field&quot;</span><span
style="color: #009900;">&#93;</span><span
style="color: #009900;">&#41;</span><span
style="color: #339933;">;</span><br
/> <br
/> &nbsp; <span
style="color: #b1b100;">if</span> <span
style="color: #009900;">&#40;</span><span
style="color: #339933;">!</span><span
style="color: #000088;">$resp</span><span
style="color: #339933;">-&gt;</span><span
style="color: #004000;">is_valid</span><span
style="color: #009900;">&#41;</span> <span
style="color: #009900;">&#123;</span><br
/> &nbsp; &nbsp; <span
style="color: #666666; font-style: italic;">// What happens when the CAPTCHA was entered incorrectly</span><br
/> &nbsp; &nbsp; <a
href="http://www.php.net/die"><span
style="color: #990000;">die</span></a> <span
style="color: #009900;">&#40;</span><span
style="color: #0000ff;">&quot;The reCAPTCHA wasn't entered correctly. Go back and try it again.&quot;</span> <span
style="color: #339933;">.</span><br
/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span
style="color: #0000ff;">&quot;(reCAPTCHA said: &quot;</span> <span
style="color: #339933;">.</span> <span
style="color: #000088;">$resp</span><span
style="color: #339933;">-&gt;</span><span
style="color: #004000;">error</span> <span
style="color: #339933;">.</span> <span
style="color: #0000ff;">&quot;)&quot;</span><span
style="color: #009900;">&#41;</span><span
style="color: #339933;">;</span><br
/> &nbsp; <span
style="color: #009900;">&#125;</span> <span
style="color: #b1b100;">else</span> <span
style="color: #009900;">&#123;</span><br
/> &nbsp; &nbsp; <span
style="color: #b1b100;">echo</span> <span
style="color: #0000ff;">'success'</span><span
style="color: #339933;">;</span><br
/> &nbsp; <span
style="color: #009900;">&#125;</span><br
/> <span
style="color: #000000; font-weight: bold;">?&gt;</span></div></td></tr></tbody></table></div><p>Thats it. Your Recaptcha is working. Try out a <a
href="http://www.itechfreak.com/examples/recaptcha/" target="_blank">Demo of Recaptcha</a>.</p><p>Related News:<ol><li><a
href='http://www.itechfreak.com/web-development/8-tools-to-create-mobile-version-of-your-website/' rel='bookmark' title='8 Tools to create Mobile Version of your Website'>8 Tools to create Mobile Version of your Website</a></li><li><a
href='http://www.itechfreak.com/web-development/how-to-publish-an-article-in-wordpress/' rel='bookmark' title='How to publish an article in wordpress'>How to publish an article in wordpress</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.itechfreak.com/web-development/how-to-use-recaptcha-on-your-website-example/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>My 30 day challenge, inspired by Morgan Spurlock</title><link>http://www.itechfreak.com/blogging/my-30-day-challenge-inspired-by-morgan-spurlock/</link> <comments>http://www.itechfreak.com/blogging/my-30-day-challenge-inspired-by-morgan-spurlock/#comments</comments> <pubDate>Fri, 16 Mar 2012 17:54:02 +0000</pubDate> <dc:creator>Manish</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[30 day challenge]]></category> <category><![CDATA[inspiration]]></category> <category><![CDATA[Morgan spurlock]]></category> <guid
isPermaLink="false">http://www.itechfreak.com/?p=3170</guid> <description><![CDATA[Hello all, I have been out of blogging from quite a time and really believe that I have missed a lot of fun. Yesterday I went through an interesting TED talk which inspired me to take 30 day challenge. Here is the video where Matt Cutts (Google Web spam team head) describes the 30 day [...]
No related posts.]]></description> <content:encoded><![CDATA[<p>Hello all, I have been out of blogging from quite a time and really believe that I have missed a lot of fun. Yesterday I went through an interesting TED talk which inspired me to take 30 day challenge. Here is the video where Matt Cutts (Google Web spam team head) describes the 30 day challenge.</p><p><object
width="526" height="374"><param
name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"></param><param
name="allowFullScreen" value="true" /><param
name="allowScriptAccess" value="always"/><param
name="wmode" value="transparent"></param><param
name="bgColor" value="#ffffff"></param><param
name="flashvars" value="vu=http://video.ted.com/talk/stream/2011U/Blank/MattCutts_2011U-320k.mp4&#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/MattCutts-2011U.embed_thumbnail.jpg&#038;vw=512&#038;vh=288&#038;ap=0&#038;ti=1183&#038;lang=&#038;introDuration=15330&#038;adDuration=4000&#038;postAdDuration=830&#038;adKeys=talk=matt_cutts_try_something_new_for_30_days;year=2011;theme=how_we_learn;event=TED2011;tag=culture;tag=success;&#038;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" /><embed
src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgColor="#ffffff" width="526" height="374" allowFullScreen="true" allowScriptAccess="always" flashvars="vu=http://video.ted.com/talk/stream/2011U/Blank/MattCutts_2011U-320k.mp4&#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/MattCutts-2011U.embed_thumbnail.jpg&#038;vw=512&#038;vh=288&#038;ap=0&#038;ti=1183&#038;lang=&#038;introDuration=15330&#038;adDuration=4000&#038;postAdDuration=830&#038;adKeys=talk=matt_cutts_try_something_new_for_30_days;year=2011;theme=how_we_learn;event=TED2011;tag=culture;tag=success;&#038;preAdTag=tconf.ted/embed;tile=1;sz=512x288;"></embed></object></p><p>So here I am following Morgan Spurlock’s philosophy.<br
/> My challenge is : <b>To learn something useful everyday and blog it.</b></p><p>I will post my updates in this blog and I am quite determined that I will complete this challenge.</p><p><b>Day 1</b> : I started the day one with approving and replying comments on this website. Here is today&#8217;s entry for my challenge.<br
/> <a
href="http://www.itechfreak.com/web-development/how-to-use-recaptcha-on-your-website-example/" target="_blank">How to use reCaptcha on your Website?</a></p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.itechfreak.com/blogging/my-30-day-challenge-inspired-by-morgan-spurlock/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Why Apple iPhone 4S Remains Scarce in Market</title><link>http://www.itechfreak.com/apple/why-apple-iphone-4s-remains-scarce-in-market/</link> <comments>http://www.itechfreak.com/apple/why-apple-iphone-4s-remains-scarce-in-market/#comments</comments> <pubDate>Thu, 02 Feb 2012 09:38:56 +0000</pubDate> <dc:creator>Manish</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[Apple iPhone 4]]></category> <category><![CDATA[Apple iphone news]]></category> <guid
isPermaLink="false">http://www.itechfreak.com/?p=3162</guid> <description><![CDATA[When the iPhone 4S was launched towards the end of 2011, there were some who were skeptical about its ability to sell as well as its predecessors. This was due to the perception that Apple had only made minor improvements to the iPhone 4. However, shortages of the smart phone quickly ensued, proving this idea [...]
Related News:<ol><li><a
href='http://www.itechfreak.com/current-technology/apples-iphone-4-on-sale-in-chinas-grey-market/' rel='bookmark' title='Apple&#8217;s iPhone 4 on sale in China&#8217;s grey market'>Apple&#8217;s iPhone 4 on sale in China&#8217;s grey market</a></li><li><a
href='http://www.itechfreak.com/latest-technology-news/apple-sued-for-antenna-problem-in-iphone-4/' rel='bookmark' title='Apple sued for Antenna Problem in iPhone 4'>Apple sued for Antenna Problem in iPhone 4</a></li><li><a
href='http://www.itechfreak.com/latest-technology-news/apple%e2%80%99s-annoying-policy-of-delaying-the-iphone-4-intentionally/' rel='bookmark' title='Apple’s annoying policy of delaying the iPhone 4 intentionally'>Apple’s annoying policy of delaying the iPhone 4 intentionally</a></li></ol>]]></description> <content:encoded><![CDATA[<p>When the iPhone 4S was launched towards the end of 2011, there were some who were skeptical about its ability to sell as well as its predecessors. This was due to the perception that Apple had only made minor improvements to the iPhone 4. However, shortages of the smart phone quickly ensued, proving this idea to be false and causing Apple to announce that some orders could well be delayed. The question is whether the iPhone 4S is still scarce in the current market or have manufacturers have finally got up to speed, allowing supply to meet demand?</p><p>Perhaps the biggest indication that the iPhone 4S is no longer in short supply comes in the form of Apple&#8217;s Q1 2012 sales reports published in January. They suggest that the first three months since new CEO Tim Cook took office have been the most successful ever for the firm.</p><p>Mr Cook was handed the position of CEO after Apple founder Steve Jobs died last year, stepping into a role that has seen him take charge of one of the world&#8217;s most valuable companies. Some had assumed that the untimely departure of Jobs might signal a downward spiral for Apple because of the importance of its visionary leader. However, Mr Cook has clearly had a positive impact and has been able to sustain the company&#8217;s growth during his early weeks in charge.</p><p>The iPhone 4S and the other available versions in this range sold just over 37 million units over the past three months, helping Apple to increase its revenues to more than $46 billion, with a profit of $13 billion. Shareholders enjoyed a dividend of $13.87 for each share, which is clearly due in part to the 128 per cent increase in iPhone sales that was fuelled by the popularity of the 4S and the increased affordability of 2010&#8242;s iPhone 4 and 2009&#8242;s 3GS.</p><p>There is little doubt that Apple has clearly worked through any problems on the production side of things so that the iPhone 4S handsets can be pumped out of the factory just as fast as they are being snapped up by consumers on the other side of the planet.</p><p>Of course, the iPhone 4S was created during a period of supply-chain problems for Apple, with the Japanese tsunami of March 2011 forcing it to push back the launch of the handset into the autumn. This upset its usual summer launch schedule and is likely to mean that the sixth iPhone, due in 2012, will also arrive later in the year to give the iPhone 4S a chance to corner the market once more.</p><p>Apple could experience shortages once the iPhone 4S replacement hits shelves because it will almost certainly be using a completely different design and set of internal components compared with its precursor. Experts are predicting that it will have a larger screen, perhaps as big as 4.3 inches across the diagonal, which will completely alter the shape of the device and prevent Apple from using the same parts as it did for the 4S.</p><p>Providing there are no major natural disasters, or indeed problems with paint that prevented the white iPhone 4 from emerging for month after month, the next iPhone should be launched on time. Meanwhile, the iPhone 4S is unlikely to sell out in the immediate future.</p><p>About the Author:</p><p>The above article is composed and edited by Shannen D. She is associated with many Technologies communities as their freelance writer and adviser. In her free time she writes articles related to  social media, <a
href="http://www.broadbandexpert.com/high-speed-internet/">internet providers in my area</a> related articles etc.</p><p>Related News:<ol><li><a
href='http://www.itechfreak.com/current-technology/apples-iphone-4-on-sale-in-chinas-grey-market/' rel='bookmark' title='Apple&#8217;s iPhone 4 on sale in China&#8217;s grey market'>Apple&#8217;s iPhone 4 on sale in China&#8217;s grey market</a></li><li><a
href='http://www.itechfreak.com/latest-technology-news/apple-sued-for-antenna-problem-in-iphone-4/' rel='bookmark' title='Apple sued for Antenna Problem in iPhone 4'>Apple sued for Antenna Problem in iPhone 4</a></li><li><a
href='http://www.itechfreak.com/latest-technology-news/apple%e2%80%99s-annoying-policy-of-delaying-the-iphone-4-intentionally/' rel='bookmark' title='Apple’s annoying policy of delaying the iPhone 4 intentionally'>Apple’s annoying policy of delaying the iPhone 4 intentionally</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.itechfreak.com/apple/why-apple-iphone-4s-remains-scarce-in-market/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Top 5 Smartphones That Have Topnotch Cameras</title><link>http://www.itechfreak.com/mobile-phones/top-5-smartphones-that-have-topnotch-cameras/</link> <comments>http://www.itechfreak.com/mobile-phones/top-5-smartphones-that-have-topnotch-cameras/#comments</comments> <pubDate>Wed, 25 Jan 2012 07:46:46 +0000</pubDate> <dc:creator>starwinner</dc:creator> <category><![CDATA[Mobile Phones]]></category> <category><![CDATA[camera phones]]></category> <category><![CDATA[top camera phones]]></category> <category><![CDATA[top mobile cameras]]></category> <guid
isPermaLink="false">http://www.itechfreak.com/?p=3111</guid> <description><![CDATA[These days you can find 2 megapixel and 3.2 megapixel cameras only on mid-range phones. The high-end phones that were released last year came with high performance camera lenses. Such smartphones are available with varied features like superior optics, higher image sensors and powerful processor and RAM onboard that makes it possible for you to [...]
Related News:<ol><li><a
href='http://www.itechfreak.com/4g-mobile-phones/samsung-galaxy-s-4g/' rel='bookmark' title='Samsung Galaxy S 4G Mobile Phone Review'>Samsung Galaxy S 4G Mobile Phone Review</a></li><li><a
href='http://www.itechfreak.com/mobile-phones/samsung-galaxy-note-review/' rel='bookmark' title='Samsung Galaxy Note Review'>Samsung Galaxy Note Review</a></li><li><a
href='http://www.itechfreak.com/gadget-news/list-of-hottest-mobile-phones-top-mobile-phone-2010/' rel='bookmark' title='Top mobile phones 2010 &#8211; Hottest Mobile Phones'>Top mobile phones 2010 &#8211; Hottest Mobile Phones</a></li></ol>]]></description> <content:encoded><![CDATA[<p><a
href="http://www.itechfreak.com/mobile-phones/top-5-smartphones-that-have-topnotch-cameras/attachment/samsung-galaxy-s2-and-samsung-galaxy-note/" rel="attachment wp-att-3115"><img
class="size-medium wp-image-3115" src="http://www.itechfreak.com/wp-content/uploads/2012/01/Samsung-Galaxy-S2-and-Samsung-Galaxy-Note-300x237.png" alt="" width="300" height="237" /></a></p><p>These days you can find 2 megapixel and 3.2 megapixel cameras only on mid-range phones. The high-end phones that were released last year came with high performance camera lenses. Such smartphones are available with varied features like superior optics, higher image sensors and powerful processor and RAM onboard that makes it possible for you to snap high resolution photos and videos.</p><p>Here is a list of top 5 smartphones that have topnotch camera:</p><h3>Samsung Galaxy Note</h3><p>There has been quite a lot of debate and speculation on which one has a better camera, the Samsung Galaxy Note and Samsung Galaxy S2.  The Galaxy Note also comes with 8 megapixel camera. However, as compared to Galaxy S2, it comes with large-sized display that measures 5.3 inches and 1.4 GHz processor. You can record HD videos of 1080p at 30fps. Like the Galaxy S2, even the Galaxy Note comes with 2 megapixel front-facing camera for video calling.</p><h3>Samsung Galaxy S2</h3><p>The Samsung Galaxy S2 is an all-rounder phone that is capable of defeating iPhone and any other smartphone easily. An 8 megapixel camera is housed at the rear of the phone. It comes with back-illuminated sensor. Thanks to the single LED flash, the flash is fired very brightly in low lighting conditions. You can shoot HD videos of 1080p at 30fps. For performing video calls, the Samsung Galaxy S2 has got a 2 megapixel front-facing camera. The phone is powered with 1.2 GHz processor and its display measures 4.3 inches.</p><h3>Apple iPhone 4S</h3><p>The fastest iPhone in the market, the iPhone 4S also comes with one of the best camera lenses. An 8 megapixel camera can be found at the rear of the beautifully designed phone. The flash manages to light up the subject and the background environment completely to give you photos with amazing clarity even in dim lighting conditions. You can capture 1080p HD videos at 30fps. Along with the high performance camera, the iPhone comes with a Retina display screen that measures 3.5 inches and 1 GHz processor is what you get with the Apple iPhone 4S.</p><p><a
href="http://www.itechfreak.com/mobile-phones/top-5-smartphones-that-have-topnotch-cameras/attachment/iphone4s/" rel="attachment wp-att-3117"><img
class="size-medium wp-image-3117" src="http://www.itechfreak.com/wp-content/uploads/2012/01/iphone4s-300x280.jpg" alt="" width="300" height="280" /></a></p><h3>Nokia N8</h3><p>Powered with 12 megapixel camera, the N8 is one of the best selling phones from Nokia. Also, it is available at much lower cost compared to the Samsung Galaxy S2, Galaxy Note and iPhone 4S. The Carl Zeiss optics with Xenon flash is capable of snapping crisp and realistic photos. HD videos of 720p can be recorded at 30fps. The display screen size of the phone is 3.5 inches and runs on 600 Mhz processor. Also, there is a VGA camera onboard at the front for making video calls.</p><h3>Sony Ericsson Xperia Arc</h3><p>The Xperia Arc from Sony Ericsson has already got a successor phone in the market called the Xperia Arc S. However, the predecessor phone has better camera. The 8.1 megapixel camera on the Xperia Arc manages to snap great photos with amazing clarity. The Exmor R (CMOS) based image sensor allows you to record 720p videos. The LED flash is powerful enough to lighten dim areas while capturing photos and videos. Also, it has got 4.2 inches display screen and 1 GHz processor.</p><p>Related News:<ol><li><a
href='http://www.itechfreak.com/4g-mobile-phones/samsung-galaxy-s-4g/' rel='bookmark' title='Samsung Galaxy S 4G Mobile Phone Review'>Samsung Galaxy S 4G Mobile Phone Review</a></li><li><a
href='http://www.itechfreak.com/mobile-phones/samsung-galaxy-note-review/' rel='bookmark' title='Samsung Galaxy Note Review'>Samsung Galaxy Note Review</a></li><li><a
href='http://www.itechfreak.com/gadget-news/list-of-hottest-mobile-phones-top-mobile-phone-2010/' rel='bookmark' title='Top mobile phones 2010 &#8211; Hottest Mobile Phones'>Top mobile phones 2010 &#8211; Hottest Mobile Phones</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.itechfreak.com/mobile-phones/top-5-smartphones-that-have-topnotch-cameras/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Over 45000 Facebook Accounts Hijacked By Ramnit Worm</title><link>http://www.itechfreak.com/latest-technology-news/over-45000-facebook-accounts-hijacked-by-ramnit-worm/</link> <comments>http://www.itechfreak.com/latest-technology-news/over-45000-facebook-accounts-hijacked-by-ramnit-worm/#comments</comments> <pubDate>Wed, 11 Jan 2012 17:03:55 +0000</pubDate> <dc:creator>starwinner</dc:creator> <category><![CDATA[Latest technology News]]></category> <category><![CDATA[Facebook account hijacked]]></category> <category><![CDATA[Facebook attacked by virus]]></category> <guid
isPermaLink="false">http://www.itechfreak.com/?p=3089</guid> <description><![CDATA[In the recent past, Facebook has been accused many times for not providing its users with up to the mark safety and privacy. One of the recent incidences that shocked the whole world was that the private photos of the Facebook’s founder Mark Zuckerburg was leaked because of some problem. Apart the privacy problems many [...]
Related News:<ol><li><a
href='http://www.itechfreak.com/latest-technology-news/face-of-facebook-in-us-are-you-a-facebook-addict/' rel='bookmark' title='Face of Facebook in US : Are you a facebook addict?'>Face of Facebook in US : Are you a facebook addict?</a></li><li><a
href='http://www.itechfreak.com/latest-technology-news/facebook-trying-to-catch-up-with-orkut-in-india-report/' rel='bookmark' title='Facebook trying to catch up with Orkut in India: Report'>Facebook trying to catch up with Orkut in India: Report</a></li><li><a
href='http://www.itechfreak.com/latest-technology-news/facebook-social-networking-site-reached-500-million-users/' rel='bookmark' title='Facebook, social networking site reached 500 million users'>Facebook, social networking site reached 500 million users</a></li></ol>]]></description> <content:encoded><![CDATA[<p><a
href="http://www.itechfreak.com/latest-technology-news/over-45000-facebook-accounts-hijacked-by-ramnit-worm/attachment/facebook_virus_alarm/" rel="attachment wp-att-3090"><img
class="size-medium wp-image-3090" src="http://www.itechfreak.com/wp-content/uploads/2012/01/Facebook_Virus_Alarm-300x156.jpg" alt="facebook ramnit worm" width="300" height="156" /></a></p><p>In the recent past, Facebook has been accused many times for not providing its users with up to the mark safety and privacy. One of the recent incidences that shocked the whole world was that the private photos of the Facebook’s founder Mark Zuckerburg was leaked because of some problem. Apart the privacy problems many Facebook users have faced, there has been a considerable rise in cases of worms and malwares hijacking Facebook accounts.</p><p>A security company called Securlet has recently revealed that a worm called Ramnit has stolen the login id and password and hijacked over 4500 Facebook accounts. The worm seems to be spreading more frequently among Windows OS users. Securlet has stated that after gaining the login credentials, the hackers are manually signing into the account of the users and then they are sharing infected links on the walls of other users. By just clicking on the link, the browser allows the Ramnit worm to automatically download to your Windows driven computer and then it attacks the .exe files, html files, MS-Office files and your Outlook email service.</p><p>In just a short span of time Ramnit worm have hit headlines because of the fact that it is very quickly spreading across the world. Ramnit is not a new worm. This malicious program existed previously. However, it was modified to attack Facebook accounts. Ramnit is also listed in the Malware Protection Center of Microsoft as a virus that has the ability to infect .exe and html files and it can even spread to your removable drives. It robs confidential data such as FTP credentials and cookies of your web browser. It also acts as a backdoor and allows the hacker to access and hack your computer remotely.</p><p><a
href="http://www.itechfreak.com/latest-technology-news/over-45000-facebook-accounts-hijacked-by-ramnit-worm/attachment/facebook-worm/" rel="attachment wp-att-3091"><img
class="size-medium wp-image-3091" src="http://www.itechfreak.com/wp-content/uploads/2012/01/facebook-worm-300x195.jpg" alt="facebook worm" width="300" height="195" /></a><p> When Facebook was contacted to speak on this issue, they confirmed to the fact that many Facebook accounts were compromised. And they also claimed that Ramnit was not getting multiplied through Facebook. The security experts of Facebook have looked into the issue and have stated that most of the information that has received is outdated. The security experts have already started fixing the infected accounts and restoring the security of those accounts. They said even though the Ramnit virus is not spreading through Facebook, they have working together with third-party companies to increases the safety standards of their anti-virus systems. They also expect Facebook users to not to click on links that appear strange and if any suspicious activity is observed, users are expected to report it immediately.</p><p>Facebook users who came to know that their accounts were compromised when they saw unusual posts being added through their accounts; they have already taken the efforts to reset their passwords. Hence, the details that the worm collected are void. Even more recent stats have shown that the number of Ramnit hijacked accounts have come down to 20,000.  Most of the hijacked accounts are from United Kingdom and France. So, it can be understood that the worm was set up in UK or France.</p><p>Related News:<ol><li><a
href='http://www.itechfreak.com/latest-technology-news/face-of-facebook-in-us-are-you-a-facebook-addict/' rel='bookmark' title='Face of Facebook in US : Are you a facebook addict?'>Face of Facebook in US : Are you a facebook addict?</a></li><li><a
href='http://www.itechfreak.com/latest-technology-news/facebook-trying-to-catch-up-with-orkut-in-india-report/' rel='bookmark' title='Facebook trying to catch up with Orkut in India: Report'>Facebook trying to catch up with Orkut in India: Report</a></li><li><a
href='http://www.itechfreak.com/latest-technology-news/facebook-social-networking-site-reached-500-million-users/' rel='bookmark' title='Facebook, social networking site reached 500 million users'>Facebook, social networking site reached 500 million users</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.itechfreak.com/latest-technology-news/over-45000-facebook-accounts-hijacked-by-ramnit-worm/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Kindle Fire – Most Desired Holiday Wish-List Item, Apple iPad Sales Plunge</title><link>http://www.itechfreak.com/android/kindle-fire-most-desired-holiday-wish-list-item-apple-ipad-sales-plunge/</link> <comments>http://www.itechfreak.com/android/kindle-fire-most-desired-holiday-wish-list-item-apple-ipad-sales-plunge/#comments</comments> <pubDate>Tue, 10 Jan 2012 17:00:00 +0000</pubDate> <dc:creator>starwinner</dc:creator> <category><![CDATA[Android]]></category> <category><![CDATA[Amazon Kindle Fire]]></category> <category><![CDATA[Apple iPad]]></category> <category><![CDATA[apple ipad 2]]></category> <category><![CDATA[ipad]]></category> <category><![CDATA[iPad 2]]></category> <category><![CDATA[kindle fire]]></category> <guid
isPermaLink="false">http://www.itechfreak.com/?p=3094</guid> <description><![CDATA[The Amazon Kindle Fire is truly the iPad killer product that is crushing down the sales of the Apple iPad. No other tablet PC was able to compete with the Apple iPad. Even Samsung’s Galaxy Tab which is more features than the iPad was unable to bring down the sales of the iPad. However, the [...]
Related News:<ol><li><a
href='http://www.itechfreak.com/latest-technology-news/is-kindle-fire-really-good-can-it-beat-ipad-in-popularity/' rel='bookmark' title='Is Kindle Fire really good? Can it beat iPad in popularity?'>Is Kindle Fire really good? Can it beat iPad in popularity?</a></li><li><a
href='http://www.itechfreak.com/latest-technology-news/cheap-wireless-kindle-from-amazon-139-only/' rel='bookmark' title='Cheap wireless Kindle from Amazon &#8211; $139 only'>Cheap wireless Kindle from Amazon &#8211; $139 only</a></li><li><a
href='http://www.itechfreak.com/gadget-news/how-to-get-root-access-on-kindle-fire/' rel='bookmark' title='How to get root Access on Kindle fire?'>How to get root Access on Kindle fire?</a></li></ol>]]></description> <content:encoded><![CDATA[<p><a
href="http://www.itechfreak.com/android/kindle-fire-most-desired-holiday-wish-list-item-apple-ipad-sales-plunge/attachment/kindle-fire/" rel="attachment wp-att-3095"><img
class="size-medium wp-image-3095" src="http://www.itechfreak.com/wp-content/uploads/2012/01/kindle-fire-300x153.jpg" alt="amazon kindle fire" width="300" height="153" /></a><p>The Amazon Kindle Fire is truly the iPad killer product that is crushing down the sales of the Apple iPad. No other tablet PC was able to compete with the Apple iPad. Even Samsung’s Galaxy Tab which is more features than the iPad was unable to bring down the sales of the iPad. However, the Amazon Kindle Fire that was released in November 2011 has already managed to surpass the sales of iPad. The Kindle Fire is considered to be the most desired holiday wish-list item.</p><p>Related Story : <a
href="http://www.itechfreak.com/latest-technology-news/is-kindle-fire-really-good-can-it-beat-ipad-in-popularity/">Is Kindle Fire really good? Can it beat iPad in popularity?</a></p><p>One of the main reasons why the Kindle Fire has become so famous in short period is the fact that it is available at a very affordable price as compared to the iPad. The sales of the Apple iPad has shooting down from 16 million to 13 million and this is mainly happening during the holiday season of December when the iPad’s sales were expected to grow even more. The release of the Kindle Fire in the month of November 2011 was timed perfectly to attract the oncoming vacation season. Over 1 million Kindle Fire is sold every week.</p><p>The vice-president of Amazon Kindle Fire, Dave Limp has stated that the Kindle Fire is the most successful product that they have ever launched. They are making great efforts to build new Kindle Fire units to meet the high demand. Even though the Kindle Fire received ambiguous reviews at the beginning, it is managed to hit high sales in no time.</p><p><a
href="http://www.itechfreak.com/android/kindle-fire-most-desired-holiday-wish-list-item-apple-ipad-sales-plunge/attachment/apple-ipad-2/" rel="attachment wp-att-3097"><img
class="size-medium wp-image-3097" src="http://www.itechfreak.com/wp-content/uploads/2012/01/Apple-iPad-2-300x237.jpg" alt="amazon kindle fire" width="300" height="237" /></a><p>There are several reasons why Apple iPad has failed miserably to compete with Kindle Fire. One of the main reasons is its price. When you compare the price of both the products, you can notice that anyone can afford a Kindle Fire rather than owning an iPad. The original iPad is still not available in many countries and still Apple managed to launch the iPad 2. The original iPad and the iPad 2 are still priced high. The sales of iPad are increasing but it cannot compete with the Kindle Fire.</p><p>When you want to gift a Kindle Fire, you only need to spend 200USD whereas to gift to an iPad, you need to spend 500USD. It has been observed that many people are looking cheap tablets to buy. While searching for cheap tablets, people often come across the Kindle Fire. Since the product has a very famous brand backing it and is available at a cheaper price than iPad, the sales are bound to shoot high.</p><p>Some people do not like to <a
href="http://www.itechfreak.com/latest-technology-news/is-kindle-fire-really-good-can-it-beat-ipad-in-popularity/">compare iPad and the Kindle Fire</a>. The iPad has a mammoth screen size of 10 inches whereas the Kindle Fire has a comparatively smaller screen of 7 inches. The Kindle Fire is just an eBook reader and it can be used for watching movies, listening to music and browsing the web. The iPad functions more like a laptop. You should be clear about the fact the Kindle Fire is not an alternative product to the iPad. In simpler terms, Kindle Fire offers basic entertainment features that cannot match the feature rich iPad.</p><p>Related News:<ol><li><a
href='http://www.itechfreak.com/latest-technology-news/is-kindle-fire-really-good-can-it-beat-ipad-in-popularity/' rel='bookmark' title='Is Kindle Fire really good? Can it beat iPad in popularity?'>Is Kindle Fire really good? Can it beat iPad in popularity?</a></li><li><a
href='http://www.itechfreak.com/latest-technology-news/cheap-wireless-kindle-from-amazon-139-only/' rel='bookmark' title='Cheap wireless Kindle from Amazon &#8211; $139 only'>Cheap wireless Kindle from Amazon &#8211; $139 only</a></li><li><a
href='http://www.itechfreak.com/gadget-news/how-to-get-root-access-on-kindle-fire/' rel='bookmark' title='How to get root Access on Kindle fire?'>How to get root Access on Kindle fire?</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.itechfreak.com/android/kindle-fire-most-desired-holiday-wish-list-item-apple-ipad-sales-plunge/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>&#8220;Java Life&#8221; Rap Song From Oracle With Lyrics</title><link>http://www.itechfreak.com/java/java-life-rap-song-from-oracle-with-lyrics/</link> <comments>http://www.itechfreak.com/java/java-life-rap-song-from-oracle-with-lyrics/#comments</comments> <pubDate>Fri, 23 Dec 2011 16:01:27 +0000</pubDate> <dc:creator>Manish</dc:creator> <category><![CDATA[Java]]></category> <category><![CDATA[Java life]]></category> <category><![CDATA[java song]]></category> <category><![CDATA[java song lyrics]]></category> <category><![CDATA[oracle]]></category> <guid
isPermaLink="false">http://www.itechfreak.com/?p=3073</guid> <description><![CDATA[Oracle has released a funny rap song on Java and life of Java professionals. A Java professional should not miss it. Scroll Down for lyrics SPOKEN: In the cubicles representin’ for my JAVA homies… In by nine, out when the deadlines are met, check it. CHORUS: We code hard in these cubicles My style’s nerd-chic, [...]
No related posts.]]></description> <content:encoded><![CDATA[<p>Oracle has released a funny rap song on Java and life of Java professionals. A Java professional should not miss it.<br
/> Scroll Down for lyrics</p><p><object
width="640" height="360"><param
name="movie" value="http://www.youtube.com/v/b-Cr0EWwaTk?version=3&amp;hl=en_US"></param><param
name="allowFullScreen" value="true"></param><param
name="allowscriptaccess" value="always"></param><embed
src="http://www.youtube.com/v/b-Cr0EWwaTk?version=3&amp;hl=en_US" type="application/x-shockwave-flash" width="640" height="360" allowscriptaccess="always" allowfullscreen="true"></embed></object></p><p>SPOKEN:<br
/> In the cubicles representin’ for my JAVA homies…<br
/> In by nine, out when the deadlines are met, check it.</p><p>CHORUS:<br
/> We code hard in these cubicles<br
/> My style’s nerd-chic, I’m a programmin’ freak<br
/> We code hard in these cubicles<br
/> Only two hours to your deadline? Don’t sweat my technique.</p><p>Sippin’ morning coffee with that JAVA swirl.<br
/> Born to code; my first words were “Hello World”<br
/> Since 95, been JAVA codin’ stayin’ proud<br
/> Started on floppy disks, now we take it to the cloud.</p><p>On my desktop, JAVA’s what’s bobbin’ and weavin’<br
/> We got another winning app before I get to OddEven.<br
/> Blazin’ code like a forest fire, climbin’ a tree<br
/> Setting standards like I Triple E….</p><p>Boot it on up, I use the force like Luke,<br
/> Got so much love for my homeboy Duke.<br
/> GNU Public Licensed, it’s open source,<br
/> Stop by my desk when you need a crash course</p><p>Written once and my script runs anywhere,<br
/> Straight thuggin’, mean muggin’ in my Aeron chair.<br
/> All the best lines of code, you know I wrote ‘em<br
/> I’ll run you out of town on your dial-up modem.</p><p>CHORUS:<br
/> ‘Cause…<br
/> We code hard in these cubicles<br
/> Me and my crew code hyphy hardcore<br
/> We code hard in these cubicles<br
/> It’s been more than 10 years since I’ve seen the 404.</p><p>Inheriting a project can make me go beeee-serk<br
/> Ain’t got four hours to transfer their Framework.<br
/> The cleaners killed the lights, Man, that ain’t nice,<br
/> Gonna knock this program out, just like Kimbo Slice</p><p>I program all night, just like a champ,<br
/> Look alive under this IKEA lamp.<br
/> I code HARDER in the midnight hour,<br
/> E7 on the vending machine fuels my power.</p><p>Ps3 to Smartphones, our code use never ends,<br
/> JAVA’s there when I beat you in “Words with Friends”.<br
/> My developing skills are so fresh please discuss,<br
/> You better step your game up on that C++.</p><p>We know better than to use Dot N-E-T,<br
/> Even Dan Brown can’t code as hard as me.<br
/> You know JAVA’s gettin’ bigger, that’s a promise not a threat,<br
/> Let me code it on your brain</p><p>WHISPERED:<br
/> so you’ll never forget.</p><p>CHORUS:<br
/> We code hard in these cubicles,<br
/> it’s the core component…of what we implement.<br
/> We code hard in these cubicles,<br
/> Straight to your JAVA Runtime Environment.</p><p>We code hard in these cubicles,<br
/> Keep the syntax light and the algorithm tight.<br
/> We code hard in these cubicles,<br
/> Gotta use JAVA if it’s gonna run right.</p><p>We code hard in these cubicles<br
/> JAVA keeps adapting, you know it’s built to last.<br
/> We code hard in these cubicles,<br
/> Robust and secure, so our swag’s on blast</p><p>CODE HARD</p><p><img
src="http://www.itechfreak.com/wp-content/uploads/2011/12/java-life-rap-song-oracle-300x165.png" alt="Java Life Rap Song Oracle" title="java-life-rap-song-oracle" width="300" height="165" class="alignnone size-medium wp-image-3080" /></p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.itechfreak.com/java/java-life-rap-song-from-oracle-with-lyrics/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Top Free Games for Nokia N9</title><link>http://www.itechfreak.com/nokia/top-free-games-for-nokia-n9/</link> <comments>http://www.itechfreak.com/nokia/top-free-games-for-nokia-n9/#comments</comments> <pubDate>Thu, 22 Dec 2011 11:22:58 +0000</pubDate> <dc:creator>Manish</dc:creator> <category><![CDATA[Nokia]]></category> <category><![CDATA[free games for nokia n9]]></category> <category><![CDATA[nokia n9 free games]]></category> <category><![CDATA[nokia n9 games]]></category> <category><![CDATA[top nokia n9 games]]></category> <guid
isPermaLink="false">http://www.itechfreak.com/?p=3045</guid> <description><![CDATA[Last year, we were talking about Nokia N8. Our article on Nokia N8 applications is really liked by people. Now is the time for Nokia N9.  I have recently purchased Nokia N9 and Nokia never disappoints with its quality. I am quite happy with splendid touch and improved Nokia ovi store. Here are the top [...]
Related News:<ol><li><a
href='http://www.itechfreak.com/tips/free-nokia-n8-games-from-ovistore/' rel='bookmark' title='Free Nokia N8 Games from Ovistore'>Free Nokia N8 Games from Ovistore</a></li><li><a
href='http://www.itechfreak.com/tips/top-nokia-n8-games-from-ovistore/' rel='bookmark' title='Top Nokia N8 games from Ovistore'>Top Nokia N8 games from Ovistore</a></li><li><a
href='http://www.itechfreak.com/tips/angry-birds-lite-for-nokia-n8/' rel='bookmark' title='Angry Birds Lite for Nokia N8'>Angry Birds Lite for Nokia N8</a></li></ol>]]></description> <content:encoded><![CDATA[<p>Last year, we were talking about Nokia N8. Our article on <a
href="../tips/explore-the-best-top-10-free-applications-for-nokia-n8/">Nokia N8 applications</a> is really liked by people. Now is the time for Nokia N9.  I have recently purchased Nokia N9 and Nokia never disappoints with its quality. I am quite happy with splendid touch and improved Nokia ovi store. Here are the top free games which I downloaded this year for Nokia N9. I will not mention Angry Birds, that obviously is my favorite and must have game for Nokia N9.</p><ol><li><a
href="http://store.ovi.com/content/232557" rel="nofollow">Dalton – The Awsome</a> :</li><p><a
href="http://www.itechfreak.com/nokia/top-free-games-for-nokia-n9/attachment/dalton-nokia-n9-game/" rel="attachment wp-att-3047"><img
src="http://www.itechfreak.com/wp-content/uploads/2011/12/dalton-nokia-n9-game.png" alt="free nokia n9 game" title="dalton-nokia-n9-game" width="192" height="192"  /></a></p><p>Dalton is a funny, addictive and challenging game. Play as Dalton and kill all the zombies coming in your way. It is perfect way to pass time. Game contains lovely music and you will never feel bored of it.</p><li><a
rel="nofollow" href="http://store.ovi.com/content/200523">Crazy Chickens</a></li><p><img
src="http://www.itechfreak.com/wp-content/uploads/2011/12/crazy-chickens-nokia-n9-game.jpg" alt="Nokia N9 Game" title="crazy-chickens-nokia-n9-game" width="192" height="192"  /></p><p>Name of the game reminds us of angry birds but it is totally different game. However, the purpose is same to save eggs. Chickens have gone crazy and they are dropping their eggs. You have to play the game as “Bholu” (Character of the Game) and save all the eggs from falling on the ground. This game will remind you the old hand held games and its addictive.</p><li><a
rel="nofollow" href="http://store.ovi.com/content/220131">Vehicle Traffic</a></li><p><img
src="http://www.itechfreak.com/wp-content/uploads/2011/12/vehicle-traffic-nokia-n9-1.png" alt="Vehicle Traffic Nokia N9" title="vehicle-traffic-nokia-n9-1" width="192" height="192"  /> &nbsp;  &nbsp; <img
src="http://www.itechfreak.com/wp-content/uploads/2011/12/vehicle-traffic-nokia-n9-2.png" alt="Vehicle Traffic Nokia N9 Game" title="vehicle-traffic-nokia-n9-2" width="192" height="192" /> &nbsp;  &nbsp; <img
src="http://www.itechfreak.com/wp-content/uploads/2011/12/vehicle-traffic-nokia-n9-3.png" alt="Vehicle Traffic Nokia N9 Free" title="vehicle-traffic-nokia-n9-3" width="192" height="192"  /><br
/> The game is a mix of strategy and action. Game rules are as follows:</p><ol><li>Your mission is to not to let any car collide.</li><li>A car can be in either of three states Moving, Slowing Moving or Stopped.</li><li>Tap the car to change its state.</li></ol><p>Vehicle traffic is very interesting game and a wonderful time pass.</p><li><a
rel="nofollow" href="http://store.ovi.com/content/226113">Peak Gold</a></li><p><img
src="http://www.itechfreak.com/wp-content/uploads/2011/12/peak-gold-nokia-n9.png" alt="Peak Gold Free Nokia N9 Game" title="peak-gold-nokia-n9" width="192" height="192" /></p><p>It is Symbion version of very famous flash game, Gold miner. Pick up the gold and save it to buy amazing things for your Gold miner. A must download if you have played Gold miner.</p><li><a
rel="nofollow" href="http://store.ovi.com/content/217315">Lights Out</a></li><p><img
src="http://www.itechfreak.com/wp-content/uploads/2011/12/lights-out-nokia-n9-game.png" alt="Lights Out Nokia N9" title="lights-out-nokia-n9-game" width="192" height="192" /></p><p>The game has only one motive. Turn of all the lights, Simple. But it is not that simple, because as you tap any bulb its neighbors will also change its state. Lights out is fantastic puzzle game and fun to play.</p><li><a
rel="nofollow" href="http://store.ovi.com/content/213172">Bada Maze</a></li><p><img
src="http://www.itechfreak.com/wp-content/uploads/2011/12/bada-maze-nokia-n9-game.png" alt="Bada Maze Nokia Game" title="bada-maze-nokia-n9-game" width="192" height="192" class="alignnone size-full wp-image-3058" /></p><p>The purpose is to reach the ball to its destination using accelerometer. The graphics of this game are not that great but it’s fun to play as you to tilt the phone in various directions to make it reach home.</p><li><a
rel="nofollow" href="http://store.ovi.com/content/212319">Balloon Popper</a></li><p><img
src="http://www.itechfreak.com/wp-content/uploads/2011/12/Balloon-popper-free-game-nokia-n9.png" alt="Balloon Popper Free game" title="Balloon-popper-free-game-nokia-n9" width="192" height="192" class="alignnone size-full wp-image-3059" />&nbsp; &nbsp; <img
src="http://www.itechfreak.com/wp-content/uploads/2011/12/balloon-popper-nokia-n9.png" alt="Balloon Popper Nokia N9" title="balloon-popper-nokia-n9" width="192" height="192" class="alignnone size-full wp-image-3060" /></p><p>Balloon Popper is an arcade game. Pop up all the balloons with a bullet. You have to target the bullet correctly in order to pop out all the balloons.</p><li><a
rel="nofollow" href="http://store.ovi.com/content/209023">Five in a Row</a></li><p><img
src="http://www.itechfreak.com/wp-content/uploads/2011/12/five-in-row-free-nokia-n9.png" alt="Five in a Row Nokia N9 Game" title="five-in-row-free-nokia-n9" width="192" height="192" class="alignnone size-full wp-image-3061" />&nbsp; &nbsp; <img
src="http://www.itechfreak.com/wp-content/uploads/2011/12/five-in-row-nokia-n9.png" alt="Five in A Row Free Nokia N9 Game" title="five-in-row-nokia-n9" width="192" height="192" class="alignnone size-full wp-image-3062" /></p><p>Five in a row is a two player game. Player has to make five balls of same color appear in a row horizontally, vertically or diagonally. The game also has one player mode, in which you can play against easy, medium or hard computer. The game also has interactive graphics which makes it a must download.</p><li><a
rel="nofollow" href="http://store.ovi.com/content/213730">Finger Drums</a></li><p><img
src="http://www.itechfreak.com/wp-content/uploads/2011/12/finger-drums-nokia-n9.png" alt="Finger Drums for Nokia N9" title="finger-drums-nokia-n9" width="192" height="192" class="alignnone size-full wp-image-3063" /><br
/> Do you love music? You will love this app. Play the drums with the beat of your fingers. It’s simple, easy and fun game to play.</p><li><a
rel="nofollow" href="http://store.ovi.com/content/198540">Rip Off</a></li><p><img
src="http://www.itechfreak.com/wp-content/uploads/2011/12/Rip-Off-Nokia-N9.png" alt="Rip Off Nokia N9 Game" title="Rip-Off-Nokia-N9" width="192" height="192" class="alignnone size-full wp-image-3064" /></p><p>Save the family of a bird. An interesting and graphics intuitive game you will love to play.</p><p>So, this completes my list of top free games for Nokia N9. If you have any additions please do let me know. Below is the comment section where you can add your comments. I will keep adding games in this list.</p><p>Related News:<ol><li><a
href='http://www.itechfreak.com/tips/free-nokia-n8-games-from-ovistore/' rel='bookmark' title='Free Nokia N8 Games from Ovistore'>Free Nokia N8 Games from Ovistore</a></li><li><a
href='http://www.itechfreak.com/tips/top-nokia-n8-games-from-ovistore/' rel='bookmark' title='Top Nokia N8 games from Ovistore'>Top Nokia N8 games from Ovistore</a></li><li><a
href='http://www.itechfreak.com/tips/angry-birds-lite-for-nokia-n8/' rel='bookmark' title='Angry Birds Lite for Nokia N8'>Angry Birds Lite for Nokia N8</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.itechfreak.com/nokia/top-free-games-for-nokia-n9/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Blackberry torch 9860 review</title><link>http://www.itechfreak.com/mobile-phones/blackberry-torch-9860-review/</link> <comments>http://www.itechfreak.com/mobile-phones/blackberry-torch-9860-review/#comments</comments> <pubDate>Sat, 17 Dec 2011 07:07:29 +0000</pubDate> <dc:creator>pragya</dc:creator> <category><![CDATA[Mobile Phones]]></category> <category><![CDATA[BlackBerry Torch 9860]]></category> <guid
isPermaLink="false">http://www.itechfreak.com/?p=2869</guid> <description><![CDATA[BlackBerry has introduced many models in the market and the latest one is the Black Berry torch 9860 which is very helpful in browsing as well as in the media field. The 3.7 inch touch screen is amazing and has more space due to which it becomes easy to view web as well as screen [...]
Related News:<ol><li><a
href='http://www.itechfreak.com/mobile-phones/blackberry-storm-2-9520-review-features/' rel='bookmark' title='Blackberry Storm 2 9520 Review Features'>Blackberry Storm 2 9520 Review Features</a></li><li><a
href='http://www.itechfreak.com/mobile-phones/latest-blackberry-pearl-3g-9105-review/' rel='bookmark' title='Latest BlackBerry Pearl 3G 9105 Review'>Latest BlackBerry Pearl 3G 9105 Review</a></li></ol>]]></description> <content:encoded><![CDATA[<p><a
href="http://www.itechfreak.com/mobile-phones/blackberry-torch-9860-review/attachment/images-2-2/" rel="attachment wp-att-2870"><img
class="size-full wp-image-2870" src="http://www.itechfreak.com/wp-content/uploads/2011/11/images-2.jpg" alt="BlackBerry Torch 9860 " width="172" height="292" /></a></p><p>BlackBerry has introduced many models in the market and the latest one is the Black<strong> Berry torch 9860</strong> which is very helpful in browsing as well as in the media field. The 3.7 inch touch screen is amazing and has more space due to which it becomes easy to view web as well as screen space. It also has a highest resolution with 480 x 480 displayed pixels. The displayed images in this model are bright and clear.</p><p><a
href="http://www.itechfreak.com/mobile-phones/blackberry-torch-9860-review/attachment/images-3-2/" rel="attachment wp-att-2871"><img
class="size-full wp-image-2871" src="http://www.itechfreak.com/wp-content/uploads/2011/11/images-3.jpg" alt="BlackBerry Torch 9860 " width="242" height="208" /></a></p><p>The measurement of the device is 4.7&#8243; (l) x 2.4&#8243; (w) x 0.5&#8243; (d), and weighs around 135 grams. If compared with other models the Black Berry torch 9860 is little bigger because of its large bezel. The front panel is all sleek and the metallic back with rubber grip looks elegant. The buttons below the screen are well spaced. It is powered by a single-core 1.2GHz processor which is a plus point as single-core processor never does any harm. And since the<strong> BlackBerry Torch 9860 </strong>doesn&#8217;t deal with HD 1080p video like many other phones do, it is doubtful whether it will get along with a single-core CPU for now. It has 4GB of on-board storage. There is a provision to add up to 32GB more storage through the microSD card slot, which is handy if you want to shoot more videos with the 720p HD recording. The video player supports MP4, DivX, XviD and WMV videos up to 720 p. The video playback is smooth and can be saved for future viewing.  The back of <strong>BlackBerry Torch 9860 </strong>has a 5MP camera&#8217;s lens, and the LED flash.</p><div
id="attachment_2872" class="wp-caption aligncenter" style="width: 170px"><a
href="http://www.itechfreak.com/mobile-phones/blackberry-torch-9860-review/attachment/images-4-2/" rel="attachment wp-att-2872"><img
class="size-full wp-image-2872" src="http://www.itechfreak.com/wp-content/uploads/2011/11/images-4.jpg" alt="BlackBerry Torch 9860 " width="160" height="315" /></a><p
class="wp-caption-text">BlackBerry Torch 9860</p></div><p>The usual wireless accessories are included with 802.11b/g/n Wi-Fi available, and 3G with a download speed of up to 14.4Mbps. Bluetooth is available and there is cabling with the micro USB connector.</p><p>The design of the <strong>BlackBerry Torch 9860</strong> is somewhat like RIM’s range and Samsung&#8217;s Galaxy line. It&#8217;s quite appealing.  The keys are easy to press and the 3.5mm jack is also on the side, which people may not like and prefer to be on top or bottom.  The phone is comfortable to hold due to its shape and metal back plate with matt feel.  The sound quality is also good for your ears. Therefore, overall the multimedia performance is good compared to the older <a
href="http://www.itechfreak.com/blackberry-cell-phones/">Blackberry phones</a>. It has a durable battery of 1320 Ah, which can be used up to 12 hrs under normal use.  It also offers a proper touch screen experience. It lets you to sort your contacts under various groups. Therefore, overall taking into consideration the entire specifications and modifications of Torch 9860, it is very good, affordable and one should have it.</p><p>Related News:<ol><li><a
href='http://www.itechfreak.com/mobile-phones/blackberry-storm-2-9520-review-features/' rel='bookmark' title='Blackberry Storm 2 9520 Review Features'>Blackberry Storm 2 9520 Review Features</a></li><li><a
href='http://www.itechfreak.com/mobile-phones/latest-blackberry-pearl-3g-9105-review/' rel='bookmark' title='Latest BlackBerry Pearl 3G 9105 Review'>Latest BlackBerry Pearl 3G 9105 Review</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.itechfreak.com/mobile-phones/blackberry-torch-9860-review/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>What to expect from Nokia Gem?</title><link>http://www.itechfreak.com/mobile-phones/what-to-expect-from-nokia-gem/</link> <comments>http://www.itechfreak.com/mobile-phones/what-to-expect-from-nokia-gem/#comments</comments> <pubDate>Fri, 16 Dec 2011 05:56:04 +0000</pubDate> <dc:creator>pragya</dc:creator> <category><![CDATA[Mobile Phones]]></category> <category><![CDATA[Nokia Gem]]></category> <guid
isPermaLink="false">http://www.itechfreak.com/?p=2982</guid> <description><![CDATA[The concept like Nokia Gem is an All-Touch-Screen phone that changes every time you use a different function. This concept was pioneered by Mr. Jarkko Saunamaki who is senior design manager in Nokia and though it will a long wait before we find this phone in market, the company pointed it out that this phone [...]
Related News:<ol><li><a
href='http://www.itechfreak.com/mobile-phones/nokia-c7-feature-list/' rel='bookmark' title='Nokia C7 feature list'>Nokia C7 feature list</a></li><li><a
href='http://www.itechfreak.com/mobile-phones/nokia-n900-review-price-and-features/' rel='bookmark' title='Nokia N900 Review, price and features'>Nokia N900 Review, price and features</a></li><li><a
href='http://www.itechfreak.com/mobile-phones/nokia-asha-a-new-hope-in-nokia-series/' rel='bookmark' title='Nokia Asha: A New Hope in Nokia Series'>Nokia Asha: A New Hope in Nokia Series</a></li></ol>]]></description> <content:encoded><![CDATA[<p>The concept like<strong> Nokia Gem </strong>is an All-Touch-Screen phone that changes every time you use a different function. This concept was pioneered by Mr. Jarkko Saunamaki who is senior design manager in Nokia and though it will a long wait before we find this phone in market, the company pointed it out that this phone is a proof that they are committed  towards development of game-changing technologies. Both the designers Wenhing Chu &amp; Kok Keong Wong have previewed a futuristic transparent touch phone with twin-splitting displays on design blog Yanko Design in September.</p><p><a
href="http://www.itechfreak.com/mobile-phones/what-to-expect-from-nokia-gem/attachment/images-1-3/" rel="attachment wp-att-2983"><img
class="size-full wp-image-2983" src="http://www.itechfreak.com/wp-content/uploads/2011/12/images-1.jpg" alt="nokia gem" width="300" height="168" /></a></p><p>This Finland based company which manufactures handsets, has introduced a brand new <a
href="http://www.itechfreak.com/latest-technology-news/why-mobile-phones-are-called-as-smartphones/">smartphone</a> on the eve of the silver anniversary of the research center of Nokia. Its entire body will act as a touch screen. <strong>Nokia Gem </strong>is like a priceless stones as because just like the precious stones which have many sides, the front and the back and the obvious sides in the phone works as an interactive display. These displays change, according to whatever application you will be using at that time. For example suppose you are using an app for navigation on this cell phone, you can see a map showing overview on one side and then turn it over to check out the more detailed map about your present position in the city. In the video mode, another instance has been shown where the girl clicks a photo. Then she uses the touch-screen feature of cell phone to wrap that complete image around the phone as wallpaper. As there are no such things as buttons on this phone, so gestures and actions are used to use apps, for example you draw a circle to use the camera app.</p><p><a
href="http://www.itechfreak.com/mobile-phones/what-to-expect-from-nokia-gem/attachment/images-7/" rel="attachment wp-att-2984"><img
class="size-full wp-image-2984" src="http://www.itechfreak.com/wp-content/uploads/2011/12/images.jpg" alt="nokia gem" width="242" height="208" /></a></p><p>The most important feature is the technology which <strong>Nokia Gem</strong> uses to interact with various other <a
href="http://www.itechfreak.com/cell-phones/">cell phones</a>. Now suppose you use an application on this phone. Let us suppose that you use the camera; when you do so, still your mobile phone will look like a cell phone. But with <strong>Nokia Gem</strong>, when you use the camera function, the whole phone will look like a camera. Then you can see one wrapped image around the camera, just like you saw in that cool video where the lady clicks some wallpaper and then uses it as the art for her own cell phone casing. No default appearance will find with it.</p><p><a
href="http://www.itechfreak.com/mobile-phones/what-to-expect-from-nokia-gem/attachment/download-4/" rel="attachment wp-att-2985"><img
class="size-full wp-image-2985" src="http://www.itechfreak.com/wp-content/uploads/2011/12/download.jpg" alt="nokia gem" width="300" height="168" /></a></p><p>Games lovers will generally find that it looks a lot like, for example, a gaming pad. It is called <strong>Nokia Gem</strong> because just like the polished precious stones which have many sides, it also has many sides. This phone would be also able to display images in 3D as it allows view from all possible angles. But according to Jarkko, the most important use of this phone would be the interaction between its various sides and its ever changing appearance. This new mobile phone is a concept phone which utilizes the entire device.</p><p>Related News:<ol><li><a
href='http://www.itechfreak.com/mobile-phones/nokia-c7-feature-list/' rel='bookmark' title='Nokia C7 feature list'>Nokia C7 feature list</a></li><li><a
href='http://www.itechfreak.com/mobile-phones/nokia-n900-review-price-and-features/' rel='bookmark' title='Nokia N900 Review, price and features'>Nokia N900 Review, price and features</a></li><li><a
href='http://www.itechfreak.com/mobile-phones/nokia-asha-a-new-hope-in-nokia-series/' rel='bookmark' title='Nokia Asha: A New Hope in Nokia Series'>Nokia Asha: A New Hope in Nokia Series</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.itechfreak.com/mobile-phones/what-to-expect-from-nokia-gem/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
