<?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>ben-huddleston.com &#187; Coding</title>
	<atom:link href="http://www.ben-huddleston.com/category/coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ben-huddleston.com</link>
	<description>Website of Ben Huddleston - right now it's mainly a playground for testing Wordpress plugins.</description>
	<lastBuildDate>Thu, 12 Nov 2009 13:08:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>AJAX Contact Form with PHP Fallback</title>
		<link>http://www.ben-huddleston.com/coding/ajax-contact-form-with-php-fallback/</link>
		<comments>http://www.ben-huddleston.com/coding/ajax-contact-form-with-php-fallback/#comments</comments>
		<pubDate>Fri, 06 Apr 2007 04:03:01 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.minc.info/?p=106</guid>
		<description><![CDATA[First off, the large portion of the code for this little script was written by other folks, so let me give a shout out to them.&#160; I used the FormProcessor.class.php file from Simon Willison&#39;s excellent &#34;Easier form validation with PHP &#34; script which I modified slightly (modified file available here: http://www.minc.info/ajaxcontact/FormProcessor.class.phps ). The javascript pre-validation [...]]]></description>
		<wfw:commentRss>http://www.ben-huddleston.com/coding/ajax-contact-form-with-php-fallback/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>User only/protected pages in WordPress</title>
		<link>http://www.ben-huddleston.com/coding/user-onlyprotected-pages-in-wordpress-2/</link>
		<comments>http://www.ben-huddleston.com/coding/user-onlyprotected-pages-in-wordpress-2/#comments</comments>
		<pubDate>Fri, 06 Apr 2007 03:53:21 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.redwingstudio.com/2007/04/05/user-onlyprotected-pages-in-wordpress-2/</guid>
		<description><![CDATA[Here is some fairly simple code for restricting pages only to logged in users in WordPress. Just give me the code &#124; 

First, you have to set up a template for the page.  You create templates for pages by adding some code at the top of the page, like so:
&#60; ? php /* Template [...]]]></description>
		<wfw:commentRss>http://www.ben-huddleston.com/coding/user-onlyprotected-pages-in-wordpress-2/feed/</wfw:commentRss>
		<slash:comments>59</slash:comments>
		</item>
		<item>
		<title>PHP Contact Form with Javascript and PHP Form Validation</title>
		<link>http://www.ben-huddleston.com/coding/php-contact-form-with-javascript-and-form-validation/</link>
		<comments>http://www.ben-huddleston.com/coding/php-contact-form-with-javascript-and-form-validation/#comments</comments>
		<pubDate>Mon, 26 Feb 2007 20:03:34 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.minc.info/?p=105</guid>
		<description><![CDATA[I&#39;ve recently melded a few things together to create a better contact form with two types of validation. Pre-validation occurs with javascript as the user enters data so users have an indication that they have input invalid data.&#160; The second validation occurs via PHP on submission of the form.&#160; You can check it out here: [...]]]></description>
		<wfw:commentRss>http://www.ben-huddleston.com/coding/php-contact-form-with-javascript-and-form-validation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>css menu update</title>
		<link>http://www.ben-huddleston.com/web-design/css-menu-update/</link>
		<comments>http://www.ben-huddleston.com/web-design/css-menu-update/#comments</comments>
		<pubDate>Sat, 14 Oct 2006 17:52:34 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.minc.info/?p=78</guid>
		<description><![CDATA[I've worked out most of the kinks in this css menu below.  You can see an example of it here. It now works in Internet Explorer.  I've tested for IE 6, 7, and 5.5.  Opera works fine except there's a weird flicker on the hover that I have to work out.  Camino and Firefox work great.  Netscape adds some horizontal scroll bars that I need to figure out how to get rid of.  Safari, well, safari just crashes when it hits the page which I have yet to figure out why.  Hopefully I will soon.

There's another way of doing this as well.  I took a drop-line menu from Stu Nichol's excellent CSS Play site and altered it to work as a flyup menu. Click here to see it in action.  The original menu at CSS play can be found here .  Unfortunately, for the project I was working on, the above code from CSS Play could not be used because the CMS I was working with did not allow for the insertion of the extra table elements necessary for IE to work properly.  I had already hacked out my version before I discovered the one at CSS Play.  ]]></description>
		<wfw:commentRss>http://www.ben-huddleston.com/web-design/css-menu-update/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>css menu</title>
		<link>http://www.ben-huddleston.com/web-design/css-menu/</link>
		<comments>http://www.ben-huddleston.com/web-design/css-menu/#comments</comments>
		<pubDate>Fri, 15 Sep 2006 18:58:35 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.minc.info/?p=72</guid>
		<description><![CDATA[<p>I&#39;ve been working on a new type of css menu. Basically, it&#39;s a drop down menu, except the submenu shows up above the main area as a bar.&#160; To really get an idea of what I&#39;m talking about, take a look at the demo page.&#160; It currently works in Firefox, Opera, Safari (still debugging this a bit).&#160; IE has a way to go before it&#39;s completely operational.</p> <p><a href="/menu/" target="_blank">Demo </a></p> <p><a href="http://www.minc.info/wp-content/uploads/2006/09/menu.png" title="menu.png"><img class="imageleft" src="http://www.minc.info/wp-content/uploads/2006/09/menu.png" alt="menu.png" width="450" height="79" /></a><br /> </p>]]></description>
		<wfw:commentRss>http://www.ben-huddleston.com/web-design/css-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New WordPress admin design</title>
		<link>http://www.ben-huddleston.com/personal/new-wordpress-admin-design/</link>
		<comments>http://www.ben-huddleston.com/personal/new-wordpress-admin-design/#comments</comments>
		<pubDate>Sat, 09 Sep 2006 20:53:13 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.minc.info/?p=33</guid>
		<description><![CDATA[<p>Just some pics of a new WordPress admin design I&#39;ve been working on.&#160; Not a complete step away from the norm, but I thought it would be fun to do soemething just a little bit different.</p> <p><a href="http://www.minc.info/wp-content/uploads/2006/09/wp-design1.png" title="1" rel="lightbox[wpadmin]"><img class="imageleft" src="http://www.minc.info/wp-content/uploads/2006/09/wp-design1.png" alt="1" width="200" height="171" /></a></p>]]></description>
		<wfw:commentRss>http://www.ben-huddleston.com/personal/new-wordpress-admin-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>new stuff</title>
		<link>http://www.ben-huddleston.com/coding/new-stuff/</link>
		<comments>http://www.ben-huddleston.com/coding/new-stuff/#comments</comments>
		<pubDate>Mon, 27 Feb 2006 00:03:41 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.minc.info/?p=12</guid>
		<description><![CDATA[
i&#8217;m trying out a new software called marsedit.  it so i can post to this blog without actually logging into the admin area.  we&#8217;ll see how it goes.  looks pretty sweet so far.  like writing email, only writing to the blog.  just took a screenshot of it&#8230;but having trouble uploading [...]]]></description>
		<wfw:commentRss>http://www.ben-huddleston.com/coding/new-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
