<?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>bbellx</title>
	<atom:link href="http://bbellx.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://bbellx.com</link>
	<description>Brian Bell online</description>
	<lastBuildDate>Sun, 25 Sep 2011 20:39:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Fixing HTTP Error for WordPress Flash Image Uploader for Sites Using Basic HTTP Authentication</title>
		<link>http://bbellx.com/2011/09/25/fixing-http-error-for-wordpress-flash-image-uploader-for-sites-using-basic-http-authentication/</link>
		<comments>http://bbellx.com/2011/09/25/fixing-http-error-for-wordpress-flash-image-uploader-for-sites-using-basic-http-authentication/#comments</comments>
		<pubDate>Sun, 25 Sep 2011 20:34:54 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[HTTP Authentication]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Image Uploader]]></category>

		<guid isPermaLink="false">http://bbellx.com/?p=410</guid>
		<description><![CDATA[Using basic HTTP authentication is a simple way to password protect your website. However, using that type of authentication can cause errors while trying to upload images from the WordPress admin. If you&#8217;re seeing this error while trying to upload &#8230; <a href="http://bbellx.com/2011/09/25/fixing-http-error-for-wordpress-flash-image-uploader-for-sites-using-basic-http-authentication/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Using basic HTTP authentication is a simple way to password protect your website. However, using that type of authentication can cause errors while trying to upload images from the WordPress admin. If you&#8217;re seeing this error while trying to upload media to the WordPress Media Library:</p>
<p><a rel="attachment wp-att-411" href="http://bbellx.com/2011/09/25/fixing-http-error-for-wordpress-flash-image-uploader-for-sites-using-basic-http-authentication/wp_http_error/"><img class="alignnone size-medium wp-image-411" title="wp_http_error" src="http://bbellx.com/wp-content/uploads/2011/09/wp_http_error-567x269.png" alt="" width="567" height="269" /></a></p>
<p>AND, you&#8217;re using basic HTTP Authentication for access to your WordPress site, the following code should fix the HTTP Error.</p>
<p>1. Add a <code>.htaccess</code> file inside your <code>wp-admin</code> folder.</p>
<p>2. Add the following code to that <code>.htaccess</code> file:</p>
<pre>AuthType Basic
AuthName share
Satisfy Any
Order deny,allow
Allow from all

&lt;IfModule mod_security.c&gt;
&lt;Files async-upload.php&gt;
SecFilterEngine Off
SecFilterScanPOST Off
&lt;/Files&gt;
&lt;/IfModule&gt;</pre>
<p>If you are still having issues after using this code, there may be other things going wrong, such as incorrect permissions on your <code>uploads</code> folder or an incorrect media path set in your Media Settings.</p>
]]></content:encoded>
			<wfw:commentRss>http://bbellx.com/2011/09/25/fixing-http-error-for-wordpress-flash-image-uploader-for-sites-using-basic-http-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3 Resources</title>
		<link>http://bbellx.com/2011/09/24/css3-resources/</link>
		<comments>http://bbellx.com/2011/09/24/css3-resources/#comments</comments>
		<pubDate>Sat, 24 Sep 2011 20:39:39 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://bbellx.com/?p=399</guid>
		<description><![CDATA[Here&#8217;s an ongoing list of CSS3 resources: CSS3 Generators: CSS3 Please rule generator (Paul Irish) - http://css3please.com/ CSS3 generator - http://www.css3generator.com/ CSS3 gradient generator - http://gradients.glrzad.com/ CSS3 transform generator (other property generators on this site as well) - http://westciv.com/tools/transforms/index.html CSS Shapes Shapes with CSS &#8230; <a href="http://bbellx.com/2011/09/24/css3-resources/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an ongoing list of CSS3 resources:</p>
<h3>CSS3 Generators:</h3>
<ul class="bullets">
<li>CSS3 Please rule generator (Paul Irish) - <a title="CSS3 Please rule generator" href="http://css3please.com/" target="_blank">http://css3please.com/</a></li>
<li>CSS3 generator - <a title="CSS3 Generator" href="http://www.css3generator.com/" target="_blank">http://www.css3generator.com/</a></li>
<li>CSS3 gradient generator - <a title="CSS3 Gradient Generator" href="http://gradients.glrzad.com/" target="_blank">http://gradients.glrzad.com/</a></li>
<li>CSS3 transform generator (other property generators on this site as well) - <a title="CSS3 Transform Generator" href="http://westciv.com/tools/transforms/index.html" target="_blank">http://westciv.com/tools/transforms/index.html</a></li>
</ul>
<h3>CSS Shapes</h3>
<ul class="bullets">
<li>Shapes with CSS &#8211; <a title="CSS Shapes" href="http://css-tricks.com/examples/ShapesOfCSS/">http://css-tricks.com/examples/ShapesOfCSS/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://bbellx.com/2011/09/24/css3-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2011 The Tour de France Live Streaming</title>
		<link>http://bbellx.com/2011/07/08/2011-the-tour-de-france-live-streaming/</link>
		<comments>http://bbellx.com/2011/07/08/2011-the-tour-de-france-live-streaming/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 14:15:00 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://bbellx.com/?p=389</guid>
		<description><![CDATA[To watch the tour live check out steephill.tv]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.steephill.tv/tour-de-france/#live"><img class="alignnone size-medium wp-image-390" title="Tour de France" src="http://bbellx.com/wp-content/uploads/2011/07/tour-de-france-logo-567x483.png" alt="Tour de France Logo" width="567" height="483" /></a></p>
<p>To watch the tour live check out <a title="steephill.tv Live Streaming of The Tour de France" href="http://www.steephill.tv/tour-de-france/#live" target="_blank">steephill.tv</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bbellx.com/2011/07/08/2011-the-tour-de-france-live-streaming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 Resources</title>
		<link>http://bbellx.com/2011/07/07/html5-resources/</link>
		<comments>http://bbellx.com/2011/07/07/html5-resources/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 23:13:52 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Development Resources]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Lint]]></category>
		<category><![CDATA[Validators]]></category>

		<guid isPermaLink="false">http://bbellx.com/?p=346</guid>
		<description><![CDATA[This is mostly for personal reference, but here is an ongoing list of HTML5 resources, tutorials, samples, tools, validators and resources. Please let me know if you would like anything added to this list. Enjoy! HTML5 Documentation: Differences between HTML4 &#8230; <a href="http://bbellx.com/2011/07/07/html5-resources/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is mostly for personal reference, but here is an ongoing list of HTML5 resources, tutorials, samples, tools, validators and resources. Please let me know if you would like anything added to this list. Enjoy!</p>
<h3>HTML5 Documentation:</h3>
<ul class="bullets">
<li>Differences between HTML4 and HTML5 &#8211; <a title="HTML4 and HTML5 differences" href="http://dev.w3.org/html5/html4-differences/" target="_blank">http://dev.w3.org/html5/html4-differences/</a></li>
<li>WHATWG and HTML5 FAQ - <a title="Web Hypertext Application Technology Working Group" href="http://wiki.whatwg.org/wiki/FAQ" target="_blank">http://wiki.whatwg.org/wiki/FAQ</a></li>
<li>WHATWG web developer-friendly spec - <a title="WHATWG Web Developer Spec" href="http://developers.whatwg.org/" target="_blank">http://developers.whatwg.org/</a></li>
<li>Dive into HTML5, specific HTML5 feature esamples - <a title="Dive into HTML5" href="http://diveintohtml5.org/" target="_blank">http://diveintohtml5.org/</a></li>
<li>HTML5 editor&#8217;s spec overview - <a title="HTML5 Spec Overview" href="http://dev.w3.org/html5/spec/Overview.html" target="_blank">http://dev.w3.org/html5/spec/Overview.html</a></li>
<li>Latest HTML5 published version - <a title="Latest Published HTML5 Spec" href="http://www.w3.org/TR/html5/" target="_blank">http://www.w3.org/TR/html5/</a></li>
<li>HTML5 Spec, web author edition - <a title="HTML5 Spec, Web Author Edition" href="http://www.w3.org/TR/html5/author/" target="_blank">http://www.w3.org/TR/html5/author/</a></li>
<li>HTML5 tag reference - <a title="HTML5 tag reference" href="http://www.w3schools.com/html5/html5_reference.asp" target="_blank">http://www.w3schools.com/html5/html5_reference.asp</a></li>
<li>HTML5 doctor (implementation help) - <a title="HTML5 Doctor" href="http://html5doctor.com/" target="_blank">http://html5doctor.com/</a></li>
<li>Mozilla Gecko engine HTML5 support (Firefox) - <a title="Mozilla Gecko engine HTML5 support" href="https://developer.mozilla.org/en/html/html5" target="_blank">https://developer.mozilla.org/en/html/html5</a></li>
<li>HTML5 pocketbook reference - <a title="HTML5 Pocketbook" href="http://adactio.com/extras/pocketbooks/html5/" target="_blank">http://adactio.com/extras/pocketbooks/html5/</a></li>
</ul>
<h3>HTML5 Tutorials:</h3>
<ul class="bullets">
<li>W3Schools HTML5 tutorial - <a title="HTML5 Tutorial W3Schools" href="https://developer.mozilla.org/en/html/html5" target="_blank">https://developer.mozilla.org/en/html/html5</a></li>
<li>HTML5 preview (structural example) - <a title="A Preview of HTML5" href="http://www.alistapart.com/articles/previewofhtml5" target="_blank">http://www.alistapart.com/articles/previewofhtml5</a></li>
<li>HTML5 tutorials and related topics - <a title="HTML5 Tutorials" href="http://html5tutorial.net/" target="_blank">http://html5tutorial.net/</a></li>
<li>HTML5 canvas tutorials - <a title="HTML5 Canvas Tutorials" href="http://www.html5canvastutorials.com/" target="_blank">http://www.html5canvastutorials.com/</a></li>
<li>HTML5 video tutorials lynda.com - <a title="lynda.com HTML5 video tutorials" href="http://www.lynda.com/HTML-5-tutorials/html5-first-look/67161-2.html" target="_blank">http://www.lynda.com/HTML-5-tutorials/html5-first-look/67161-2.html</a></li>
<li>HTML5 Unleashed: Tips, Tricks &amp; Techniques - <a title="HTML5 Unleashed: Tools, Tips and Techniques" href="http://www.w3avenue.com/2010/05/07/html5-unleashed-tips-tricks-and-techniques/" target="_blank">http://www.w3avenue.com/2010/05/07/html5-unleashed-tips-tricks-and-techniques/</a></li>
</ul>
<h3>HTML5 Samples:</h3>
<ul class="bullets">
<li>HTML5 Rocks: code playground, sample portfolio, tutorials - <a title="HTML5 Rocks Samples" href="http://www.html5rocks.com/en/" target="_blank">http://www.html5rocks.com/en/</a></li>
<li>HTML5 demos and examples - <a title="HTML5 Demos and Examples" href="http://html5demos.com/" target="_blank">http://html5demos.com/</a></li>
<li>Apple HTML5/CSS3 demos (view in latest version of Safari) - <a title="Apple HTML5/CSS3 Demos" href="http://www.apple.com/html5/" target="_blank">http://www.apple.com/html5/</a></li>
<li>HTML5 showcase - <a title="HTML5 Showcase" href="http://html5gallery.com/">http://html5gallery.com/</a></li>
<li>Mozilla HTML5 dashboard - <a title="Mozilla HTML5 Dashboard" href="https://mozillademos.org/demos/dashboard/demo.html" target="_blank">https://mozillademos.org/demos/dashboard/demo.html</a></li>
<li>HTML5 games portfolio - <a title="HTML5 Games" href="http://html5games.com/" target="_blank">http://html5games.com/</a></li>
<li>Classic game: Helicopter - <a title="HTML5 Helicopter game" href="http://arandomurl.com/2010/08/05/html5-helicopter.html" target="_blank">http://arandomurl.com/2010/08/05/html5-helicopter.html</a></li>
</ul>
<h3>HTML5 Tools:</h3>
<ul class="bullets">
<li>Test your browser&#8217;s HTML5 support - <a title="Browser HTML5 Support" href="http://html5test.com/" target="_blank">http://html5test.com/</a></li>
<li>The HTML5 boilerplate (a codebase for HTML5 projects) - <a title="HTML5 Boilerplate" href="http://html5boilerplate.com/" target="_blank">http://html5boilerplate.com/</a></li>
<li>HTML5 and CSS3 readiness (up to date browser support) - <a title="HTML5 and CSS3 Readiness Browser Support" href="http://html5readiness.com/" target="_blank">http://html5readiness.com/</a></li>
<li>HTML5 reset tools - <a title="HTML5 Rest Tools" href="http://html5reset.org/" target="_blank">http://html5reset.org/</a></li>
<li>Using HTML5 in mobile web development - <a title="Mobile HTML5" href="http://www.mobilehtml5.com/" target="_blank">http://www.mobilehtml5.com/</a></li>
<li>HTML5 browser support for various features - <a title="HTML5 Browser Support" href="http://findmebyip.com/litmus/" target="_blank">http://findmebyip.com/litmus/</a></li>
<li>HTML5 accessibility resources (assistive technology access) - <a title="HTML5 Accessibility" href="http://html5accessibility.com/" target="_blank">http://html5accessibility.com/</a></li>
<li>HTML5 Initializr, start an HTML5 project in 15 seconds - <a title="Initializr, start your HTML5 project in 15 seconds" href="http://initializr.com/" target="_blank">http://initializr.com/</a></li>
<li>HTML5 security cheatsheet - <a title="HTML5 Security Cheatsheet" href="http://html5sec.org/" target="_blank">http://html5sec.org/</a></li>
<li>Improving your froms with HTML5 - <a title="Improving your forms with HTML5" href="http://dev.opera.com/articles/view/improve-your-forms-using-html5/" target="_blank">http://dev.opera.com/articles/view/improve-your-forms-using-html5/</a></li>
<li>HTML5 canvas cheat sheet - <a title="HTML5 Canvas Cheat Sheet" href="http://simon.html5.org/dump/html5-canvas-cheat-sheet.html" target="_blank">http://simon.html5.org/dump/html5-canvas-cheat-sheet.html</a></li>
<li>HTML5shiv - <a title="HTML5shiv" href="http://code.google.com/p/html5shiv/" target="_blank">http://code.google.com/p/html5shiv/</a></li>
<li>HTML5 video comparison - <a title="HTML5 video comparison" href="http://praegnanz.de/html5video/" target="_blank">http://praegnanz.de/html5video/</a></li>
<li>Paul Irish HTML5 boilerplate - <a title="Paul Irish HTML5 Boilerplate" href="https://github.com/paulirish/html5-boilerplate" target="_blank">https://github.com/paulirish/html5-boilerplate</a></li>
<li>MediaElements.js HTML5 video - <a title="MediaElements.js HTML5 video script" href="http://mediaelementjs.com/" target="_blank">http://mediaelementjs.com/</a></li>
<li>HTML5 authoring tools - <a title="HTML5 Authoring Tools" href="http://www.html5trends.com/best-of/6-html5-authoring-tools/" target="_blank">http://www.html5trends.com/best-of/6-html5-authoring-tools/</a></li>
<li>HTML5 form additions - <a title="HTML5 forms" href="http://thinkvitamin.com/code/fun-with-html5-forms/" target="_blank">http://thinkvitamin.com/code/fun-with-html5-forms/</a></li>
<li>HTML5 Cheatsheet - <a title="HTML5 Cheatsheet" href="http://woork.blogspot.com/2009/09/html-5-visual-cheat-sheet-by-woork.html" target="_blank">http://woork.blogspot.com/2009/09/html-5-visual-cheat-sheet-by-woork.html</a></li>
<li>HTML5 canvas cheatsheet - <a title="HTML5 Canvas Cheatsheet" href="http://blog.nihilogic.dk/2009/02/html5-canvas-cheat-sheet.html" target="_blank">http://blog.nihilogic.dk/2009/02/html5-canvas-cheat-sheet.html</a></li>
</ul>
<h3>HTML5 Commentaries:</h3>
<ul class="bullets">
<li>HTML5 vs. Flash - <a title="HTML5 vs. Flash" href="http://remysharp.com/2010/02/08/html5-vs-flash/" target="_blank">http://remysharp.com/2010/02/08/html5-vs-flash/</a></li>
<li>Silverlight, HTML5 &amp; Microsoft&#8217;s Opaque Development Strategy - <a title="Silverlight, HTML5 and Microsoft's opaque development strategy" href="http://arstechnica.com/microsoft/news/2010/11/silverlight-html5-and-microsofts-opaque-development-strategy.ars" target="_blank">http://arstechnica.com/microsoft/news/2010/11/silverlight-html5-and-microsofts-opaque-development-strategy.ars</a></li>
</ul>
<h3>HTML5 Validators:</h3>
<ul class="bullets">
<li>HTML5 Validator (experimental) - <a title="HTML5 Validator" href="http://html5.validator.nu/" target="_blank">http://html5.validator.nu/</a></li>
<li>The W3C markup validator - <a title="The W3C Markup Validator" href="http://validator.w3.org/" target="_blank">http://validator.w3.org/</a></li>
<li>The WHATWG HTML5 validator - <a title="The WHATWG HTML5 Validator" href="http://validator.whatwg.org/" target="_blank">http://validator.whatwg.org/</a></li>
<li>Validator.nu HTML5 validation extension for Firefox - <a title="HTML5 Validator extension for Firefox" href="http://www.456bereastreet.com/archive/201102/html5_validator_extension_updates/" target="_blank">http://www.456bereastreet.com/archive/201102/html5_validator_extension_updates/</a></li>
<li>HTML5 validator bookmarklet - <a title="HTML5 Validator Bookmarklet" href="http://nuevvo.com/labs/html5-validator-bookmarklet/" target="_blank">http://nuevvo.com/labs/html5-validator-bookmarklet/</a></li>
<li>HTML5 validator Firefox add-on - <a title="HTML5 Validator Firefox add-on" href="https://addons.mozilla.org/en-US/firefox/addon/html-5-validator/" target="_blank">https://addons.mozilla.org/en-US/firefox/addon/html-5-validator/</a></li>
<li>HTML linting tool - <a title="HTML Lint Tool" href="http://lint.brihten.com/html/" target="_blank">http://lint.brihten.com/html/</a></li>
</ul>
<h3>HTML5 Trackers:</h3>
<ul class="bullets">
<li>HTML5.org SVN &amp; bug tracking - <a title="HTML5 Tracker" href="http://html5.org/tools/web-apps-tracker" target="_blank">http://html5.org/tools/web-apps-tracker</a></li>
</ul>
<h3>HTML5 Books:</h3>
<ul class="bullets">
<li>Introducing HTML5, by Bruce Lawson and Remy Sharp - <a title="Introducing HTML5 by Bruce Lawson and Remy Sharp" href="http://introducinghtml5.com/" target="_blank">http://introducinghtml5.com/</a></li>
</ul>
<h3>Other Resources:</h3>
<ul class="bullets">
<li>Follow HTML5 updates on Twitter - <a title="@HTML5" href="http://twitter.com/#!/html5" target="_blank">http://twitter.com/#!/html5</a></li>
<li>The official HTML5 logo and swag - <a title="HTML5 logo and swag" href="http://www.w3.org/html/logo/#swag" target="_blank">http://www.w3.org/html/logo/#swag</a></li>
<li>Is HTML5 ready yet? (view source code :) - <a title="Is HTML5 Ready Yet?" href="http://ishtml5readyyet.com/" target="_blank">http://ishtml5readyyet.com/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://bbellx.com/2011/07/07/html5-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Hacks for Different Versions of Firefox Browser</title>
		<link>http://bbellx.com/2011/07/06/css-hacks-for-different-versions-of-firefox-browser/</link>
		<comments>http://bbellx.com/2011/07/06/css-hacks-for-different-versions-of-firefox-browser/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 22:50:31 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Gecko]]></category>
		<category><![CDATA[Hacks]]></category>

		<guid isPermaLink="false">http://bbellx.com/?p=284</guid>
		<description><![CDATA[I found some useful CSS hacks to target Firefox/Gecko browsers over at Perishable Press. The most useful of which are are few hacks to target all versions of Firefox: /* Target all versions of Firefox */ #selector[id=selector] { color: red; &#8230; <a href="http://bbellx.com/2011/07/06/css-hacks-for-different-versions-of-firefox-browser/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I found some useful CSS hacks to target Firefox/Gecko browsers over at <a title="Perishable Press: WordPress, Web Design, Code and Tutorials" href="http://perishablepress.com/press/2009/06/28/css-hacks-for-different-versions-of-firefox/" target="_blank">Perishable Press</a>.</p>
<p>The most useful of which are are few hacks to target all versions of Firefox:</p>
<pre>/* Target all versions of Firefox */
#selector[id=selector] {
    color: red;
}

/* Target all versions of Firefox */
@-moz-document url-prefix() {
    .selector {
        color: red;
    }
}

/* Target all Gecko browsers (includes Firefox) */
*&gt;.selector {
    color: red;
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://bbellx.com/2011/07/06/css-hacks-for-different-versions-of-firefox-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New site launch: bankcherokee.com</title>
		<link>http://bbellx.com/2011/06/27/new-site-launch-bankcherokee-com/</link>
		<comments>http://bbellx.com/2011/06/27/new-site-launch-bankcherokee-com/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 23:22:06 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://bbellx.com/?p=321</guid>
		<description><![CDATA[An old project was just published, check it out!]]></description>
			<content:encoded><![CDATA[<p><a href="http://bbellx.com/project/bank-cherokee-website/"><img class="alignnone size-medium wp-image-316" title="Bank Cherokee" src="http://bbellx.com/wp-content/uploads/2011/06/bankcherokee-567x383.jpg" alt="Bank Cherokee website" width="567" height="383" /></a>An old project was just published, check it out!</p>
]]></content:encoded>
			<wfw:commentRss>http://bbellx.com/2011/06/27/new-site-launch-bankcherokee-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New site launch: gettingtotheheartofthematter.com</title>
		<link>http://bbellx.com/2011/06/09/new-site-launch-gettingtotheheartofthematter-com/</link>
		<comments>http://bbellx.com/2011/06/09/new-site-launch-gettingtotheheartofthematter-com/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 01:48:13 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://bbellx.com/?p=298</guid>
		<description><![CDATA[Check it out in the portfolio!]]></description>
			<content:encoded><![CDATA[<p><a href="http://bbellx.com/project/getting-to-the-heart-of-the-matter/"><img class="alignnone size-medium wp-image-294" title="Getting to the Heart of the Matter" src="http://bbellx.com/wp-content/uploads/2011/06/gettingtotheheartofthematter-567x383.jpg" alt="Getting to the Heart of the Matter" width="567" height="383" /></a></p>
<p>Check it out in the <a title="Getting to the Heart of the Matter" href="http://bbellx.com/project/getting-to-the-heart-of-the-matter/">portfolio!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bbellx.com/2011/06/09/new-site-launch-gettingtotheheartofthematter-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery script for IE 7 input:focus support</title>
		<link>http://bbellx.com/2011/05/16/jquery-script-for-ie-7-inputfocus-support/</link>
		<comments>http://bbellx.com/2011/05/16/jquery-script-for-ie-7-inputfocus-support/#comments</comments>
		<pubDate>Tue, 17 May 2011 02:53:17 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[input field]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[textarea field]]></category>

		<guid isPermaLink="false">http://bbellx.com/?p=278</guid>
		<description><![CDATA[So, IE7 doesn&#8217;t support focus on input or textarea fields. Hooray. Here is a little jQuery script to add that support back in if javascript is enabled in the user&#8217;s browser. &#60;script type="text/javascript"&#62; $(document).ready(function() { if (jQuery.browser.msie === true) { &#8230; <a href="http://bbellx.com/2011/05/16/jquery-script-for-ie-7-inputfocus-support/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So, IE7 doesn&#8217;t support <code>focus</code> on <code>input</code> or <code>textarea</code> fields. Hooray. Here is a little jQuery script to add that support back in if javascript is enabled in the user&#8217;s browser.</p>
<pre>&lt;script type="text/javascript"&gt;
$(document).ready(function() {
    if (jQuery.browser.msie === true) {
        jQuery('input').bind('focus', function() {
            $(this).addClass('ieFocus');
        }).bind('blur', function() {
            $(this).removeClass('ieFocus');
        });
    }
});
&lt;/script&gt;</pre>
<p>Then add an additional line for the <code>.ieFocus</code> class to your <code>input:focus</code> style.</p>
<pre>&lt;style&gt;
input:focus,
input.ieFocus {
    border: 2px solid blue;
}
&lt;/style&gt;</pre>
<p>That should do it, now you have <code>input:focus</code> support for IE7.</p>
]]></content:encoded>
			<wfw:commentRss>http://bbellx.com/2011/05/16/jquery-script-for-ie-7-inputfocus-support/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTML 5 placeholder fallback support jQuery plugin</title>
		<link>http://bbellx.com/2011/04/27/html-5-placeholder-fallback-support-jquery-plugin/</link>
		<comments>http://bbellx.com/2011/04/27/html-5-placeholder-fallback-support-jquery-plugin/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 19:24:01 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://bbellx.com/?p=265</guid>
		<description><![CDATA[This plugin provides fallback support for using the new placeholder attribute in HTML 5 on input and textarea elements. <a href="http://bbellx.com/2011/04/27/html-5-placeholder-fallback-support-jquery-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This plugin provides fallback support for using the new <code>placeholder</code> attribute in HTML 5 on <code>input</code> and <code>textarea</code> elements.</p>
<p>Here&#8217;s how it works:</p>
<p>Note from the developer, &#8220;Just call the <code>placeHeld()</code> function on any elements you want to use placeholder text for. In browsers that support placeholder attributes (Safari, Chrome), nothing will happen. Other browsers will show the contents of the placeholder attribute (by populating the value attribute) and a &#8220;placeheld&#8221; class will toggle on/off.&#8221;</p>
<p><a title="Placeheld jQuery plugin" href="http://plugins.jquery.com/project/placeheld" target="_blank">Download the Placeheld jQuery plugin</a></p>
<p>Call the jQuery function on an <code>input</code> element, targeting the <code>placeholder</code> attribute:</p>
<pre>$("input[placeholder]").placeHeld();</pre>
<p>To give the element a custom class (not the <code>"placeheld"</code> default):</p>
<pre>$("input[placeholder]").placeHeld({
    className: "custom-class"
});</pre>
<p>Or, for <code>textarea</code> placeholder fallback support, try:</p>
<pre>$("textarea[placeholder]").placeHeld();</pre>
]]></content:encoded>
			<wfw:commentRss>http://bbellx.com/2011/04/27/html-5-placeholder-fallback-support-jquery-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ellie going for a ride in the car</title>
		<link>http://bbellx.com/2011/04/20/ellie-going-for-a-ride-in-the-car/</link>
		<comments>http://bbellx.com/2011/04/20/ellie-going-for-a-ride-in-the-car/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 03:52:44 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Ellie]]></category>

		<guid isPermaLink="false">http://bbellx.com/2011/04/20/ellie-going-for-a-ride-in-the-car/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full" src="http://bbellx.com/wp-content/uploads/2011/04/20110420-1051111.jpg" alt="20110420-105111.jpg" width="360" height="480" /></p>
]]></content:encoded>
			<wfw:commentRss>http://bbellx.com/2011/04/20/ellie-going-for-a-ride-in-the-car/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

