<?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>fourfour - Web Development and Design :: Santa Barbara</title>
	<atom:link href="http://fourfourmedia.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://fourfourmedia.com</link>
	<description>Digital Superheroes, Web app designers, web consultants</description>
	<lastBuildDate>Mon, 19 Sep 2011 19:11:31 +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>Carrier Wave on Heroku with Rails 3.1</title>
		<link>http://fourfourmedia.com/2011/09/07/carrier-wave-on-heroku-with-rails-3-1/</link>
		<comments>http://fourfourmedia.com/2011/09/07/carrier-wave-on-heroku-with-rails-3-1/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 21:40:03 +0000</pubDate>
		<dc:creator>Eric Goodenough</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fourfourmedia.com/?p=989</guid>
		<description><![CDATA[TweetCarrierWave.configure do &#124;config&#124; config.fog_credentials = { :provider               =&#38;gt; 'AWS', :aws_access_key_id      =&#38;gt; 'xxx', :aws_secret_access_key  =&#38;gt; 'xxx', :region                 =&#38;gt; 'xxx' } config.fog_directory  = 'xxx' config.fog_host       = 'xxx' config.fog_public     = true config.fog_attributes = {'Cache-Control' =&#38;gt; 'max-age=315576000'} config.cache_dir = &#34;#{Rails.root}/tmp/uploads&#34; end]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton989" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Ffourfourmedia.com%2F2011%2F09%2F07%2Fcarrier-wave-on-heroku-with-rails-3-1%2F&amp;via=fourfourmedia&amp;text=Carrier%20Wave%20on%20Heroku%20with%20Rails%203.1&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Ffourfourmedia.com%2F2011%2F09%2F07%2Fcarrier-wave-on-heroku-with-rails-3-1%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://fourfourmedia.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">CarrierWave.configure do |config|<br />
config.fog_credentials = {<br />
:provider               =&amp;gt; 'AWS',<br />
:aws_access_key_id      =&amp;gt; 'xxx',<br />
:aws_secret_access_key  =&amp;gt; 'xxx',<br />
:region                 =&amp;gt; 'xxx'<br />
}<br />
config.fog_directory  = 'xxx'<br />
config.fog_host       = 'xxx'<br />
config.fog_public     = true<br />
config.fog_attributes = {'Cache-Control' =&amp;gt; 'max-age=315576000'}<br />
config.cache_dir = &quot;#{Rails.root}/tmp/uploads&quot;<br />
end</div></div>
]]></content:encoded>
			<wfw:commentRss>http://fourfourmedia.com/2011/09/07/carrier-wave-on-heroku-with-rails-3-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress &#8211; Search Everything Plugin</title>
		<link>http://fourfourmedia.com/2011/08/25/wordpress-search-everything-plugin/</link>
		<comments>http://fourfourmedia.com/2011/08/25/wordpress-search-everything-plugin/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 21:38:31 +0000</pubDate>
		<dc:creator>Eric Goodenough</dc:creator>
				<category><![CDATA[web design]]></category>
		<category><![CDATA[Wordpress Tips & Tricks]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://fourfourmedia.com/?p=966</guid>
		<description><![CDATA[TweetOn a recent project I needed to extend the WordPress search functionality to search tags, categories, pages and posts. The default search function only searches post content. Through a bit of searching I found the Search Everything plugin. This plugin ties in with the default WordPress search and allows you to search everything from categories [...]]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton966" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Ffourfourmedia.com%2F2011%2F08%2F25%2Fwordpress-search-everything-plugin%2F&amp;via=fourfourmedia&amp;text=WordPress%20%26%238211%3B%20Search%20Everything%20Plugin&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Ffourfourmedia.com%2F2011%2F08%2F25%2Fwordpress-search-everything-plugin%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://fourfourmedia.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>On a recent project I needed to extend the WordPress search functionality to search tags, categories, pages and posts. The default search function only searches post content. Through a bit of searching I found the <a href="http://wordpress.org/extend/plugins/search-everything/">Search Everything</a> plugin.</p>
<p><a href="http://fourfourmedia.com/2011/08/25/wordpress-search-everything-plugin/screenshot_-2011-08-25-at-12-53-11-pm/" rel="attachment wp-att-973"><img class="size-medium wp-image-973 alignleft" style="padding-right: 10px;" title="Wordpress Search Everything" src="http://fourfourmedia.com/wp-content/uploads/2011/08/screenshot_-2011-08-25-at-12.53.11-PM-300x248.png" alt="Wordpress Search Everything" width="300" height="248" /></a> This plugin ties in with the default WordPress search and allows you to search everything from categories to comments. You can also exclude certain categories, posts and pages from the search. Pretty handy and painless to setup.</p>
]]></content:encoded>
			<wfw:commentRss>http://fourfourmedia.com/2011/08/25/wordpress-search-everything-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ClubDivot now accepting Beta testers!</title>
		<link>http://fourfourmedia.com/2011/03/08/clubdivot-now-accepting-beta-testers/</link>
		<comments>http://fourfourmedia.com/2011/03/08/clubdivot-now-accepting-beta-testers/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 16:00:00 +0000</pubDate>
		<dc:creator>Amber Goodenough</dc:creator>
				<category><![CDATA[ClubDivot.com]]></category>
		<category><![CDATA[Divott]]></category>
		<category><![CDATA[Golf]]></category>
		<category><![CDATA[golf app]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://fourfourmedia.com/?p=807</guid>
		<description><![CDATA[TweetIn case you haven&#8217;t heard us yelling from the rooftops, our new product ClubDivot is almost in Beta! We launched a sign up page for those that want to be beta testers, which means you get to try it first before everyone else and tell us how rad it is or what it needs. We [...]]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton807" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Ffourfourmedia.com%2F2011%2F03%2F08%2Fclubdivot-now-accepting-beta-testers%2F&amp;via=fourfourmedia&amp;text=ClubDivot%20now%20accepting%20Beta%20testers%21&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Ffourfourmedia.com%2F2011%2F03%2F08%2Fclubdivot-now-accepting-beta-testers%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://fourfourmedia.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>In case you haven&#8217;t heard us yelling from the rooftops, our new product <a href="http://www.clubdivot.com">ClubDivot</a> is almost in Beta!  We launched a sign up page for those that want to be beta testers, which means you get to try it first before everyone else and tell us how rad it is or what it needs.  We are excited to get some actual humans on our site and we have a lot to get done in the next few weeks as we get ready to launch the beta.</p>
<p>In case you aren&#8217;t familiar with the product, basically it makes your golf schedule easier to manage.  We provide ways for you to send tee time invitations to your friends and business contacts and ClubDivot has a calendar view that will sync with your iCal or Outlook.  We make it easy to book online and provide ways for small clubs to keep track of and communicate with its members.  Pretty awesome if you ask me. </p>
<p>We hope to launch in the next few weeks, so get ready to PLAY MORE GOLF!</p>
<div id="attachment_912" class="wp-caption alignleft" style="width: 243px"><a rel="attachment wp-att-912" href="http://fourfourmedia.com/2011/03/08/clubdivot-now-accepting-beta-testers/img_1037/"><img class="size-large wp-image-912 " title="IMG_1037" src="http://fourfourmedia.com/wp-content/uploads/2011/02/IMG_1037-416x416.jpg" alt="" width="233" height="233" /></a><p class="wp-caption-text">The golf pros</p></div>
<div id="attachment_911" class="wp-caption alignleft" style="width: 243px"><a rel="attachment wp-att-911" href="http://fourfourmedia.com/2011/03/08/clubdivot-now-accepting-beta-testers/img_1036/"><img class="size-large wp-image-911 " title="IMG_1036" src="http://fourfourmedia.com/wp-content/uploads/2011/02/IMG_1036-416x416.jpg" alt="" width="233" height="233" /></a><p class="wp-caption-text">Golfin&#39; it up!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://fourfourmedia.com/2011/03/08/clubdivot-now-accepting-beta-testers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crazy person on a bike&#8230;like, literally crazy.</title>
		<link>http://fourfourmedia.com/2011/03/04/crazy-person-on-a-bike-like-literally-crazy/</link>
		<comments>http://fourfourmedia.com/2011/03/04/crazy-person-on-a-bike-like-literally-crazy/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 03:22:52 +0000</pubDate>
		<dc:creator>Eric Goodenough</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fourfourmedia.com/?p=902</guid>
		<description><![CDATA[Tweet VCA 2010 RACE RUN from changoman on Vimeo. Eric will be trying this in 2012, go team fourfour!]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton902" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Ffourfourmedia.com%2F2011%2F03%2F04%2Fcrazy-person-on-a-bike-like-literally-crazy%2F&amp;via=fourfourmedia&amp;text=Crazy%20person%20on%20a%20bike%26%238230%3Blike%2C%20literally%20crazy.&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Ffourfourmedia.com%2F2011%2F03%2F04%2Fcrazy-person-on-a-bike-like-literally-crazy%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://fourfourmedia.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p><iframe src="http://player.vimeo.com/video/9970489" width="400" height="225" frameborder="0"></iframe>
<p><a href="http://vimeo.com/9970489">VCA 2010 RACE RUN</a> from <a href="http://vimeo.com/user1803052">changoman</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Eric will be trying this in 2012, go team fourfour!</p>
]]></content:encoded>
			<wfw:commentRss>http://fourfourmedia.com/2011/03/04/crazy-person-on-a-bike-like-literally-crazy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Auditory Happiness @fourfour media</title>
		<link>http://fourfourmedia.com/2011/02/09/auditory-happiness-fourfour-media/</link>
		<comments>http://fourfourmedia.com/2011/02/09/auditory-happiness-fourfour-media/#comments</comments>
		<pubDate>Wed, 09 Feb 2011 01:43:57 +0000</pubDate>
		<dc:creator>Amber Goodenough</dc:creator>
				<category><![CDATA[song of the day]]></category>
		<category><![CDATA[sleigh bells]]></category>
		<category><![CDATA[thesixtyone]]></category>

		<guid isPermaLink="false">http://fourfourmedia.com/?p=875</guid>
		<description><![CDATA[TweetFound a RAD new music site/player called thesixtyone that lets you listen to and purchase music.  I can&#8217;t really explain why it&#8217;s cool, you are just gonna have to check it out for yourself. Song of the day: Kids by Sleigh Bells Check it out!]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton875" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Ffourfourmedia.com%2F2011%2F02%2F09%2Fauditory-happiness-fourfour-media%2F&amp;via=fourfourmedia&amp;text=Auditory%20Happiness%20%40fourfour%20media&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Ffourfourmedia.com%2F2011%2F02%2F09%2Fauditory-happiness-fourfour-media%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://fourfourmedia.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><div id="attachment_880" class="wp-caption alignleft" style="width: 549px"><a rel="attachment wp-att-880" href="http://fourfourmedia.com/2011/02/09/auditory-happiness-fourfour-media/screen-shot-2011-02-08-at-5-39-25-pm/"><img class="size-large wp-image-880 " title="Screen shot 2011-02-08 at 5.39.25 PM" src="http://fourfourmedia.com/wp-content/uploads/2011/02/Screen-shot-2011-02-08-at-5.39.25-PM-539x416.png" alt="" width="539" height="416" /></a><p class="wp-caption-text">Sleigh Bells</p></div>
<p>Found a RAD new music site/player called <a title="thesixtyone" href="http://www.thesixtyone.com/s/zHZWmetiILL/#/s/zHZWmetiILL/" target="_blank">thesixtyone</a> that lets you listen to and purchase music.  I can&#8217;t really explain why it&#8217;s cool, you are just gonna have to check it out for yourself.</p>
<p><strong>Song of the day: Kids by Sleigh Bells</strong></p>
<p>Check it out!</p>
<object height="81" width="100%"><param name="movie" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F2992931&amp;g=1&amp;auto_play=&amp;show_comments=&amp;color=&amp;theme_color="></param><param name="allowscriptaccess"
                     value="always"></param><embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F2992931&amp;g=1&amp;auto_play=&amp;show_comments=&amp;color=&amp;theme_color=" type="application/x-shockwave-flash" width="100%"> </embed></object>
]]></content:encoded>
			<wfw:commentRss>http://fourfourmedia.com/2011/02/09/auditory-happiness-fourfour-media/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why WordPress is great for your small business</title>
		<link>http://fourfourmedia.com/2011/02/08/why-wordpress-is-great-for-your-small-business/</link>
		<comments>http://fourfourmedia.com/2011/02/08/why-wordpress-is-great-for-your-small-business/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 10:00:00 +0000</pubDate>
		<dc:creator>Amber Goodenough</dc:creator>
				<category><![CDATA[buisness effiency]]></category>
		<category><![CDATA[business app]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[fourfour]]></category>
		<category><![CDATA[web apps]]></category>
		<category><![CDATA[apps for business]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://fourfourmedia.com/?p=803</guid>
		<description><![CDATA[But did you know that you can also use Wordpress to build an easy to use website?  In fact the words you are reading right now are on a Wordpress template. ]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton803" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Ffourfourmedia.com%2F2011%2F02%2F08%2Fwhy-wordpress-is-great-for-your-small-business%2F&amp;via=fourfourmedia&amp;text=Why%20WordPress%20is%20great%20for%20your%20small%20business&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Ffourfourmedia.com%2F2011%2F02%2F08%2Fwhy-wordpress-is-great-for-your-small-business%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://fourfourmedia.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p><img class="alignright" src="http://en.flossmanuals.net/floss/publish/WordPress/rsrc/WordPress/Introduction/icon_big.png" alt="" width="269" height="240" />When I say WordPress, you say&#8230;?  Blog.  It&#8217;s true many a great blog were designed on WordPress, it&#8217;s one of the more successful web apps and blogging platforms online today.  But did you know that you can also use WordPress to build a fully customizable website?  In fact the post you are reading right now is on the <a href="http://wordpress.org/" target="_blank">WordPress</a> platform.  The reason we chose WordPress for our fourfour media site is simple: it&#8217;s easy to install, it&#8217;s free, VERY customizable and it&#8217;s easy to update.  We&#8217;ve also set up a few of our <a title="Newmark Schools" href="http://fourfourmedia.com/the-work/newmark-schools/" target="_blank">clients</a> on WordPress because it speeds up the development process or just so the client can get creative update the content as often as they like.</p>
<p>Some of the WordPress features that we love include:</p>
<p><strong>Plug-ins!</strong></p>
<p>A lot of developers have spent time coming up with resources for WordPress sites that let you the user stay in the drivers seat.  For instance you can add social media buttons, shopping cart options, image galleries, contact forms etc.  All these plug-ins are easy to use and easy to install without having to go back to your developer every time you want to add something.  Now this won&#8217;t work in every situation and sometimes an experienced set of hands is required.  Think of it like a car, as the owner can change the oil, pump up the tires and maybe change the spark plugs.  But if you want to swap the engine or add new brake pads&#8230;.. you really need to take it into a professional.  Make sense?</p>
<p><strong>Ease of use:</strong></p>
<p>WordPress text editors have what is called a WYSIWYG, which stands for &#8220;What You See is What You Get&#8221;.  Which means  that the text editor is VERY easy to use.  It has familiar text editing buttons (bold, bullets, spell check etc.)  just as you would see in MS Word and the way the layout looks in the editor is exactly the way it will look when published.  You don&#8217;t need to know any HTML to make things appear the way you want them.</p>
<p><strong>And finally, customized themes:</strong></p>
<p>A theme refers to the look or design of your site.  You can lay any design on top of the WordPress platform and luckily there are thousands of free themes you can choose from.  Although the best way to get a design that fits you and your business is to hire a team to do it for you.  Whichever way you go, there are a million different options to make your website stand out and make it completely you.</p>
<p><strong>Bottom line:</strong></p>
<p>WordPress is great for business, it&#8217;s great for blogs and there are new updates and plug-ins coming out every day.  WordPress can improve your site, keep your customers up to date and you can feel in control of your online presence.</p>
]]></content:encoded>
			<wfw:commentRss>http://fourfourmedia.com/2011/02/08/why-wordpress-is-great-for-your-small-business/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Schedule Golf Games Online</title>
		<link>http://fourfourmedia.com/2011/01/31/schedule-golf-games-online/</link>
		<comments>http://fourfourmedia.com/2011/01/31/schedule-golf-games-online/#comments</comments>
		<pubDate>Mon, 31 Jan 2011 19:39:41 +0000</pubDate>
		<dc:creator>Amber Goodenough</dc:creator>
				<category><![CDATA[ClubDivot.com]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[fourfour]]></category>
		<category><![CDATA[mobile apps]]></category>
		<category><![CDATA[web apps]]></category>
		<category><![CDATA[Divott]]></category>
		<category><![CDATA[Golf]]></category>
		<category><![CDATA[golf app]]></category>
		<category><![CDATA[mobile app]]></category>
		<category><![CDATA[new projects]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://fourfourmedia.com/?p=810</guid>
		<description><![CDATA[In case you haven't heard of our own app called ClubDivot.com, let me break it down for ya.  We are building a social app for golfers that enables them to schedule, book and organize tee times with their friends and co-workers online.  ]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton810" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Ffourfourmedia.com%2F2011%2F01%2F31%2Fschedule-golf-games-online%2F&amp;via=fourfourmedia&amp;text=Schedule%20Golf%20Games%20Online&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Ffourfourmedia.com%2F2011%2F01%2F31%2Fschedule-golf-games-online%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://fourfourmedia.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>In case you are unfamiliar with fourfour media and what we do here,<a rel="attachment wp-att-813" href="http://fourfourmedia.com/2011/01/31/schedule-golf-games-online/clubdivot_logo/"><img class="size-full wp-image-813 alignright" title="clubdivot_logo" src="http://fourfourmedia.com/wp-content/uploads/2011/01/clubdivot_logo.png" alt="" width="256" height="256" /></a> I&#8217;ll tell ya.  We build awesome apps!  Plain and simple.  We love the painstaking process of building tools that make peoples lives easier or better or funner.  (Especially funner!)  Normally we build apps for clients such as the <a href="http://fourfourmedia.com/the-work/new-york-stock-exchange/" target="_blank">New York Stock Exchange</a> or <a title="crown worldwide" href="http://www.crownwms.com/" target="_blank">Crown Worldwide Moving</a> to name a few of our most recent apps.  These tools allow businesses to function more intelligently and create a way for them interact with their clients in a more personal way.</p>
<p>In case you haven&#8217;t heard of our own app called ClubDivot, let me break it down for ya.  We are building a social app for golfers that enables them to schedule, book and organize tee times with their friends and co-workers online.  We have been working on the design and overall structure for over a year, but we are SOOOO close to done we can taste it.</p>
<p>On ClubDivot Golfers can:</p>
<ol>
<li>Create their own private golf groups</li>
<li>Schedule tee times for the group</li>
<li>Book tee times online through our site</li>
<li>Maintain an easy to use calendar to see all your upcoming games</li>
<li>Meet new people</li>
</ol>
<ul></ul>
<p>We have been hard at work on the app over the last few months and have made a lot of good changes and additions to the site.  Here are the latest updates on ClubDivot</p>
<ol>
<li>Sign in using your social media user account, ie: Facebook login</li>
<li>We have finalized the new design for the web application, the mobile app is next for an overhaul</li>
<li>We are currently in negotiations with several booking engines to get our customers the best deals on tee times</li>
<li>We have finalized our membership model.  Good news golfers, we are using a freemium model which means you only pay for what you want.</li>
</ol>
<ul></ul>
<p>Look for more updates to come out weekly as we near the finish line.  <img src='http://fourfourmedia.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://fourfourmedia.com/2011/01/31/schedule-golf-games-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning Organically</title>
		<link>http://fourfourmedia.com/2011/01/27/learning-organically/</link>
		<comments>http://fourfourmedia.com/2011/01/27/learning-organically/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 21:25:36 +0000</pubDate>
		<dc:creator>Eric Goodenough</dc:creator>
				<category><![CDATA[buisness effiency]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[project managing]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[Heroku]]></category>
		<category><![CDATA[htaaccess]]></category>
		<category><![CDATA[ruby gem]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[skills]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[YAML]]></category>

		<guid isPermaLink="false">http://fourfourmedia.com/?p=769</guid>
		<description><![CDATA[TweetSo as developers and designers we are constantly pushing ourselves to hone our skills and learn new techniques or technologies. A fair amount of learning is done on the job, but most times we practice these new skills in our free time.  Staying up to date and honing our skills on relevant technologies is what [...]]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton769" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Ffourfourmedia.com%2F2011%2F01%2F27%2Flearning-organically%2F&amp;via=fourfourmedia&amp;text=Learning%20Organically&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Ffourfourmedia.com%2F2011%2F01%2F27%2Flearning-organically%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://fourfourmedia.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>So as developers and designers we are constantly pushing ourselves to hone our skills and learn new techniques or technologies. A fair amount of learning is done on the job, but most times we practice these new skills in our free time.  Staying up to date and honing our skills on relevant technologies is what makes the distinction between successful developers/designers and the ones whose skills stagnate.  When hired, we are expected to execute fast and correctly, not experiment with edge technologies and implementations.<img class="alignright size-full wp-image-780" style="padding-left: 15px;" title="rubygems" src="http://fourfourmedia.com/wp-content/uploads/2011/01/rubygems.png" alt="rubygems" width="256" height="256" /></p>
<p>My personality type and hunger for knowledge have lead me down the path of learning organically. For instance, on the two projects I am currently working on, I kept getting frustrated with the lack of access to a htaccess file on Heroku. For both of these projects I wanted to password protect the staging and production sites while in development. Don&#8217;t get me wrong, I am loving Heroku. But if you guess, stumble upon or happen to know the URL, its completely unprotected. This poses problems for &#8216;top secret&#8217; projects. So I started thinking, maybe we could build an add-on that serves a proxy and has basic http authentication.  Joshua, my main Rails developer, pointed out that this is simple enough to implement in a Rails app, that a proxy is not really necessary.  But will anyone (including me) implement it on every project?<span id="more-769"></span></p>
<p>Solution – build a simple gem that implements basic auth and pulls the config from a YAML file.</p>
<p>Sounds easy &#8211; if you know how to write gems. I didn&#8217;t. So, the learning began. After several failed attempts, lots of advice from Josh and a hundred google searches &#8211; I finally figured it out.  I learned how Rails uses gems to extend classes, include modules and load YAML files.  All in all I learned a lot and developed a resource I can easily use on future projects.  This is a no-frills gem, pretty basic, but very useful.  Next I&#8217;m going to work on creating a generator for the YAML file and adding tests.</p>
<p>I think the best products and tools are always developed organically.  If your company needs a tool, try to build it and learn as you go.  Make the mistakes on your own pet projects, not only will you gain valuable skills for future projects but you might even learn something about yourself in the process.</p>
<p>Get my gem on github: <a title="https://github.com/fourfour/gatekeeper" href="https://github.com/fourfour/gatekeeper" target="_blank">https://github.com/fourfour/gatekeeper</a></p>
]]></content:encoded>
			<wfw:commentRss>http://fourfourmedia.com/2011/01/27/learning-organically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We&#8217;re back and swinging&#8230;here&#8217;s what&#8217;s new at fourfour</title>
		<link>http://fourfourmedia.com/2011/01/27/were-back-and-swining-heres-whats-new-at-fourfour/</link>
		<comments>http://fourfourmedia.com/2011/01/27/were-back-and-swining-heres-whats-new-at-fourfour/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 00:50:36 +0000</pubDate>
		<dc:creator>Eric Goodenough</dc:creator>
				<category><![CDATA[business app]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[fourfour]]></category>
		<category><![CDATA[project managing]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://fourfourmedia.com/?p=669</guid>
		<description><![CDATA[TweetWe&#8217;ve been absent from the blog for a few weeks and with good reason, we have been CRAZY busy!! We finally completed the last 3 projects we were working on, almost simultaneously. It made for a hectic couple of weeks but now that the dust has settled, we are ready for what&#8217;s next, here is [...]]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton669" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Ffourfourmedia.com%2F2011%2F01%2F27%2Fwere-back-and-swining-heres-whats-new-at-fourfour%2F&amp;via=fourfourmedia&amp;text=We%26%238217%3Bre%20back%20and%20swinging%26%238230%3Bhere%26%238217%3Bs%20what%26%238217%3Bs%20new%20at%20fourfour&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Ffourfourmedia.com%2F2011%2F01%2F27%2Fwere-back-and-swining-heres-whats-new-at-fourfour%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://fourfourmedia.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>We&#8217;ve been absent from the blog for a few weeks and with good reason, we have been CRAZY busy!!<br />
We finally completed the last 3 projects we were working on, almost simultaneously.  It made for a hectic couple of weeks but now that the dust has settled, we are ready for what&#8217;s next, here is what has kept us so busy.  <span id="more-669"></span></p>
<p><a title="BGI" href="http://fourfourmedia.com/the-work/black-gold-industries/" target="_blank">Black Gold Industries</a><br />
Custom WordPress site, this site was really all about updating their old, outdated site.  We designed the theme and back end to their specifications.</p>
<p><a title="NYSE" href="http://fourfourmedia.com/the-work/new-york-stock-exchange/" target="_blank">New York Stock Exchange Wellness Application</a><br />
WOW that was a mouthful!  This was a really fun project for the NYSE employees to be able to compete against eachother in  how many minutes they can log working out over a 5 week period.  It was a fun project, we got to work the NYSE team in New York and installed our first live Titter feed.</p>
<p><a title="NHR" href="http://fourfourmedia.com/the-work/network-hardware-resale/" target="_blank">Network Hardware Resale</a><br />
NHR contacted us to put a new &#8220;skin&#8221; on their existing website.  They had the design all ready to go, all we had to do was apply it.  And now we are set to do the same project for their 7 other language sites.  Can you say nous sommes ravis?  (Disclaimer: not sure the French is accurate, but the excitement is)</p>
<p>Check back soon for more updates on apps and stuff.</p>
<div id="attachment_756" class="wp-caption alignleft" style="width: 310px"><a rel="attachment wp-att-756" href="http://fourfourmedia.com/2011/01/27/were-back-and-swining-heres-whats-new-at-fourfour/cats/"><img class="size-medium wp-image-756" title="cats" src="http://fourfourmedia.com/wp-content/uploads/2011/01/cats-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">Our kids working just as hard as we do.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://fourfourmedia.com/2011/01/27/were-back-and-swining-heres-whats-new-at-fourfour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wishes for the new year</title>
		<link>http://fourfourmedia.com/2010/12/31/wishes-for-the-new-year/</link>
		<comments>http://fourfourmedia.com/2010/12/31/wishes-for-the-new-year/#comments</comments>
		<pubDate>Fri, 31 Dec 2010 21:54:18 +0000</pubDate>
		<dc:creator>Amber Goodenough</dc:creator>
				<category><![CDATA[fourfour]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[new projects]]></category>

		<guid isPermaLink="false">http://fourfourmedia.com/?p=615</guid>
		<description><![CDATA[This past year at fourfour we have had an amazing journey.  We were so blessed in 2010, it turned out to be our biggest year ever in terms of the amount of work and profit!  Woot!  ]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton615" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Ffourfourmedia.com%2F2010%2F12%2F31%2Fwishes-for-the-new-year%2F&amp;via=fourfourmedia&amp;text=Wishes%20for%20the%20new%20year&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Ffourfourmedia.com%2F2010%2F12%2F31%2Fwishes-for-the-new-year%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://fourfourmedia.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>This past year at fourfour we have had an amazing journey.  We were so blessed in 2010, it turned out to be our biggest year ever in terms of the amount of work and profit!  Woot!  We moved twice, once in Lake Tahoe (we technically lived in Nevada for 2 months, so that makes 7 states I&#8217;ve lived in) and then to Santa Barbara.  Eric traveled to London, Paris and Chicago and Amber went to Redding, CA, San Francisco and Denver.<span id="more-615"></span></p>
<p>Things that kept us busy in 2010:</p>
<ul>
<li>Deveolped 16 team sites for <a href="../the-work/mls-team-sites/">Major League Soccer</a></li>
<li>Built a Groupon style app for <a href="../the-work/dealtopia/">Blue Casa Communications</a></li>
<li>Wrote a weekly online newsletter and developed print collateral for <a href="../the-work/vy-social-networking/">Vy Group</a></li>
<li>Designed updated websites for Black Gold Industries, Santa Barbara Fish Market, and <a href="http://fourfourmedia.com/the-work/newmark-schools/">Newmark Schools</a></li>
<li>And And if that wasn&#8217;t enough, we started building our own app called <a href="http://www.facebook.com/?ref=logo#%21/pages/ClubDivotcom/167906226564684">ClubDivot</a>.</li>
</ul>
<p>Whew, I&#8217;m tired just thinking about all that work.</p>
<h3>Looking Ahead</h3>
<p>So far 2011 is looking really good too!  We are working on an app for the New York Stock Exchange, have signed a contract with Network Hardware Resale for some ongoing work and a few projects that are in the negotiation stage.  We plan to launch our golf app, ClubDivot, this coming spring and will be spending a significant amount of time getting that off the ground and beta tested.  We can&#8217;t wait to get this thing into the hands of our users, let&#8217;s get this baby born!</p>
<p>And as for travel, we will be hitting up San Francisco in a few weeks and then hitting the slopes in Tahoe.  We also plan on going to the <a href="http://worlddominationsummit.com/">World Domination Summit</a> in Portland in June and see Seattle while we are up that way.  Denver is on the list and possibly Argentina too. And we are planning another move, not sure where yet&#8230;which is why we have to travel to all these places to see what feels like home.</p>
<p>Also new in 2011 is that we are starting to work with Expat Life Coach <a href="http://www.expatlifecoach.com/">John Falchetto</a>.  John will be helping us gain focus on where our business is going and how to make our business work overseas, for when we move to France again. Or Bali.  Or Ireland.  Or Spain.</p>
<p>Hope everyone has a happy and blessed new year.</p>
<address>Email us to get signed up for the ClubDivot Beta test! amber [at] fourfourmedia.com<br />
</address>
<div id="attachment_624" class="wp-caption alignleft" style="width: 310px"><a rel="attachment wp-att-624" href="http://fourfourmedia.com/2010/12/31/wishes-for-the-new-year/img_0925/"><img class="size-medium wp-image-624 " title="IMG_0925" src="http://fourfourmedia.com/wp-content/uploads/2010/12/IMG_0925-300x300.jpg" alt="" width="300" height="300" /></a><p class="wp-caption-text">Bee Happy!</p></div>
<address> </address>
]]></content:encoded>
			<wfw:commentRss>http://fourfourmedia.com/2010/12/31/wishes-for-the-new-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

