<?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>Wisetechie Blog : Ctrl your Tech Life &#187; tips</title>
	<atom:link href="http://wisetechie.com/blog/category/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://wisetechie.com/blog</link>
	<description>India's premier Consumer + Tech blog, 1000+ hits a day !</description>
	<lastBuildDate>Sat, 28 Apr 2012 13:09:47 +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>Forward email from Rediffmail for free</title>
		<link>http://wisetechie.com/blog/2011/05/22/forward-email-from-rediffmail-for-free/</link>
		<comments>http://wisetechie.com/blog/2011/05/22/forward-email-from-rediffmail-for-free/#comments</comments>
		<pubDate>Sun, 22 May 2011 03:22:34 +0000</pubDate>
		<dc:creator>Rohit</dc:creator>
				<category><![CDATA[email]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[Rediff]]></category>
		<category><![CDATA[Rediffmail]]></category>

		<guid isPermaLink="false">http://wisetechie.com/blog/?p=670</guid>
		<description><![CDATA[Forward all your emails from your Rediffmail account to any other email account by following these steps.]]></description>
			<content:encoded><![CDATA[<p>If you want to forward all your emails from your Rediffmail account to any other email account, simply follow the steps below:</p>
<ol>
<li>Go to the classic version of your Rediffmail account. <strong>This is important else you will get an error &#8220;You have not specified any email address to which you would like your emails forwarded &#8220;</strong> You can do this from the new version by clicking &quot;Back to Classic&quot; on the top right corner of the webpage. </li>
<li>The browser location will look like <strong>http://f1mail.rediff.com/prism/maillist&quot;</strong>. Replace <strong>maillist</strong> with <strong>forwardyourmails?action=forwardmails&#038;email=YOUR_EMAIL_ADDRESS&#038;leavecopy=1</strong> </li>
<li>Enter the email ID that you want to forward your Rediffmail email to and you are done! <img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="Rediffmail Auto Forward Email Free" border="0" alt="Screenshot" src="http://img.wisetechie.com/Forward-email-from-Rediffmail-for-free_120AD/RediffmailAutoForwardFree.png" width="388" height="272" /> </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://wisetechie.com/blog/2011/05/22/forward-email-from-rediffmail-for-free/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>How to remove Google / Yahoo redirection virus or malware from your website</title>
		<link>http://wisetechie.com/blog/2010/06/12/how-to-remove-google-yahoo-redirection-virus-or-malware-from-your-website/</link>
		<comments>http://wisetechie.com/blog/2010/06/12/how-to-remove-google-yahoo-redirection-virus-or-malware-from-your-website/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 06:35:31 +0000</pubDate>
		<dc:creator>WiseTechie</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://wisetechie.com/blog/2010/06/12/how-to-remove-google-yahoo-redirection-virus-or-malware-from-your-website/</guid>
		<description><![CDATA[I am a part time moderator/web administrator on our unofficial college website. Last year our website had been hacked and some malicious script had been placed on it which was causing redirection of some Google referred traffic. It would not resend all Google referred traffic though, it even placed its own cookie in the malicious [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://digg.com/programming/How_we_removed_the_Google_redirection_malware_from_our_site"> <img src="http://digg.com/img/badges/32x32-digg-guy.png" width="32" height="32" alt="Digg!" /> </a>
<p align="justify">I am a part time moderator/web administrator on our unofficial college website. Last year our website had been hacked and some malicious script had been placed on it which was causing redirection of some Google referred traffic. It would not resend all Google referred traffic though, it even placed its own cookie in the malicious script to ensure that people are not sent to the offending site every time but only once every 86400 seconds. </p>
<p align="justify">For days I searched the internet desperately to find out if it was a known thing, most sites suggested it was a .htaccess attack, but I had already suspected that and our .htaccess file was squeaky clean. Just to be sure I also checked all the .htaccess files above and below out root level and they were clean. So I was sure it was a script. If your site is hacked via the .htaccess method, there would be entries like :</p>
<blockquote><p>RewriteEngine On      <br />RewriteCond %{HTTP_REFERER} .*google.*$ [NC,OR]       <br />RewriteCond %{HTTP_REFERER} .*aol.*$ [NC,OR]       <br />RewriteCond %{HTTP_REFERER} .*msn.*$ [NC,OR]       <br />RewriteCond %{HTTP_REFERER} .*altavista.*$ [NC,OR]       <br />RewriteCond %{HTTP_REFERER} .*ask.*$ [NC,OR]       <br />RewriteCond %{HTTP_REFERER} .*yahoo.*$ [NC]       <br />RewriteRule .* http://newaddress [R,L]       </p>
</blockquote>
<p align="justify">After the .htaccess files were found clean, I tried some workarounds to prevent the redirection, like setting server referrer variable to null and trying to make all URLs 301 redirects but that didn’t work since the script was still able to detect the referrer as Google and redirect the website to tinyurl4.info which probably paid them a lot to get this done. It would be sent to random addresses on the tinyurl4.info site. Since the site may be hosting malware, I would request you not to go there. So this method of cloaking the referrer at my side clearly wasn’t working.</p>
<p align="justify">Next I created a zip file from the offending folder of the site and downloaded the whole thing using my 3G connection photon+ connection (wanted to finish it off ASAP). Once the folder was downloaded, I ran a McAfee scan of the whole thing hoping that the anti virus would be able to detect the offending code as it would be obfuscated. But I was wrong McAfee was terribly incompetent. So it was plan B , I started searching for strings like .js and tinyurl4.info to try and find the redirecting code. Windows search wasn’t very helpful here and couldn’t even find base64 which was one of the strings I searched for and was a part of the offending code. </p>
<p align="justify">So now it was plan C , this one worked. I listed all files in the site which had been modified within the past one year. Here is where I was able to find the culprit. One PHP file global_lang.php&#160; had been edited in 2009 while all its peers were not listed. I grew suspicious and opened the file. To my shock, horror and relief I found the following piece of code :</p>
<p> <img style="border-right-width: 0px; margin: 0px 20px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="injected code" border="0" alt="injected code" src="http://img.wisetechie.com/2010/06/injectedcode.jpg" width="500" height="268" />
<p>&#160;</p>
<p align="justify">which when translated turned out to be malicious code. I am not displaying the malicious code here should you get any ideas. What it was doing was checking if the person was referred by Google, Yahoo etc. and if that was true and there existed no cookie it would redirect that person after setting a cookie. The cookie ensured that once a person was redirected to the fake site, he wouldn’t be redirected for some time.</p>
<p align="justify">I have listed these steps here so that webmasters might be able to get a hint of how to recover from this particular type of&#160; injection on their sites. Ofcourse, always take backups, backups ensure you can just dump them on and the malicious code is removed.</p>
<p><strong><u>Future Proofing</u></strong></p>
<p align="justify">There is probably no way to protect yourself from the super hackers , however you can always take precautions. First and foremost, always take backups and multiple backups. you should ideally have 12 backups from the past 12 months. </p>
<p align="justify">Apart from backups, ensure that the permissions on your website are always set correctly. 777 is really the devil .Never grant write permissions to outside users. 755 for folders and 644 for .php files usually works. Incase you suspect hacking, contact your host at the earliest.</p>
<p>Also turn off all directory listing.</p>
<p>Hoping you found this article helpful <img class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://img.wisetechie.com/2010/06/wlEmoticonsmile.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://wisetechie.com/blog/2010/06/12/how-to-remove-google-yahoo-redirection-virus-or-malware-from-your-website/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Changing our host : Review of the Bluehost unlimited hosting service + Hello Stablehost</title>
		<link>http://wisetechie.com/blog/2010/05/09/changing-our-host-review-of-the-bluehost-unlimited-hosting-service-hello-stablehost/</link>
		<comments>http://wisetechie.com/blog/2010/05/09/changing-our-host-review-of-the-bluehost-unlimited-hosting-service-hello-stablehost/#comments</comments>
		<pubDate>Sun, 09 May 2010 10:12:00 +0000</pubDate>
		<dc:creator>WiseTechie</dc:creator>
				<category><![CDATA[India]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://wisetechie.com/blog/2010/05/09/changing-our-host-review-of-the-bluehost-unlimited-hosting-service-hello-stablehost/</guid>
		<description><![CDATA[Bluehost had been my first ever commercial host and my experience has been well, mediocre. I wont call it a bad experience , neither would I say that it was a Bluehost nightmare. This is the most honest Bluehost review you will ever get from someone who was on Bluehost for around 2 years and [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">Bluehost had been my first ever commercial host and my experience has been well, mediocre. I wont call it a bad experience , neither would I say that it was a Bluehost nightmare. This is the most honest Bluehost review you will ever get from someone who was on Bluehost for around 2 years and had quite a few low and high traffic domains hosted with Bluehost. Being an Indian one is more likely to end up with shady hosts, but since my domains were doing pretty well I decided to go to Bluehost for stability and the price and reputation was good.</p>
<p align="justify">After moving to Bluehost, I experienced downtime the very 2nd day, pretty significant, I got in touch with the Bluehost live chat support (pretty useless most times) who told me (in different words) , This is shared hosting, we cant do anything about downtimes or server issues, please take your issues elsewhere and switch to VPS. I very honestly asked the support person that I am bringing downtime to his notice and he is asking me to shift, suddenly he became soft and told me I had the <em>choice</em> to switch to another host but they wont take care of errant sites on server and neither will they assure me that downtimes would be reduced. It was like downtimes are Ok.</p>
<p align="justify">Anyway I kept on with Bluehost as it was overall reliable, then came the next blow : CPU throttling. Its every blog owners nightmare. PHP scripts would routinely be timed out and every time a wordpress page would load, my account would be throttled to ensure their grossly oversold servers are ok. I tried everything, using super cache, cleaning databases, removing overheads etc. But none of these helped. In an experiment, I myself would access a cached age of my account and still find that on each pageload my account is throttled. Page source would confirm a cached page was served. I own small sized blogs and such throttling out was giving me nightmares.</p>
<p align="justify">I don’t care what Bluehost tells you but CPU throttling is a deal breaker for me, the site would become excruciatingly slow during access.</p>
<p align="justify">Then began the search for the new Cpanel host. Stablehost was suggested by my brother as it had an offer offering 75% lifetime recurring discount. Interesting i said but warned him that if its too good to be true, it sometimes is. So I started to find bad reviews about Stablehost but surprisingly there was no bad review of Stablehost on the Internet, only people praising their personal customer support. I was impressed and those who know me know that customer service should be really good to impress me <img class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://img.wisetechie.com/2010/05/wlEmoticonsmile.png" /> .</p>
<p align="justify">So I have signed up for Stablehost and its been more than a week and haven’t faced a single issue yet, all websites were transferred to the new account and things seem to be running smoothly. However I hope I don’t have to eat my own words. The reason I switched was that unlike other hosts, I can take a 6 month contract, yearly contract etc. for the same rate so switching is easy.</p>
<p align="justify">The customer care has been prompt and smooth, maximum time taken to respond was 12 hours for a domain transfer request to be initiated, otherwise I would get a reply within 10 minutes. Such a nice standard of personal customer service is a refreshing change from the robotic customer care of Bluehost who would routinely ask me to cancel my account in case of any downtime and never once reimbursed me for downtime.</p>
<p align="justify">Stablehost still has a 50% off coupon running on their website (use <strong>BDAY </strong>or <strong>TOS</strong>, both work) and if you are looking for a good, friendly host that offers realistic hosting, please have a <a href="https://billing.stablehost.com/aff.php?aff=099" target="_blank">look at Stablehost</a>. The 5 GB space 100GB bandwidth plan would barely cost you $36 for the year after the discount. That’s much cheaper than bluehost and other hosts and they dont grossly oversell like Bluehost.</p>
<ul>
<p><i><strong>UPDATE</strong>: We have used StableHost for about 2 years now. Sadly, as the company has grown bigger, so has its indifference towards users and attitude towards its customers. The shortcoming of Stablehost is that they now recommend their shared hosting only if you have a low traffic site which would require at most 2-3 PHP scripts running a second. They recently implemented a policy (without notice to their existing customers) about restricting maximum (not average) running processes to 10 (down from 20). If your site is just serving static pages, they might be useful but for anything more complex than a low traffic WordPress blog, their admin advises you to look elsewhere.</p>
<p></i></ul>
<p align="justify"><a href="https://billing.stablehost.com/aff.php?aff=099"><img border="0" src="http://www.stablehost.com/images/banner-sh.jpg" width="468" height="60" /></a></p>
<p align="justify">P.S. : These are affiliate links, but the review is 100% original and not sponsored.</p>
]]></content:encoded>
			<wfw:commentRss>http://wisetechie.com/blog/2010/05/09/changing-our-host-review-of-the-bluehost-unlimited-hosting-service-hello-stablehost/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to Upgrade/Replace your DELL Inspiron 1525 RAM</title>
		<link>http://wisetechie.com/blog/2009/03/26/how-to-upgradereplace-your-dell-inspiron-1525-ram/</link>
		<comments>http://wisetechie.com/blog/2009/03/26/how-to-upgradereplace-your-dell-inspiron-1525-ram/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 05:35:00 +0000</pubDate>
		<dc:creator>WiseTechie</dc:creator>
				<category><![CDATA[India]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[Online Shopping India]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://wisetechie.com/blog/2009/03/26/how-to-upgradereplace-your-dell-inspiron-1525-ram/</guid>
		<description><![CDATA[A video showing you how to replace/upgrade/remove/add RAM to your DELL Inspiron Laptop. The laptop in the video is the DELL Inspiron 1525 in which i am replacing the original Kingston RAM with Crucial high performance RAM memory. If you too are looking to replace your RAM, please look at the video carefully :]]></description>
			<content:encoded><![CDATA[<p>A video showing you how to replace/upgrade/remove/add RAM to your DELL Inspiron Laptop. The laptop in the video is the DELL Inspiron 1525 in which i am replacing the original Kingston RAM with Crucial high performance RAM memory. If you too are looking to replace your RAM, please look at the video carefully :</p>
<p>
<div class="wlWriterSmartContent" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:5320ecb0-7132-4e93-9dc7-455c7ca24705" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">
<div id="4a1cd058-9574-47d3-a471-e0191d9e12bd" style="margin: 0px; padding: 0px; display: inline;">
<div><a href="http://www.youtube.com/watch?v=_LF8M_1IA3g&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x006699&amp;color2=0x54abd6&amp;border=1" target="_new"><img src="http://img.wisetechie.com/2009/03/videoc42e6f7046df.jpg" galleryimg="no" onload="var downlevelDiv = document.getElementById('4a1cd058-9574-47d3-a471-e0191d9e12bd'); downlevelDiv.innerHTML = &quot;&lt;div&gt;&lt;object width=\&quot;425\&quot; height=\&quot;355\&quot;&gt;&lt;param name=\&quot;movie\&quot; value=\&quot;http://www.youtube.com/v/_LF8M_1IA3g&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x006699&amp;color2=0x54abd6&amp;border=1\&quot;&gt;&lt;\/param&gt;&lt;param name=\&quot;wmode\&quot; value=\&quot;transparent\&quot;&gt;&lt;\/param&gt;&lt;embed src=\&quot;http://www.youtube.com/v/_LF8M_1IA3g&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x006699&amp;color2=0x54abd6&amp;border=1\&quot; type=\&quot;application/x-shockwave-flash\&quot; wmode=\&quot;transparent\&quot; width=\&quot;425\&quot; height=\&quot;355\&quot;&gt;&lt;\/embed&gt;&lt;\/object&gt;&lt;\/div&gt;&quot;;" alt=""></a></div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://wisetechie.com/blog/2009/03/26/how-to-upgradereplace-your-dell-inspiron-1525-ram/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Geotagging fun with a GPS camera phone</title>
		<link>http://wisetechie.com/blog/2009/01/11/geotagging-fun-with-a-gps-camera-phone/</link>
		<comments>http://wisetechie.com/blog/2009/01/11/geotagging-fun-with-a-gps-camera-phone/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 08:07:57 +0000</pubDate>
		<dc:creator>WiseTechie</dc:creator>
				<category><![CDATA[GPS]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://wisetechie.com/blog/2009/01/11/geotagging-fun-with-a-gps-camera-phone/</guid>
		<description><![CDATA[I pity all of you who dont know about GPS and Geotagging photos. I have been hooked ever since i discovered it. I use the Locr utility in my windows mobile cellphone (also works in Symbian phones). Your phone must have GPS or you must have a Bluetooth GPS receiver. That way, the photos you [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://img.wisetechie.com/2009/01/flickr-geotagging-nsit-map.jpg" rel="lightbox"><img height="289" alt="Flickr geotagging NSIT Map" src="http://img.wisetechie.com/2009/01/flickr-geotagging-nsit-map-thumb.jpg" width="500"></a></p>
<p>I pity all of you who dont know about GPS and Geotagging photos. I have been hooked ever since i discovered it. I use the Locr utility in my windows mobile cellphone (also works in Symbian phones). Your phone must have GPS or you must have a Bluetooth GPS receiver. </p>
<p>That way, the photos you take will be implanted with GPS co-ordinates of the location you took the photos at. Its accurate to about 50 metres or so. See the dot highlighted in the photo above, it should have been in the bottom right building. So it essentially means if someone wants to nuke the NSIT COE block using GPS, he/she will hit the library instead <img src='http://wisetechie.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>This way when you share photos, you can share the photos using a map with your friends and family. That way they will be able to see where the photos were taken.</p>
]]></content:encoded>
			<wfw:commentRss>http://wisetechie.com/blog/2009/01/11/geotagging-fun-with-a-gps-camera-phone/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Use locr to geotag your photos (Wind. Mobile or Sym)</title>
		<link>http://wisetechie.com/blog/2008/12/28/use-locr-to-geotag-your-photos-wind-mobile-or-sym/</link>
		<comments>http://wisetechie.com/blog/2008/12/28/use-locr-to-geotag-your-photos-wind-mobile-or-sym/#comments</comments>
		<pubDate>Sun, 28 Dec 2008 09:06:21 +0000</pubDate>
		<dc:creator>WiseTechie</dc:creator>
				<category><![CDATA[India]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Symbian]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://wisetechie.com/blog/2008/12/31/use-locr-to-geotag-your-photos-wind-mobile-or-sym/</guid>
		<description><![CDATA[Locr is an amazing software. I first discovered it in my father&#8217;s Nokia E71 (review soon). Anyway, i installed it on my Asus P320&#8242;s windows mobile, thank god the version worked on my phone also even though it was meant for windows mobile 5 and my phone has windows mobile 6.1. So it has versions [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://img.wisetechie.com/2008/12/image.png" alt="Locr Logo Geotagging" width="235" height="143" /></p>
<p>Locr is an amazing software. I first discovered it in my father&#8217;s Nokia E71 (review soon). Anyway, i installed it on my Asus P320&#8242;s windows mobile, thank god the version worked on my phone also even though it was meant for windows mobile 5 and my phone has windows mobile 6.1.</p>
<p>So it has versions for both windows mobile and symbian, so far so good. So the long and short of it. The software allows you to easily embed the information about the GPS coordinates of the location you took your photo. This info is easily recognised by Flickr and Zooomr. So you can actually see the photos you took on a map (and trust me it looks awesome).</p>
<p>Currently i have taken only photos at my house, so i cant show you the feature for privacy&#8217;s sake. So i will show you the photos in locations when i go out. Your phone must have GPS for this feature.</p>
]]></content:encoded>
			<wfw:commentRss>http://wisetechie.com/blog/2008/12/28/use-locr-to-geotag-your-photos-wind-mobile-or-sym/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solving the Realtek HD Audio error : Error 0xE0000227</title>
		<link>http://wisetechie.com/blog/2008/12/24/solving-the-realtek-hd-audio-error-error-0xe0000227/</link>
		<comments>http://wisetechie.com/blog/2008/12/24/solving-the-realtek-hd-audio-error-error-0xe0000227/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 07:25:25 +0000</pubDate>
		<dc:creator>WiseTechie</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://wisetechie.com/blog/2008/12/24/solving-the-realtek-hd-audio-error-error-0xe0000227/</guid>
		<description><![CDATA[There is really only 1 way to install the Realtek HD Audio drivers properly. No matter what all other forums say. Service Pack 3 is the main culprit as the drivers see that its above SP2 and dont install. I personally face this situation and was really distressed because it looked like either i will [...]]]></description>
			<content:encoded><![CDATA[<p>There is really only 1 way to install the Realtek HD Audio drivers properly. No matter what all other forums say. Service Pack 3 is the main culprit as the drivers see that its above SP2 and dont install. I personally face this situation and was really distressed because it looked like either i will have to reinstall Windows Xp or have my new supercool and super monster computer without sound. Imagine having a monster PC with a motherboard with HD Audio and your driver doesnt install.</p>
<p>Both scenarios were something which i would never have approved of. Anyway so i Googled. I got 10s of solutions but most didnt work. Only 1 worked and i will put it here hoping that Google dear will catch it and people who face this problem installing the Realtek HD Audio 0xE000027.</p>
<ol>
<li>First Step is to make sure all instances Realtek Audio and its associative softwares are uninstalled from add remove programs and device manager. This includes Intel High Definition audio.</li>
<li>On your PC change the CSDVersion registry key to Windows XP SP2:<br />
HKLM\SYSTEM\CurrentControlSet\Control\Windows\CSDVersion value=200</li>
</ol>
<p>This problem arises as the patch thinks that SP3 includes a better version of the patch itself and hence doesn&#8217;t install itself.</p>
<p>3. Download the latest drivers from the Intel website, navigate to the KB888111 patch.</p>
<p>4. But before installing the patch, goto your device manager and disable the UAA. Now uninstall the UAA.</p>
<p>5. Install your patch now.</p>
<p>6. Install the Realtek drivers now and things should work.</p>
<p>7. Change the SP version to 300 again.</p>
<p>If it didnt work, try once again. I can enjoy 7.1 channel high definition sound from my Intel Original motherboard now. Realtek HD Audio now works fine. Hopefully Error 0xE000027 is fixed now.</p>
<p>If this helped solve your problem, consider making a small donation($1 even <img src='http://wisetechie.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) via paypal button below towards the maintenance of this website (hosting + domain name). All proceeds will be directly spent on bringing you more such helpful posts. <img src='http://wisetechie.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="ankit@execs.com">
<input type="hidden" name="lc" value="GB">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="bn" value="PP-DonationsBF:btn_donate_SM.gif:NonHosted">
<input type="image" src="https://www.paypal.com/en_GB/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"><br />
</form>
<h6>Disclaimer : Advice on as is basis, this worked for me, may or may not work for you, but it should</h6>
]]></content:encoded>
			<wfw:commentRss>http://wisetechie.com/blog/2008/12/24/solving-the-realtek-hd-audio-error-error-0xe0000227/feed/</wfw:commentRss>
		<slash:comments>69</slash:comments>
		</item>
		<item>
		<title>Windows Mobile FAQs: Putting Bluetooth received files in your memory card</title>
		<link>http://wisetechie.com/blog/2008/10/27/windows-mobile-faqs-putting-bluetooth-received-files-in-your-memory-card/</link>
		<comments>http://wisetechie.com/blog/2008/10/27/windows-mobile-faqs-putting-bluetooth-received-files-in-your-memory-card/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 15:50:43 +0000</pubDate>
		<dc:creator>WiseTechie</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://wisetechie.com/blog/2008/10/27/windows-mobile-faqs-putting-bluetooth-received-files-in-your-memory-card/</guid>
		<description><![CDATA[&#160; Well if you have a Windows Mobile based Bluetooth phone and love exchanging files among your friends , then there are 2 questions you must have asked yourself or a friend. 1. How to receive incoming files via bluetooth , most windows mobile users find that by default the incoming file feature is disabled [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp; Well if you have a Windows Mobile based Bluetooth phone and love exchanging files among your friends , then there are 2 questions you must have asked yourself or a friend.</p>
<p>1. How to receive incoming files via bluetooth , most windows mobile users find that by default the incoming file feature is disabled in Windows Mobile phones.</p>
<p>2. How to ensure that files received via bluetooth are saved directly onto your memory card. Most smartphones and Pocket PCs have limited internal memory, often just enough to support the default Windows Mobile installation.</p>
<p>The straight answer is a software called Obex Inbox (3rd party software, research before use). Install the software and reboot your Windows Mobile phone.</p>
<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="244" alt="Obex Inbox1" src="http://img.wisetechie.com/2008/10/obex-inbox1.png" width="184" border="0"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="244" alt="Obex Inbox 2" src="http://img.wisetechie.com/2008/10/obex-inbox-2.png" width="184" border="0"></p>
<p>Now goto settings on your Windows Mobile phone and Just give the path as Storage Card/folder in your Obex settings and all incoming bluetooth beams will be stored in your storage card.</p>
<p>For more Windows Mobile tips and tricks keep watching the blog <img src='http://wisetechie.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . The screenshots are taken on the Asus P320 smartphone with Windows Mobile 6.1 Professional.</p>
]]></content:encoded>
			<wfw:commentRss>http://wisetechie.com/blog/2008/10/27/windows-mobile-faqs-putting-bluetooth-received-files-in-your-memory-card/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The Windows Mobile Bluetooth FAQ</title>
		<link>http://wisetechie.com/blog/2008/10/16/the-windows-mobile-bluetooth-faq/</link>
		<comments>http://wisetechie.com/blog/2008/10/16/the-windows-mobile-bluetooth-faq/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 15:32:28 +0000</pubDate>
		<dc:creator>WiseTechie</dc:creator>
				<category><![CDATA[Airtel]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vodafone]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://wisetechie.com/blog/2008/10/16/the-windows-mobile-bluetooth-faq/</guid>
		<description><![CDATA[Well these are general facts about using bluetooth on your windows mobile mobile phones, most people complain that that they are able to send files and images via bluetooth but when receiving they receive errors like &#8220;Unable to Connect&#8221; or unable to send files. Most think that this error is caused due to their Windows [...]]]></description>
			<content:encoded><![CDATA[<p>Well these are general facts about using bluetooth on your windows mobile mobile phones, most people complain that that they are able to send files and images via bluetooth but when receiving they receive errors like &#8220;Unable to Connect&#8221; or unable to send files. Most think that this error is caused due to their Windows Mobile Phones, but it isnt so (technically), Imate, HTC, Asus etc. wont make phones with bluetooth not able to receive files.&nbsp; The trick is basically the same for windows mobile 5 and windows mobile 6, i have taken the screenshots from windows mobile 6.1 on my Asus p320 phone, but i remember it was more or less the same on my Imate and its windows mobile 5.</p>
<p>These are the steps needed to setup your windows mobile device to receive photos/music/data files:</p>
<p><strong>Step 1:</strong> In Settings click on Bluetooth, select the mode tab and switch on bluetooth and make this device visible to other devices.</p>
<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="244" alt="Screen002" src="http://img.wisetechie.com/2008/09/screen0021.jpg" width="184" border="0">&nbsp;<img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="244" alt="Screen003" src="http://img.wisetechie.com/2008/09/screen0031.jpg" width="184" border="0"></p>
<p><strong>Step 2:</strong> In Settings , click on Beam and check receive all incoming beams.</p>
<p>&nbsp;<img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="244" alt="Screen004" src="http://img.wisetechie.com/2008/09/screen0041.jpg" width="184" border="0"> <img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="244" alt="Screen005" src="http://img.wisetechie.com/2008/09/screen0051.jpg" width="184" border="0"></p>
<p>After you complete these 2 steps all of your bluetooth incoming beams should reach your mobile phone and you should be able to share photos, files and music with your friends and receive it from them.</p>
<p>But another problem, all incoming files are stored in my documents, how do you ensure that these are stored in storage card ? Answer to that next week <img src='http://wisetechie.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://wisetechie.com/blog/2008/10/16/the-windows-mobile-bluetooth-faq/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Use Mginger to send free SMSes to friends</title>
		<link>http://wisetechie.com/blog/2008/09/03/use-mginger-to-send-free-smses-to-friends/</link>
		<comments>http://wisetechie.com/blog/2008/09/03/use-mginger-to-send-free-smses-to-friends/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 18:14:09 +0000</pubDate>
		<dc:creator>WiseTechie</dc:creator>
				<category><![CDATA[India]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://wisetechie.com/blog/?p=424</guid>
		<description><![CDATA[This is sort of a repeat post, i was chatting with my friend yesterday and he was really clueless about sending free sms to people. One thing which i dont get is, why is it shameful to use a free SMS service ? I mean, am i cooler if i pay 1 rupee to Airtel [...]]]></description>
			<content:encoded><![CDATA[<p>This is sort of a repeat post, i was chatting with my friend yesterday and he was really clueless about sending free sms to people. One thing which i dont get is, why is it shameful to use a free SMS service ?</p>
<p>I mean, am i cooler if i pay 1 rupee to Airtel for each message i send. So, when you are at home, save some money and use free SMS services to send SMSes to friends. It works with almost all Indian operators and is free, what have you got to lose ? I use the service by <a href="http://www.mGinger.com/index.jsp?inviteId=48033">Mginger</a>.</p>
<p>Also you do get the option to receive ads and be paid for the same, again the money there aint great but occasionally you get discount coupons which have to be shown in shops on your cell screen, although i must confess i have never tried them.</p>
<p><a href="http://www.mGinger.com/index.jsp?inviteId=48033">So sign up here to start sending free SMSes</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wisetechie.com/blog/2008/09/03/use-mginger-to-send-free-smses-to-friends/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

