<?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>TechiePark &#187; Tutorials</title>
	<atom:link href="http://www.techiepark.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techiepark.com</link>
	<description>everything about web technologies</description>
	<lastBuildDate>Sat, 17 Jul 2010 09:08:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to send a copy of every email to a given email address in postfix</title>
		<link>http://www.techiepark.com/tutorials/how-to-send-a-copy-of-every-email-to-a-given-email-address-in-postfix/</link>
		<comments>http://www.techiepark.com/tutorials/how-to-send-a-copy-of-every-email-to-a-given-email-address-in-postfix/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 09:08:39 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Postfix]]></category>

		<guid isPermaLink="false">http://www.techiepark.com/?p=963</guid>
		<description><![CDATA[Recently, I wanted to send a copy of every email of particular person to a given email address using postfix. I was looking for solution in Postfix documents and i found simple way to do this using &#8211; Automatic BCC recipients. To achieve this Postfix provides three mechanisms: 1. always_bcc = address Deliver a copy [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/how-to-send-a-copy-of-every-email-to-a-given-email-address-in-postfix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to reset Firefox address bar default search engine</title>
		<link>http://www.techiepark.com/browser/how-to-reset-firefox-address-bar-default-search-engine/</link>
		<comments>http://www.techiepark.com/browser/how-to-reset-firefox-address-bar-default-search-engine/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 17:13:44 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[firebox]]></category>

		<guid isPermaLink="false">http://www.techiepark.com/?p=929</guid>
		<description><![CDATA[Recently, I downloaded eSnips Downloader to download few mp3s.  After installing it, esnips changed all my firefox and IE7 settings &#8211; home page,  address bar search engine, right top search engine. I tried uninstalling, it just removed right top search engine. After searching in google for a solution,  I found a simple way to reset [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/browser/how-to-reset-firefox-address-bar-default-search-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to increase Inbox folder size in Outlook express</title>
		<link>http://www.techiepark.com/tutorials/how-to-increase-inbox-folder-size-in-outlook-express/</link>
		<comments>http://www.techiepark.com/tutorials/how-to-increase-inbox-folder-size-in-outlook-express/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 09:06:53 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[outlook express 6]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.techiepark.com/?p=904</guid>
		<description><![CDATA[Hi, I&#8217;m using Outlook Express 6 as a Email Client on Windows XP. Suddenly, whenever I attempted to start Outlook Express and open INBOX folder, the following error message was displayed: Folder could not be displayed. Outlook express could not open this folder. Possible causes are: Low disk space. Low memory. So, I googled about [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/how-to-increase-inbox-folder-size-in-outlook-express/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to block ip address on Fedora/Linux using iptables?</title>
		<link>http://www.techiepark.com/tutorials/how-to-block-ip-address-on-fedoralinux-using-iptables/</link>
		<comments>http://www.techiepark.com/tutorials/how-to-block-ip-address-on-fedoralinux-using-iptables/#comments</comments>
		<pubDate>Thu, 20 May 2010 06:46:54 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[sshd]]></category>

		<guid isPermaLink="false">http://www.techiepark.com/?p=849</guid>
		<description><![CDATA[Today, I was looking at fedora server logs and discovered that lots of failed automated ssh hacking attempts on various ports. So, to block these IP addresses, googled and found lots of resources on this topic. I thought to keep a log about this. I already did some configuration with hosts.allow and hosts.deny which you [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/how-to-block-ip-address-on-fedoralinux-using-iptables/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to create zip file archives in PHP and serve for download</title>
		<link>http://www.techiepark.com/tutorials/how-to-create-zip-file-archives-in-php-and-serve-for-download/</link>
		<comments>http://www.techiepark.com/tutorials/how-to-create-zip-file-archives-in-php-and-serve-for-download/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 11:08:02 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.techiepark.com/?p=830</guid>
		<description><![CDATA[Creating dynamically zip file archives in PHP is very easy. I wanted to give an option in a client site after uploading files, they can download all the uploaded files. Instead of giving an option to download one by one, i was looking for an option to create zip file and give an option to [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/how-to-create-zip-file-archives-in-php-and-serve-for-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blocking SPAM using Postfix header_checks and SpamAssassin</title>
		<link>http://www.techiepark.com/tutorials/blocking-spam-using-postfix-header_checks-and-spamassassin/</link>
		<comments>http://www.techiepark.com/tutorials/blocking-spam-using-postfix-header_checks-and-spamassassin/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 12:03:16 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Postfix]]></category>
		<category><![CDATA[Spamassassin]]></category>

		<guid isPermaLink="false">http://www.techiepark.com/?p=783</guid>
		<description><![CDATA[We have dedicated server with Godaddy running Postfix as a mail sever and SpamAssassin as a mail filter. There are some contact mails specified on our websites, which were getting 1000&#8242;s of spam mails daily. SpamAssassin is active on our server but it was just adding extra [SPAM] in the subject of the emails. I [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/blocking-spam-using-postfix-header_checks-and-spamassassin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to enable GZIP Compression in Apache Server to Speed up Website</title>
		<link>http://www.techiepark.com/tutorials/how-to-enable-gzip-compression-in-apache-server-to-speed-up-website/</link>
		<comments>http://www.techiepark.com/tutorials/how-to-enable-gzip-compression-in-apache-server-to-speed-up-website/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 09:56:54 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[gzip compression]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[mod_deflate]]></category>
		<category><![CDATA[speed up website]]></category>

		<guid isPermaLink="false">http://www.techiepark.com/?p=736</guid>
		<description><![CDATA[Compression is a simple and effective way to speed up your site. Modern browsers supports gzip compressed content and are capable of uncompressing gzip data into plain text. The gzip module configuration depends on your Apache Server version: Apache 1.3 uses mod_gzip while Apache 2.x uses mod_deflate. mod_gzip configuration for Apache 1.3.x: &#60;IfModule mod_gzip.c&#62; mod_gzip_on [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/how-to-enable-gzip-compression-in-apache-server-to-speed-up-website/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The worlds fastest way to access Outlook</title>
		<link>http://www.techiepark.com/tutorials/the-worlds-fastest-way-to-access-outlook/</link>
		<comments>http://www.techiepark.com/tutorials/the-worlds-fastest-way-to-access-outlook/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 11:21:56 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://www.techiepark.com/?p=606</guid>
		<description><![CDATA[What will seem familiar is the need to access information very quickly – often with just a few minutes to spare. The problem we face is that the notebook PCs on which that information is stored may take that much time or more just to boot up and launch the applications you need to get [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/the-worlds-fastest-way-to-access-outlook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Add &#8211; Remove the WWW Prefix from Domain Name Using .htaccess</title>
		<link>http://www.techiepark.com/tutorials/how-to-add-remove-the-www-prefix-from-domain-name-using-htaccess/</link>
		<comments>http://www.techiepark.com/tutorials/how-to-add-remove-the-www-prefix-from-domain-name-using-htaccess/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 10:46:44 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[httpd]]></category>

		<guid isPermaLink="false">http://www.techiepark.com/?p=567</guid>
		<description><![CDATA[To avoid duplicate content problem with search engines, you have to redirect all pages to one common URL. This you can achieve using mod_rewrite of apache and .htaccess. To redirect any URL starting with www.domain.tld to domain.tld, you have to add the following code to .htaccess file. Do a 301 redirect for all http requests [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/how-to-add-remove-the-www-prefix-from-domain-name-using-htaccess/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Send emails using PHPMailer and GMail</title>
		<link>http://www.techiepark.com/tutorials/send-emails-using-phpmailer-and-gmail/</link>
		<comments>http://www.techiepark.com/tutorials/send-emails-using-phpmailer-and-gmail/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 19:38:00 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[phpmailer]]></category>

		<guid isPermaLink="false">http://laxmangunjikar.wordpress.com/2008/01/07/send-emails-using-phpmailer-and-gmail/</guid>
		<description><![CDATA[Sending emails using PHPMailer v5.0.0 and GMail Requirements: 1 : PHPMailer v5.0.0 and above 2 : GMail account Download the PHPMailer v5.0.0 and above from http://sourceforge.net/project/showfiles.php?group_id=26031&#038;package_id=252700 Now create a file you can call mail.php on your system and open it with your favorite text editor. Paste below code into it and save. &#60;?php date_default_timezone_set(&#8216;Asia/Calcutta&#8217;); // [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/send-emails-using-phpmailer-and-gmail/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>
