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

<channel>
	<title>ben-huddleston.com</title>
	<atom:link href="http://www.ben-huddleston.com/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>
	<pubDate>Fri, 20 Jun 2008 14:47:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
			<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>
		</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>
		</item>
		<item>
		<title>User only/protected pages in WordPress</title>
		<link>http://www.ben-huddleston.com/coding/protected-pages-in-wordpress/</link>
		<comments>http://www.ben-huddleston.com/coding/protected-pages-in-wordpress/#comments</comments>
		<pubDate>Fri, 22 Dec 2006 21:33:44 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
		
		<category><![CDATA[Coding]]></category>

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

		<guid isPermaLink="false">http://www.minc.info/?p=88</guid>
		<description><![CDATA[Here is some fairly simple code for restricting pages only to logged in users in WordPress. 
<a href="/documents/nameoftemplatepage.txt" target="_blank" title="template page example">Just give me the code</a>.
<a href="/?p=88#explain">Please explain it to me...</a>]]></description>
		<wfw:commentRss>http://www.ben-huddleston.com/coding/protected-pages-in-wordpress/feed/</wfw:commentRss>
		</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>
		</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>
		</item>
		<item>
		<title>Easy Vignette in Photoshop CS2</title>
		<link>http://www.ben-huddleston.com/personal/easy-vignette-in-photoshop-cs2/</link>
		<comments>http://www.ben-huddleston.com/personal/easy-vignette-in-photoshop-cs2/#comments</comments>
		<pubDate>Thu, 14 Sep 2006 04:16:03 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
		
		<category><![CDATA[Personal]]></category>

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

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

		<guid isPermaLink="false">http://www.minc.info/?p=70</guid>
		<description><![CDATA[<p>I&#39;ve been trying to find a decent way of making a vignette in photoshop for a while.&#160; I shoot in jpeg mode on my Canon 10D because I don&#39;t have enough memory cards to shoot in RAW all the time. Well, one of the great things about RAW files is using Adobe&#39;s Camera RAW on them.&#160; It&#39;s rather frustrating to me that I can use Adobe Lightroom or enven Apple&#39;s Aperture on jpeg files and do all the things on the jpeg files that I can on RAW files with those programs, but not with Adobe Camera RAW! It only allows you to use it on RAW files.&#160; Well, one of the things I like best about Camera RAW was the vignette feature.&#160; Well, lo and behold, I found out tonight that you can get the same thing by using Photoshop&#39;s Lens Correctionn Filter (requires Photoshop CS2).&#160; So, to make a vignette, simply go to Filters ---&#62; Distort ---&#62; Lens Correction.&#160; Play with the vignette settings until you&#39;re happy. <img src="http://www.minc.info/wp-content/plugins/editormonkey/tinymce/plugins/emotions/images/smiley-smile.gif" alt="Smile" title="Smile" />&#160; Here&#39;s a photo of the beach at False Cape State Park that I added a light vignette to.</p> <p><a href="http://www.minc.info/wp-content/uploads/2006/09/img_5926-version-2.jpg" title="img_5926-version-2.jpg"><img class="imageleft" src="http://www.minc.info/wp-content/uploads/2006/09/img_5926-version-2.jpg" alt="img_5926-version-2.jpg" width="450" height="300" /></a><br /> </p>]]></description>
		<wfw:commentRss>http://www.ben-huddleston.com/personal/easy-vignette-in-photoshop-cs2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>False Cape sunrise &#038; sunset</title>
		<link>http://www.ben-huddleston.com/personal/more-testing/</link>
		<comments>http://www.ben-huddleston.com/personal/more-testing/#comments</comments>
		<pubDate>Wed, 13 Sep 2006 15:50:41 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
		
		<category><![CDATA[Personal]]></category>

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

		<guid isPermaLink="false">http://www.minc.info/?p=65</guid>
		<description><![CDATA[<p>&#160;A few more photos of False Cape for your enjoyment.
<a href="http://www.minc.info/wp-content/uploads/2006/09/false-cape-sunrise-sat.jpg" title="false-cape-sunrise-sat.jpg"><img class="imageleft" src="http://www.minc.info/wp-content/uploads/2006/09/false-cape-sunrise-sat.jpg" alt="false-cape-sunrise-sat.jpg" width="450" height="300" /></a></p>]]></description>
		<wfw:commentRss>http://www.ben-huddleston.com/personal/more-testing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>More False Cape Pics</title>
		<link>http://www.ben-huddleston.com/personal/more-false-cape-pics/</link>
		<comments>http://www.ben-huddleston.com/personal/more-false-cape-pics/#comments</comments>
		<pubDate>Tue, 12 Sep 2006 16:23:18 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.minc.info/?p=64</guid>
		<description><![CDATA[<p>&#160;Here are a few more photos from our False Cape State Park trip.&#160; I&#39;ll probably post more at a later date, but time is low right now.</p> <p><a href="http://www.minc.info/wp-content/uploads/2006/09/false-cape-waters-edge.jpg" title="false-cape-waters-edge.jpg"><img class="imageleft" src="http://www.minc.info/wp-content/uploads/2006/09/false-cape-waters-edge.jpg" alt="false-cape-waters-edge.jpg" width="400" height="600" /></a></p>]]></description>
		<wfw:commentRss>http://www.ben-huddleston.com/personal/more-false-cape-pics/feed/</wfw:commentRss>
		</item>
		<item>
		<title>False Cape State Park</title>
		<link>http://www.ben-huddleston.com/personal/blurry/</link>
		<comments>http://www.ben-huddleston.com/personal/blurry/#comments</comments>
		<pubDate>Tue, 12 Sep 2006 14:56:21 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.minc.info/?p=43</guid>
		<description><![CDATA[<a href="http://www.minc.info/wp-content/uploads/2006/09/blurry.jpg" title="False Cape Landing Boat Dock" rel="lightbox"><img class="imageright" src="http://www.minc.info/wp-content/uploads/2006/09/blurry.jpg" alt="blurry.jpg" width="200" height="133" /></a>False Cape State Park.&#160; A photo off of one of the docks located there with some filters applied to make it a little more gloomy. My brother and I recently took a trip to False Cape State Park in Virginia (to the south of Virginia Beach).  I highly recommend it.  Here&#39;s a link to a satellite map of it: <a href="http://maps.google.com/maps?f=q&#38;hl=en&#38;q=Virginia+Beach,+VA&#38;ie=UTF8&#38;z=13&#38;ll=36.624759,-75.889435&#38;spn=0.07963,0.20153&#38;t=h&#38;om=1" title="False Cape State Park">False Cape State Park</a> and a regular Google Map <a href="http://maps.google.com/maps?f=q&#38;hl=en&#38;q=Virginia+Beach,+VA&#38;ie=UTF8&#38;om=1&#38;z=13&#38;ll=36.624759,-75.889435&#38;spn=0.07963,0.20153">False Cape State Park Map</a>.  I&#39;ll be putting up a few more photos here in the not too distant future after I&#39;ve finished processing them all.]]></description>
		<wfw:commentRss>http://www.ben-huddleston.com/personal/blurry/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Katie Couric bodybuilder?</title>
		<link>http://www.ben-huddleston.com/google-goofs/katie-couric-bodybuilder/</link>
		<comments>http://www.ben-huddleston.com/google-goofs/katie-couric-bodybuilder/#comments</comments>
		<pubDate>Mon, 11 Sep 2006 15:16:14 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
		
		<category><![CDATA[Google Goofs]]></category>

		<guid isPermaLink="false">http://www.minc.info/?p=41</guid>
		<description><![CDATA[<p>Now, the Katie Couric touched up photo for CBS was a little disturbing, but I think Google&#39;s taking it a bit far here:</p> <p><a href="http://www.minc.info/wp-content/uploads/2006/09/google-katie-couric.png" title="google-katie-couric.png"><img src="http://www.minc.info/wp-content/uploads/2006/09/google-katie-couric.png" alt="google-katie-couric.png" /></a><br /> </p>]]></description>
		<wfw:commentRss>http://www.ben-huddleston.com/google-goofs/katie-couric-bodybuilder/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
