<?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>techallica</title>
	<atom:link href="http://techallica.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://techallica.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 19 Jan 2012 06:28:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>WordPress Older Posts Widget</title>
		<link>http://techallica.com/wordpress-older-posts-widget/</link>
		<comments>http://techallica.com/wordpress-older-posts-widget/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 06:37:32 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[What I learnt]]></category>

		<guid isPermaLink="false">http://techallica.com/?p=60</guid>
		<description><![CDATA[For another WordPress blog which I maintain, I required a widget which will display older posts. The WordPress blog&#8217;s home page displayed 10 recent posts. But there were at least 15 other older posts that needed some exposure. I needed a widget which would display the older posts starting from the 11th post on the [...]]]></description>
			<content:encoded><![CDATA[<p>For another WordPress blog which I maintain, I required a widget which will display older posts. The WordPress blog&#8217;s home page displayed 10 recent posts. But there were at least 15 other older posts that needed some exposure. I needed a widget which would display the older posts starting from the 11th post on the home page side bar. I was surprised to find there existed no such widget in the WordPress plugin directory which would display older posts.</p>
<p>There was a <a href="http://wordpress.org/support/topic/show-only-older-posts-sidebar-widget" target="_blank">forum discussion</a> about displaying older posts but it was inconclusive. So I went on to hack <a href="http://wordpress.org/extend/plugins/recent-posts-widget-unlimited/" target="_blank">this widget</a> (which is based on WordPress&#8217; default Recent Post widget&#8221; to create the Older Posts widget.<span id="more-60"></span></p>
<p>This is just a simple widget. Just drag and drop this widget into the side bar just like any other widget. It asks from starting from which recent post till which recent post it should display. Enter these values and save it. So let&#8217;s say your blog home page currently displays 10 recent posts. Just enter the starting post as 11 and enter say 10 as the number of posts it needs to display. The widget will display 10 posts starting from your 11th oldest post. . Installation instructions are added as a part of the plugin package it’s simple just like installation of any other widget.</p>
<p>Hope this widget is of some use to somebody <img src='http://techallica.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong><a href="http://techallica.com/wp-content/uploads/2011/12/older-posts-widget.zip">Download Older Posts Widget</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://techallica.com/wordpress-older-posts-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bulk delete pending wordpress comments</title>
		<link>http://techallica.com/bulk-delete-pending-wordpress-comments/</link>
		<comments>http://techallica.com/bulk-delete-pending-wordpress-comments/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 07:15:04 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Quick Press]]></category>

		<guid isPermaLink="false">http://techallica.com/?p=54</guid>
		<description><![CDATA[Been under a comment spam attack lately? Or you just did not have time to delete spam comments over several months and you now have hundreds of spam comments that needs be deleted page by page using the wordpress admin? Don&#8217;t fret, there are a couple of easy ways to bulk delete pending comments in [...]]]></description>
			<content:encoded><![CDATA[<p>Been under a comment spam attack lately? Or you just did not have time to delete spam comments over several months and you now have hundreds of spam comments that needs be deleted page by page using the wordpress admin? Don&#8217;t fret, there are a couple of easy ways to bulk delete pending comments in your wordpress blog.<br />
<span id="more-54"></span></p>
<h2>Method 1: Direct MySQL Query</h2>
<p>If you know yourself around phpMyAdmin and MySQL queries, just run this one line query in the &#8220;Sql Query&#8221; window of your WordPress database in phpMyAdmin. This query instantaneously deletes all comments in &#8220;pending&#8221; status. All your approved comments won’t be touched. To be on the safer side you may also want to backup your entire database or just wp_comments table just in case something goes wrong. </p>
<p><code>DELETE FROM wp_comments WHERE comment_approved = 0</code></p>
<h2>Method 2: Using a wordpress plugin</h2>
<p>If you don&#8217;t want to mess with your database directly, use a plugin like <a href="http://wordpress.org/extend/plugins/delete-pending-comments/" title="Delete Pending Comments" target="_blank">Delete Pending Comments</a> . I tried this in a blog which had around 600 pending comments. Took about 4 minutes to delete all pending comments and it did the job well. There are also  few other plugins similar to this plugin out there in the WordPress Plugin Directory.</p>
]]></content:encoded>
			<wfw:commentRss>http://techallica.com/bulk-delete-pending-wordpress-comments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Superfast way to setup phpMyAdmin : Simple as 1-2-3</title>
		<link>http://techallica.com/superfast-way-to-setup-phpmyadmin-simple-as-1-2-3/</link>
		<comments>http://techallica.com/superfast-way-to-setup-phpmyadmin-simple-as-1-2-3/#comments</comments>
		<pubDate>Sat, 30 Oct 2010 05:17:43 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[What I learnt]]></category>

		<guid isPermaLink="false">http://techallica.com/?p=27</guid>
		<description><![CDATA[A quick &#038; simple 2 minute method of setting up phpMyAdmin in your host to manage MySQL databases. ]]></description>
			<content:encoded><![CDATA[<p>Okay, you are stuck with a host that does not provide phpMyAdmin or you have a standard cpanel hosting account, where if you need to give a developer or somebody else access to phpMyAdmin, you need to give them access to cpanel, which gives them access to the entire hosting control panel,a big risk. </p>
<p>These situations are common but don&#8217;t despair, setting up of phpMyAdmin and get it up and running can be done in a few simple steps.<span id="more-27"></span> There are two ways to do this. Both the methods illustrated are for linux hosts only. Even though the steps to setup phpMyAdmin are the same in both Windows and Linux hosts, the commands are different. </p>
<p><strong>Method 1. Setup phpMyAdmin Via SSH/Commandline</strong><br />
If you have ssh command line access, this is the fastest and easiest way to setup phpmyadmin</p>
<p>Step 1: Login to the commandline using &#8220;putty&#8221; if using windows or any other SSH client.</p>
<p>Step 2: Move into the webroot of the domain for which you are going to setup phpMyAdmin<br />
<code>$ cd public_html</code></p>
<p>Step 3: Wget the phpMyAdmin tar.gz file from sourceforge<br />
<code>$ wget http://space.dl.sourceforge.net/project/phpmyadmin/phpMyAdmin/3.3.8/phpMyAdmin-3.3.8-english.tar.gz</code><br />
This will download phpMyAdmin directly from sourceforge into your server.</p>
<p>Step 4: extract the tar.gz file<br />
<code>$ tar xvzf phpMyAdmin-3.3.8-english.tar.gz</code><br />
When you run this command, phpMyAdmin will be extracted in a &#8220;phpMyAdmin-3.3.8-english&#8221; directory</p>
<p>Step 5: Rename the &#8220;phpMyAdmin-3.3.8-english&#8221; directory to something simple, say &#8220;pma&#8221;<br />
<code>$ mv phpMyAdmin-3.3.8-english pma</code></p>
<p>Step 6: Now you need to rename the &#8220;config.sample.inc.php&#8221; file to &#8220;config.inc.php&#8221;. But before that we need to go inside the pma directory<br />
<code>$ cd pma</code><br />
<code>$ mv config.sample.inc.php config.inc.php</code></p>
<p>Step 7: The last one!! You need to edit config.inc.php. In around the 30th line of config.inc.php , you would have to replace<br />
<code>$cfg['Servers'][$i]['auth_type'] = 'cookie';</code> with<br />
<code>$cfg['Servers'][$i]['auth_type'] = 'http';</code><br />
 i.e &#8216;cookie&#8217; has to be changed to &#8216;http&#8217;. For this you can either edit the file via vi or nano by typing<br />
<code>$ vi config.inc.php</code> or<br />
<code>$ nano config.inc.php</code><br />
then change the values and save the file. </p>
<p>That&#8217;s it ! you can now access phpMyAdmin via http://yourdomain.com/pma . Enter username as your database username and password as your database password and login and enjoy!</p>
<p><strong>Method 2. Setup via ftp</strong><br />
This is not the fastest method, but if you don&#8217;t have SSH command line access, you need to use this method. This method, worst case wouldn&#8217;t take you anything more than 5 minutes anyways to setup phpMyAdmin. </p>
<p>If you are on a cpanel hosting, or a hosting which provides filemanager in the control panel, you are a little bit lucky. </p>
<p>You can download the tar.gz or .gz version of phpMyAdmin from <a href="http://www.phpmyadmin.net/home_page/downloads.php">here </a>to your computer and the upload the file to your public_html folder. Then extract the archive file using the file manager. You can then rename the &#8220;phpMyAdmin-3.3.8-english&#8221; folder which is created to a simpler name say &#8220;pma&#8221;. Move into the pma folder and do the steps 6 &#038; 7 as mentioned in the SSH method i.e rename config.sample.inc.php to config.inc.php and edit the config.inc.php and replace<br />
<code>$cfg['Servers'][$i]['auth_type'] = 'cookie';</code> with <code>$cfg['Servers'][$i]['auth_type'] = 'http';</code> . You are now done.</p>
<p>If you do not have a file manager as a part of your hosting control panel, then the only option you have is download a phpMyAdmin.zip or any archived version from <a href="http://www.phpmyadmin.net/home_page/downloads.php">here</a> , then extract the files in your computer, upload the phpMyAdmin folder into your public_html folder using an ftp software like filezilla and then execute steps 6 &#038; 7</p>
<p><!--0dfa231ebce54adf96e89bae4ae6f737--></p>
]]></content:encoded>
			<wfw:commentRss>http://techallica.com/superfast-way-to-setup-phpmyadmin-simple-as-1-2-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RSS Feeds: What is it? How can you use it?</title>
		<link>http://techallica.com/rss-feeds-what-is-it-how-can-you-use-it/</link>
		<comments>http://techallica.com/rss-feeds-what-is-it-how-can-you-use-it/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 12:09:22 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://techallica.com/?p=24</guid>
		<description><![CDATA[A very simple but elaborate explanation of Really Simple Syndication (RSS) feeds and how it benefits everyday web users. Its advantages and benefits to site owners]]></description>
			<content:encoded><![CDATA[<p>RSS which stands for really simple syndication, refers to a type of web feed format. Simply put, a web feed is an application that syndicates (retrieves) content from different sites in the web, to display them in the user&rsquo;s &lsquo;web-based&rsquo; or &lsquo;desktop- based reader&rsquo;.</p>
<p><span id="more-24"></span></p>
<p>Content can be anything from Blog entries, news articles, media files or applications. The idea is to save browsing time and effort by automatically bringing the relevant and updated information from your favourite sites and displaying it in a convenient reader. Usually, the syndicated information is just the headlines or a short form of the content, which also contains the hyperlink to the complete information page- in case the user chooses to visit them. Such syndicated contents are very common in the websites today, and its highly likely that you might have come across a web feed without knowing it.</p>
<p>There are two parts in the implementation of a web feed. The web feed page and the reader or aggregator. Consider an example. You have a certain Blog or a news website that you visit, and the information in them gets updated frequently. If the publisher of that particular page provides the feed option, he/she would also publish the page in a web feed format such as RSS. You can identify if the page is feed enabled or not by spotting the feed logo (which is common to all kinds of web feed formats). By clicking on the logo and choosing the appropriate &lsquo;reader application&rsquo;, you will be able to subscribe the content of the page on to your reader. The reader or aggregator is a client program that is able to pull the information from the feed page, as allowed by the feed page. This aggregator may be a desktop client, an in-built feature that comes with a number of browsers like mozilla, or ones provided by websites such as my yahoo and igoogle.</p>
<p>Most blogs and news websites provide the option these days. Popular implementations of media RSS include youtube and yahoo. One can get a list of RSS sites from feedster.com. Providing RSS websites are also useful for people who conduct their business in the Internet, particularly in Internet or Online Marketing. RSS can be an effective marketing tool for your website, especially in fields like E-mail marketing and publishing, Search engine marketing and optimization, Business blogging, Internet advertising, Digital public relations, Branding and e-commerce.</p>
<p>RSS can &#8216;power&#8217; your website, providing you with the following:</p>
<ul>
<li>Valuable, updated, and relevant resources for site visitors and potential clients &#8211; RSS is ideal for websites that contain (and syndicate) a lot of information that has to be changed or updated regularly.</li>
<li>Search engine optimization for the website. &bull;Increased traffic for the website &#8211; your website can &#8216;harvest&#8217; and display information from other sites, driving more traffic to your own website.</li>
<li>A wide selection of &#8216;channels&#8217; for content distribution, such as PDA&#8217;s, cellular phones, voice mails, and email ticklers.</li>
<li>A reliable way to have your web content delivered to Internet users and potential clients &#8211; RSS ensures that your site is viewed by the people who are interested in them, without having them blocked and &#8216;cleaned&#8217; by ISPs or Spam filters.</li>
</ul>
<p>For clients, RSS provides the following advantages:</p>
<ul>
<li>RSS feeds are timelier. If you are subscribed to a certain feed, you can get updates on it immediately.</li>
<li>You don&#8217;t have to have an e-mail program to get an RSS feed. They all can be read online easily and quickly. You no longer have to worry about opening your e-mail and searching for the new messages.</li>
<li>You, as the subscriber, are in full control of your RSS feeds. If you ever want to remove yourself from a list, you can do so easily. You don&#8217;t have to worry about not being taken off a mailing list.</li>
<li>RSS feeds stay private. If you choose not to, you don&#8217;t have to give out any personal information when you sign up for a feed. You don&#8217;t have to give your name or even your e-mail address. This ensures that your information will not be sold to any other companies.</li>
</ul>
<p>I hope this short write-up now empowers you with the knowledge of what RSS feed is and it&rsquo;s uses <img src='http://techallica.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://techallica.com/rss-feeds-what-is-it-how-can-you-use-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Remove link to comment authors website from wordpress Comments</title>
		<link>http://techallica.com/remove-link-to-comment-authors-websiteite-from-wordpress-comments/</link>
		<comments>http://techallica.com/remove-link-to-comment-authors-websiteite-from-wordpress-comments/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 02:26:39 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[What I learnt]]></category>

		<guid isPermaLink="false">http://techallica.com/remove-link-to-comment-authors-websiteite-from-wordpress-comments/</guid>
		<description><![CDATA[Are you tired of moderating, removing or editing the URLs of people who post comments in your wordpress blog? Are you sick of all the comment spammers who post those cookie cutter comments using scripts in your blog just to post links in your blog via the comment links to comment authors site? Well I [...]]]></description>
			<content:encoded><![CDATA[<p>Are you tired of moderating, removing or editing the URLs of people who post comments in your wordpress blog? Are you sick of all the comment spammers who post those cookie cutter comments using scripts in your blog just to post links in your blog via the comment links to comment authors site? Well I was! And that’s when I decided that I would hack the wordpress code a little bit to totally disable linking to commenter’s site from the comments posted in the blog.<span id="more-21"></span></p>
<p>The link to commenter’s site does serve some good purposes like letting the comment poster link to his/her blog/site which might have good resources and also allows free publicity and exchange of traffic between genuine blogs and sites via the comment links, but there is way too much nuisance and problems which weigh down these advantages.</p>
<p>Well this is what you need to do if you want to remove these links. Go to the wp-includes directory in your wordpress installation via ftp, locate a file called comment-template.php (in older versions of wordpress you would need to find comment-functions.php) , download the file, create a backup of the file to make sure you can upload a working copy in case you mess up.<br />
Open the php file with notepad (any text editor) or any code editing software you may have.  Now in the file at around line 106 you would locate a function called get_comment_author_link() (around line 347 if you are editing comment-functions.php) . The line number might vary from wordpress versions, but the code within the function is the same for all versions of wordpress after 1.5, so this hack will work for all versions of wordpress 1.5 and up. Within the function you would see the following lines<br />
[sourcecode language='php']<br />
$url    = get_comment_author_url();<br />
$author = get_comment_author();<br />
if ( empty( $url ) || &#8216;http://&#8217; == $url )<br />
   $return = $author;<br />
else<br />
   $return = &#8220;<a href='$url' rel='external nofollow'>$author</a>&#8220;;<br />
   return apply_filters(&#8216;get_comment_author_link&#8217;, $return);<br />
[/sourcecode]</p>
<p>What this function does is, check if the comment author posted a URL when he/she posted a comment, if there is no url it just prints the author name, if there is an URL with the comment then wordpress prints the author’s name as a link to the author’s website. We are going to modify the function to just print the author’s name (without a link) even if a URL is present with the comment. For that just replace<br />
[sourcecode language='php']<br />
$return = &#8220;<a href='$url' rel='external nofollow'>$author</a>&#8220;;<br />
[/sourcecode]<br />
With<br />
[sourcecode language='php']<br />
$return = $author;<br />
[/sourcecode]</p>
<p>And you are done! Just save the file, upload the file back into the server and you should get comments with links removed with just the author’s name throughout the website!</p>
<p>Next I am going to try to totally remove the URL field while posting comments into the blog to save the hassle of commenter’s entering a URL. Will get back with a quick guide for that when I succeed.</p>
]]></content:encoded>
			<wfw:commentRss>http://techallica.com/remove-link-to-comment-authors-websiteite-from-wordpress-comments/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How to Move or Rename your windows profile folder</title>
		<link>http://techallica.com/how-to-move-or-rename-your-windows-profile-folder/</link>
		<comments>http://techallica.com/how-to-move-or-rename-your-windows-profile-folder/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 16:08:48 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://techallica.com/how-to-move-or-rename-your-windows-profile-folder/</guid>
		<description><![CDATA[You may want to rename or move the folder in which Windows stores your profile information for one of the following reasons •You have renamed your user account via computer management and windows still uses the folder with the old username to store your profile information. •You want to move the profile folder from its [...]]]></description>
			<content:encoded><![CDATA[<p>You may want to rename or move the folder in which Windows stores your profile information for one of the following reasons</p>
<p>•You have renamed your user account via computer management and windows still uses the folder with the old username to store your profile information.<br />
•You want to move the profile folder from its default location to a different location for reasons like backing up, making up space in the drive windows is installed etc.<br />
<span id="more-20"></span><br />
Moving or renaming your windows profile folder has 2 steps<br />
1.Locating and renaming or moving your profile folder: You can locate your profile folder in your  %SystemDrive%\Documents and Settings\Username . for example for a normail windows installation and for username ‘techallica’ the profile folder would be c:\Documents and Settings\techalllica. Now you may proceed to rename your username folder (in our case ‘techallica’) to your new username or move the username folder to another location say  for ex. D:\profiles\techallica</p>
<p>2.Let windows know your changes: Once you have moved or renamed the folder, the next step is to register the changes in the windows registry system so that Windows knows where to locate your profile folder. To do so you need to open the registry editor by clicking on ‘run’ from the start menu and typing ‘regedit’ in the ‘run’ window. This will open up the registry editor. In the registry editor navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList<br />
To make things complicated windows employes something called ‘SID’ to uniquely identify user accounts. Each user account in the windows system is allotted an unique ‘SID’. You need to know the unique ‘SID’ of the user account whose profile folder you just renamed or moved. To locate the ‘SID’ just download the following script by clicking here and run it. The script will output the unique ‘SID’ of all the accounts in the system. Just note down the SID of the account being modified, get back to the registry editor, and select the correct userid. Now in the right pane, double click on ‘ProfileImagePath’ (which stores the path to the profile folder of the username) and set the correct path to the profile folder. Our case d:\profiles\techallica. If you have just renamed your profile folder then it would be C:\Documents and Settings\newusername (assuming windows is installed in C:\)</p>
<p>3.Done: You are done now. Just close the editor, log out of windows and login back and see if you can log back in successfully (which you most probably should)</p>
]]></content:encoded>
			<wfw:commentRss>http://techallica.com/how-to-move-or-rename-your-windows-profile-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Local business [India] date bug</title>
		<link>http://techallica.com/google-local-business-india-date-bug/</link>
		<comments>http://techallica.com/google-local-business-india-date-bug/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 06:37:17 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://techallica.com/google-local-business-india-date-bug/</guid>
		<description><![CDATA[Few moments ago submitted my organization&#8217;s listing to Google [India] Local business(still in Beta).&#xA0; Located a silly bug which should have never been carried on till the beta phase. Note the &#8216;posted date&#8217; which shows Jan 1, 1970 (in the picture). Well neither Google nor me were there way back in 1970:). I guess when [...]]]></description>
			<content:encoded><![CDATA[<p>Few moments ago submitted my organization&#8217;s listing to <a href="http://local.google.co.in/">Google [India] Local business</a>(still in Beta).&#xA0; Located a silly bug which should have never been carried on till the beta phase.<span id="more-19"></span> Note the &#8216;posted date&#8217; which shows Jan 1, 1970 (in the picture). Well neither Google nor me were there way back in 1970:). I guess when you insert blank data in a date field of the database, it automatically defaults the date to be Jan 1, 1970 (if I am not wrong).</p>
<p>&#xA0;</p>
<p><a href="http://techallica.com/wp-content/uploads/2007/09/Google-Local-Business-Cente.jpg" target="_blank"><img id="id" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="335" alt="Google Bug" src="http://techallica.com/wp-content/uploads/2007/09/Google-Local-Business-Cente_thumb.jpg" width="494" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://techallica.com/google-local-business-india-date-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer : Clearing temporary internet files automatically</title>
		<link>http://techallica.com/internet-explorer-clearing-temporary-internet-files-automatically/</link>
		<comments>http://techallica.com/internet-explorer-clearing-temporary-internet-files-automatically/#comments</comments>
		<pubDate>Thu, 20 Sep 2007 05:43:16 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://techallica.com/internet-explorer-clearing-temporary-internet-files-automatically/</guid>
		<description><![CDATA[Smart way to delete your internet explorer temporary internet files automatically so that you need not manually clear the temporary internet files manually every time you finish browsing to protect your privacy]]></description>
			<content:encoded><![CDATA[<p>In my <a href="http://techallica.com/clearing-temporary-internet-files-and-cookies/">previous post</a> I described how you can <a href="http://techallica.com/clearing-temporary-internet-files-and-cookies/">clear temporary internet files to protect your privacy</a>. But doesn’t it become too much of an hassle to clear the temporary internet files manually every time you finish browsing? Yes, it does and that’s why windows offers a nifty option of automatically deleting/removing temporary internet files</p>
<p><span id="more-17"></span><br />
every time you finish a browsing session i.e. every time you close internet explorer.&nbsp; Enabling this option is quite simple and once done you need not bother anymore of clearing your temporary internet files and thus worry about breach of your privacy.
</p>
<p>Follow these simple steps: <br />Open up the internet options window from the tools menu in internet explorer, click on the advanced tab. Tick on the option which says “Empty temporary internet files folder when browser is closed” and click on ok to save settings and close the window. Now windows automatically clears temporary internet files every time you finish browsing.</p>
<p><strong>Step1: Open Internet options window of Internet Explorer</strong></p>
<p><a href="http://techallica.com/wp-content/uploads/2007/09/capture_19092007_171638.jpg" target="_blank"><img id="id" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="400" alt="Internet Options Window" src="http://techallica.com/wp-content/uploads/2007/09/capture_19092007_171638_thumb.jpg" width="354" border="0"></a></p>
<p><strong>Step 2: Click on advanced tab and you will see the following window</strong></p>
<p><a href="http://techallica.com/wp-content/uploads/2007/09/capture_19092007_171534.jpg" target="_blank"><img id="id" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="400" alt="Internet Options  advanced tab" src="http://techallica.com/wp-content/uploads/2007/09/capture_19092007_171534_thumb.jpg" width="354" border="0"></a></p>
<p><strong>Step 3: Tick on option &#8220;Empty Temporary Internet Files folder when browser is closed&#8221; then click on Ok to close the Internet options window. DONE!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://techallica.com/internet-explorer-clearing-temporary-internet-files-automatically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clearing temporary internet files and cookies</title>
		<link>http://techallica.com/clearing-temporary-internet-files-and-cookies/</link>
		<comments>http://techallica.com/clearing-temporary-internet-files-and-cookies/#comments</comments>
		<pubDate>Thu, 20 Sep 2007 03:01:00 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://techallica.com/clearing-temporary-internet-files-and-cookies/</guid>
		<description><![CDATA[Temporary internet files and cookies compromise your privacy. Anybody who has acesss to your computer can learn about your browsing habits and sites that you visit by seeing your temporary internet files and cookies. This post explains how to clear temporary internet files and delete cookies to protect your privacy]]></description>
			<content:encoded><![CDATA[<p>Every time you visit a website, part of the website like html, images etc are downloaded and stored in your hard disk. These downloaded files are called temporary internet files. Temporary internet files are stored to speed up your browsing experience. When you visit a website that you have visited already, parts of the website that have been stored as temporary internet files are loaded from your hard disk directly instead of being downloaded one more time, thus this saves time and increases your browsing performance<span id="more-18"></span>.<br />But temporary internet files have a major drawback. They are not secure, and anybody who has access to your computer can browse through your temporary internet files directory and learn about the websites you visited and your browsing habits. So, it’s important that temporary internet files must be cleared periodically to maintain privacy of your browsing habits and browsing history. </p>
<p>Cookies even though always deemed evil are harmless bits of information stored by websites on your computer. Cookies are similar in some ways to temporary internet files. Cookies usually have information like site preferences, automatic login details etc and are saved by the sites you visit into your computer. Cookies also are a big privacy concern because anybody having access to your computer can browse your cookies folder and learn about the sites you visit. Therefore clearing the cookies folder is as important as clearing the temporary internet files.&nbsp; Clearing both the temporary internet files and cookies is a simple task.</p>
<p>Open up internet explorer, On the tools menu choose internet options Under temporary internet files section, click on the &#8220;Delete Files&#8221; button, confirm your delete action (check&nbsp; “delete offline files” box also) and the internet options screen is shown again. Now click on &#8220;Delete Cookies&#8221;, on the confirmation pop up click &#8220;ok&#8221;. You will be taken back to the internet options screen, click Ok to close the screen.</p>
<p>Please be advised that it may take a while for the temporary internet files to get deleted especially if you haven’t done it before recently and there are lots of files to delete. The computer may go un-responsive for a few seconds, don’t panic, its normal.&nbsp;You have now&nbsp;successfully deleted both cookies and temporary internet files from your computer and thus compromise of privacy due to these files is no longer possible. </p>
<p><strong>Step 1: Open internet options window and click on Delete Files</strong></p>
<p><a href="http://techallica.com/wp-content/uploads/2007/09/capture_19092007_171335.jpg" target="_blank" atomicselection="true"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="396" alt="Internet options window" src="http://techallica.com/wp-content/uploads/2007/09/capture_19092007_171335_thumb.jpg" width="350" border="0"></a> </p>
<p><strong>Step 2: Confirm deletion</strong></p>
<p><a href="http://techallica.com/wp-content/uploads/2007/09/capture_19092007_171353.jpg" target="_blank" atomicselection="true"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="182" alt="Delete Files Confirm" src="http://techallica.com/wp-content/uploads/2007/09/capture_19092007_171353_thumb.jpg" width="350" border="0"></a> </p>
<p><strong>Step 3: Click on Delete Cookies button</strong></p>
<p><a href="http://techallica.com/wp-content/uploads/2007/09/capture_19092007_171423.jpg" target="_blank" atomicselection="true"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="396" alt="Delete Cookies" src="http://techallica.com/wp-content/uploads/2007/09/capture_19092007_171423_thumb.jpg" width="350" border="0"></a> </p>
<p><strong>Step 4: Confirm cookie delete</strong></p>
<p><a href="http://techallica.com/wp-content/uploads/2007/09/capture_19092007_171406.jpg" target="_blank" atomicselection="true"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="144" alt="Confirm Delete Cookies" src="http://techallica.com/wp-content/uploads/2007/09/capture_19092007_171406_thumb.jpg" width="350" border="0"></a> </p>
<p>&nbsp;</p>
<p>P.S Tired of clearing temporary internet files every time you complete browsing? There is a way of <a href="http://techallica.com/internet-explorer-clearing-temporary-internet-files-automatically/" target="_blank">deleting internet files automatically</a>, read the <a href="http://techallica.com/internet-explorer-clearing-temporary-internet-files-automatically/">next post.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://techallica.com/clearing-temporary-internet-files-and-cookies/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Clearing the visited websites history from Internet Explorer</title>
		<link>http://techallica.com/clearing-the-visited-websites-history-from-internet-explorer/</link>
		<comments>http://techallica.com/clearing-the-visited-websites-history-from-internet-explorer/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 17:01:26 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://techallica.com/clearing-the-visited-websites-history-from-internet-explorer/</guid>
		<description><![CDATA[Simple steps to clear internet websites history to protect your privacy and keep your browsing habits secret]]></description>
			<content:encoded><![CDATA[<p>Internet explorer by default stores and records all websites that you visit for a 30 day period. This websites history is easily available to all users and any user of your computer can easily see the complete list of websites that you have visited in the past does breaching your privacy.</p>
</p>
<p><span id="more-15"></span></p>
<p>To prevent such things to happen, it&#x2019;s advisable to clear the browser history on a regular basis, preferably at the end of every browsing session to maintain privacy. The only downside of deleting the browser history would be that if you forget the URL or address of the website you have visited in the past, you wouldn&#x2019;t be able to go to your browser history and easily locate it.</p>
<p>To clear websites history is straight forward process.    <br />1.&#xA0;&#xA0;&#xA0; Open up internet explorer,    <br />2.&#xA0;&#xA0;&#xA0; Once its open, in the menu, click on tools and then select Internet options    <br />3.&#xA0;&#xA0;&#xA0; Then click on clear history button.</p>
<p><a href="http://techallica.com/wp-content/uploads/2007/09/clear-internet-history.jpg"><img id="id" height="453" alt="Clear internet history internet explorer" src="http://techallica.com/wp-content/uploads/2007/09/clear-internet-history_thumb.jpg" width="400" /></a> </p>
<p>This clears your internet history. You can also adjust the number of days internet explorer maintains your browser history. By default it&#x2019;s 30 days.&#xA0; Click ok to save the changes and exit the screen. With your internet history under control, your windows privacy control is much easier.</p>
]]></content:encoded>
			<wfw:commentRss>http://techallica.com/clearing-the-visited-websites-history-from-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

