<?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>Agnis Designers &#187; Blog</title>
	<atom:link href="http://www.agnisdesigners.com/category/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.agnisdesigners.com</link>
	<description>Website Designer Kolhapur</description>
	<lastBuildDate>Thu, 05 Jan 2012 12:30:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Protect a Contact-Form from Spam bots</title>
		<link>http://www.agnisdesigners.com/protect-a-contact-form-from-spam-bots/</link>
		<comments>http://www.agnisdesigners.com/protect-a-contact-form-from-spam-bots/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 05:23:03 +0000</pubDate>
		<dc:creator>Agnis Designers</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Tutorials]]></category>

		<guid isPermaLink="false">http://www.agnisdesigners.com/?p=167</guid>
		<description><![CDATA[When you have a Contact-Form on your site, you are having problems with spam submissions to the form. Unfortunately, spammers have programs that find forms on the web, and automatically fill them out with spam messages. The standard way out is the use of captchas. However, there are bots, that can recognize simple captchas in [...]]]></description>
		<wfw:commentRss>http://www.agnisdesigners.com/protect-a-contact-form-from-spam-bots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding And Subtracting Dates</title>
		<link>http://www.agnisdesigners.com/adding-and-subtracting-dates/</link>
		<comments>http://www.agnisdesigners.com/adding-and-subtracting-dates/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 13:06:43 +0000</pubDate>
		<dc:creator>Agnis Designers</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Date Function]]></category>
		<category><![CDATA[PHP Tutorials]]></category>

		<guid isPermaLink="false">http://www.agnisdesigners.com/?p=141</guid>
		<description><![CDATA[Here’s how you add and subtract dates from one another. For example, this simple code can calculate what the date will be 2 weeks before or after 1998-08-14 (yyyy-mm-dd). Subtracting days from a date The following example will subtract 3 days from 1998-08-14. The result will be 1998-08-11. $date = “1998-08-14″; $newdate = strtotime ( [...]]]></description>
		<wfw:commentRss>http://www.agnisdesigners.com/adding-and-subtracting-dates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Password field in MySQL database is not case sensitive</title>
		<link>http://www.agnisdesigners.com/password-field-in-mysql-database-is-not-case-sensitive/</link>
		<comments>http://www.agnisdesigners.com/password-field-in-mysql-database-is-not-case-sensitive/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 13:05:55 +0000</pubDate>
		<dc:creator>Agnis Designers</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.agnisdesigners.com/?p=139</guid>
		<description><![CDATA[Setting that field collation as Case Sensitive. By default they’re as latin1_sweedish_ci (or whatever character set you’re using) and set it without _ci. SET TABLE CHARACTER SET latin1 COLLATE latin1_general_cs The above will be latin1_general_cs = Case Sensitive.]]></description>
		<wfw:commentRss>http://www.agnisdesigners.com/password-field-in-mysql-database-is-not-case-sensitive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

