<?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/"
	>

<channel>
	<title>Sailen's Blog</title>
	<atom:link href="http://www.sailen.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sailen.com</link>
	<description>Learn, Share and Enjoy</description>
	<pubDate>Fri, 13 Nov 2009 00:18:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cron Job – Managing cron tab</title>
		<link>http://www.sailen.com/2009/11/13/cron-job-%e2%80%93-managing-cron-tab/</link>
		<comments>http://www.sailen.com/2009/11/13/cron-job-%e2%80%93-managing-cron-tab/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 23:54:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[IT]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[cron]]></category>

		<category><![CDATA[cron command]]></category>

		<category><![CDATA[cron daemon]]></category>

		<category><![CDATA[cron job]]></category>

		<category><![CDATA[cron job format]]></category>

		<category><![CDATA[cron tab]]></category>

		<category><![CDATA[linux cron job]]></category>

		<guid isPermaLink="false">http://www.sailen.com/?p=30</guid>
		<description><![CDATA[Cron is a time-based job scheduler in Unix-like computer operating systems. &#8216;cron&#8217; is short for Chronograph.
Cron enables users to schedule jobs (commands or shell scripts) to run automatically at a certain time or date. It is commonly used to perform system maintenance or administration, though its general purpose nature means that it can be used [...]]]></description>
		<wfw:commentRss>http://www.sailen.com/2009/11/13/cron-job-%e2%80%93-managing-cron-tab/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to run XAMPP or WAMPP together with IIS on Windows XP or Vista</title>
		<link>http://www.sailen.com/2009/03/07/how-to-run-xampp-or-wampp-together-with-iis-on-windows-xp-or-vista/</link>
		<comments>http://www.sailen.com/2009/03/07/how-to-run-xampp-or-wampp-together-with-iis-on-windows-xp-or-vista/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 01:12:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[IT]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Apache]]></category>

		<category><![CDATA[IIS]]></category>

		<category><![CDATA[WAMPP]]></category>

		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://www.sailen.com/?p=24</guid>
		<description><![CDATA[Looking for running both IIS and Apache server at same time on windows operating system, here is few instruction to do so:
C:\xampp\apache\conf\httpd.conf:
* Search for “Listen 80″, change to “Listen 81″
* Search for “ServerName localhost:80″, change to “ServerName localhost:81″
C:\xampp\apache\conf\extra\httpd-ssl.conf
* Search for “Listen 443″, change to “Listen 4499″
* Search for “”, change to “”
* Search for “ServerName [...]]]></description>
		<wfw:commentRss>http://www.sailen.com/2009/03/07/how-to-run-xampp-or-wampp-together-with-iis-on-windows-xp-or-vista/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to open thtml and ctp files in dreamweaver, cakePHP files</title>
		<link>http://www.sailen.com/2009/02/27/how-to-open-thtml-and-ctp-files-in-dreamweaver-cakephp-files/</link>
		<comments>http://www.sailen.com/2009/02/27/how-to-open-thtml-and-ctp-files-in-dreamweaver-cakephp-files/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 03:07:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[IT]]></category>

		<category><![CDATA[cakePHP]]></category>

		<category><![CDATA[ctp]]></category>

		<category><![CDATA[dreamweaver]]></category>

		<category><![CDATA[extensions]]></category>

		<category><![CDATA[thtml]]></category>

		<guid isPermaLink="false">http://www.sailen.com/?p=21</guid>
		<description><![CDATA[If you are using cakePHP you will find files .thtml and .ctp and to open files with extension .thtml and .ctp in Adobe Dreamweaver you need to follow these steps:




1. Open MMDocumentTypes.xml file inside folder (C:\Program Files\Macromedia\Dreamweaver MX 2004\Configuration\DocumentTypes)
2. In line 67 which has id, PHP_MySQL add thtml/ctp extension on, winfileextension=&#8221;php,php3,php4,thtml,ctp&#8221; macfileextension=&#8221;php,php3,php4,thtml,ctp&#8221;
3. Open file Extensions.txt [...]]]></description>
		<wfw:commentRss>http://www.sailen.com/2009/02/27/how-to-open-thtml-and-ctp-files-in-dreamweaver-cakephp-files/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How do I change what CTRL+ENTER does in browsers address bar?</title>
		<link>http://www.sailen.com/2009/01/22/how-do-i-change-what-ctrlenter-does-in-browsers/</link>
		<comments>http://www.sailen.com/2009/01/22/how-do-i-change-what-ctrlenter-does-in-browsers/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 02:00:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[IT]]></category>

		<category><![CDATA[Browers]]></category>

		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://www.sailen.com/?p=16</guid>
		<description><![CDATA[In IE, you can use short cut key such as Ctrl + Enter, to avoid typing www. at the initial &#038; .com at the end. just you need to type the name of the website such as &#8220;sailen&#8221; and then press ctrl+enter.




Similiarly there are different short cut keys available on firefox browser.
If you like to [...]]]></description>
		<wfw:commentRss>http://www.sailen.com/2009/01/22/how-do-i-change-what-ctrlenter-does-in-browsers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP Mail - libMail</title>
		<link>http://www.sailen.com/2008/12/30/php-mail/</link>
		<comments>http://www.sailen.com/2008/12/30/php-mail/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 04:09:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Email]]></category>

		<category><![CDATA[LibMail]]></category>

		<category><![CDATA[Mail]]></category>

		<guid isPermaLink="false">http://www.sailen.com/?p=12</guid>
		<description><![CDATA[An object oriented way to send email from a PHP program.
Some of the libMail functionalities are :
o Sending one or more file in attachment
o Specify one or many recipients in To, CC or BCC
o Format a message &#8220;ready to send&#8221; without sending it immediately
o Auto checking of email addresses syntax
o Add a receipt to the [...]]]></description>
		<wfw:commentRss>http://www.sailen.com/2008/12/30/php-mail/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to prevent SQL Injection in ASP</title>
		<link>http://www.sailen.com/2008/12/27/how-to-prevent-sql-injection-in-asp/</link>
		<comments>http://www.sailen.com/2008/12/27/how-to-prevent-sql-injection-in-asp/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 00:46:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Classic ASP]]></category>

		<category><![CDATA[ASP.Net C#]]></category>

		<category><![CDATA[SQL Injection]]></category>

		<guid isPermaLink="false">http://www.sailen.com/?p=8</guid>
		<description><![CDATA[What is SQL Injection?
SQL injection is a type of security exploit in which the attacker adds Structured Query Language (SQL) code to a Web form input box to gain access to resources or make changes to data. An SQL query is a request for some action to be performed on a database. Typically, on a [...]]]></description>
		<wfw:commentRss>http://www.sailen.com/2008/12/27/how-to-prevent-sql-injection-in-asp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to use GnuPG for e-mail using PHP</title>
		<link>http://www.sailen.com/2008/12/15/hello-world/</link>
		<comments>http://www.sailen.com/2008/12/15/hello-world/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 04:04:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[IT]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Decryption]]></category>

		<category><![CDATA[Email]]></category>

		<category><![CDATA[Encryption]]></category>

		<category><![CDATA[GNUPG]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=1</guid>
		<description><![CDATA[Download the file from GNUPG website. GnUPG can be used for comercial sites without a license.
You will need shell access, i.e. telnet or SSH. SSH is more secure. Also a linux machine and a copy of PGP installed on your machine. You will also need to generate a key pair, this consists of a public [...]]]></description>
		<wfw:commentRss>http://www.sailen.com/2008/12/15/hello-world/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
