<?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>Tech With Ric &#187; How-to</title>
	<atom:link href="http://techwithric.com/category/how-to/feed" rel="self" type="application/rss+xml" />
	<link>http://techwithric.com</link>
	<description>Nothing else but tech!</description>
	<lastBuildDate>Thu, 02 Feb 2012 14:25:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>3 Easy Ways to Embed Video in Blog</title>
		<link>http://techwithric.com/3-easy-ways-to-embed-video-in-blog</link>
		<comments>http://techwithric.com/3-easy-ways-to-embed-video-in-blog#comments</comments>
		<pubDate>Tue, 18 Oct 2011 15:29:17 +0000</pubDate>
		<dc:creator>Richie Sajan</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[cache:ga9fhnk-24yj:techwithric.com/speed-up-your-android-part-1]]></category>
		<category><![CDATA[cache:ga9fhnk-24yj:techwithric.com/speed-up-your-android-part-1 pm.sleep_mode]]></category>
		<category><![CDATA[cache:_kssyjiljhij:techwithric.com/convert-your-blogger-blog-easily-into-a-book convert blogspot to pdf]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[how to add or embedded guest blogger page in blogspot blogger blog]]></category>
		<category><![CDATA[mp4 video not support in mozilla]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[way2sms]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://techwithric.com/?p=1458</guid>
		<description><![CDATA[Online video industry is skyrocketing. Millions of people watch YouTube and Vimeo daily. Top blogs have video sections with how-to video guides, editor&#8217;s video picks or video screencasts. These videos [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1448" title="images" src="http://media.techwithric.com/img/images-e1318949906436.jpeg" alt="images" width="150" height="90" />Online video industry is skyrocketing. Millions of people watch YouTube and Vimeo daily. Top blogs have video sections with how-to video guides, editor&#8217;s video picks or video screencasts. These videos prove to be a great way to make a popular blog. Beautiful, appealing videos featured in a blog may bring lots of new visitors.<span id="more-1458"></span></p>
<p>However, to embed a video properly is a complicated task for a novice webmaster. On the one hand, a blog owner need to deploy correct video HTML code. On the other hand – there so many techniques how to embed a video on a blog so it&#8217;s hard to make the best choice. Let&#8217;s look at the easiest 4 ways to embed video in a blog:</p>
<h3>Free Video Converter</h3>
<p><img class="aligncenter size-full wp-image-1452" title="image001" src="http://media.techwithric.com/img/image001-e1318951057758.png" alt="image001" width="550" height="409" /><br />
Free Video Converter by Freemake is a video freeware that helps to convert video to SWF or FLV format and to embed the resulting video to your blog. The process is simple: select a video, convert and check the “embed video to my web page” box. After the conversion, copy and paste the automatically generated code to your web page, upload the video to you server and enjoy unique video on your blog. Free Video Converter is a suitable tool for those who prefer less HTML coding and immediate results. <a href="http://www.freemake.com/free_video_converter/">Link to download</a>.</p>
<h3>HTML5 Video Embedding</h3>
<p style="text-align: center;"><img class="size-full wp-image-1451 aligncenter" title="image003" src="http://media.techwithric.com/img/image003.png" alt="" width="429" height="338" /></p>
<p>HTML5 is a great standard for video playback directly in browsers. Latest versions of Chrome, Mozilla Firefox support HTML5 video. The advantage of HTML5 coding is that a video can be watched on any device: PC, Mac, iPad, Android, etc. However, this way is useful for advanced webmasters.</p>
<p>The process is the following: convert your video to all popular video formats like: mp4, swf, ogg or webm. Upload all videos to server. Put a code structure like the one below between. Don&#8217;t forget to test the quality of the video and watch it in various browsers.</p>
<p>Here is a sample HTML5 code:</p>
<blockquote><p><!--<span class="hiddenSpellError" pre=""-->DOCTYPE HTML&gt;<br />
&lt;html&gt;<br />
&lt;body&gt;</p>
<p>&lt;video width=&#8221;420&#8243; height=&#8221;340&#8243; controls=&#8221;controls&#8221;&gt;<br />
&lt;source src=&#8221;movie.ogg&#8221; type=&#8221;video/ogg&#8221; /&gt;<br />
<source src="movie.%3Cspan%20class=" hiddenspellerror="" pre="" />mp4&#8243; type=&#8221;video/mp4&#8243; /&gt;<br />
<source src="movie.%3Cspan%20class=" hiddenspellerror="" pre="" />webm&#8221; type=&#8221;video/webm&#8221; /&gt;<br />
&lt;object width=&#8221;320&#8243; height=&#8221;240&#8243; src=&#8221;movie.mp4&#8243;&gt;<br />
&lt;embed width=&#8221;320&#8243; height=&#8221;240&#8243; src=&#8221;movie.swf&#8221;&gt;<br />
Your browser does not support video<br />
&lt;/embed&gt;<br />
&lt;/object&gt;<br />
&lt;/video&gt;</p>
<p>&lt;/body&gt;<br />
&lt;/html&gt;</p></blockquote>
<h3>Video LightBox</h3>
<p><img class="aligncenter size-full wp-image-1453" title="image005" src="http://media.techwithric.com/img/image005-e1318951276396.png" alt="image005" width="550" height="411" /></p>
<p>Video LightBox is a Java script application that allows you to play video in a fancy pop-up window. If you want to create a custom video player for your blog, then LightBox will do its job. The process is pretty easy: add a video, choose a video player style, upload a video file to server and publish a new video on your blog. The software has free and paid versions so each blogger may benefit from Video LightBox. Here is a little <a href="http://www.youtube.com/watch?v=31aWy9lcyJk">how-to video guide</a> about LightBox.</p>
<p><span style="text-decoration: underline;"><strong>Author Bio</strong></span></p>
<p>Victoria Kushner is a blogger and social media specialist. She writes about popular multimedia apps and takes an active part in their promotion in social media.</p>
]]></content:encoded>
			<wfw:commentRss>http://techwithric.com/3-easy-ways-to-embed-video-in-blog/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Airtel GPRS/ EDGE/ 3G Settings for Android (India)</title>
		<link>http://techwithric.com/airtel-gprs-edge-3g-settings-for-android-india</link>
		<comments>http://techwithric.com/airtel-gprs-edge-3g-settings-for-android-india#comments</comments>
		<pubDate>Mon, 03 Oct 2011 16:02:55 +0000</pubDate>
		<dc:creator>Richie Sajan</dc:creator>
				<category><![CDATA[Andoird]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[2G]]></category>
		<category><![CDATA[3G]]></category>
		<category><![CDATA[3g airtel gprs settings]]></category>
		<category><![CDATA[3g andriod config samsung airtel]]></category>
		<category><![CDATA[3g android settings]]></category>
		<category><![CDATA[3g setting android]]></category>
		<category><![CDATA[3g setting for android]]></category>
		<category><![CDATA[3g setting in android]]></category>
		<category><![CDATA[3g settings]]></category>
		<category><![CDATA[3g settings airtel]]></category>
		<category><![CDATA[3g settings airtel android]]></category>
		<category><![CDATA[3g settings android]]></category>
		<category><![CDATA[3g settings for airtel]]></category>
		<category><![CDATA[3g settings for android]]></category>
		<category><![CDATA[3g settings on android]]></category>
		<category><![CDATA[3g settings on android phone airtel]]></category>
		<category><![CDATA[airtal gprs settings in android]]></category>
		<category><![CDATA[airtel]]></category>
		<category><![CDATA[airtel 2g apn settings for android]]></category>
		<category><![CDATA[airtel 2g gprs settings for android]]></category>
		<category><![CDATA[airtel 2g settings for android]]></category>
		<category><![CDATA[airtel 3g android]]></category>
		<category><![CDATA[airtel 3g android config]]></category>
		<category><![CDATA[airtel 3g android setting]]></category>
		<category><![CDATA[airtel 3g android settings]]></category>
		<category><![CDATA[airtel 3g apn android]]></category>
		<category><![CDATA[airtel 3g apn settings 2012]]></category>
		<category><![CDATA[airtel 3g apn settings for android]]></category>
		<category><![CDATA[airtel 3g gbrs setting.com]]></category>
		<category><![CDATA[airtel 3g gprs settings]]></category>
		<category><![CDATA[airtel 3g internet manual setting of 2012]]></category>
		<category><![CDATA[airtel 3g internet settings for android]]></category>
		<category><![CDATA[airtel 3g manual setting]]></category>
		<category><![CDATA[airtel 3g manual settings for android]]></category>
		<category><![CDATA[airtel 3g on android]]></category>
		<category><![CDATA[airtel 3g setting]]></category>
		<category><![CDATA[airtel 3g setting android]]></category>
		<category><![CDATA[airtel 3g setting for android]]></category>
		<category><![CDATA[airtel 3g settings]]></category>
		<category><![CDATA[airtel 3g settings android]]></category>
		<category><![CDATA[airtel 3g settings anroid]]></category>
		<category><![CDATA[airtel 3g settings for andriod]]></category>
		<category><![CDATA[airtel 3g settings for android]]></category>
		<category><![CDATA[airtel 3g settings for galaxy s]]></category>
		<category><![CDATA[airtel 3g settings for samsung]]></category>
		<category><![CDATA[airtel 3g settings for samsung android]]></category>
		<category><![CDATA[airtel 3g settings for samsung galaxy]]></category>
		<category><![CDATA[airtel 3g settings for samsung galaxy s]]></category>
		<category><![CDATA[airtel 3g settings on android]]></category>
		<category><![CDATA[airtel 3g setup on android]]></category>
		<category><![CDATA[airtel android]]></category>
		<category><![CDATA[airtel android 3g settings]]></category>
		<category><![CDATA[airtel android apn settings]]></category>
		<category><![CDATA[airtel android gprs settings]]></category>
		<category><![CDATA[airtel android internet connection]]></category>
		<category><![CDATA[airtel android internet settings]]></category>
		<category><![CDATA[airtel android settings]]></category>
		<category><![CDATA[airtel apn android settings]]></category>
		<category><![CDATA[airtel apn setting for android]]></category>
		<category><![CDATA[airtel apn settings]]></category>
		<category><![CDATA[airtel apn settings android]]></category>
		<category><![CDATA[airtel apn settings for android]]></category>
		<category><![CDATA[airtel apn type]]></category>
		<category><![CDATA[airtel configuration settings for android]]></category>
		<category><![CDATA[airtel connection android]]></category>
		<category><![CDATA[airtel edge]]></category>
		<category><![CDATA[airtel edge apn settings]]></category>
		<category><![CDATA[airtel edge internet settings]]></category>
		<category><![CDATA[airtel edge settings]]></category>
		<category><![CDATA[airtel edge settings for android]]></category>
		<category><![CDATA[airtel for android]]></category>
		<category><![CDATA[airtel gprs]]></category>
		<category><![CDATA[airtel gprs 3g settings]]></category>
		<category><![CDATA[airtel gprs and 3 g settings]]></category>
		<category><![CDATA[airtel gprs android setting]]></category>
		<category><![CDATA[airtel gprs android settings]]></category>
		<category><![CDATA[airtel gprs apn settings android]]></category>
		<category><![CDATA[airtel gprs apn settings for android]]></category>
		<category><![CDATA[airtel gprs edge settings]]></category>
		<category><![CDATA[airtel gprs for android]]></category>
		<category><![CDATA[airtel gprs manual settings for android]]></category>
		<category><![CDATA[airtel gprs not working on android]]></category>
		<category><![CDATA[airtel gprs on android]]></category>
		<category><![CDATA[airtel gprs on android os any additional settings required]]></category>
		<category><![CDATA[airtel gprs setting]]></category>
		<category><![CDATA[airtel gprs setting android]]></category>
		<category><![CDATA[airtel gprs setting for android]]></category>
		<category><![CDATA[airtel gprs setting for android phone]]></category>
		<category><![CDATA[airtel gprs setting on samsung galaxy india]]></category>
		<category><![CDATA[airtel gprs setting w7]]></category>
		<category><![CDATA[airtel gprs settings]]></category>
		<category><![CDATA[airtel gprs settings android]]></category>
		<category><![CDATA[airtel gprs settings for airtel 3g android]]></category>
		<category><![CDATA[airtel gprs settings for android]]></category>
		<category><![CDATA[airtel gprs settings for android mobile]]></category>
		<category><![CDATA[airtel gprs settings for android mobiles]]></category>
		<category><![CDATA[airtel gprs settings for android phones]]></category>
		<category><![CDATA[airtel gprs settings for samsung galaxy mini]]></category>
		<category><![CDATA[airtel gprs settings for samsung galaxy s]]></category>
		<category><![CDATA[airtel gprs settings in android]]></category>
		<category><![CDATA[airtel gprs settings india]]></category>
		<category><![CDATA[airtel gprs settings on android]]></category>
		<category><![CDATA[airtel gprs vs 3g]]></category>
		<category><![CDATA[airtel india 3g settings for android]]></category>
		<category><![CDATA[airtel inter setting for samsung galaxy s plus]]></category>
		<category><![CDATA[airtel internet android]]></category>
		<category><![CDATA[airtel internet in android]]></category>
		<category><![CDATA[airtel internet manual settings android]]></category>
		<category><![CDATA[airtel internet setting for android]]></category>
		<category><![CDATA[airtel internet settings android]]></category>
		<category><![CDATA[airtel internet settings for 3g phones]]></category>
		<category><![CDATA[airtel internet settings for android]]></category>
		<category><![CDATA[airtel internet settings for android mobile]]></category>
		<category><![CDATA[airtel internet settings for samsung galaxy]]></category>
		<category><![CDATA[airtel internet settings on android]]></category>
		<category><![CDATA[airtel manual gprs settings for android]]></category>
		<category><![CDATA[airtel net setting for android]]></category>
		<category><![CDATA[airtel nop settings 2012]]></category>
		<category><![CDATA[airtel nop settings for android]]></category>
		<category><![CDATA[airtel postpaid gprs settings for android]]></category>
		<category><![CDATA[airtel settings for android]]></category>
		<category><![CDATA[airtel wap settings for android]]></category>
		<category><![CDATA[airtel with android in facebook statues]]></category>
		<category><![CDATA[airtel3g setting for android]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[android 3g icon]]></category>
		<category><![CDATA[android 3g settings]]></category>
		<category><![CDATA[android 3g settings for airtel]]></category>
		<category><![CDATA[android 3g setup]]></category>
		<category><![CDATA[android airtel]]></category>
		<category><![CDATA[android airtel 3g settings]]></category>
		<category><![CDATA[android airtel apn settings]]></category>
		<category><![CDATA[android airtel gprs setting]]></category>
		<category><![CDATA[android airtel gprs settings]]></category>
		<category><![CDATA[android airtel wap]]></category>
		<category><![CDATA[android airtel wap settings]]></category>
		<category><![CDATA[android apn settings for airtel]]></category>
		<category><![CDATA[android gprs]]></category>
		<category><![CDATA[android gprs not working]]></category>
		<category><![CDATA[android gprs setinty]]></category>
		<category><![CDATA[android gprs settings]]></category>
		<category><![CDATA[android gprs settings for airtel]]></category>
		<category><![CDATA[android india gprs]]></category>
		<category><![CDATA[android internet does not work on airtel gprs]]></category>
		<category><![CDATA[android internet settings]]></category>
		<category><![CDATA[apn for airtel edge]]></category>
		<category><![CDATA[apn setting for airtel 3g android]]></category>
		<category><![CDATA[apn setting for airtel gprs android]]></category>
		<category><![CDATA[edge]]></category>
		<category><![CDATA[edge airtel]]></category>
		<category><![CDATA[edge settings for airtel]]></category>
		<category><![CDATA[edge symbol android]]></category>
		<category><![CDATA[enable 3g on android airtel]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[free 3g apn setting droid galaxy]]></category>
		<category><![CDATA[free airtel 3g for android]]></category>
		<category><![CDATA[free airtel 3g in android]]></category>
		<category><![CDATA[free airtel 3g on android]]></category>
		<category><![CDATA[free airtel 3g settings]]></category>
		<category><![CDATA[free airtel gprs for android]]></category>
		<category><![CDATA[free airtel gprs in android]]></category>
		<category><![CDATA[free airtel gprs on android]]></category>
		<category><![CDATA[free airtel internet on android mobile]]></category>
		<category><![CDATA[froyo]]></category>
		<category><![CDATA[galaxy]]></category>
		<category><![CDATA[go launcher theme]]></category>
		<category><![CDATA[go themes android]]></category>
		<category><![CDATA[gprs]]></category>
		<category><![CDATA[gprs not working in airtel]]></category>
		<category><![CDATA[gprs setting for airtel in android]]></category>
		<category><![CDATA[gprs setting for android phone]]></category>
		<category><![CDATA[gprs setting of airtel 3g]]></category>
		<category><![CDATA[gprs settings for airtel android]]></category>
		<category><![CDATA[gprs settings for android]]></category>
		<category><![CDATA[gprs settings in android]]></category>
		<category><![CDATA[how to get 3g in airtel android]]></category>
		<category><![CDATA[how to get 3g settings for airtel in android]]></category>
		<category><![CDATA[how to get 3g symbol for 3g in samsung galaxy i9003]]></category>
		<category><![CDATA[how to get airtel edge settings]]></category>
		<category><![CDATA[how to get airtel gprs settings on android]]></category>
		<category><![CDATA[how to get airtel internet settings on android mobile]]></category>
		<category><![CDATA[http://techwithric.com/airtel-gprs-edge-3g-settings-for-android-india]]></category>
		<category><![CDATA[idea apn settings for android]]></category>
		<category><![CDATA[india idea internet setting android]]></category>
		<category><![CDATA[internet settings for airtel android]]></category>
		<category><![CDATA[internet settings on android]]></category>
		<category><![CDATA[samsung galaxy 3 airtel apn setting]]></category>
		<category><![CDATA[samsung galaxy airtel 3g settings]]></category>
		<category><![CDATA[samsung galaxy airtel gprs settings]]></category>
		<category><![CDATA[samsung galaxy airtel ndt on phond]]></category>
		<category><![CDATA[samsung galaxy gprs setting airtel]]></category>
		<category><![CDATA[samsung galaxy s 3g settings airtel]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[settings for airtel 3g]]></category>
		<category><![CDATA[setup aircelgprs internet android]]></category>
		<category><![CDATA[setup airtel gprs on android]]></category>
		<category><![CDATA[step to configure gprs in android phone]]></category>
		<category><![CDATA[theme go launcher]]></category>
		<category><![CDATA[themes go launcher]]></category>
		<category><![CDATA[watch maharathi movie online]]></category>

		<guid isPermaLink="false">http://techwithric.com/?p=1260</guid>
		<description><![CDATA[OK so this is coming a little late in the day, nevertheless its going to help a lot of you&#8217;ll out there.  Got your all new shiny android right now, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1440" title="airtel-logo" src="http://media.techwithric.com/img/airtel-logo-e1317657047330.jpeg" alt="" width="139" height="150" />OK so this is coming a little late in the day, nevertheless its going to help a lot of you&#8217;ll out there.  Got your all new shiny android right now, but no 2G/3G working? Here&#8217;s the simple tip to enable it. <span id="more-1260"></span></p>
<p>To have an internet connection on your phone, you must have it enabled on your card first. To enable it check out local schemes from your retailer and enable it. I have a 2G plan, Rs. 98/month for 2GB.</p>
<p>In most cases, once the above step is done, a &#8216;E&#8217; symbol representing Edge,  or &#8216;G&#8217; representing GPRS or &#8217;3G&#8217; representing well, 3G will appear on your notification bar. So you&#8217;re good to go. If not continue on then.</p>
<div id="attachment_1442" class="wp-caption aligncenter" style="width: 330px"><a href="http://www.androidzoom.com/android_themes/wallpapers/android-fire-theme-go-launcher_zhwn.html"><img class="size-full wp-image-1442" title="android-fire-theme-go-launcher-10-13Gicon" src="http://media.techwithric.com/img/android-fire-theme-go-launcher-10-13Gicon.jpg" alt="android-fire-theme-go-launcher-10-13Gicon" width="320" height="569" /></a><p class="wp-caption-text">The 3G icon in the notification bar indicates 3G is enabled.</p></div>
<p>Open up <strong>Settings</strong> =&gt; <strong>Wireless and Networks</strong> =&gt; <strong>Mobile Networks</strong> =&gt; <strong>Access Point Names</strong> (or something similar, it differs on each phone. You just need to find where you can put in an Access Point Name or APN.) Once you reach here, create a new Access Point Name (or modify the existing one, your choice) and put in the following details exactly:</p>
<ul>
<li><strong>Name:</strong> Airtel</li>
<li><strong>APN:</strong> airtelgprs.com</li>
<li><strong>APN Type:</strong> Internet</li>
</ul>
<p>That&#8217;s it nothing else. Save it, enable it, restart phone. The net should be active by now. Still no? Continue on.</p>
<p>Well at this state you probably might have started repenting your Big Switch from Nokia to Android <img src='http://techwithric.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> , but don&#8217;t worry I too had to go through all these steps.</p>
<p>But your final alternative unfortunately is to call up the support center @ 121. A better alternative however would be to mail their support desk @ 121@in.airtel.com. My experience with them definitely calls for the email support over the phone.</p>
<p>Still not working? Please do comment with your details. I&#8217;ll try to find the solution.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://techwithric.com/airtel-gprs-edge-3g-settings-for-android-india/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to Delete All Facebook Notification Mails Quickly [GMail]</title>
		<link>http://techwithric.com/how-to-delete-all-facebook-notification-mails-quickly-gmail</link>
		<comments>http://techwithric.com/how-to-delete-all-facebook-notification-mails-quickly-gmail#comments</comments>
		<pubDate>Sun, 11 Sep 2011 10:17:04 +0000</pubDate>
		<dc:creator>Richie Sajan</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[GMail]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[delete facebook messages gmail]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[generator rex]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[how to deleate facebook messages from gmail]]></category>
		<category><![CDATA[how to delete all emails from facebook]]></category>
		<category><![CDATA[how to delete all emails in gmail]]></category>
		<category><![CDATA[how to delete all facebook emails from gmail]]></category>
		<category><![CDATA[how to delete all facebook messages 2012]]></category>
		<category><![CDATA[how to delete all gmail emails at once 2012]]></category>
		<category><![CDATA[how to delete all messages in facebook]]></category>
		<category><![CDATA[how to delete all messages on facebook]]></category>
		<category><![CDATA[how to delete all notifications on facebook]]></category>
		<category><![CDATA[how to delete facebook email in gmail]]></category>
		<category><![CDATA[how to delete facebook emails gmail]]></category>
		<category><![CDATA[how to delete facebook notification]]></category>
		<category><![CDATA[how to delete notification on facebook]]></category>
		<category><![CDATA[how to remove all facebook emails on gmail]]></category>
		<category><![CDATA[how to remove facebook mails in gmail]]></category>
		<category><![CDATA[how to remove facebook message from gmail]]></category>
		<category><![CDATA[how to remove notification of facebook in email]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[notification facebookmail com]]></category>
		<category><![CDATA[notification@facebookmail.com]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[quick]]></category>
		<category><![CDATA[remove facebook entries from gmail]]></category>

		<guid isPermaLink="false">http://techwithric.com/?p=1399</guid>
		<description><![CDATA[Facebook is awesome. That&#8217;s to be engraved in stone! Nevertheless all good things got a bad side to it. All the friend requests, messages, group posting etc. that happen at [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-405" title="facebook-logo" src="http://media.techwithric.com/img/facebook-logo.jpg" alt="" width="117" height="117" />Facebook is awesome. That&#8217;s to be engraved in stone! Nevertheless all good things got a bad side to it. All the friend requests, messages, group posting etc. that happen at your profile, queue up as notifications at your Facebook page.  Additionally if you have enabled email alerts, things tend to get a little out of hand when you have many notifications. So how to manage them easily? Here&#8217;s how.<span id="more-1399"></span></p>
<p>Personally I don&#8217;t read these Facebook notification mails. I log in to my Facebook, check notifications there and if something is missing (like a deleted post or multiple tagged photos,) I come back to GMail.</p>
<p>So in most cases I just need to delete these mails. The method is rather easy. In the search box just type the following:</p>
<blockquote><p>facebookmail.com label:unread</p></blockquote>
<p>Now press enter. You&#8217;ll see all your unread Facebook mails over there. Scan through if you want.</p>
<p><img class="aligncenter size-full wp-image-1401" title="fb-delete mails" src="http://media.techwithric.com/img/fb-delete-mails.png" alt="" width="550" height="341" /></p>
<p>To delete it just select the box at the top (the one next to Archive button.) This selects all you mails on the page (and even gives you an option to delete further mails)</p>
<p>Click the delete button. That&#8217;s it!</p>
]]></content:encoded>
			<wfw:commentRss>http://techwithric.com/how-to-delete-all-facebook-notification-mails-quickly-gmail/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Best Way to Download YouTube Videos as MP3s</title>
		<link>http://techwithric.com/best-way-to-download-youtube-videos-as-mp3s</link>
		<comments>http://techwithric.com/best-way-to-download-youtube-videos-as-mp3s#comments</comments>
		<pubDate>Sat, 03 Sep 2011 06:09:02 +0000</pubDate>
		<dc:creator>Richie Sajan</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[YouTube]]></category>
		<category><![CDATA[best way download mp3]]></category>
		<category><![CDATA[best way to download mp3]]></category>
		<category><![CDATA[best way to download mp3 from videos]]></category>
		<category><![CDATA[best way to download youtube videos]]></category>
		<category><![CDATA[best way to download youtube videos to mp3]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[easiest way to get mp3 from youtube video]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[video convert]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://techwithric.com/?p=1389</guid>
		<description><![CDATA[YouTube no doubt has THE most comprehensive collection of videos on the internet. And the most popular types videos are of course, music videos. Be it legendary bands to newbies, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1393" title="youtube_logo" src="http://media.techwithric.com/img/youtube_logo-e1315029524246.jpeg" alt="youtube_logo" width="150" height="106" />YouTube no doubt has THE most comprehensive collection of videos on the internet. And the most popular types videos are of course, music videos. Be it legendary bands to newbies, all kinds of musicians have their wares uploaded up there. So what if you want to download only the mp3 version of the video? Here&#8217;s a simple tip.<span id="more-1389"></span></p>
<p>Just head over to <a href="http://www.youtube-mp3.org/">Youtube-Mp3.org</a>. Here, it&#8217;s as simple as 1-2-3:</p>
<ul>
<li>Enter the URL of the YouTube video</li>
<li>Click on the Convert Video button</li>
<li>Click on the generated</li>
</ul>
<p>Check out the video below for a demo:<br />
<iframe src="http://www.youtube-nocookie.com/embed/4AcXbpPvlW0?rel=0" frameborder="0" width="640" height="510"></iframe></p>
<p>YouTube-Mp3 also provides add-ons for Firefox and Chrome, which you can install and easily download the mp3&#8242;s of any video. You may download the add-ons from <a href="http://www.youtube-mp3.org/addons">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://techwithric.com/best-way-to-download-youtube-videos-as-mp3s/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Delete a Facebook Group?</title>
		<link>http://techwithric.com/how-to-delete-a-facebook-group</link>
		<comments>http://techwithric.com/how-to-delete-a-facebook-group#comments</comments>
		<pubDate>Wed, 10 Aug 2011 04:24:43 +0000</pubDate>
		<dc:creator>Richie Sajan</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA["the user is not a member of this group"]]></category>
		<category><![CDATA["the user is not a member of this group" facebook]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[delete a facebook group]]></category>
		<category><![CDATA[delete facebook group]]></category>
		<category><![CDATA[facebook how to delete a group]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[how can i delete a group on facebook]]></category>
		<category><![CDATA[how to delete a facebook group]]></category>
		<category><![CDATA[how to delete a group in facebook]]></category>
		<category><![CDATA[how to delete a group on facebook]]></category>
		<category><![CDATA[how to delete a group on facebook 2011]]></category>
		<category><![CDATA[how to delete a group which is created by me but now i am not a member of that group?]]></category>
		<category><![CDATA[how to delete facebook group]]></category>
		<category><![CDATA[how to delete group in facebook]]></category>
		<category><![CDATA[how to delete group on facebook]]></category>
		<category><![CDATA[how to delete groups from facebook]]></category>
		<category><![CDATA[how to delete groups on facebook]]></category>
		<category><![CDATA[i removed myself first from a group on facebook]]></category>
		<category><![CDATA[i want to delete my facebook group]]></category>

		<guid isPermaLink="false">http://techwithric.com/?p=1167</guid>
		<description><![CDATA[Facebook Groups is possibly, one of the best features of Facebook. It allows people who aren&#8217;t friends but share a common interest to share information as well as interact with [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.facebook.com/groups"><img class="alignleft size-full wp-image-1356" title="fb_group" src="http://media.techwithric.com/img/fb_group.png" alt="fb_group" width="103" height="90" />Facebook Groups</a> is possibly, one of the best features of Facebook. It allows people who aren&#8217;t friends but share a common interest to share information as well as interact with each other. Also put in types of restrictions like Open, Closed and Secret and you have a winner. I&#8217;m sure you all might have created a group. Now comes the deleting part, how to do it!? Read on.<span id="more-1167"></span></p>
<p>Although Facebook provides an easy way to create a group, the method to delete it is a little stupid in my opinion. The instructions itself are buried deep.</p>
<p><strong>Here&#8217;s how to delete a Facebook group:</strong></p>
<ol>
<li>First of all, to delete a group you need to be its first admin. If you&#8217;re the person who created a group, you are the admin by default.</li>
<li>Go to the group and in the member&#8217;s box (towards the right side of the group page), click on &#8216;<strong>See All</strong>&#8216;<img class="aligncenter size-full wp-image-1358" title="fb_grp_del_1" src="http://media.techwithric.com/img/fb_grp_del_1.png" alt="fb_grp_del_1" width="265" height="250" /></li>
<li>The first name you&#8217;ll see, will be is your own. <strong>Do not do anything to it</strong> (as of yet.)</li>
<li>Below your name you will see the names of members of the group. They have a &#8220;Make Admin&#8221; button next to them and right next to it you will see a &#8216;<strong>x</strong>&#8216; mark. Click on it and confirm you want to remove the member.</li>
<li>Remove each member in the similar way.</li>
<li>Last step, remove yourself from the group. That&#8217;s it.</li>
</ol>
<p>Over the next few days, Facebook will automatically remove the group as it won&#8217;t have any members. This method may be lengthy for groups having many members, but unfortunately this is the only method.</p>
]]></content:encoded>
			<wfw:commentRss>http://techwithric.com/how-to-delete-a-facebook-group/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to convert non-bootable xp into bootable xp using nero 9</title>
		<link>http://techwithric.com/how-to-convert-non-bootable-xp-into-bootable-xp-using-nero-9</link>
		<comments>http://techwithric.com/how-to-convert-non-bootable-xp-into-bootable-xp-using-nero-9#comments</comments>
		<pubDate>Mon, 09 May 2011 11:24:16 +0000</pubDate>
		<dc:creator>Jitesh Ranjak</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[bootable]]></category>
		<category><![CDATA[burning windowsxp bootable]]></category>
		<category><![CDATA[CD]]></category>
		<category><![CDATA[create bootable cd using nero 9]]></category>
		<category><![CDATA[how can i make non bootable cd to bootable cd using nero]]></category>
		<category><![CDATA[how convert into bootable dvd in nero how?]]></category>
		<category><![CDATA[how to change simple xp into bootable]]></category>
		<category><![CDATA[how to convert a non bootable image to a bootable image?]]></category>
		<category><![CDATA[how to convert non bootable image to bootable image]]></category>
		<category><![CDATA[how to convert non bootable iso file to bootable dvd]]></category>
		<category><![CDATA[how to convert non bootable windows 7 to bootable os in nero 9]]></category>
		<category><![CDATA[how to convert our xp cd to boot]]></category>
		<category><![CDATA[how to convert xp cd to bootable cd]]></category>
		<category><![CDATA[how to convert xp to bootable]]></category>
		<category><![CDATA[how to make a non bootable dvd a bootable one]]></category>
		<category><![CDATA[how to make windows xp file from non bootable to bootable mode]]></category>
		<category><![CDATA[non bootable disk xp]]></category>
		<category><![CDATA[non bootable xp cd]]></category>
		<category><![CDATA[non bootable xp file download]]></category>
		<category><![CDATA[non-bootable]]></category>
		<category><![CDATA[turn non bootable disk windows 7]]></category>
		<category><![CDATA[turning a windows 7 non boot disc into a boot disc]]></category>
		<category><![CDATA[what is non bootable]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows xp bootable maker]]></category>
		<category><![CDATA[windows xp bootable nero 9]]></category>
		<category><![CDATA[windows xp iso not bootable]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://techwithric.com/?p=1217</guid>
		<description><![CDATA[Lots of times, it happens that you download a Windows XP  iso file, burn it on a CD and then get a non–bootable CD. How frustrating!
You can  install  it directly [...]]]></description>
			<content:encoded><![CDATA[<p>Lots of times, it happens that you download a Windows XP  iso file, burn it on a CD and then get a non–bootable CD. How frustrating!</p>
<p>You can  install  it directly from your DVD-drive (from My Computer) but what  if  your OS gets corrupt? At that point of time, you’ll require a bootable CD.<span id="more-1217"></span></p>
<p>Now here are the steps to create a  bootable CD  from a non-bootable Windows XP iso:</p>
<ol>
<li>First insert a blank CD and  mount your Windows XP iso image using  Magic disc or  some mounting  software.</li>
<li>For creating a bootable CD you’ll  require  boot file  known as  boot.ima . Download it from  http://www.mediafire.com/myfiles.php</li>
<li>Open  Nero Burning Rom 8 or 9  and select CD-ROM(boot) on the left side.</li>
<li>Click on <em>Boot </em>tab, browse to the boot image file boot.ima, then select <em>Enable Expert Settiings</em>.</li>
<li>Now Change <em>Kind of Emulation</em> to <em>No Emulation</em> and  Number of load sectors to <em>4</em>.</li>
<p style="text-align: center;"><img class="size-medium wp-image-1229 aligncenter" style="border: 1px solid black;" src="http://media.techwithric.com/img/12-300x200.png" alt="img" width="300" height="200" /></p>
<li>Now  click on  <em>ISO</em> tab. Select <em>Mode 1</em> in data mode, select <em>ISO 9660+Juliet</em> from File System, <em>Max of 31 Chars</em> from file name length and <em>ISO 9660</em> from character set.Also check all in  relax restrictions</li>
<p><img class="aligncenter size-medium wp-image-1234" style="border: 1px solid black;" src="http://media.techwithric.com/img/2-300x199.png" alt="" width="300" height="199" /></p>
<li>Click on the label tab and give any name  for your cd.</li>
<li>Now click on new at the bottom, browse the Windows XP image and  select all contents of image on the right panel.</li>
<p><img class="aligncenter size-full wp-image-1235" style="border: 1px solid black;" src="http://media.techwithric.com/img/31.png" alt="" width="574" height="265" /></p>
<li>Now  copy  and  paste the  selected  items into  left  panel space.</li>
<li>Click on burn.</li>
</ol>
<p>Simple wasn&#8217;t it?</p>
]]></content:encoded>
			<wfw:commentRss>http://techwithric.com/how-to-convert-non-bootable-xp-into-bootable-xp-using-nero-9/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Fix : Virus Converting Pen Drive Icon to Folder Icon</title>
		<link>http://techwithric.com/how-to-fix-virus-converting-pen-drive-icon-to-folder-icon</link>
		<comments>http://techwithric.com/how-to-fix-virus-converting-pen-drive-icon-to-folder-icon#comments</comments>
		<pubDate>Wed, 01 Sep 2010 17:35:57 +0000</pubDate>
		<dc:creator>Richie Sajan</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[autorun.inf]]></category>
		<category><![CDATA[change drive icon to folder icon in my computer]]></category>
		<category><![CDATA[change icon virus]]></category>
		<category><![CDATA[computer virus folder icon]]></category>
		<category><![CDATA[convert a drive icon in folder icon]]></category>
		<category><![CDATA[dots on the icon pen drive]]></category>
		<category><![CDATA[drive become folder]]></category>
		<category><![CDATA[drive c becomes folder icon]]></category>
		<category><![CDATA[drive folder image]]></category>
		<category><![CDATA[flash drive folder virus]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[free download latest pendrive icons in 2010]]></category>
		<category><![CDATA[how to fix the pen drive problem]]></category>
		<category><![CDATA[how to remove folder icon pen drive]]></category>
		<category><![CDATA[how to remove hidden attribute on a folder in pen drive]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[icon of my pendrive is a folder]]></category>
		<category><![CDATA[icon to folder virus]]></category>
		<category><![CDATA[my pendrive icon become a folder icon]]></category>
		<category><![CDATA[no icon on my pendrive]]></category>
		<category><![CDATA[no icon on pen drive after virus]]></category>
		<category><![CDATA[pen drive icon changes to folder icon]]></category>
		<category><![CDATA[pen drive icon show folder]]></category>
		<category><![CDATA[pendrive]]></category>
		<category><![CDATA[pendrive become folder image]]></category>
		<category><![CDATA[pendrive looks folder fix]]></category>
		<category><![CDATA[pendrive seen as folder]]></category>
		<category><![CDATA[pendrive symbol become folder]]></category>
		<category><![CDATA[pendrive virus folder image]]></category>
		<category><![CDATA[pendrive virus renamed folder location]]></category>
		<category><![CDATA[remove folder icon pendrive]]></category>
		<category><![CDATA[rename pendrive]]></category>
		<category><![CDATA[thumb drive icon become folder icon]]></category>
		<category><![CDATA[thumbdrive become folder]]></category>
		<category><![CDATA[usb flash drive icon changes into folder icon]]></category>
		<category><![CDATA[usb folder icon virus]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[virus drive icon changes]]></category>

		<guid isPermaLink="false">http://techwithric.com/?p=1105</guid>
		<description><![CDATA[A pen drive (or more officially USB Flash drive) is one of the most commonly used data storage devices. The versatility and ease of use provided by it is unmatched. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-1110" title="Pendrive-icon-as-folder-icon" src="http://media.techwithric.com/img/Pendrive-icon-as-folder-icon.png" alt="[image]Pendrive-icon-as-folder-icon" width="404" height="150" />A pen drive (or more officially USB Flash drive) is one of the most commonly used data storage devices. The versatility and ease of use provided by it is unmatched. And as it is being widely used, it&#8217;s also become a rather favorite target for viruses. One of the most annoying viruses is the one which converts the pen drive icon into a folder icon and on double-clicking it, it shows the &#8216;Open With&#8217; window. So here&#8217;s how to remove this problem.<span id="more-1105"></span></p>
<p>Of course the best way to solve this problem is to format the pen-drive. However this will lead to loss of data in it. The following method shows you how to solve this problem <strong>without</strong> formatting:</p>
<ul>
<li>Firstly, goto <strong>Start</strong> =&gt; <strong>Run</strong> (or Start+R)</li>
<li>Now type the drive of your pen drive followed by semi-colon (eg. my pen drive&#8217;s drive is &#8216;J&#8217;. Then enter &#8216;J:&#8217; &#8211; without the quotes)</li>
<li>Now type<br />
<blockquote><p>attrib autorun.inf</p></blockquote>
<p>and press Enter. This is to verify whether the file is present.</li>
<li>Now type the following command:<br />
<blockquote><p>attrib -h -r -s autorun.inf</p></blockquote>
<p>and press enter. This removes the hidden attribute of autorun.inf file.</li>
<li>Now type the last command<br />
<blockquote><p>del autorun.inf</p></blockquote>
<p>this deletes the above-mentioned file. <img class="aligncenter size-full wp-image-1108" title="Commands-for-changing-folder-icon-in-pendrive" src="http://media.techwithric.com/img/Commands-for-changing-folder-icon-in-pendrive.png" alt="[image]Commands-for-changing-folder-icon-in-pendrive" width="331" height="168" /></li>
<li>One last step is to goto your My Computer Window and rename the pen drive. eg: <div id="attachment_1107" class="wp-caption aligncenter" style="width: 205px"><img class="size-full wp-image-1107" title="renaming-pendrive" src="http://media.techwithric.com/img/renaming-pendrive.png" alt="[image]renaming-pendrive" width="195" height="138" /><p class="wp-caption-text">Rename pen drive (you can use F2 key)</p></div></li>
</ul>
<p>That&#8217;s it your done. Your pen drive has now been cleaned and you can use your pen drive normally, as you could do before. Piece of cake, wasn&#8217;t it?</p>
]]></content:encoded>
			<wfw:commentRss>http://techwithric.com/how-to-fix-virus-converting-pen-drive-icon-to-folder-icon/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How to Set PATH Variable for JDK in Windows</title>
		<link>http://techwithric.com/how-to-set-path-variable-for-jdk-in-windows</link>
		<comments>http://techwithric.com/how-to-set-path-variable-for-jdk-in-windows#comments</comments>
		<pubDate>Sat, 24 Jul 2010 06:30:12 +0000</pubDate>
		<dc:creator>Richie Sajan</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[enviorment]]></category>
		<category><![CDATA[how to set jdk path in windows]]></category>
		<category><![CDATA[how to set path for jdk]]></category>
		<category><![CDATA[how to set path jdk]]></category>
		<category><![CDATA[how to set path of jdk]]></category>
		<category><![CDATA[how to set path variables for jdk]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jdk]]></category>
		<category><![CDATA[jdk path windows]]></category>
		<category><![CDATA[jdk set path]]></category>
		<category><![CDATA[jdk setting the path environment variable]]></category>
		<category><![CDATA[PATH]]></category>
		<category><![CDATA[path jdk bin]]></category>
		<category><![CDATA[path variable windows]]></category>
		<category><![CDATA[variable]]></category>

		<guid isPermaLink="false">http://techwithric.com/?p=1083</guid>
		<description><![CDATA[If you&#8217;re a Java programmer you&#8217;d know what a pain it is to compile the program and run it. Especially if your working directory is in some other place, than [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1089" title="java-logo2" src="http://media.techwithric.com/img/java-logo2.jpg" alt="[image]java-logo2" width="90" height="119" />If you&#8217;re a Java programmer you&#8217;d know what a pain it is to compile the program and run it. Especially if your working directory is in some other place, than where you have installed JDK. There is a simple workaround for this problem, setting a PATH variable. So instead of compiling a program with something like <em>C:\Program Files\Java\jdk1.6.0_20\bin\javac MyProgram.java </em>you&#8217;d only need to use the command <em>javac MyProgram.java</em>.<span id="more-1083"></span></p>
<p><strong>Just follow these steps:</strong></p>
<ul>
<li>First right-click on your <strong>My Computer</strong> icon on your Desktop and click on <strong>Properties</strong>. Alternatively you could just press the Windows Key+Pause Break Key.</li>
<li>Now in the new window that opened, click on the <strong>Advanced</strong> tab.<img class="aligncenter size-full wp-image-1087" title="How to Set PATH Variable for JDK in Windows1" src="http://media.techwithric.com/img/How-to-Set-PATH-Variable-for-JDK-in-Windows1.png" alt="[image]How to Set PATH Variable for JDK in Windows1" width="419" height="486" /></li>
<li>Now click on <strong>Environment Variables</strong>.<img class="aligncenter size-full wp-image-1084" title="How to Set PATH Variable for JDK in Windows2" src="http://media.techwithric.com/img/How-to-Set-PATH-Variable-for-JDK-in-Windows2.png" alt="[image]How to Set PATH Variable for JDK in Windows2" width="419" height="486" /></li>
<li>In the new Window that opened, click on <strong>New.<img class="aligncenter size-full wp-image-1088" title="How to Set PATH Variable for JDK in Windows3" src="http://media.techwithric.com/img/How-to-Set-PATH-Variable-for-JDK-in-Windows3.png" alt="[image]How to Set PATH Variable for JDK in Windows3" width="384" height="430" /></strong></li>
<li><img src="file:///C:/DOCUME%7E1/Richie/LOCALS%7E1/Temp/moz-screenshot.png" alt="" />In the Variable Name field enter PATH and in the Variable Value enter the path of your JDK bin folder. (For eg. <em>C:\Program Files\Java\jdk1.6.0_20\bin</em>)<img class="aligncenter size-full wp-image-1085" title="How to Set PATH Variable for JDK in Windows4" src="http://media.techwithric.com/img/How-to-Set-PATH-Variable-for-JDK-in-Windows4.png" alt="[image]How to Set PATH Variable for JDK in Windows4" width="347" height="147" /></li>
<li>Now press OK in the window that remains open, you&#8217;ll have to do it thrice.</li>
</ul>
<p>That&#8217;s it. Now if you try to compile your program from anywhere else than your JDK\bin directory, you can do so successfully.</p>
]]></content:encoded>
			<wfw:commentRss>http://techwithric.com/how-to-set-path-variable-for-jdk-in-windows/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install Statcounter in Drupal</title>
		<link>http://techwithric.com/how-to-install-statcounter-in-drupal</link>
		<comments>http://techwithric.com/how-to-install-statcounter-in-drupal#comments</comments>
		<pubDate>Sat, 10 Jul 2010 15:49:03 +0000</pubDate>
		<dc:creator>Richie Sajan</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[drupal 7 statcounter]]></category>
		<category><![CDATA[drupal how to implement a counter]]></category>
		<category><![CDATA[drupal logo]]></category>
		<category><![CDATA[install tracking code drupal]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[statcounter]]></category>
		<category><![CDATA[way]]></category>

		<guid isPermaLink="false">http://techwithric.com/?p=977</guid>
		<description><![CDATA[StatCounter is a tool use for analytic purposes like tracking visitors, knowing which articles are popular and what keyword are people searching for among other things. Installing StatCounter is easy [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1068" title="drupal-logo" src="http://media.techwithric.com/img/drupal-logo.jpg" alt="[image]drupal-logo" width="104" height="104" />StatCounter is a tool use for analytic purposes like tracking visitors, knowing which articles are popular and what keyword are people searching for among other things. Installing StatCounter is easy in most of the CMS like WordPress or blogger, however installation of it in Drupal requires a little extra effort than normal. Here are the steps.<span id="more-977"></span></p>
<p>Well, there are two ways to install StatCounter in Drupal. You may follow either method, but if you ask me, I&#8217;d recommend the first method.</p>
<ol>
<li>
<h3><strong>Using StatCounter module:</strong></h3>
<p>Just install the StatCounter Module (<!-- m --><a onclick="this.target='_blank';" rel="nofollow" href="http://drupal.org/project/statcounter">http://drupal.org/project/statcounter</a><!-- m -->)  and activate it. Then under &#8216;<strong>Site configuration</strong>&#8216; find <em>StatCounter</em>.  Configure it according to your wish and insert your StatCounter code there.</p>
<p>Now from the &#8216;<strong>Site building</strong>&#8216; =&gt; &#8216;<strong>Blocks</strong>&#8216;, just drag the  StatCounter block to somewhere (preferably the footer) of your choice.</li>
<li>
<h3><strong>By Create a custom block:</strong></h3>
<p>Drupal provides a powerful block architecture that allows modules to  create their own blocks or users to define a custom block. You can  create a custom block for StatCounter tracking code by following the  steps below:</p>
<ol>
<li> Goto <strong>admin =&gt; build  =&gt; block</strong> via the administration  area.</li>
<li>Click &#8220;<strong>Add block</strong>&#8221; at the top center of the page.</li>
<li>Enter something like &#8220;StatCounter&#8221; for the description and paste the  StatCounter tracking code in the body section.</li>
<li>Now press &#8220;<strong>Save  block.</strong>&#8220;</li>
<li>Locate the block in the list and set the &#8220;Region&#8221; combo  to where you would like to display the code, most likely &#8220;footer.&#8221;</li>
</ol>
<p>Optionally  you can set the scope in which the block will be displayed, but it can  be more easily set using the StatCounter Module.</li>
</ol>
<p>That&#8217;s it, so simple isn&#8217;t it? Have any difficulties still? Please comment and let us know.</p>
]]></content:encoded>
			<wfw:commentRss>http://techwithric.com/how-to-install-statcounter-in-drupal/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Clean Virus From Pendrives</title>
		<link>http://techwithric.com/how-to-clean-virus-from-pendrives</link>
		<comments>http://techwithric.com/how-to-clean-virus-from-pendrives#comments</comments>
		<pubDate>Wed, 30 Jun 2010 15:21:04 +0000</pubDate>
		<dc:creator>sjnet</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[autorun.inf]]></category>
		<category><![CDATA[how to clean pendrive with autorun.inf]]></category>
		<category><![CDATA[how to clean virus from a pendrive]]></category>
		<category><![CDATA[how to clean virus in pendrives]]></category>
		<category><![CDATA[how to clear virus from pendrive]]></category>
		<category><![CDATA[how to remove pendrive virus]]></category>
		<category><![CDATA[pendrive]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[way]]></category>

		<guid isPermaLink="false">http://techwithric.com/?p=1032</guid>
		<description><![CDATA[In this post I am going to explain to you, how to remove the residing autorun.inf  file after you cleared all the viruses in your pendrive or local drives [...]]]></description>
			<content:encoded><![CDATA[<p>In this post I am going to explain to you, how to remove the residing autorun.inf  file after you cleared all the viruses in your pendrive or local drives . This file does not allow us to access the drives, when we try to do it or when we try to rename the drive it won’t allow it either. This file is used by most of the virus authors to lodge in there and work all evening after the poor mortal has taken away all the viruses from the drive!  This file give lots of annoyances. Basically it usally used to call or run the viruses frequently. <span id="more-1032"></span></p>
<p style="text-align: center;"><img class="aligncenter" src="http://rkmalar.files.wordpress.com/2009/03/pendrive_usbbluedongle.jpg" alt="Virus From pendrives" width="400" height="400" /></p>
<p><strong>To remove this type of files from your computer do the following steps:-</strong></p>
<ol>
<li>Click start and then run.</li>
<li>Type cmd to open up the command prompt.</li>
<li>Change your directory to any on off your directory by using syntax driveletter: For example d:</li>
<li>Then type the command attrib in the prompt it display the list of executable files in the current directory.</li>
<li>Check whether autorun.inf file is present or not.</li>
<li>If not then you are lucky.</li>
<li>If present then you have to follow all the following steps to remove that file.</li>
<li>First you have to remove the power it is having for ex read only conception etc…</li>
<li>The attribute depends on viruses.</li>
<li>One common step to remove all its properties is type the following command in the command prompt:-     attrib -s -h -r autorun.inf</li>
<li>-s to remove its system attribute, -h to remove its hidden attribute and -r to remove the read only attribute.</li>
<li>You can use this steps to remove any of the files which has this properties.</li>
<li>Remember before doing the above steps you have to remove all the viruses form your computer. I recommend avast home edition which is free and 100% perfect. If you haven’t clean the viruses first clean it because after you delete this file it will automatically creates it without your knowledge.</li>
<li>Then type the following command:-      del autorun.inf.</li>
<li>Now you have successfully deleted the file after you deleted the file restart your computer or remove your pendrive and plug it again.</li>
</ol>
<p>This is how we can remove the viruses that you might have accidentally downloaded through internet or pen drives.</p>
]]></content:encoded>
			<wfw:commentRss>http://techwithric.com/how-to-clean-virus-from-pendrives/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Install JDK on your Computer?</title>
		<link>http://techwithric.com/how-to-install-jdk-on-your-computer</link>
		<comments>http://techwithric.com/how-to-install-jdk-on-your-computer#comments</comments>
		<pubDate>Tue, 29 Jun 2010 14:36:03 +0000</pubDate>
		<dc:creator>Richie Sajan</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[how to install jdk]]></category>
		<category><![CDATA[how to install jdk in pc]]></category>
		<category><![CDATA[how to install jdk on pc]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[installing jdk on pc]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jdk]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[way]]></category>

		<guid isPermaLink="false">http://techwithric.com/?p=1022</guid>
		<description><![CDATA[Whats JDK? Well if your familiar with the programming language called Java, you&#8217;ll know whats JDK. JDK stands for Java Development Kit, which is basically a tool to develop Java [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1024" title="java_logo" src="http://media.techwithric.com/img/java_logo.jpg" alt="java_logo" width="116" height="116" />Whats JDK? Well if your familiar with the programming language called Java, you&#8217;ll know whats JDK. JDK stands for Java Development Kit, which is basically a tool to develop Java programs in. So one of my friends asked, &#8216;How do you install JDK?&#8217; Here&#8217;s the tutorial.<span id="more-1022"></span></p>
<p>So to install JDK, you&#8217;d first need to download the installer to your PC. To do that:</p>
<ul>
<li>Go to the Oracle SDN&#8217;s <a href="http://java.sun.com/javase/downloads/index.jsp" target="_blank">Java downloads page</a>.</li>
<li>Click on the appropriate package you want to download. If you&#8217;re a beginner, you&#8217;d want to download the basic package <em>(see image below)</em>. <img class="aligncenter size-full wp-image-1023" title="jdk-download" src="http://media.techwithric.com/img/jdk-download.png" alt="jdk-download" width="184" height="182" /></li>
<p>Just click on the JDK link.</p>
<li>In the new page that loads, select your appropriate Operating System and click on the red download button. You will be prompted to sign-in or register. You could do so if interested. If not just click on the close sign (on the top-right of the box).</li>
<li>You will now be redirected to a page, and your download should start automatically.</li>
<li>After the file has downloaded (its an executable), double-click on the file to begin installation. Continue on like a normal installation. There will be a download taking place at the 4th window, and may take some time on computers with slower internet connection.</li>
<li>When the “Complete” screen appears, click on the “Finish” button.</li>
</ul>
<p>Thats it, you&#8217;re good to go!</p>
<p>You could also refer to this video tutorial for help:<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube-nocookie.com/v/Hl-zzrqQoSE&amp;hl=en_US&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube-nocookie.com/v/Hl-zzrqQoSE&amp;hl=en_US&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://techwithric.com/how-to-install-jdk-on-your-computer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Upgrade Your WordPress Installation</title>
		<link>http://techwithric.com/how-to-upgrade-your-wordpress-installation</link>
		<comments>http://techwithric.com/how-to-upgrade-your-wordpress-installation#comments</comments>
		<pubDate>Thu, 17 Jun 2010 18:09:47 +0000</pubDate>
		<dc:creator>Richie Sajan</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[enable network mode in wordpress]]></category>
		<category><![CDATA[methods]]></category>
		<category><![CDATA[network mode in wordpress]]></category>
		<category><![CDATA[read more]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[way]]></category>

		<guid isPermaLink="false">http://techwithric.com/?p=950</guid>
		<description><![CDATA[Well its official &#8211; WordPress 3.0, codenamed &#8220;Thelonious”, has just been released. Time to upgrade now. So how do you do it, without breaking up your site? Its quite easy [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-523" title="wordpress-logo2" src="http://media.techwithric.com/img/wordpress-logo2.jpg" alt="" width="114" height="113" />Well its official &#8211; WordPress 3.0, codenamed &#8220;Thelonious”, has just been released. Time to upgrade now. So how do you do it, without breaking up your site? Its quite easy in fact. There are mainly two ways to get about it, just read on. <span id="more-950"></span></p>
<p>Well the first way is to download the files and upload it via a FTP software and the other one is the automatic, easier and recommended method.</p>
<p>So first of all, before doing either of the methods, <a href="http://codex.wordpress.org/Backing_Up_Your_Database" target="_blank">back-up (by downloading) your database(s)</a> and your .htaccess file. Now select either one (ONLY one) method from below. I do recommend the second method.</p>
<h2 class="highlight">Upgrading Via FTP</h2>
<ul>
<li>After performing the back-up mentioned in the previous paragraph, go and download the latest version of WordPress. You can do so from <a href="http://wordpress.org/download/" target="_blank">here</a>.</li>
<li>Login to your wordpress dashboard and deactivate all your plugins. IMPORTANT.</li>
<li>Delete all files except the ones mentioned below:
<ul>
<li><code>wp-config.php</code> file;</li>
<li><code>wp-content</code> folder;  Special Exception:  the <code>wp-content/cache</code> and the <code>wp-content/plugins/widgets</code> folders should be deleted.</li>
<li><code>wp-images</code> folder;</li>
<li><code>wp-includes/languages/</code> folder&#8211;if you are using a language file do not delete that folder;</li>
<li><code>.htaccess</code> file&#8211;if you have added custom rules to your <code>.htaccess</code>, do  not delete it;</li>
<li><code>robots.txt</code> file&#8211;if your blog lives in the root of your site (ie. the blog is the  site) and you have created such a file, do not delete it.</li>
</ul>
</li>
<li> Now upload the previously downloaded wordpress package to the directory (or root, wherever) you had your wordpress blog.</li>
<li>Now go to the upgrade page of your blog. You can access it by pointing it to wp-admin/upgrade.php page of your blog, and follow the on-screen guide. Eg.: <tt>http://example.com/blog/wp-admin/upgrade.php</tt></li>
<li>Now install any plugins or reactivate the older ones you want.</li>
<li>Thats it your done!</li>
</ul>
<p>Also Read: <a title="Permanent Link to WordPress 3.0, Beta 1 Released +  Screenshots" rel="bookmark" href="../wordpress-3-0-beta-1-released-screenshots">WordPress 3.0, Beta 1 Released + Screenshots</a></p>
<h2 class="highlight">Upgrading Automatically</h2>
<p>This is way easier than the previous method and also recommended one.</p>
<ul>
<li>Login to your WordPress dasboard.</li>
<li>In the <strong>Tools</strong> menu, select <strong>Upgrade</strong> option. <img class="aligncenter size-full wp-image-951" title="tools_upgrade" src="http://media.techwithric.com/img/tools_upgrade.png" alt="[image]tools_upgrade" width="162" height="163" /><br />
Alternatively, you can just click on the &#8216;<strong>WordPress x.x is available! Please Update Now</strong>&#8216; link in the yellow shade above on the dashboard to access the upgrade page.</li>
<li>In the new page that opened, click on the <strong>Upgrade Automatically</strong> button.<img class="aligncenter size-full wp-image-952" title="upgrade_automatically" src="http://media.techwithric.com/img/upgrade_automatically.png" alt="[image]upgrade_automatically" width="214" height="148" /></li>
<li>After you click on the button, some messages will follow,with the last one being <em>WordPress upgraded successfully.<br />
</em></li>
<li>Thats it, enjoy the new edition of WordPress!</li>
</ul>
<p>Now that wordpress has been released you might also want to read on how to enable the Multi-User capability or Network mode, as it is called now. You can do so by viewing this article : <a title="Permanent Link to How to Enable Network Mode in  WordPress 3.0 beta 1" rel="bookmark" href="../how-to-enable-network-mode-in-wordpress-3-0-beta-1">How to Enable Network Mode in WordPress 3.0 beta 1</a></p>
<p>Tried it out yet?</p>
]]></content:encoded>
			<wfw:commentRss>http://techwithric.com/how-to-upgrade-your-wordpress-installation/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>3 Ways to Install A WordPress Plugin</title>
		<link>http://techwithric.com/3-ways-to-install-a-wordpress-plugin</link>
		<comments>http://techwithric.com/3-ways-to-install-a-wordpress-plugin#comments</comments>
		<pubDate>Sat, 12 Jun 2010 14:27:31 +0000</pubDate>
		<dc:creator>Richie Sajan</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[way]]></category>
		<category><![CDATA[ways to activate plugin in wordpress]]></category>
		<category><![CDATA[wordpress 3 install plugin without ftp]]></category>

		<guid isPermaLink="false">http://techwithric.com/?p=839</guid>
		<description><![CDATA[Its no secret that WordPress is one of the, if not THE best, blogging platforms around. And one of the best things about it is the large number of plugins [...]]]></description>
			<content:encoded><![CDATA[<p>Its no secret that WordPress is one of the, if not THE best, blogging platforms around. And one of the best things about it is the large number of plugins that it provides from the large community which supports it. So how do you install a wordpress plugin? Well there are 3 ways of which I know.  As always, read on.<span id="more-839"></span></p>
<p>Well you must be knowing 2 if not 3 of the below methods already. The third option is a method commonly used by many bloggers, however there are still seasoned bloggers who don&#8217;t know about it.</p>
<p>Here are the three methods we will be taking a look at:</p>
<ol>
<li>Upload Via FTP</li>
<li>Search and install via your blog&#8217;s plugins page</li>
<li>Install using One Click Plugin Updater plugin</li>
</ol>
<h2 class="highlight">Upload Via FTP</h2>
<p>The most common and recommended method is to download your plugin and then upload it to your server via a FTP client like <a href="http://filezilla-project.org/" target="_blank">FileZilla</a>.</p>
<p>In this process you find the plugin you want to install to your blog, download it to your computer and then upload it via the FTP software to your plugins directory/folder of your web-host (which is situated in the wp-content folder). Alternatively you could use an online File Manager provided from your web-hosting provider.</p>
<div id="attachment_855" class="wp-caption aligncenter" style="width: 285px"><img class="size-full wp-image-855" title="plugins-folder-ftp" src="http://media.techwithric.com/img/plugins-folder-ftp.png" alt="[image]plugins-folder-ftp" width="275" height="88" /><p class="wp-caption-text">Plugins folder (as seen in FileZilla)</p></div>
<h2 class="highlight">Search and install via your blog&#8217;s plugins page</h2>
<p>This method works only for installation of plugins that are hosted on <a href="http://wordpress.org/extend/plugins/" target="_blank">WordPress&#8217;s Plugin Directory</a>. There are thousands of plugins hosted here so there may not be a need for you to go searching elsewhere.</p>
<p>So the first step here is to search for a suitable plugin in the directory. Alternatively you can search for the plugin via the <strong>Add New</strong> page in the <strong>Plugins</strong> section of your WordPress dashboard (yourdomain.com/wp-admin/plugin-install.php).</p>
<div id="attachment_856" class="wp-caption aligncenter" style="width: 322px"><img class="size-full wp-image-856" title="search-plugin" src="http://media.techwithric.com/img/search-plugin.png" alt="[image]search-plugin" width="312" height="107" /><p class="wp-caption-text">Search for the plugin </p></div>
<p>Once you press the <strong>Search Plugin</strong> button, the WordPress software searches for matches and presents a list to you.</p>
<div id="attachment_857" class="wp-caption aligncenter" style="width: 604px"><img class="size-full wp-image-857" title="plugin-search-result" src="http://media.techwithric.com/img/plugin-search-result.png" alt="[image]plugin-search-result" width="594" height="119" /><p class="wp-caption-text">Search results for the plugin</p></div>
<p>In this case the first result is the one we were targeting. So just click <strong>Install</strong> to the right of the result. Now a lightbox-type pop-up should open up. Click on install once again.</p>
<p>Now the plugin will be automatically downloaded and installed for you. When the page refreshes just search for the <strong>Activate Plugin</strong> link and click on it. Now your plugin is activated and you are ready to go!</p>
<h2 class="highlight">Install using One Click Plugin Updater plugin</h2>
<p>Well using the previous method, you could install plugins without using a FTP client. But the one condition was that you could only install plugins that were hosted on <a href="http://wordpress.org/extend/plugins/" target="_blank">WordPress&#8217;s  Plugin Directory</a>.</p>
<p><a href="http://media.techwithric.com/img/install-a-plugin.png"><img class="alignright size-full wp-image-859" title="install-a-plugin" src="http://media.techwithric.com/img/install-a-plugin.png" alt="install-a-plugin" width="142" height="160" /></a>To overcome this drawback, here is a plugin called <a href="http://wordpress.org/extend/plugins/one-click-plugin-updater/" target="_blank">One Click Plugin Updater</a>. Firstly, use any of the above two methods to install this plugin. Now when you activate it you&#8217;ll get an option called <strong>Install a Plugin</strong> in your <strong>Plugins</strong> menu.</p>
<p>Search for the plugin you want to install. Now get the download link (by right-clicking and selecting &#8216;Copy Link Location&#8217; or something similar), go to the Install a Plugin page and insert it into the top-most text-box, titled URL. Select the type as <strong>Plugin</strong> and click on <strong>Install</strong>.</p>
<div id="attachment_861" class="wp-caption aligncenter" style="width: 509px"><img class="size-full wp-image-861" title="intall-a-plugin-one-click" src="http://media.techwithric.com/img/intall-a-plugin-one-click.png" alt="intall-a-plugin-one-click" width="499" height="172" /><p class="wp-caption-text">Installing the plugin using One Click Plugin Updater</p></div>
<p>Thats it now, when the page refreshes just click on the Activate Plugin and I guess you can take over from there. You can also upload a plugin, which you might have earlier downloaded and stored away on your PC.</p>
<p>Interestingly the One Click Plugin Updater also allows you to install themes, without using a FTP software. Its similar to installing a Plugin, only change the type option to <strong>Theme</strong>.</p>
<p>So how did you find this article. Know about more ways to install a plugin? Please do share it with us.</p>
]]></content:encoded>
			<wfw:commentRss>http://techwithric.com/3-ways-to-install-a-wordpress-plugin/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Easy to Install Related Posts Widget for Blogger</title>
		<link>http://techwithric.com/easy-to-install-related-posts-widget-for-blogger</link>
		<comments>http://techwithric.com/easy-to-install-related-posts-widget-for-blogger#comments</comments>
		<pubDate>Tue, 08 Jun 2010 11:12:27 +0000</pubDate>
		<dc:creator>Richie Sajan</dc:creator>
				<category><![CDATA[Blogger]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[]]></category>
		<category><![CDATA[????????? related-posts]]></category>
		<category><![CDATA[blogger edit post footer style]]></category>
		<category><![CDATA[blogger related posts widget]]></category>
		<category><![CDATA[css style related post widget for blogger]]></category>
		<category><![CDATA[easy installer widget]]></category>
		<category><![CDATA[easy related posts]]></category>
		<category><![CDATA[easy related posts blogger]]></category>
		<category><![CDATA[easy related posts blogspot]]></category>
		<category><![CDATA[easy widget installer]]></category>
		<category><![CDATA[gadget]]></category>
		<category><![CDATA[how to edit blog post widget html]]></category>
		<category><![CDATA[how to edit post footer blogger]]></category>
		<category><![CDATA[how to put related post in wordpress]]></category>
		<category><![CDATA[how to put related posts on blogger]]></category>
		<category><![CDATA[october 2010 related posts widget]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[post footer blogger widgets]]></category>
		<category><![CDATA[recents posts lists widget for blogger]]></category>
		<category><![CDATA[related]]></category>
		<category><![CDATA[related post]]></category>
		<category><![CDATA[related post widget for blogger without javascript]]></category>
		<category><![CDATA[related videos plugin for blogger]]></category>
		<category><![CDATA[remove the post tags widget]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[way]]></category>

		<guid isPermaLink="false">http://techwithric.com/?p=676</guid>
		<description><![CDATA[Well I had earlier posted about 8 ways to install related posts in blogger. Nothing wrong in those methods and nothing much great in this one. The only difference is [...]]]></description>
			<content:encoded><![CDATA[<p>Well I had earlier posted about <a href="http://techwithric.com/8-ways-to-implement-related-posts-in-blogger" target="_blank">8 ways to install related posts in blogger</a>. Nothing wrong in those methods and nothing much great in this one. The only difference is that I&#8217;ll post a step by step solution along with a video tutorial. Hope you enjoy it. <span id="more-676"></span></p>
<p>You can view the video tutorial here. For an image only tutorial follow on below. You can get the code&#8217;s shown in the video from below: </p>
<p><script src='http://techwithric.com/wp-content/plugins/hana-flv-player/osflv/AC_RunActiveContent.js' language='javascript'></script><br />

<div >
<script language='javascript'>
 AC_FL_RunContent('codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0', 'width', '560', 'height', '340', 'src',  'http://techwithric.com/wp-content/plugins/hana-flv-player/osflv/' + ((!DetectFlashVer(9, 0, 0) && DetectFlashVer(8, 0, 0)) ? 'player8' : 'player'), 'pluginspage', 'http://www.macromedia.com/go/getflashplayer', 'id', 'flvPlayer', 'allowFullScreen', 'true', 'movie', 'http://techwithric.com/wp-content/plugins/hana-flv-player/osflv/' + ((!DetectFlashVer(9, 0, 0) && DetectFlashVer(8, 0, 0)) ? 'player8' : 'player'), 'FlashVars', 'movie=http://media.techwithric.com/vid/How-to-implement-Related-Posts-in-Blogger.flv&bgcolor=0x051615&fgcolor=0x13ABEC&volume=&autoload=off&autoplay=off&autorewind=on&loop=off&clickurl=http://techwithric.com&clicktarget=_self','wmode','transparent');
</script>
<noscript>
 <object width='560' height='340' id='flvPlayer'><param name='allowFullScreen' value='true'><param name='wmode' value='transparent'><param name='movie' value='http://techwithric.com/wp-content/plugins/hana-flv-player/osflv/player.swf?movie=http://media.techwithric.com/vid/How-to-implement-Related-Posts-in-Blogger.flv&bgcolor=0x051615&fgcolor=0x13ABEC&volume=&autoload=off&autoplay=off&autorewind=on&loop=off&clickurl=http://techwithric.com&clicktarget=_self'><embed src='http://techwithric.com/wp-content/plugins/hana-flv-player/osflv/player.swf?movie=/video/babayhana.flv&bgcolor=0x051615&fgcolor=0x13ABEC&volume=&autoload=off&autoplay=off&autorewind=on&loop=off&clickurl=http://techwithric.com&clicktarget=_self' width='400' height='300' allowFullScreen='true' type='application/x-shockwave-flash'>

*Video:easy to install related posts widget for blogger

 </object>
</noscript>
</div>

 </p>
<p>OK. So the installation goes as this:</p>
<ul>
<li><img class="alignright" title="edit-html-blogger" src="http://media.techwithric.com/img/edit-html-blogger.png" alt="[image]edit-html-blogger" width="267" height="111" />First login to your blogger account and under the blog in which you want to implement the related posts, click on<strong>Layout</strong>. Next click on <strong>Edit HTML.</strong></li>
<li>Now check the <strong>Expand Widget Templates</strong> check-box (as shown below). This check-box is found on the top-right of the box containing your template’s code. <img class="aligncenter" title="expand-widgets-template" src="http://media.techwithric.com/img/expand-widgets-template.png" alt="[image]expand-widgets-template" width="260" height="136" /></li>
<li>Now press Ctrl+F to bring about your ‘Find Box’ in your browser, and search for the following code.
<pre class="coded">&lt;/head&gt;</pre>
<p>Now replace it with the following code (<strong>Code Listing 1.1</strong>):</p>
<pre class="coded">&lt;!--Related Posts Scripts and Styles Start--&gt;
 <span style="color: #ff0000;">&lt;!--Remove--&gt;</span>&lt;b:if cond='data:blog.pageType == &amp;quot;item&amp;quot;'&gt;
&lt;style type="text/css"&gt;
#related-posts {
float:center;
text-transform:none;
height:100%;
min-height:100%;
padding-top:5px;
padding-left:5px;
}
#related-posts .widget{
padding-left:6px;
margin-bottom:10px;

}
#related-posts .widget h2, #related-posts h2{
font-size: 1.6em;
font-weight: bold;
color: black;
font-family: Georgia, &amp;#8220;Times New Roman&amp;#8221;, Times, serif;
margin-bottom: 0.75em;
margin-top: 0em;
padding-top: 0em;
}
#related-posts a{
color:blue;
}
#related-posts a:hover{
color:blue;
}
#related-posts ul{
list-style-type:none;
margin:0 0 0px 0;
padding:0px;
text-decoration:bold;
font-size:15px;
text-color:#000000
}
#related-posts ul li{
background:transparent url(<span style="color: #3366ff;">http://2.bp.blogspot.com/_u4gySN2ZgqE/SnZhv_C6bTI/AAAAAAAAAl4/Rozt7UhvgOo/s200/greentickbullet.png</span>) no-repeat ;
display:block;
list-style-type:none;
margin-bottom: 13px;
padding-left: 30px;
padding-top:0px;}
&lt;/style&gt;

