<?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>JLB &#187; development</title>
	<atom:link href="http://www.jlbworks.com/tag/development/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jlbworks.com</link>
	<description>Nashville Graphic Design, Nashville Web Design, Franklin Website Development, E-mail Marketing &#38; Social Networking : Franklin, Brentwood, Nashville, Tn</description>
	<lastBuildDate>Mon, 23 Jan 2012 12:00:55 +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>Easy Ruby on Rails OS X upgrade</title>
		<link>http://www.jlbworks.com/easy-ruby-on-rails-os-x-upgrade</link>
		<comments>http://www.jlbworks.com/easy-ruby-on-rails-os-x-upgrade#comments</comments>
		<pubDate>Mon, 26 Sep 2011 19:19:41 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[rvm]]></category>

		<guid isPermaLink="false">http://www.jlbworks.com/?p=2150</guid>
		<description><![CDATA[Recently, I've been feeling a bit boxed-in by the web technologies that I'm most familiar with (i.e. html &#038; css, php &#038; mysql, javascript).  After a lengthy Ruby discussion with a developer friend, I decided that Ruby on Rails would be perhaps be a good solution to be desire to branch out.  However, when I tried installing the latest versions of both Ruby and Rails for OS X, I ran into error after error.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="Ruby on Rails" src="http://rubyonrails.org/images/rails.png" alt="" width="87" height="111" />Recently, I&#8217;ve been feeling a bit boxed-in by the web technologies that I&#8217;m most familiar with (i.e. html &amp; css, php &amp; mysql, javascript).  After a lengthy Ruby discussion with a developer friend, I decided that Ruby on Rails would be perhaps be a good solution to be desire to branch out.  However, when I tried installing the latest versions of both Ruby and Rails for OS X, I ran into error after error.</p>
<p><span id="more-2150"></span>In desperation, I went through every guide I could find on <a href="http://rubyonrails.org/" target="_blank">rubyonrails.org</a> and extensively searched <a href="http://stackoverflow.com/" target="_blank">Stock Overflow</a> and every developer forum I could think of.  Fortunately, after numerous french words, hissy fits, and consolatory beers, I came across the easy-to-follow upgrade instructions posted on <a href="http://ryanbigg.com" target="_blank">Ryan Bigg&#8217;s blog</a>.</p>
<p><a href="http://ryanbigg.com/2011/06/mac-os-x-ruby-rvm-rails-and-you/" target="_blank">Mac OS X, Ruby, RVM, Rails and You</a> helps you through every step of the upgrade, including installing RVM (Ruby Version Manager) and necessary database packages.  Do yourself a favor and let this guide be your first stop when trying to start with Ruby&#8230; so instead of exhausting all your time trying to get the damn thing to upgrade properly, you get to actually spend time learning a new language.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jlbworks.com/easy-ruby-on-rails-os-x-upgrade/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yet another HTML5 compatibility solution</title>
		<link>http://www.jlbworks.com/yet-another-html5-compatibility-solution</link>
		<comments>http://www.jlbworks.com/yet-another-html5-compatibility-solution#comments</comments>
		<pubDate>Mon, 28 Mar 2011 18:09:28 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[boilerplate]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.jlbworks.com/?p=1669</guid>
		<description><![CDATA[Last month, I posted an article, Backwards compatible HTML5 the JavaScript way, with a specific JavaScript trick to ease the transition to HTML5 and aid in cross-browser compatibility.  While I still think Modernizr.js is a great script and easy way to start down the HML5 road, I just recently found perhaps an even better tool, [...]]]></description>
			<content:encoded><![CDATA[<p>Last month, I posted an article, <a href="http://www.jlbworks.com/backwards-compatible-html5-the-javascript-way"><em>Backwards compatible HTML5 the JavaScript way</em></a>, with a specific JavaScript trick to ease the transition to HTML5 and aid in cross-browser compatibility.  While I still think Modernizr.js is a great script and easy way to start down the HML5 road, I just recently found perhaps an even better tool, or rather set of tools, to be used as a springboard into the HTML5 pool.<span id="more-1669"></span></p>
<p><a href="http://html5boilerplate.com/">HTML5 Boilerplate</a> claims to be, and in my opinion is, a rock-solid default template for the new(ish) HTML5 language.  While the website states that the package isn&#8217;t a &#8220;framework&#8221;, that&#8217;s probably the easiest way to think of it.  Along with a great HTML/CSS/JavaScript base, you get a custom boilerplate builder, site compression tools (yippee!) and excellent documentation.  There&#8217;s even a starter Apache .htaccess file to get you on your way with site caching, @font-face and HTML5 video!</p>
<p>Really, I can&#8217;t say enough about this wonderful package of tools and how easy to use it is.  Beginner and veteran (really, can you be a veteran yet?) HTML5ers alike can benefit from HTML5 Boilerplate.  <a href="http://html5boilerplate.com/">Download it</a>.  Use it.  Love it.</p>
<p>Oh yeah, and don&#8217;t forget the graceful degradation&#8230;<br />
<span style="font-size: .8em;">(top to bottom: Firefox 4, Internet Explorer 7, Internet Explorer 6)</span></p>
<p><a href="http://www.jlbworks.com/wp-content/uploads/2011/03/html5-boilerplate-degradation.png"><img class="alignnone size-full wp-image-1673" title="HTML5 Degradation" src="http://www.jlbworks.com/wp-content/uploads/2011/03/html5-boilerplate-degradation.png" alt="" width="465" height="873" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jlbworks.com/yet-another-html5-compatibility-solution/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Backwards compatible HTML5 the JavaScript way</title>
		<link>http://www.jlbworks.com/backwards-compatible-html5-the-javascript-way</link>
		<comments>http://www.jlbworks.com/backwards-compatible-html5-the-javascript-way#comments</comments>
		<pubDate>Thu, 24 Feb 2011 22:29:42 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[backwards compatibility]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[modernizr]]></category>

		<guid isPermaLink="false">http://www.jlbworks.com/?p=1571</guid>
		<description><![CDATA[HTML5 isn&#8217;t new news, but it is still is the latest and greatest of the HTML language to date.  Unfortunately, the majority of developers, myself included, are putting-off learning and using the new technology.  Learning new markup and making sure everything is cross-browser compatible are no fun tasks.  Fortunately, one those those can be easily [...]]]></description>
			<content:encoded><![CDATA[<p><strong>HTML5</strong> isn&#8217;t new news, but it is still is the latest and greatest of the HTML language to date.  Unfortunately, the majority of developers, myself included, are putting-off learning and using the new technology.  Learning new markup and making sure everything is cross-browser compatible are no fun tasks.  Fortunately, one those those can be easily remedied.<span id="more-1571"></span></p>
<p>Enter <a href="http://www.modernizr.com/">Modernizr.js</a>!  From the <a href="http://www.modernizr.com/">modernizr.com</a> website: &#8220;Modernizr is a small and simple JavaScript library that helps you take advantage of emerging web technologies (CSS3, HTML 5) while still maintaining a fine level of control over older browsers that may not yet support these new technologies.&#8221;</p>
<p>While the 10kb script does not add missing HTML5 features and functionality to older browsers, it does allow you to give multiple styles to single elements depending on the level of HTML5 support the end-user&#8217;s browser has.  Sadly, modernizr.js also won&#8217;t give you an immediate understanding of the new markup&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jlbworks.com/backwards-compatible-html5-the-javascript-way/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hush&#8230; it&#039;s a secret.</title>
		<link>http://www.jlbworks.com/hush-its-a-secret</link>
		<comments>http://www.jlbworks.com/hush-its-a-secret#comments</comments>
		<pubDate>Wed, 10 Feb 2010 23:27:27 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Company News]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[JLB]]></category>
		<category><![CDATA[redesign]]></category>

		<guid isPermaLink="false">http://www.jlbworks.com/?p=457</guid>
		<description><![CDATA[I don&#8217;t think that I, personally, can hold back Team JLB&#8217;s excitement any longer. So I think I&#8217;ll give you a little sneak peek: BAM! What&#8217;s that you ask? Well, in T minus umm&#8230; soon&#8230; the entire face of jlbworks.com will change. That&#8217;s right. We&#8217;re dang close to launching the new JLB 2010 site. Get [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>I don&#8217;t think that I, personally, can hold back Team JLB&#8217;s excitement any longer. So I think I&#8217;ll give you a little sneak peek:</p>
<p><a href="http://www.jlbworks.com/wp-content/uploads/2010/02/jlb-screen.jpg"><img class="alignnone size-full wp-image-458" title="jlb-screen" src="http://www.jlbworks.com/wp-content/uploads/2010/02/jlb-screen.jpg" alt="" width="550" height="285" /></a></p>
<p><strong>BAM!</strong> What&#8217;s that you ask?  Well, in T minus umm&#8230; soon&#8230; the entire face of jlbworks.com will change.  That&#8217;s right.  We&#8217;re dang close to launching the new JLB 2010 site.</p>
<p>Get pumped.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.jlbworks.com/hush-its-a-secret/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

