<?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>Honu Studios LLC</title>
	<atom:link href="http://honustudios.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://honustudios.com</link>
	<description>A Creative Agency in Orange County, CA</description>
	<lastBuildDate>Wed, 25 Apr 2012 22:35:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>BiblicalLearning Promotional Videos</title>
		<link>http://honustudios.com/blog/2012/biblicallearning-promotional-videos/</link>
		<comments>http://honustudios.com/blog/2012/biblicallearning-promotional-videos/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 22:35:54 +0000</pubDate>
		<dc:creator>Bret</dc:creator>
				<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://honustudios.com/?p=400</guid>
		<description><![CDATA[We got the opportunity toward the end of last year to produce some promotional videos for BiblicalLearning.org, an initiative of InFaith. We really enjoyed writing, producing, shooting, and editing these short videos. Now that we&#8217;ve recently soft-launched the site we&#8217;re <a href="http://honustudios.com/blog/2012/biblicallearning-promotional-videos/" class="more-link">Continue <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We got the opportunity toward the end of last year to produce some promotional videos for <a href="http://biblicallearning.org" target="_blank">BiblicalLearning.org</a>, an initiative of InFaith. We really enjoyed writing, producing, shooting, and editing these short videos. Now that we&#8217;ve recently soft-launched the site we&#8217;re excited to get a chance to share the videos. So here are a couple of them.</p>
<h3>Program Overview</h3>
<p><iframe src="http://player.vimeo.com/video/38412252" width="480" height="295" frameborder="0"></iframe></p>
<h3>Classic Courses</h3>
<p><iframe src="http://player.vimeo.com/video/38965665" width="480" height="295" frameborder="0"></iframe></p>
<h3>Busy Lives</h3>
<p><iframe src="http://player.vimeo.com/video/38998475" width="480" height="295" frameborder="0"></iframe></p>
<h3>Tough Times</h3>
<p><iframe src="http://player.vimeo.com/video/39030248" width="480" height="295" frameborder="0"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://honustudios.com/blog/2012/biblicallearning-promotional-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Giving up on WordPress Theme Frameworks</title>
		<link>http://honustudios.com/blog/2011/giving-up-on-wordpress-theme-frameworks/</link>
		<comments>http://honustudios.com/blog/2011/giving-up-on-wordpress-theme-frameworks/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 17:43:40 +0000</pubDate>
		<dc:creator>Bret</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://honustudios.com/?p=211</guid>
		<description><![CDATA[Around October of 2010 we decided to look further into WordPress theme frameworks. We hadn&#8217;t really explored them and we were curious about how they would impact our workflow. We looked at the most popular ones, and decided to try <a href="http://honustudios.com/blog/2011/giving-up-on-wordpress-theme-frameworks/" class="more-link">Continue <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Around October of 2010 we decided to look further into WordPress theme frameworks. We hadn&#8217;t really explored them and we were curious about how they would impact our workflow.<span id="more-211"></span> We looked at the <a href="http://codex.wordpress.org/Theme_Frameworks" target="_blank">most popular ones</a>, and decided to try implementing Carrington. We were getting ready to start a couple new projects and liked the ideas behind using a framework.</p>
<ol>
<li>Quick starting point for theme development.</li>
<li>Reusable template partials for loops.</li>
<li>Clean and organized structure.</li>
<li>Variations and design options.</li>
</ol>
<p>We started working on a theme for a project using Carrington and the Blueprint CSS grid in October. We completed the design and most of the code in November. The project was then put on hold for a couple months. During the project hiatus we began exploring the template features built into WordPress itself and found some really nice stuff.</p>
<p>We discovered the function <code><a href="http://codex.wordpress.org/Function_Reference/get_template_part" target="_blank">get_template_part</a></code> which was introduced in WordPress 3.0. This allows you to keep your code consolidated and clean by including other files besides just the header, sidebar, and footer into pages like an archive and index page. </p>
<p>The ability to have multiple loop files for custom post types or partials for excerpts or page navigation was a big draw for us in Carrington. Now that we can do the same thing in WordPress, we began to weigh pros and cons of using a theme framework. Ultimately we decided to stick with WordPress&#8217; built-in functions.</p>
<p>Since we code most of our designs by hand, we don&#8217;t necessarily need a lot of the functionality that Carrington provides. Therefore, we decided it was easier to use the build in WordPress functions and keep everything in one theme directory rather than a lot of sub-directories which often caused confusion and time as we would have to sift through sub-directories looking for a particular file. </p>
<p>One big con for us in using a framework is having to keep it updated like a plug-in. For Carrington it&#8217;s actually pretty easy, you just replace the carrington-core directory in your theme. You then have access to the new features of the core update. You just have to make sure you didn&#8217;t change anything in the core directory and that everything works as it did before. For us, that ended up being more of a hassle.</p>
<p>In conclusion, we like the built-in theme functions WordPress 3+ provides. They work well and don&#8217;t get in the way of our workflow. After the hiatus ended on the project we started back in October a couple week ago, we decided to go back and tear out the code from Carrington and just build a regular theme. It took us about three days to successfully pull everything out.</p>
]]></content:encoded>
			<wfw:commentRss>http://honustudios.com/blog/2011/giving-up-on-wordpress-theme-frameworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redesigning Our Site</title>
		<link>http://honustudios.com/blog/2010/redesign-our-site/</link>
		<comments>http://honustudios.com/blog/2010/redesign-our-site/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 23:41:07 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://honustudios.com/?p=136</guid>
		<description><![CDATA[Wow , it&#8217;s messy around our site. Not to fear inbetween clients we&#8217;re updating the look of our site. Check back next week for a fresh new look. We&#8217;ll even have working links, ohhhhh.]]></description>
			<content:encoded><![CDATA[<p>Wow , it&#8217;s messy around our site. Not to fear inbetween clients we&#8217;re updating the look of our site. Check back next week for a fresh new look. We&#8217;ll even have working links, ohhhhh.</p>
]]></content:encoded>
			<wfw:commentRss>http://honustudios.com/blog/2010/redesign-our-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Windmill Winery</title>
		<link>http://honustudios.com/blog/2010/the-windmill-winery/</link>
		<comments>http://honustudios.com/blog/2010/the-windmill-winery/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 19:27:18 +0000</pubDate>
		<dc:creator>Bret</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://blog.honustudios.com/?p=110</guid>
		<description><![CDATA[A few weeks ago we embarked on a site redesign for The Windmill Winery in Florence, Arizona. We wanted to try and bring the flavor of the local area to the look and feel of the new design. Having never <a href="http://honustudios.com/blog/2010/the-windmill-winery/" class="more-link">Continue <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago we embarked on a site redesign for The Windmill Winery in Florence, Arizona. We wanted to try and bring the flavor of the local area to the look and feel of the new design.</p>
<p>Having never been to The Windmill or even Florence, Arizona we learned all we could from pictures and talking with the client. We got a good sense of the atmosphere and history of the property and the historic barn which is the visual cornerstone of the winery.</p>
<p>The Windmill is more than just a winery though. They host a number of events and weddings throughout the year. So the site needed to reflect that and be more than just about wine. We really wanted to give visitors to the site a sense of stepping onto the Windmill property and feeling the upscale rustic setting.</p>
<p>For the design we went with the idea of a wine label. We wanted the user to feel as if they there looking at a label on a bottle. It’s very important that the user understand that the Windmill is a winery which is perfect for their event or wedding. Rather than a place to have a wedding that also does some wine. There needed to be a clear message and brand established in the redesign.</p>
<p>This message distinction was especially important when it came to promoting and marketing for weddings. People want to have their wedding at someplace unique and special. To say, “We do so many weddings a year so you should check us out,” doesn’t exactly sell the property and features. Instead we changed the message to be about the winery and the location that is perfect to host a wedding.</p>
<p style="text-align: center;">Check out the new <a title="The Windmill Winery Webstie" href="http://thewindmillwinery.com" target="_self">Windmill Winery</a> site.<br />
<a href="http://thewindmillwinery.com/"><img class="aligncenter" title="The Windmill Winery Website" src="http://honustudios.com/wp-content/uploads/2010/images/the-windmill-winery-screen-grab.png" alt="" width="600" height="534" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://honustudios.com/blog/2010/the-windmill-winery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The &#8220;AT&#8221; Video Sketch</title>
		<link>http://honustudios.com/blog/2010/at-twitter-video/</link>
		<comments>http://honustudios.com/blog/2010/at-twitter-video/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 18:26:11 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Inspiration]]></category>

		<guid isPermaLink="false">http://blog.honustudios.com/?p=107</guid>
		<description><![CDATA[&#8220;Practice makes perfect&#8221; are words often uttered in locker rooms and on the sidelines of losing teams. However in our case, we&#8217;re uttering them in front of a computer screen and not because we&#8217;re losers. It&#8217;s just a really applicable <a href="http://honustudios.com/blog/2010/at-twitter-video/" class="more-link">Continue <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>&#8220;Practice makes perfect&#8221; are words often uttered in locker rooms and on the sidelines of losing teams. However in our case, we&#8217;re uttering them in front of a computer screen and not because we&#8217;re losers. It&#8217;s just a really applicable phrase.</p>
<p>In any creative endeavor, especially creative ones that put food on the table and pay the bills, practice is essential, necessary, and always worth the time invested. I don&#8217;t think I&#8217;ll ever feel the sense of having &#8220;arrived&#8221; creatively. In many ways I hope I never do. There will always be something else to learn and conquer, always.</p>
<h3>This is a Test</h3>
<p>The below video named &#8220;AT&#8221; is a small side project aimed at practicing some 3D and post-production techniques. I took a list(current at the time) of our <a title="Honu Studios" href="http://twitter.com/honustudios" target="_blank">Twitter</a> followers and used their usernames as textures and particles. I found <a href="http://twitter.com/davetrautz" target="_blank">Dave Trautz</a> through <a href="http://twitter.com/thewire247" target="_blank">The Wire</a> and he graciously agreed to compose a score I could work with. Dave has a ton of talent and I hope to work more with him in the future.</p>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/kifLPlP8YOE&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x006699&#038;color2=0x54abd6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/kifLPlP8YOE&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x006699&#038;color2=0x54abd6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
<p><strong>Moving Forward</strong></p>
<p>Stay tuned,  more side projects in the works.</p>
]]></content:encoded>
			<wfw:commentRss>http://honustudios.com/blog/2010/at-twitter-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Buzz not Working for Us</title>
		<link>http://honustudios.com/blog/2010/google-buzz-not-working-for-us/</link>
		<comments>http://honustudios.com/blog/2010/google-buzz-not-working-for-us/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 21:55:53 +0000</pubDate>
		<dc:creator>Bret</dc:creator>
				<category><![CDATA[Services]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[gmail]]></category>

		<guid isPermaLink="false">http://blog.honustudios.com/?p=108</guid>
		<description><![CDATA[Earlier this week Google released Buzz which to us feels like a social media API interface and Wave hybrid. Without going into all the details, Buzz allows you to share updates, photos and things of interest with your friends and/or <a href="http://honustudios.com/blog/2010/google-buzz-not-working-for-us/" class="more-link">Continue <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Earlier this week Google released <a title="Google Buzz" href="http://www.google.com/buzz" target="_blank">Buzz</a> which to us feels like a social media API interface and <a title="Google Wave" href="http://www.google.com/wave" target="_blank">Wave</a> hybrid. Without going into all the details, Buzz allows you to share updates, photos and things of interest with your friends and/or the world. You can get real time updates that are integrated with your inbox and other social media accounts like Twitter and Flickr.</p>
<p>The concept behind Buzz sounds pretty cool. We looked into it, added it to our Gmail accounts and have connected with each other as &#8220;friends&#8221;. Okay, now what?</p>
<p>Here&#8217;s the problem for us. We both have Gmail accounts, to which we&#8217;ve tied other Google features like iGoogle, Reader, Webmaster Tools, and Analytics. Nothing new or revelatory about that. The part of the Google account that we use the least is Gmail, aside from a couple mailing lists.</p>
<p>We have nothing against Gmail, in fact we love Gmail. We&#8217;d even wear &#8220;I heart Gmail&#8221; t-shirts under our jackets on a cold day. The Spam protection rocks (Yes, rocks, I could have used bitchin&#8217; but didn&#8217;t want to take you back that far in time), the mailbox size is amazing, and the IMAP access is nothing short of awesome. But, we love Gmail inside Google Apps where our email addresses use our own domain name not Gmail&#8217;s, and where we do most of our correspondence. Unfortunately, Buzz doesn&#8217;t work with Google Apps, yet. <a href="http://www.google.com/support/forum/p/gmail/thread?tid=0a011db7aaee99b4&amp;hl=en" target="_blank">We&#8217;ve read rumors</a> that it&#8217;s coming though.</p>
<p>The larger problem we see is that in order to use Buzz you have to have a Gmail account and use that account for all your correspondence be it business or personal. That&#8217;s not the case with Twitter, Facebook or even Flickr. We can, and do, have one Twitter account for business tied to a business email and then individual personal accounts tied to different addresses. With the other social media apps I can use any email account to keep up with friends and clients. With Buzz I can only communicate with my friends who happen to have Gmail addresses, forget AOL, Hotmail, Yahoo, Mobile Me, etc. Finally, the big downside is business correspondence. How many people who want to be taken seriously use a plain ol&#8217; Gmail address for a business email?</p>
<p>Even if Buzz does get added to Google Apps our fear is that you&#8217;ll still be limited to only communication with other Google Apps or Gmail users. That leaves out a lot of clients especially medium to larger organizations that run their own Exchange servers for email.</p>
<p>Bottom line, is a social media feature or app good when tied so closely to a particular email provider? We don&#8217;t think so. But perhaps we&#8217;re over thinking it. Maybe Buzz isn&#8217;t supposed to be used in a business environment. Guess that&#8217;s where Twitter and Facebook will have to pick up the slack.</p>
]]></content:encoded>
			<wfw:commentRss>http://honustudios.com/blog/2010/google-buzz-not-working-for-us/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Blog Uses HTML5, CSS3 and the BluePrint CSS framework</title>
		<link>http://honustudios.com/blog/2010/new-blog-uses-html5-and-css3/</link>
		<comments>http://honustudios.com/blog/2010/new-blog-uses-html5-and-css3/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 20:33:24 +0000</pubDate>
		<dc:creator>Bret</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.honustudios.com/?p=105</guid>
		<description><![CDATA[It seems like we&#8217;ve been doing a lot of blog designs the last couple of weeks. One might even dare to call it a theme or a trend. Pretty soon we&#8217;ll be in need of a jingle. Just so we <a href="http://honustudios.com/blog/2010/new-blog-uses-html5-and-css3/" class="more-link">Continue <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It seems like we&#8217;ve been doing a lot of blog designs the last couple of weeks. One might even dare to call it a theme or a trend. Pretty soon we&#8217;ll be in need of a jingle. Just so we don&#8217;t disappoint, we want to tell you about a new blog we just finished for <a title="ActiveWrap,Inc" href="http://activewrap.com" target="_blank">ActiveWrap, Inc</a> over at <a title="ActiveWrap Blog" href="http://blog.activewrap.com" target="_blank">blog.activewrap.com</a>.</p>
<p>The new ActiveWrap blog runs on WordPress and was coded with HTML5 and CSS3. We took the design of ActiveWrap.com which I did in 2007 and brought it up to date. The original site design used XHTML transitional while the blog uses HTML5 with many of the cool new tags like <code>header, footer, article</code> and <code>aside</code>.</p>
<h3>The Problem</h3>
<p>When I did the original design I set the width of the site at 900 pixels and created all the graphics to match. You would think I would have used the same structure and made it easy on myself&#8230;nope. Instead I decided I wanted to use the <a title="BluePrint CSS framework" href="http://www.blueprintcss.org/" target="_blank">BluePrint CSS framework</a> that we&#8217;ve been using for awhile. I like the BluePrint framework because it makes structure really easy, and it includes some nice typography and form styles.</p>
<p>The problem with switching to BluePrint was that by default BluePrint is set up at 950 pixels. Thankfully, they have a nice <a title="Ruby Language" href="http://www.ruby-lang.org/en/" target="_blank">Ruby</a> script that allows you to customize the width and size of the grid columns so that you can essentially make the site whatever width you want to. So after doing a little math I was able to setup BluePrint to do 24 columns, each 28 pixels wide and a 10 pixel gutter, that brought the site width to 902 pixels.</p>
<blockquote><p>For the geeks or anyone who cares, the formula I used to figure out the perfect width was: (xy) + ((x-1)z) or where x = 24 for the number of columns, y = 28 for the width of each column, and z = 10 for the distance between each column all in pixels or simply (24 x 28) + (23 x 10) = 902</p></blockquote>
<p>I didn&#8217;t know at first if I was going to be able to get away with being only two pixels short or not on the graphics. I should have known better. A couple pixels short might as well be a football field. So, I had to go back into the source files and extend them by 2 pixels, all that just to use BluePrint. But in the end I think it was worth it.</p>
<p>Finally, in addition to some rounded corners here and there, I decided to put a little drop shadow on the header and content area just to add some CSS3 interest for the kids.</p>
<p>Overall the design ported over pretty nicely from XHTML to HTML5 and from Joomla 1.0 to WordPress.</p>
]]></content:encoded>
			<wfw:commentRss>http://honustudios.com/blog/2010/new-blog-uses-html5-and-css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brian Culbertson Pulls Back the Creative Curtain</title>
		<link>http://honustudios.com/blog/2010/brian-culbertson-pulls-back-the-creative-curtain/</link>
		<comments>http://honustudios.com/blog/2010/brian-culbertson-pulls-back-the-creative-curtain/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 22:05:46 +0000</pubDate>
		<dc:creator>Bret</dc:creator>
				<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[creative]]></category>
		<category><![CDATA[jazz]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://blog.honustudios.com/?p=104</guid>
		<description><![CDATA[One of my favorite musicians and Jazz artists is Brian Culbertson. Culbertson is primarily a piano player but also plays the trombone and bass. His latest album, Live From The Inside, has been a constant in my playlist since I <a href="http://honustudios.com/blog/2010/brian-culbertson-pulls-back-the-creative-curtain/" class="more-link">Continue <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One of my favorite musicians and Jazz artists is <a title="Brian Culbertson Official Site" href="http://brianculbertson.com/" target="_blank">Brian Culbertson</a>. Culbertson is primarily a piano player but also plays the trombone and bass. His latest album, <em>Live From The Inside</em>, has been a constant in my playlist since I bought it. The album was recorded live at the Capitol Records building in Hollywood with a host of amazing musicians.</p>
<p>I love music where I can listen over and over again and hear something new almost each time. <em>Live From The Inside</em> is that kind of album. It has has staying power and the melodies are super infectious. I often find myself humming them throughout my day.</p>
<p>A must have companion to the album is the <em>Live From The Inside </em>DVD. As a musician, I love it when I can go beyond just listening to the music. The <em>Live</em> DVD lets the viewer play the metaphorical fly on the wall inside the studio. It&#8217;s truly musical voyeurism at its best. I actually wanted to see the DVD so badly that I purchased the album twice, once on Amazon Downloads then again just for the DVD.</p>
<p>If you&#8217;ve never listened to Culbertson&#8217;s music, take a listen to <em>Live From The Inside.</em> If you&#8217;re a fan of great music, even if you&#8217;re not into Jazz, you won&#8217;t be disappointed. He is a musicians artist, and <em>Live From The Inside</em> lets you peak inside the process of rehearsal and recording unlike I&#8217;ve never seen before.</p>
<h3>From Window to Sliding Door</h3>
<p>Culbertson&#8217;s latest endeavor takes the window that he opened with <em>Live From The Inside</em> and makes it a sliding door right into his studio. He has started a <a title="Brian Culbertson YouTube Channel" href="http://www.youtube.com/user/BrianCulbertsonMusic" target="_blank">YouTube channel</a> where he is posting almost daily video blogs of his whole process from writing through recording his new album which is due out later this year. <a href="http://www.youtube.com/watch?v=uM0-jzokTzM" target="_blank">In the first couple videos</a> Brian takes the viewer on a tour of his studio. He talks about his gear and instruments, a total musicians dream. He follows the tour up with a <a href="http://www.youtube.com/watch?v=Njdk2jZfFYg" target="_blank">visual walk through of his songwriting process</a>. So far I haven&#8217;t missed a video and I look forward to watching as the album comes together over the next several months.</p>
<p>Being that Honu Studios is a creative agency, we naturally love creative things. Since I spend most of my day working online, I love it when I find a creative use of a web app or service. The way that Brian Culbertson is using YouTube to bring his fans into his process and pull back the curtain on his music is just awesome. It will be really cool to listen to the final product and be able to remember the video where that song was just a melody line and in its infancy. The videos also make for a good entertaining break from daily work.</p>
<p>One final note, as a coffee lover I have to point out that there is one thing missing from Brian&#8217;s studio, a <a href="http://www.keurig.com/" target="_blank">Keurig</a> brewer. There is no better coffee maker than a Keurig.</p>
]]></content:encoded>
			<wfw:commentRss>http://honustudios.com/blog/2010/brian-culbertson-pulls-back-the-creative-curtain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HonuStudios.com gets an HTML5 and CSS3 makeover</title>
		<link>http://honustudios.com/blog/2010/honustudios-com-gets-an-html5-and-css3-makeover/</link>
		<comments>http://honustudios.com/blog/2010/honustudios-com-gets-an-html5-and-css3-makeover/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 23:59:30 +0000</pubDate>
		<dc:creator>Bret</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[html5]]></category>

		<guid isPermaLink="false">http://blog.honustudios.com/?p=103</guid>
		<description><![CDATA[After experimenting with actual HTML5 tags and not just the doctype on Johnny Knight&#8217;s website, we decided to give our main site and this blog a little HTML5 and CSS3 makeover. So we converted the navigation to nav tags and <a href="http://honustudios.com/blog/2010/honustudios-com-gets-an-html5-and-css3-makeover/" class="more-link">Continue <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After experimenting with actual HTML5 tags and not just the doctype on Johnny Knight&#8217;s website, we decided to give our main site and this blog a little HTML5 and CSS3 makeover. So we converted the navigation to <code>nav</code> tags and the header and footer to <code>header</code> and <code>footer</code> tags.</p>
<p>For us it&#8217;s not about jumping on the latest in geeky coding trends, although it&#8217;s fun to learn new stuff. It&#8217;s more about cleaner, leaner, and prettier code. When it comes to coding, it&#8217;s always the goal to be able to do more with less. Which is why we&#8217;ve wholeheartedly embraced CSS rounded corners and drop shadows. It&#8217;s always a pain to create the graphics for something that seems so easily done in the browser.</p>
<p>As part of the makeover we changed the menu around and on the CSS side of things we added a semi-transparent box behind the links and a white drop shadow to give the menu a bit of a glow. To do the semi-transparent box we used the CSS background-color property setting it to <code>rgba(36,62,115,0.5)</code> the &#8216;a&#8217; is for alpha, or the opacity channel, here were setting it to 50% opaque.</p>
<p>To finish the makeover, we decided to top the whole sundae off with a little CSS3 animation cherry up in the header on our main site. To see the animated cloud goodness though, you&#8217;ll have to have Safari, Chrome or Webkit.</p>
]]></content:encoded>
			<wfw:commentRss>http://honustudios.com/blog/2010/honustudios-com-gets-an-html5-and-css3-makeover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why we chose HTML5 and CSS3 for our latest project.</title>
		<link>http://honustudios.com/blog/2010/why-we-chose-html5-and-css3/</link>
		<comments>http://honustudios.com/blog/2010/why-we-chose-html5-and-css3/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 22:24:13 +0000</pubDate>
		<dc:creator>Bret</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.honustudios.com/?p=102</guid>
		<description><![CDATA[Our latest project and the first of 2010 was a redesign of a site I did several years ago for my friend and client, Johnny Knight. Johnny is a talented Los Angeles based DJ and artist. From Joomla! and XHTML <a href="http://honustudios.com/blog/2010/why-we-chose-html5-and-css3/" class="more-link">Continue <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Our latest project and the first of 2010 was a redesign of a site I did several years ago for my friend and client, <a title="DJ Johnny Knight" href="http://djjohnnyknight.com" target="_blank">Johnny Knight</a>. Johnny is a talented Los Angeles based DJ and artist.</p>
<h3>From Joomla! and XHTML to WordPress and HTML5</h3>
<p>When I redesigned the site several years ago I switched to Joomla! because of the &#8220;module&#8221; positions and the non-blog way that content is organized. But Joomla! is complicated to learn for most clients and it can be a pain to work with. Since that redesign, <a title="WordPress" href="http://wordpress.org" target="_blank">WordPress</a> has really become much more than a blog engine, it&#8217;s become more of a versatile CMS, so I switched the site back. Switching is easy to do when there isn&#8217;t a lot of content. The site was pretty much a place to showcase Johnny&#8217;s remixes and announce event dates. Back then XHTML and CSS2 was the way to go so that&#8217;s what I used.</p>
<h3>Why HTML5 and CSS3?</h3>
<p>Given the ability to play and use more cutting edge code, we decided to fully go with <a title="HTML5" href="http://en.wikipedia.org/wiki/HTML_5" target="_blank">HTML5</a> and <a title="CSS3" href="http://en.wikipedia.org/wiki/Cascading_Style_Sheets#CSS_3" target="_blank">CSS3</a>. HTML5 is the way of the future but it&#8217;s still young and new and not yet fully supported by the current Internet Explorer, <a title="HTML5 Shiv" href="http://code.google.com/p/html5shiv/" target="_blank">but there&#8217;s a way around that</a>. <a title="Honu Studios LLC" href="http://honustudios.com" target="_blank">We&#8217;ve</a> <a title="Kona's House" href="http://kona.honustudios.com" target="_blank">been</a> <a title="DanceSignUp" href="http://dancesignup.com" target="_blank">using</a> the <a title="HTML5 doctype" href="http://en.wikipedia.org/wiki/HTML#Markup" target="_blank">HML5 doctype</a> and CSS3 styles and effects for months, but that&#8217;s where our adoption stopped. With Johnny&#8217;s site though we decided to take a chance and go all the way with the structural markup.</p>
<p>The advantages of HTML5 are numerous, but for a blog the big advantage is the structure that HTML5 <a title="HTML elements" href="http://en.wikipedia.org/wiki/HTML_element" target="_blank">element tags</a> like <code>header, article, section, nav</code> and <code>footer</code> bring to the document. No longer do you need to mark up a page with this familiar code:</p>
<pre class="brush: xml; title: ; notranslate">
&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;en-us&quot;&gt;
&lt;head&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;header&quot;&gt;
  &lt;h1&gt;Shasta's Cookie Cart&lt;/h1&gt;
  &lt;div class=&quot;menu&quot;&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#&quot;&gt;About&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Contact&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;content&quot;&gt;
  &lt;div class=&quot;post&quot;&gt;
    &lt;h2&gt;Post Title&lt;/h2&gt;
    &lt;p class=&quot;date&quot;&gt;Post Date&lt;/p&gt;
    &lt;p&gt;Post copy in here.&lt;/p&gt;
  &lt;/div&gt;
  &lt;div class=&quot;post&quot;&gt;
    &lt;h2&gt;Post 2 Title&lt;/h2&gt;
    &lt;p class=&quot;date&quot;&gt;Post 2 Date&lt;/p&gt;
    &lt;p&gt;Post 2 copy in here.&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;footer&quot;&gt;
  &lt;div class=&quot;menu&quot;&gt;
  &lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;#&quot;&gt;About&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Contact&lt;/a&gt;&lt;/li&gt;
  &lt;/ul&gt;
  &amp;copy; 2010 Shasta's Cookie Cart
  &lt;/div&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>
<p>Now HTML5 brings logical, semantic markup that not only makes sense to the geeks but to search engines, screen readers and other not so geeky folks. Without being too geeky the above code would turn into:</p>
<pre class="brush: xml; title: ; notranslate">
&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;en-us&quot;&gt;
&lt;head&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;header&gt;
  &lt;h1&gt;Shasta's Cookie Cart&lt;/h1&gt;
  &lt;nav&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#&quot;&gt;About&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Contact&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/nav&gt;
&lt;/header&gt;

&lt;section&gt;
  &lt;article&gt;
    &lt;header&gt;
      &lt;h2&gt;Post Title&lt;/h2&gt;
      &lt;p class=&quot;date&quot;&gt;Post Date&lt;/p&gt;
    &lt;/header&gt;
    &lt;p&gt;Post copy in here.&lt;/p&gt;
  &lt;/article&gt;

  &lt;article&gt;
    &lt;header&gt;
      &lt;h2&gt;Post 2 Title&lt;/h2&gt;
      &lt;p class=&quot;date&quot;&gt;Post 2 Date&lt;/p&gt;
    &lt;/header&gt;
    &lt;p&gt;Post 2 copy in here.&lt;/p&gt;
  &lt;/article&gt;

&lt;/section&gt;

&lt;footer&gt;
&lt;nav&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#&quot;&gt;About&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Contact&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
&amp;copy; 2010 Shasta's Cookie Cart
&lt;/nav&gt;
&lt;/footer&gt;

&lt;/body&gt;
&lt;/html&gt;
</pre>
<p>Once the HTML5 code was in place we styled the site with some CSS3 markup. We&#8217;ve been using CSS3 markup for awhile now to do cool things like rounded corners, drop-shadows and reflections, so that wasn&#8217;t as new for us as using HTML5 markup for the site. Unfortunately Internet Explorer doesn&#8217;t currently support CSS3, we&#8217;ll just have to wait for version 9 for full support. However, Safari, Mobile Safari, Firefox, Chrome, and Opera do, so why not use it? It won&#8217;t look bad to IE users, just&#8230;plain. Though IE9 promises more support.</p>
<h3>Summation</h3>
<p>So to sum it all up, HTML5 and CSS3 are great, new, shiny, and make a designers day. We&#8217;re beginning to use both in our day to day work for clients as we can.</p>
<p>Johnny Knight is open to cutting edge stuff, a great DJ, and can also be found on Twitter <a href="http://twitter.com/djjohnnyknight">@djjohnnyknight</a>.</p>
<p>Internet Explorer users won&#8217;t see all the shiny HTML5 and CSS3 coolness just yet, but they&#8217;ll still see your content and be able to navigate the site just fine. Ultimately it&#8217;s up to our clients when it comes to things like CSS3, most are cool with it and don&#8217;t mind that some can&#8217;t see the coolness. It&#8217;s kind of like wearing a pair of <a title="KangaROOS" href="http://kangaroosusa.com" target="_blank">KangaROOS®</a>, some people don&#8217;t see the cool factor. But, those that do, appreciate the statement of fashion and the sweet hidden pocket.</p>
]]></content:encoded>
			<wfw:commentRss>http://honustudios.com/blog/2010/why-we-chose-html5-and-css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