&lt;script type='text/javascript'&gt;
var relatedpoststitle="<span style="color: #339966;">Related Posts</span>";
&lt;/script&gt;
&lt;script src='http://blogergadgets.googlecode.com/files/related-posts-for-blogger.js' type='text/javascript'/&gt;

<span style="color: #ff0000;">&lt;!--Remove--&gt;</span>&lt;/b:if&gt;
&lt;!--Related Posts Scripts and Styles End--&gt;
&lt;/head&gt;</pre>
<p>To change how title of the related posts widget appears, edit the text in <span style="color: #339966;">green</span>. To change the green tick-mark appearing beside your related posts edit the url marked in <span style="color: #3366ff;">blue</span>.</li>
<li>Now search for
<pre class="coded">&lt;div class='post-footer-line post-footer-line-1'&gt;</pre>
<p>or</p>
<pre class="coded">&lt;p class='post-footer-line post-footer-line-1'&gt;</pre>
<p>and immediately after any of these lines(whichever you could find) place the code below (<strong>Code Listing 1.2</strong>):</p>
<pre class="coded">&lt;!-- Related Posts Code Start--&gt;

<span style="color: #ff0000;">&lt;!--Remove--&gt;</span>&lt;b:if cond='data:blog.pageType == &amp;quot;item&amp;quot;'&gt;
&lt;div id='related-posts'&gt;
&lt;b:loop values='data:post.labels' var='label'&gt;

