<?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>Technofreaky</title>
	<atom:link href="http://www.technofreaky.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.technofreaky.com</link>
	<description>Tech Blog For All</description>
	<lastBuildDate>Sat, 19 May 2012 12:29:33 +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>A Beginners Guide To Virtualization</title>
		<link>http://www.technofreaky.com/a-beginners-guide-to-virtualization/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-beginners-guide-to-virtualization</link>
		<comments>http://www.technofreaky.com/a-beginners-guide-to-virtualization/#comments</comments>
		<pubDate>Sat, 19 May 2012 12:28:44 +0000</pubDate>
		<dc:creator>Ayush</dc:creator>
				<category><![CDATA[Tech Tutorials]]></category>

		<guid isPermaLink="false">http://www.technofreaky.com/?p=367</guid>
		<description><![CDATA[Have you ever think of running an operating system on top of another. If you are a Windows user then you might want some great features of Linux OS. Similarly, if you are Linux user then you might want to work on MS Word. Virtualization will cater all your needs be it software development, running [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Have you ever think of running an operating system on top of another. If you are a Windows user then you might want some great features of Linux OS. Similarly, if you are Linux user then you might want to work on MS Word. Virtualization will cater all your needs be it software development, running one OS on another, configuration testing and document creation. It will allows you to install new Operating Systems on the same machine and the best thing is that you don’t have to worry about hard disk formats and other pre install software or losing any data.<span id="more-367"></span></p>
<p><img class="alignnone size-full wp-image-368" title="virtualization-tutorial" src="http://www.technofreaky.com/wp-content/uploads/2012/05/virtualization-tutorial.png" alt="" width="400" height="300" /></p>
<p>Virtualization is creation of Virtual Machines which can emulate hardware in software or in other words it is the creation of virtual version of something such as a hardware platform, operating system, storage device, or network resources (from <a href="http://en.wikipedia.org/wiki/Virtualization">Wikipedia</a>). Virtualization is achieved or created with the help of software and this particular software allows you to install any number of OS on your system without using the available hardware directly.</p>
<h2>How Does Virtualization Work?</h2>
<p>As you already know that Virtualization is created with the help of software. This software is nothing but a program that creates an environment or platform wherein it emulates and imitates different hardware components like RAM, Hard disk, Network Card, Processor etc. Virtualization creates an illusion where an Operating System starts believing that it is using or utilizing the various hardware component of the computer system.</p>
<p>Virtualization is achieved using software that creates a virtual environment which looks real but isn&#8217;t. Following are some information you have to configure while creating a new Virtual Machine.</p>
<ul>
<li>You need to configure the amount of RAM which will be reserved by the software from the real RAM.</li>
</ul>
<ul>
<li>You need to configure the size of hard disk you want to allocate to the virtual machine.</li>
</ul>
<ul>
<li>You need to configure the number of network adapters the virtual machine will have.</li>
</ul>
<ul>
<li>You need to tell the virtual machine whether it should access removable devices.</li>
</ul>
<ul>
<li>You need to tell the virtual machine whether it can play audio or video.</li>
</ul>
<p>When you are running an OS over the top of another on your machine the whole environment acts like a HOST and GUEST OS. The real operating system acts as a HOST and the OS run by virtualization software acts as a GUEST OS.</p>
<p>The entire load balancing is actually done by the HOST operating system.</p>
<h2>Types of Virtualization</h2>
<p>There are mainly three types of virtualization.</p>
<ul>
<li>Full virtualization</li>
<li>OS level virtualization</li>
<li>Paravirtualization</li>
</ul>
<h2>Full virtualization</h2>
<p>As the name suggests everything in a system is virtualized which includes the processor, storage, networking components etc. Virtual Box, VMware are example of &#8220;Full Virtualization&#8221; solutions.</p>
<h2>OS Level virtualization</h2>
<p>In this type of virtualization only applications are run inside the software. In this case the application is given a platform to work. Isolation is created and the application is made to believe that it is the only thing running on the system.</p>
<h2>Paravirtualization</h2>
<p>It’s a semi-virtualized environment created for the guset OS. A modified guest OS is created using a hypervisor. &#8220;The intent of the modified interface is to reduce the portion of the guest&#8217;s execution time spent performing operations which are substantially more difficult to run in a virtual environment compared to a non-virtualized environment. The paravirtualization provides specially defined &#8216;hooks&#8217; to allow the guest(s) and host to request and acknowledge these tasks, which would otherwise be executed in the virtual domain (where execution performance is worse). A successful paravirtualized platform may allow the virtual machine monitor (VMM) to be simpler (by relocating execution of critical tasks from the virtual domain to the host domain), and/or reduce the overall performance degradation of machine-execution inside the virtual-guest.&#8221;(Source: <a href="http://en.wikipedia.org/wiki/Paravirtualization">Wikipedia</a>)</p>
<h2>Advantages Of Virtualization</h2>
<ul>
<li>One of the biggest advantages of virtualization is scalability i.e. the ability to expand. Whenever there is excessive load on some part of application in a server you can easily create a similar virtual environment on a different server and configure the setup.</li>
</ul>
<ul>
<li>Hardware maintenance cost is reduced because you don’t need many servers to install different applications.</li>
</ul>
<ul>
<li>You can save a huge amount of energy by running one physical server instead of many and less power backup is required.</li>
</ul>
<ul>
<li>You can get faster and safer backups by taking live snapshot while server is running.</li>
</ul>
<ul>
<li>You will get centralized monitoring of your resources as virtualization provides easy way of connecting and maintaining your virtual servers.</li>
</ul>
<p>So that&#8217;s all about virtualization. Hope you get some understanding of virtualization. So what do you think of this amazing technology?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technofreaky.com/a-beginners-guide-to-virtualization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup Your Social Networking Site (Facebook,Tweeter,LinkedIn,Flickr) Data</title>
		<link>http://www.technofreaky.com/backup-your-social-networking-site/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=backup-your-social-networking-site</link>
		<comments>http://www.technofreaky.com/backup-your-social-networking-site/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 02:31:26 +0000</pubDate>
		<dc:creator>Ayush</dc:creator>
				<category><![CDATA[Miscellaneous Tips]]></category>

		<guid isPermaLink="false">http://www.technofreaky.com/?p=344</guid>
		<description><![CDATA[You and I live out a large part of our lives in Social Networking websites be it on Facebook or twitter. We share images, updates our thoughts and important moments with our friends and family. In short these sites are now a part of our daily lives. All of this important data is beyond our [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>You and I live out a large part of our lives in Social Networking websites be it on Facebook or twitter. We share images, updates our thoughts and important moments with our friends and family. In short these sites are now a part of our daily lives. All of this important data is beyond our reach and therefore it becomes important for us to have some safety measures in place. In this post I will share some methods and tools which will help you to backup your vital data.<span id="more-344"></span></p>
<h2>Backup Your Facebook Account Information</h2>
<p>You don’t need any tool to backup your Facebook data, Facebook allows you to back up all your data without using any third party application. Login to your Facebook account and go to <strong>Account &gt; Account Settings</strong> using the top right menu.</p>
<p><img src="http://www.technofreaky.com/wp-content/uploads/2012/04/backup-facebook-data1.png" alt="" title="backup-facebook-data" width="500" height="205" class="alignnone size-full wp-image-352" /></p>
<p>Go to the account settings and scroll down a bit, you&#8217;ll find a link which says &#8220;Download a copy of your Facebook data&#8221;. Once you click on it, Facebook will tell you what the backup will contain. Backup includes your photos, wall posts, messages and chats. To begin the process click on &#8220;Start My Archive&#8221;. After completion you will receive an email when your archive is ready for download. You will receive an HTML version of your account. Make sure you save this data carefully on our system.</p>
<h2>Backup Your Twitter Account</h2>
<p>Twitter always deletes your old tweets and you lose majority of your tweets. Only 3,200 of your recent tweets are available online. You can&#8217;t afford to lose them because you crafted these tweets on your own. You don&#8217;t need to worry about losing your tweets because there are many services such as <a href="http://backupmytweets.com" target="_blank">http://backupmytweets.com</a> and <a href="http://tweetbackup.com" target="_blank">http://tweetbackup.com</a> which will help you to save all your tweets on your system.</p>
<h2>Backup Your LinkedIn Information</h2>
<p>LinkedIn is a vital source for building professional connections because they might be excellent resources in the future. All this information is residing on a website over which you have no control. Therefore you should periodically exports and save your connections.</p>
<p>Here are some steps that will help you in exporting your LinkedIn Information.</p>
<ul>
<li>First of all sign into your LinkedIn Account</li>
</ul>
<ul>
<li>Click on &#8220;Contacts&#8221; link located at the top left of the page.</li>
</ul>
<ul>
<li>You will see a list of your connections.</li>
</ul>
<p><img src="http://www.technofreaky.com/wp-content/uploads/2012/04/backup-linkedin1.png" alt="" title="backup-linkedin" width="500" height="387" class="alignnone size-full wp-image-353" /></p>
<ul>
<li>At the bottom of this list you will see a link to &#8220;Export Connections&#8221;. Click on it and select the file type in which you’d like to save this information.</li>
</ul>
<ul>
<li>Now save this file on your computer.</li>
</ul>
<h2>Backup Your Flickr Photos</h2>
<p>Flickr is one of the best and largest photo sharing website. This website let you upload photos for free and provides a good control over who does or does not see the pics that you’re uploading.</p>
<p>Flickr has an awesome community which gives a plenty of resources in finding our perfect photo. All of the features are just great but one thing that is still lacking is to let users take a backup of their Flickr Photos from the site itself.</p>
<p>There are many third party tools available that will help you to take backup of your images. Here are such two great tools available.</p>
<h2>Flump</h2>
<p><a href="http://code.google.com/p/onairbustour/wiki/flump" target="_blank">Flump</a> is a simple application that allows you to download all of the public photos for a specific Flickr account.This application doesn&#8217;t provide you with an option to download particular images. Login using your Flickr account and select the folder you want to download your pics to.</p>
<p><a href="http://www.technofreaky.com/wp-content/uploads/2012/04/flump.png"><img class="alignnone size-full wp-image-347" title="flump" src="http://www.technofreaky.com/wp-content/uploads/2012/04/flump.png" alt="" width="460" height="289" /></a></p>
<h2>Flickr Edit</h2>
<p><a href="http://sunkencity.org/flickredit" target="_blank">Flickr Edit</a> is Java based desktop application that allows you to display and edit your photos in different ways. It allows you to download or upload your photos to and from Flickr.</p>
<p><img class="alignnone size-medium wp-image-348" title="flickredit" src="http://www.technofreaky.com/wp-content/uploads/2012/04/flickredit-300x207.png" alt="" width="300" height="207" /></p>
<h2>Here are some features of Flickr Edit.</h2>
<ul>
<li>Display your Recent, Favorites, Contacts and Group photos</li>
</ul>
<ul>
<li>Search photos based on date and tag</li>
</ul>
<ul>
<li>Backup your Flickr Photos and Sets</li>
</ul>
<ul>
<li>Upload new photos to Flickr</li>
</ul>
<ul>
<li>Edit Photo and Set info, add comments to Photos and Sets</li>
</ul>
<ul>
<li>Delete photos or Sets</li>
</ul>
<ul>
<li>View a photo or selected photos slideshow</li>
</ul>
<ul>
<li>Switch between multiple Flickr users</li>
</ul>
<h2>Download Your Online Social Life With SocialSafe</h2>
<p><a href="http://socialsafe.net" target="_blank">SocialSafe</a> is one of the best software for downloading your Facebook Timeline, Twitter, Linkedin and Google+ accounts.</p>
<p>The best thing about this software is that you can download all your Social Network accounts in one place. Check out the <a href="http://socialsafe.net/features" target="_blank">feature page</a> for more details.</p>
<h2>Check Out The Video For More Details</h2>
<p><iframe src="http://player.vimeo.com/video/35368669?title=0&amp;byline=0&amp;portrait=0&amp;color=5CB439" width="400" height="300" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
<p>Hope you liked this post. Please do share how you guys manage your data on Social Networking websites. Do you backup your data periodically or just let these sites manage all your data?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technofreaky.com/backup-your-social-networking-site/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Three Best Smartphone Applications</title>
		<link>http://www.technofreaky.com/three-best-smartphone-applications/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=three-best-smartphone-applications</link>
		<comments>http://www.technofreaky.com/three-best-smartphone-applications/#comments</comments>
		<pubDate>Thu, 08 Mar 2012 03:31:37 +0000</pubDate>
		<dc:creator>Ayush</dc:creator>
				<category><![CDATA[Free Software Downloads]]></category>

		<guid isPermaLink="false">http://www.technofreaky.com/?p=325</guid>
		<description><![CDATA[If you own a Smartphone then you desperately want some good applications that can help easing your life a bit. In this post I am sharing some cool apps that you should have on your Smartphone. All these applications can be downloaded for free. iOnRoad Augmented Driving For Anroid This application is the best companion [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you own a Smartphone then you desperately want some good applications that can help easing your life a bit. In this post I am sharing some cool apps that you should have on your Smartphone. All these applications can be downloaded for free.</p>
<p><span id="more-325"></span></p>
<h2>iOnRoad Augmented Driving For Anroid</h2>
<p><img class="alignnone size-full wp-image-326" title="ionroad" src="http://www.technofreaky.com/wp-content/uploads/2012/03/ionroad.jpg" alt="ionroad Augmented" width="430" height="264" /></p>
<p>This application is the best companion for you while you are driving your vehicle. This application keeps an eye on the road in front via the Smartphone&#8217;s camera. It alerts the driver if he is in danger and avoids collisions from happening on the roads.</p>
<p>There will be a loud beep alert as well as a text alert when the distance to the car in front becomes less and thereby avoiding collision.</p>
<p>There is a auto driving detection feature that automatically start up the application when you start driving.</p>
<p>Get more information about this application <a href="http://www.ionroad.com/">here</a></p>
<h2>Winter Wake Up</h2>
<p><img class="alignnone size-full wp-image-327" title="winter-wakeup" src="http://www.technofreaky.com/wp-content/uploads/2012/03/winter-wakeup.jpg" alt="Winter Wakeup" width="138" height="230" /></p>
<p>A very great application which is best suited for winters. Winter comes with unpredicted weather conditions and imagine if you have a plan for a morning walk but when you wake up in the morning you find out snowfall everywhere. Here this application comes for your rescue.</p>
<p>Winter Wake Up will check the weather online some time before the alarm time that you had set and modify your alarm time. This application is available for iOS and Anroid platforms.</p>
<p>You can download this application for Android <a href="https://play.google.com/store/apps/details?id=eu.boondoggle.eoyalarm">here</a> and for iOS check this <a href="http://itunes.apple.com/us/app/winter-wake-up/id487687174?mt=8">link</a>.</p>
<h2>TuneIn Radio – Best Online Radio</h2>
<p><img class="alignnone size-full wp-image-328" title="tune in" src="http://www.technofreaky.com/wp-content/uploads/2012/03/tune-in.jpg" alt="" width="138" height="230" /></p>
<p>Tune is the best radio application for smarphones. You can browse and listen to radio from wherever you are. TuneIn offers over 50,000 stations and 1.2 million on demand programs.</p>
<p>Download TuneIn Radio for Anroid <a href="https://play.google.com/store/apps/details?id=tunein.player">Here</a></p>
<p>Download TuneIn Radio for iOS <a href="http://itunes.apple.com/us/app/tunein-radio/id418987775?mt=8">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.technofreaky.com/three-best-smartphone-applications/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Understanding Cloud Hosting</title>
		<link>http://www.technofreaky.com/understanding-cloud-hosting/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=understanding-cloud-hosting</link>
		<comments>http://www.technofreaky.com/understanding-cloud-hosting/#comments</comments>
		<pubDate>Tue, 28 Feb 2012 11:39:12 +0000</pubDate>
		<dc:creator>Ayush</dc:creator>
				<category><![CDATA[Miscellaneous Tips]]></category>

		<guid isPermaLink="false">http://www.technofreaky.com/?p=317</guid>
		<description><![CDATA[You have already come across the terms like shared hosting and dedicated hosting but cloud hosting is the latest and hottest term in web hosting arena. Cloud hosting has changed the way applications and users interact with each other. Difference between single Server Hosting and Cloud Hosting Shared hosting and dedicated hosting has been there [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>You have already come across the terms like shared hosting and dedicated hosting but cloud hosting is the latest and hottest term in web hosting arena. Cloud hosting has changed the way applications and users interact with each other.<span id="more-317"></span></p>
<p><img class="alignnone size-full wp-image-318" title="cloud-hosting" src="http://www.technofreaky.com/wp-content/uploads/2012/02/cloud-hosting.jpg" alt="" width="400" height="302" /></p>
<h2>Difference between single Server Hosting and Cloud Hosting</h2>
<p>Shared hosting and dedicated hosting has been there from quite a time. If one machine is serving multiple websites then it’s basically a shared hosting and it’s a cheap way to get started with a website. In dedicated hosting one machine will serve only one website. In these two types of hosting you can’t go beyond a single machine. In order to bypass this problem Cloud Hosting came into existence where instead of having a single machine serving a single website, you have different computers serving different websites.</p>
<h2>Cloud Hosting: One website, Many Instances</h2>
<p>In cloud hosting a website could be running on any number of servers at a given time. It’s basically used to balance the load on your website i.e. other instances of your website could be launched to ease the burden. <a href="http://www.technofreaky.com/understanding-cloud-hosting/">Cloud hosting</a> ensures that no server is overloaded and the end user can easily access the website without any downtime.</p>
<h2>How Cloud Hosting Works</h2>
<p>Suppose a user types an address of a website in his browser. At this particular point of time there is no way to find where the website is hosted. As you know in Cloud hosting a single website can be hosted on many different machines so tracing the IP is of no use.</p>
<p>After some time as users are kept on increasing on website multiple instances of the website are created across multiple servers which are connected through the cloud hosting setup. Load balancing is most important aspect of Cloud hosting setup and that’s the reason why Cloud hosting came into existence i.e. to ensure that the end user can continue accessing the website transparently.</p>
<h2>Cloud Computing Explained</h2>
<p><iframe src="http://www.youtube.com/embed/QJncFirhjPg" frameborder="0" width="420" height="315"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.technofreaky.com/understanding-cloud-hosting/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Convert Video &amp; Audio Files Using VLC Player</title>
		<link>http://www.technofreaky.com/how-to-convert-video-audio-files-using-vlc-player/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-convert-video-audio-files-using-vlc-player</link>
		<comments>http://www.technofreaky.com/how-to-convert-video-audio-files-using-vlc-player/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 05:59:42 +0000</pubDate>
		<dc:creator>Ayush</dc:creator>
				<category><![CDATA[Miscellaneous Tips]]></category>

		<guid isPermaLink="false">http://www.technofreaky.com/?p=296</guid>
		<description><![CDATA[VLC player is one of the most versatile multimedia player that plays most multimedia files including DVD, Audio CD, VCD and various streaming protocols. One of the most interesting thing about VLC is that you don&#8217;t need any codec packs in order to play MPEG-2, H.264, DivX and MPEG-4 files. VLC is completely free open [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>VLC player is one of the most versatile multimedia player that plays most multimedia files including DVD, Audio CD, VCD and various streaming protocols. One of the most interesting thing about VLC is that you don&#8217;t need any codec packs in order to play MPEG-2, H.264, DivX and MPEG-4 files. VLC is completely free open source cross-platform multimedia player.<span id="more-296"></span></p>
<p>VLC can do more than just playing multimedia files. You can even convert many video and audio files using VLC. Here is brief step by step tutorial to convert multimedia files using VLC player.</p>
<ul>
<li>Open VLC player application and choose convert/save under media tab.<br />
<img class="alignnone size-full wp-image-297" title="pic002" src="http://www.technofreaky.com/wp-content/uploads/2012/02/pic002.gif" alt="" width="359" height="231" /></li>
</ul>
<ul>
<li>Now choose the file you want to convert from your local hard drive.<br />
<img class="alignnone size-medium wp-image-298" title="pic003" src="http://www.technofreaky.com/wp-content/uploads/2012/02/pic003-300x296.gif" alt="" width="300" height="296" /></li>
</ul>
<ul>
<li>After selecting the file click convert/save button and you will be provided with options for file conversion. Check the file name checkbox and choose your destination where you want to save the file. Please give the extension to the desired file name like filename.mp3, filename.mp4 i.e. the name of the format in which you want to save the file.Now from profile menu select the multimedia format in which you want to convert the current file i.e. to convert your file in mp3 format select mp3 from the options and similarly you can choose the other given format.<br />
<img class="alignnone size-full wp-image-299" title="pic004" src="http://www.technofreaky.com/wp-content/uploads/2012/02/pic004.gif" alt="" width="600" height="529" /></li>
</ul>
<ul>
<li>After that hit the save button and VLC will start converting your file.<br />
<img class="alignnone size-full wp-image-300" title="pic005" src="http://www.technofreaky.com/wp-content/uploads/2012/02/pic005.gif" alt="" width="355" height="141" /></li>
</ul>
<ul>
<li>Your file is now saved at the location you have previously chosen.</li>
</ul>
<p>Now you don&#8217;t need any other paid application to convert your multimedia files. <a href="http://www.videolan.org/vlc/" title="VLC Player" target="_blank">VLC</a> is exactly what you need.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technofreaky.com/how-to-convert-video-audio-files-using-vlc-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Adsense Above the Fold Page Layout Algorithm Update</title>
		<link>http://www.technofreaky.com/google-adsense-above-the-fold-page-layout-algorithm-update/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-adsense-above-the-fold-page-layout-algorithm-update</link>
		<comments>http://www.technofreaky.com/google-adsense-above-the-fold-page-layout-algorithm-update/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 02:03:33 +0000</pubDate>
		<dc:creator>Ayush</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>

		<guid isPermaLink="false">http://www.technofreaky.com/?p=292</guid>
		<description><![CDATA[Content is king and Google want that you put the king on top of your website and drag the ads beneath. Right, Google has announced that it will penalize sites with pages that are loaded heavy with ads and mainly above the fold. The main reason for this algorithm update is mainly based on user [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Content is king and Google want that you put the king on top of your website and drag the ads beneath. Right, Google has announced that it will penalize sites with pages that are loaded heavy with ads and mainly above the fold. The main reason for this algorithm update is mainly based on user experience while browsing such sites which have heavy ads above the fold and they find it difficult to see the actual content.<span id="more-292"></span></p>
<p>Now the main question is how can you decide how much ads are sufficient? Google won’t tell you that but you can use <a href="http://browsersize.googlelabs.com/" target="_blank">Google Browser Size Tool</a> to understand how much content can be visible at first glance.</p>
<p>This update is really opposite to what we have seen in the <a href="http://support.google.com/adsense/bin/answer.py?hl=en&#038;answer=1354747" target="_blank">Google Adsense heatmap</a> overview. But if you really care about your visitors then certainly this is the best move from Google. </p>
<h2>How To Fix Your Google Adsense Ads</h2>
<p>If you previously placed two or more ad units above the fold then you should move them below the content and make sure that content should be visible in first glance. In other terms the ratio of your ads should be low in relation with the content. Now that you have made the necessary changes don&#8217;t expect the results immediately as Google will re-crawl your website to access the changes.</p>
<p>Its all about content and now those days are gone when webmasters simply filled their websites with ads. So it&#8217;s a suggestion that make necessary changes as soon as possible before this penalty can hit you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technofreaky.com/google-adsense-above-the-fold-page-layout-algorithm-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Use Flickr Images on your Website and Blog</title>
		<link>http://www.technofreaky.com/how-to-use-flickr-images-on-your-website-and-blog/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-use-flickr-images-on-your-website-and-blog</link>
		<comments>http://www.technofreaky.com/how-to-use-flickr-images-on-your-website-and-blog/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 14:14:07 +0000</pubDate>
		<dc:creator>Ayush</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>

		<guid isPermaLink="false">http://www.technofreaky.com/?p=272</guid>
		<description><![CDATA[If you have a blog or a website you always want some images or photos to make your website more appealing in eyes of your visitors and keeping your visitors attention intact while they browse your blog or website. But it is very important to know that obtaining and using images on your website or [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you have a blog or a website you always want some images or photos to make your website more appealing in eyes of your visitors and keeping your visitors attention intact while they browse your blog or website. But it is very important to know that obtaining and using images on your website or blog isn’t that easy because maximum of images are copyrighted. So it&#8217;s very important to understand that what you can and cannot do.<span id="more-272"></span></p>
<h2>Using Images found on Flickr</h2>
<p>Here I will try to explain how you can use <a href="http://www.flickr.com/" title="flickr images" target="_blank">Flickr images</a> on your own website or blog. Flickr is a great resource for finding different images and photos that you can use freely on your website. But you have to understand that many images on Flickr come with certain restrictions.</p>
<h2>How You Can Use Flickr Images</h2>
<p>Using images from Flickr on your website or blog is not a very difficult task but before using them you should check out the license type for a particular image which you will be using on your website.</p>
<h2>Flickr images comes under two main licenses:</h2>
<ul>
<li>Copyrighted</li>
</ul>
<ul>
<li>Creative Common License</li>
</ul>
<h2>Copyrighted License</h2>
<p><img class="alignnone size-medium wp-image-273" title="flickr-copyrighted-image" src="http://www.technofreaky.com/wp-content/uploads/2012/01/flickr-copyrighted-image-300x165.gif" alt="" width="300" height="165" /></p>
<p>If you find a &#8220;C&#8221; symbol with a circle around it, then the image is copyrighted and you cannot use it. This particular information is normally located underneath the &#8220;License&#8221; in the sidebar. If you really like an image which you found that you want to use and is copyrighted, you can directly contact the photographer using Flickr mail.</p>
<p><img class="alignnone size-medium wp-image-274" title="flickr-contact" src="http://www.technofreaky.com/wp-content/uploads/2012/01/flickr-contact-300x15.gif" alt="" width="300" height="15" /></p>
<h2>Creative Commons License</h2>
<p>A creative commons license provides us a way where we can use other&#8217;s people stuff on our website but with some rules in place. On Flickr, the images have different forms of licenses that have different rules for how you can use them.<br />
&nbsp;<br />
<img class="alignnone size-full wp-image-275" title="attribution" src="http://www.technofreaky.com/wp-content/uploads/2012/01/attribution.gif" alt="" width="400" height="60" /></p>
<p>The <strong>Attribution License</strong> allows you to copy, distribute, tweak, remix and publish even commercially as long as you give credit to it.</p>
<p>There are over 25 million images which come under this license so you have a good choice to search within this particular license if you want some images for your blog or website.</p>
<p>In order to use images for this particular license you have to put a link back to the original web page on Flickr where the images come from.<br />
&nbsp;<br />
<img class="alignnone size-full wp-image-276" title="attribution-noderivs" src="http://www.technofreaky.com/wp-content/uploads/2012/01/attribution-noderivs.gif" alt="" width="400" height="60" /></p>
<p>The <strong>Attribution-NoDervs License</strong> is more or less same as the last one, except that you cannot alter, change or tweak the original image i.e. you don’t have permission to change or modify the image according to your needs and when you publish the image on your blog or website it should be in its original form.</p>
<p>Images under this license can be used commercially and you must give the credit to the original creator by putting a link back on your blog or website.<br />
&nbsp;<br />
<img class="alignnone size-full wp-image-277" title="attribution-noncomm2" src="http://www.technofreaky.com/wp-content/uploads/2012/01/attribution-noncomm2.gif" alt="" width="400" height="60" /></p>
<p>As the name suggest <strong>Attribution-Noncommercial License</strong> you can use the images and even remix, tweak, modify but only for non-commercial purposes. If you are making money from your website you cannot use this license and you should opt for a commercial license.<br />
&nbsp;<br />
<img class="alignnone size-full wp-image-278" title="attribution-noncomm" src="http://www.technofreaky.com/wp-content/uploads/2012/01/attribution-noncomm.gif" alt="" width="480" height="60" /></p>
<p>The <strong>Attribution-Noncommercial-NoDerivs</strong> is most restrictive license i.e. it allows you to use the images on your blog or website provided images are in their original form and you should use them only for non commercial purpose.</p>
<p>In short you cannot tweak, modify or mix images and along with that you cannot use them commercially.</p>
<p><img class="alignnone size-full wp-image-279" title="attribution-sharealike" src="http://www.technofreaky.com/wp-content/uploads/2012/01/attribution-sharealike.gif" alt="" width="460" height="60" /></p>
<p>The <strong>Attribution-ShareAlike License</strong> let&#8217;s you to remix, tweak and modify even for commercial purposes but after you create those new images, they will be under the same license and someone else can freely use your images provided they use it in the same way as you did.</p>
<p>In short every new image must have the similar license as the original one.</p>
<p><img class="alignnone size-full wp-image-280" title="attribution-noncomm-sharali" src="http://www.technofreaky.com/wp-content/uploads/2012/01/attribution-noncomm-sharali.gif" alt="" width="490" height="60" /></p>
<p>The <strong>Attribution-Noncommercial-ShareAlike</strong> is same as above, except you cannot use the images commercially.</p>
<p>Hope you understood the concept of using images from Flickr. Flickr is a great resource for obtaining images for your blog or website provided you carefully read the license before using any image.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technofreaky.com/how-to-use-flickr-images-on-your-website-and-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Online Web Directory Submission Tips And Guide</title>
		<link>http://www.technofreaky.com/best-online-web-directory-submission-tips-and-guide/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=best-online-web-directory-submission-tips-and-guide</link>
		<comments>http://www.technofreaky.com/best-online-web-directory-submission-tips-and-guide/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 02:39:52 +0000</pubDate>
		<dc:creator>Ayush</dc:creator>
				<category><![CDATA[SEO And Internet Marketing]]></category>

		<guid isPermaLink="false">http://www.technofreaky.com/?p=267</guid>
		<description><![CDATA[Online web directories are the best medium to generate backlinks for your website and it’s quite an easy task to execute. There are thousands of free online directories available but you have to be very careful when submitting your website to these directories. Always pick up the directory which holds some authority or have a [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Online web directories are the best medium to generate backlinks for your website and it’s quite an easy task to execute. There are thousands of free online directories available but you have to be very careful when submitting your website to these directories. <span id="more-267"></span>Always pick up the directory which holds some authority or have a decent page rank. A mass submission is not recommended as many webmasters thinks that merely submitting websites into directories will automatically boost their website’s ranking.</p>
<h2>Planning Your Directory Submission</h2>
<p>Before submitting to online directories or search engines prepare your submission material carefully. Prepare your content in a good and logical manner in a separate text file. Each directory has their own submission guidelines so prepare your content accordingly. Be sure to spell check all your content which you will submit. A typical directory has the following fields which need to be filled in order to complete the submission process.</p>
<ul>
<li>Page Title</li>
</ul>
<ul>
<li>Description</li>
</ul>
<ul>
<li>Keywords</li>
</ul>
<ul>
<li>URL</li>
</ul>
<ul>
<li>Category and Subcategory</li>
</ul>
<ul>
<li>Contact Information</li>
</ul>
<p>Page title is one of the most important element so be very sure to choose the most relevant title. Don’t put several keyphrases in your title instead restrict to only one most important keyphrase for which you want your website to rank. You have to prepare different page titles for individual pages of your website.</p>
<p>Description should be of the right length for each directories and it is a good idea to write description of different length because different directories allow different description sizes. Always use keywords in your description and make sure your description flows naturally.</p>
<p>Keywords should be relevant for the individual page submission and use only four to five keywords. Pick up the <a href="http://www.technofreaky.com/using-google-wonder-wheel-for-choosing-keywords/" target="_blank">best combination of keywords</a> which are relevant to the page content.</p>
<p>For each submission you have to provide different URL.</p>
<p>Choose your category which is relevant to your website because if you submit your website in different category the editor of directory might disapprove your submission.</p>
<p>It generally takes a longer time to be indexed in a directory because most of the directories are reviewed manually before adding it to database. So be sure to add only relevant information about your website and it is only the editors who decide if your page have a worth before they include it.</p>
<p>Always make a habit of making a database of your directory submission in excel so that you can know where you have submitted your directories. Be very sure to verify your directory submission by going through your email where you have received a verification link because most of the directories send a verification link in your email.</p>
<h2>Best Tool For Filling Directory Submission</h2>
<p>I have personally used <a href="http://www.roboform.com/platforms/browsers/firefox" target="_blank">Roboform tool</a> which is the best form filling tool available. You can set your title, description, keywords, email and other information by making an identity. You can make different identities for different urls. It will save a lot of time as you don’t have to enter your information in each directory manually. Roboform will create a toolbar on your browser and you can set your identities right on this toolbar.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technofreaky.com/best-online-web-directory-submission-tips-and-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Install RAM In Your Desktop Computer System</title>
		<link>http://www.technofreaky.com/install-ram-in-your-desktop-computer/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=install-ram-in-your-desktop-computer</link>
		<comments>http://www.technofreaky.com/install-ram-in-your-desktop-computer/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 02:46:21 +0000</pubDate>
		<dc:creator>Ayush</dc:creator>
				<category><![CDATA[Computer Tutorials]]></category>

		<guid isPermaLink="false">http://www.technofreaky.com/?p=257</guid>
		<description><![CDATA[RAM or Random Access Memory is responsible for how fast your computer system can perform when you are running applications on your system at any one time. When you install more software or applications on your computer system, your system begins to slowdown. Therefore you can install more RAM in your computer system to increase [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>RAM or Random Access Memory is responsible for how fast your computer system can perform when you are running applications on your system at any one time. When you install more software or applications on your computer system, your system begins to slowdown. Therefore you can install more RAM in your computer system to increase its performance.<br />
<span id="more-257"></span></p>
<p>Installing RAM is quite an easy task but you have to know certain things so that you can install your RAM in a right way. The main problem is to know which type of memory your computer system uses. You can use one of the best software to know which type of memory your system uses and the software is CPUID.</p>
<p>CPUID will gather all information about your system like type of CPU, memory type and your mainboard. <a href="http://www.cpuid.com/downloads/cpu-z/1.59-setup-en.exe" target="_blank">Download CPU id for windows</a></p>
<p><img class="alignnone size-medium wp-image-258" title="softwares-cpuz-04" src="http://www.technofreaky.com/wp-content/uploads/2012/01/softwares-cpuz-04-300x289.jpg" alt="" width="300" height="289" /></p>
<p>After being certain you have the right RAM, you are now ready to install the RAM in your computer system. Following are a step by step Procedures to install RAM in your desktop based computer system.</p>
<ul>
<li>Make sure you have turnoff your system and unplug all peripherals.</li>
</ul>
<ul>
<li>Now remove the side panel of your desktop computer and place it in a safe place.<br />
<img class="alignnone size-medium wp-image-259" title="computer-case" src="http://www.technofreaky.com/wp-content/uploads/2012/01/computer-case-300x258.gif" alt="" width="300" height="258" /></li>
</ul>
<ul>
<li>Before you touch anything inside your system unit be sure to remove electrical static charge from your body by touching any unpainted metal surface like your door knob.</li>
</ul>
<ul>
<li>Now locate the memory socket to install the new memory chips.<br />
<img class="alignnone size-medium wp-image-260" title="locate-ram" src="http://www.technofreaky.com/wp-content/uploads/2012/01/locate-ram-300x187.gif" alt="" width="300" height="187" /></li>
</ul>
<ul>
<li>Pull the clip and slide the RAM chips in the respective memory banks. Now push the clips back over the memory chips.<br />
<img class="alignnone size-medium wp-image-261" title="048" src="http://www.technofreaky.com/wp-content/uploads/2012/01/048-300x202.jpg" alt="" width="300" height="202" /><img class="alignnone size-medium wp-image-262" title="049" src="http://www.technofreaky.com/wp-content/uploads/2012/01/049-300x200.jpg" alt="" width="300" height="200" /></li>
</ul>
<ul>
<li>Check that memory chips are well placed in the memory banks by moving it from side to side.</li>
</ul>
<ul>
<li>Reconnect all peripherals and cover your system panel and reboot your computer system. You have now successfully installed new RAM in your computer system.</li>
</ul>
<p>Increasing RAM will certainly boost your computer performance and you will notice how fast your application opens.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technofreaky.com/install-ram-in-your-desktop-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Google Wonder Wheel for Choosing Keywords</title>
		<link>http://www.technofreaky.com/using-google-wonder-wheel-for-choosing-keywords/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-google-wonder-wheel-for-choosing-keywords</link>
		<comments>http://www.technofreaky.com/using-google-wonder-wheel-for-choosing-keywords/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 01:48:41 +0000</pubDate>
		<dc:creator>Ayush</dc:creator>
				<category><![CDATA[SEO And Internet Marketing]]></category>

		<guid isPermaLink="false">http://www.technofreaky.com/?p=195</guid>
		<description><![CDATA[Keyword research is one of the most crucial parameter of any search engine marketing campaign. There are several tools available where you can research for keywords.  But have you ever thought of Google’s wonder wheel for searching your best keywords. Here I am providing you a short method to use wonder wheel for choosing your [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Keyword research is one of the most crucial parameter of any search engine marketing campaign. There are several tools available where you can research for keywords.  But have you ever thought of Google’s wonder wheel for searching your best keywords. Here I am providing you a short method to use wonder wheel for choosing your best and potential keywords.<span id="more-195"></span></p>
<h2>Where is wonder wheel located?</h2>
<p>Search for any keyword in Google and when results are displayed you will find the wonder wheel in left column under all results category.</p>
<p><img src="http://www.technofreaky.com/wp-content/uploads/2011/06/wonderwhell.jpg" alt="" title="wonder weel" width="164" height="473" class="alignnone size-full wp-image-196" /></p>
<h2>How to Find Keywords Using Wonder Wheel</h2>
<p>For using wonder wheel just enter any search term or keyword in Google search. I will start with a keyword &#8220;web development&#8221;. Now after hitting the search button and when results are being displayed just click on the wonder wheel link and you will find that wonder wheel has divided the keyword into eight related keywords type.</p>
<p><img src="http://www.technofreaky.com/wp-content/uploads/2011/06/web-development-Google-Search.png" alt="" title="keyword search" width="439" height="300" class="alignnone size-full wp-image-197" /></p>
<p>Now you got eight variations of your main keyword which will certainly helps you in finding out and targeting the keywords for your webpage or website. You can even go into deeper analysis of the eight keywords which are displayed. Click on any keyword from the eight and you will again get a wonder wheel displaying another sets of keywords.</p>
<p>Let&#8217;s click on the keyword &#8220;web development services&#8221; and you will see the following results.</p>
<p><img src="http://www.technofreaky.com/wp-content/uploads/2011/06/web-development-services-Google-Search.png" alt="" title="wonder wheel search" width="469" height="445" class="alignnone size-full wp-image-198" /></p>
<p>From these examples you can see how this tool can help you in finding the best keywords for your website. Please use this method for choosing your keywords and share your experience with me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technofreaky.com/using-google-wonder-wheel-for-choosing-keywords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.938 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-19 12:36:33 -->
<!-- Compression = gzip -->
