<?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>Blankfield.net &#187; PHP</title>
	<atom:link href="http://blankfield.net/category/web-development/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blankfield.net</link>
	<description>Web Development » Photography » Portsmouth, NH</description>
	<lastBuildDate>Sat, 17 Sep 2011 12:27:57 +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>Better Password Storage</title>
		<link>http://blankfield.net/better-password-storage/</link>
		<comments>http://blankfield.net/better-password-storage/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 19:10:32 +0000</pubDate>
		<dc:creator>discern</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blankfield.net/?p=636</guid>
		<description><![CDATA[Using proper password storage techniques for user authentication systems in web applications, such as encouraging the use of strong passwords, properly salting and hashing passwords, and limiting the number of log in attempts can help ensure that your application remains secure for as many users as possible.]]></description>
		<wfw:commentRss>http://blankfield.net/better-password-storage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sessions and WordPress</title>
		<link>http://blankfield.net/sessions-and-wordpress/</link>
		<comments>http://blankfield.net/sessions-and-wordpress/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 19:50:55 +0000</pubDate>
		<dc:creator>discern</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blankfield.net/?p=716</guid>
		<description><![CDATA[I find it strange that sessions will sometimes work in WordPress if session_start() is called in the theme&#8217;s header file, but won&#8217;t work in other cases. Some have suggested placing session_start() in the wp-config.php file, since this file is included well before anything is sent to the browser; however, the unlikely possibility exists that the [...]]]></description>
		<wfw:commentRss>http://blankfield.net/sessions-and-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Password Security</title>
		<link>http://blankfield.net/online-password-security/</link>
		<comments>http://blankfield.net/online-password-security/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 18:07:14 +0000</pubDate>
		<dc:creator>discern</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blankfield.net/?p=646</guid>
		<description><![CDATA[Email accounts, blogs and social networking sites are all prone to crackers attempting to exploit users and their data. This post explores some ways to create strong passwords or passphrases to protect against these attackers, and a few tips on how to manage these stronger passwords.]]></description>
		<wfw:commentRss>http://blankfield.net/online-password-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vermont Citizens</title>
		<link>http://blankfield.net/southern-vermont-citizens-for-environmental-conservation-and-sustainable-energy/</link>
		<comments>http://blankfield.net/southern-vermont-citizens-for-environmental-conservation-and-sustainable-energy/#comments</comments>
		<pubDate>Mon, 27 Dec 2010 15:39:54 +0000</pubDate>
		<dc:creator>discern</dc:creator>
				<category><![CDATA[Environment]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blankfield.net/?p=678</guid>
		<description><![CDATA[Not unlike the Bennington-Berkshire Citizens Coalition, this group of folks are opposed to the proposed biomass plant in Pownal, Vermont. They liked the other website I built, and asked me to create for them a simple website whose purpose is to encourage people concerned about the plant to sign up and become a member. So, [...]]]></description>
		<wfw:commentRss>http://blankfield.net/southern-vermont-citizens-for-environmental-conservation-and-sustainable-energy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Better forms without CAPTCHA</title>
		<link>http://blankfield.net/better-forms-without-captcha/</link>
		<comments>http://blankfield.net/better-forms-without-captcha/#comments</comments>
		<pubDate>Fri, 03 Dec 2010 19:04:20 +0000</pubDate>
		<dc:creator>discern</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blankfield.net/?p=623</guid>
		<description><![CDATA[Constantly walking the fine line between usable forms and preventing form spam, I decided to tackle, once and for all, the deluge of junk being sent via the contact forms and other HTML forms on some of the websites I&#8217;ve built. I’d like to share with you something that seems to be working for me, [...]]]></description>
		<wfw:commentRss>http://blankfield.net/better-forms-without-captcha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hide your password-protected WordPress posts</title>
		<link>http://blankfield.net/hide-your-password-protected-posts/</link>
		<comments>http://blankfield.net/hide-your-password-protected-posts/#comments</comments>
		<pubDate>Sun, 09 May 2010 14:13:56 +0000</pubDate>
		<dc:creator>discern</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[protected]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blankfield.net/?p=347</guid>
		<description><![CDATA[Learn how to create a list of your most recent WordPress posts, without showing those posts you have protected with a password.]]></description>
		<wfw:commentRss>http://blankfield.net/hide-your-password-protected-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add ‘Upcoming Events’ to your WordPress Blog</title>
		<link>http://blankfield.net/upcoming-events-in-wordpress-blog/</link>
		<comments>http://blankfield.net/upcoming-events-in-wordpress-blog/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 16:01:09 +0000</pubDate>
		<dc:creator>discern</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blankfield.net/?p=16</guid>
		<description><![CDATA[How to integrate upcoming events into your WordPress-powered blog, alongside your published posts.]]></description>
		<wfw:commentRss>http://blankfield.net/upcoming-events-in-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Marina Sales</title>
		<link>http://blankfield.net/marina-sales/</link>
		<comments>http://blankfield.net/marina-sales/#comments</comments>
		<pubDate>Mon, 27 Feb 2006 15:42:39 +0000</pubDate>
		<dc:creator>discern</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blankfield.net/?p=212</guid>
		<description><![CDATA[Marina Sales offers professional services involving marinas for sale, as well as boatyards and other waterfront businesses for sale. MarinaSales has extensive experience with marine business valuations, listings, marketing, positioning and all aspects of the sale of the business while exercising a high level of integrity and confidentiality. In 2006, I built the site, including [...]]]></description>
		<wfw:commentRss>http://blankfield.net/marina-sales/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gulf of Maine Cod Project</title>
		<link>http://blankfield.net/gulf-of-maine-cod-project/</link>
		<comments>http://blankfield.net/gulf-of-maine-cod-project/#comments</comments>
		<pubDate>Mon, 07 Mar 2005 16:00:54 +0000</pubDate>
		<dc:creator>discern</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://blankfield.net/?p=184</guid>
		<description><![CDATA[The Gulf of Maine Cod Project is a multi-year research project based at the University of New Hampshire that utilizes historical documents and archeological data to document long-term changes in the marine environment and to establish biological indicators and population trends for fishes in the Northwest Atlantic region. Initially hired to build a database-driven application [...]]]></description>
		<wfw:commentRss>http://blankfield.net/gulf-of-maine-cod-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