&lt;b:if cond='data:label.isLast != &amp;quot;true&amp;quot;'&gt;
&lt;/b:if&gt;
&lt;b:if cond='data:blog.pageType == &amp;quot;item&amp;quot;'&gt;

&lt;script expr:src='&amp;quot;/feeds/posts/default/-/&amp;quot; + data:label.name + &amp;quot;?alt=json-in-script&amp;amp;callback=related_results_labels&amp;amp;max-results=6&amp;quot;' type='text/javascript'/&gt;&lt;/b:if&gt;&lt;/b:loop&gt;&lt;a href='http://www.bloggerplugins.org/2009/08/related-posts-for-blogger-widget.html'&gt;&lt;img style="border: 0" alt="Related Posts Widget for Blogger" src="http://image.bloggerplugins.org/blogger-widgets.png" /&gt;&lt;/a&gt;

&lt;script type='text/javascript'&gt;
var maxresults=<span style="color: #ff00ff;">5</span>;
removeRelatedDuplicates(); printRelatedLabels(&amp;quot;&lt;data:post.url/&gt;&amp;quot;);
&lt;/script&gt;
&lt;/div&gt;

<span style="color: #ff0000;">&lt;!--Remove--&gt;</span>&lt;/b:if&gt;
&lt;!-- Related Posts Code End--&gt;</pre>
<p>You can change the number of related posts to be displayed by editing the number in <span style="color: #ff00ff;">pink</span>.</li>
<li>To show related posts on all pages, just delete the text in <span style="color: #ff0000;">red</span> from both of the code listings.</li>
</ul>
<p>Thats it, your done! Have any troubles? Comment, I’m right here to help!</p>
]]></content:encoded>
			<wfw:commentRss>http://techwithric.com/easy-to-install-related-posts-widget-for-blogger/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://media.techwithric.com/vid/Blogger%20Related%20Posts.wmv" length="15790364" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Most Efficient Way of Including jQuery in your WordPress Theme</title>
		<link>http://techwithric.com/most-efficient-way-of-including-jquery-in-your-wordpress-theme</link>
		<comments>http://techwithric.com/most-efficient-way-of-including-jquery-in-your-wordpress-theme#comments</comments>
		<pubDate>Wed, 02 Jun 2010 16:09:46 +0000</pubDate>
		<dc:creator>Richie Sajan</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[ajax wordpres area]]></category>
		<category><![CDATA[ajaz]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[contact fomr 7 ajax not work wordpress]]></category>
		<category><![CDATA[disable include jquery wordpress]]></category>
		<category><![CDATA[fast]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[how to load wordpress template files with jquery]]></category>
		<category><![CDATA[including jquery]]></category>
		<category><![CDATA[including jquery wordpress]]></category>
		<category><![CDATA[including scripts in wordpress theme functions file]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jquery load wordpress]]></category>
		<category><![CDATA[jquery wordpress prevent including multiple times]]></category>
		<category><![CDATA[most efficient themes in wordpress]]></category>
		<category><![CDATA[smart jquery inclusion]]></category>
		<category><![CDATA[smart jquery inclusion wordpress]]></category>
		<category><![CDATA[smart jquery inclusion wp]]></category>
		<category><![CDATA[Speed Wordpress Up]]></category>
		<category><![CDATA[way]]></category>
		<category><![CDATA[wordpress ajax execute theme function]]></category>
		<category><![CDATA[wordpress force jquery]]></category>
		<category><![CDATA[wordpress force jquery load]]></category>
		<category><![CDATA[wordpress jquery ajax page load]]></category>
		<category><![CDATA[wordpress jquery include file with get]]></category>
		<category><![CDATA[wordpress jquery speed]]></category>
		<category><![CDATA[wordpress smart jquery]]></category>
		<category><![CDATA[wordpress theme jquery]]></category>

		<guid isPermaLink="false">http://techwithric.com/?p=665</guid>
		<description><![CDATA[WordPress by default comes bundled with the jQuery framework. You can find it in the wp-includes\js\jquery directory. Many themes use this framework extensively for various effects and widgets alike. Unless [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-666" title="wordpress_logo_3d" src="http://media.techwithric.com/img/wordpress_logo_3d.jpg" alt="wordpress_logo_3d" width="130" height="130" />WordPress by default comes bundled with the jQuery framework. You can find it in the wp-includes\js\jquery directory. Many themes use this framework extensively for various effects and widgets alike. Unless you are on a dedicated server or are using a CDN, chances are that jQuery takes a whole lot of time to load. The best way is to speed up this process is to include the jQuery library fomr the Google&#8217;s  Ajax Libraries API. Read on to learn how to include it in your theme.<span id="more-665"></span></p>
<p>Actually the method is quite simple. If your theme includes a direct jQuery call from the <strong>header.php</strong> (usually will be written like</p>
<blockquote><p>&lt;script type=&#8217;text/javascript&#8217; src=&#8217;http://domain-name.tld/wp-includes/js/jqueryjquery.min.js?ver=2.9.2&#8242;&gt;&lt;/script&gt;</p></blockquote>
<p>or something similar) just delete the line.</p>
<p>If your theme designer had adopted efficient programming practices, he would have used the <a href="http://codex.wordpress.org/Function_Reference/wp_enqueue_script" target="_blank">wp_enqueue_script()</a> function. It can be identified by going to your <strong>Theme Functions (functions.php) </strong>file of your theme.</p>
<p>Now to include the script from Google`s  Ajax Libraries API servers, just insert the following code into the <strong>Theme Functions (functions.php) </strong>file of your theme:</p>
<blockquote><p>// smart jquery inclusion<br />
if (!is_admin()) {<br />
wp_deregister_script(&#8216;jquery&#8217;);<br />
wp_register_script(&#8216;jquery&#8217;, (&#8220;http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js&#8221;), false);<br />
wp_enqueue_script(&#8216;jquery&#8217;);<br />
}</p></blockquote>
<p>Once done, save the file and your done. To check if the change has occurred, load your blog&#8217;s home page (or any other page for that matter). Now press Ctrl+Shift+R to force refresh the page.</p>
<p>Now take a look at the page source (Ctrl+U or <strong>View</strong> =&gt; <strong>Source</strong>). If the following line appears, you have successfully included this hack into your wordpress blog:</p>
<blockquote><p>&lt;script type=&#8217;text/javascript&#8217; src=&#8217;http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js?ver=2.9.2&#8242;&gt;&lt;/script&gt;</p></blockquote>
<p>The advantage of this hack is that your page loading times will get faster and in lieu better!</p>
]]></content:encoded>
			<wfw:commentRss>http://techwithric.com/most-efficient-way-of-including-jquery-in-your-wordpress-theme/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

