<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Two Nine Media :: The Personal Studio of Joe Gautreau - Design</title>
			<link>http://www.twoninemedia.com/blog/index.cfm</link>
			<description>The blog/website of Two Nine Media, the personal studio of Joe Gautreau.  Here you will find samples of my work, with scattered things about my family and life.  Enjoy!</description>
			<language>en-us</language>
			<pubDate>Sat, 04 Sep 2010 18:05:13 -0400</pubDate>
			<lastBuildDate>Tue, 13 Jan 2009 03:31:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>joe@twoninemedia.com</managingEditor>
			<webMaster>joe@twoninemedia.com</webMaster>
			
			
			
			
			
			<item>
				<title>Case Study: Healy Murphy Center Redesign</title>
				<link>http://www.twoninemedia.com/blog/index.cfm/2009/1/13/Case-Study-Healy-Murphy-Center-Redesign</link>
				<description>
				
				&lt;center&gt;&lt;img src=&quot;http://www.twoninemedia.com/blog/images/blogImages/hmBannerRedesign.jpg&quot; border=&quot;0&quot;&gt;&lt;/center&gt;
&lt;p&gt;
&lt;strong&gt;The Healy Murphy Center&lt;/strong&gt; provides compassionate service to youth-in-crisis by focusing on individualized education in a non-traditional setting, early childhood development and essential support services.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Two Nine Media&lt;/strong&gt; was called upon to redesign the existing design which had become a bit dated and obsolete, for an upcoming capital campaign and a fresh look.  You can check out the new look here - &lt;a href=&quot;http://www.healymurphy.org&quot; target=&quot;_blank&quot;&gt;http://www.healymurphy.org&lt;/a&gt;.&lt;/p&gt;

&lt;strong&gt;Services Provided:&lt;/strong&gt; Web Design &amp; Development, Hosting
				
				</description>
						
				
				<category>Portfolio</category>				
				
				<category>General</category>				
				
				<category>Clients</category>				
				
				<category>Design</category>				
				
				<pubDate>Tue, 13 Jan 2009 03:31:00 -0400</pubDate>
				<guid>http://www.twoninemedia.com/blog/index.cfm/2009/1/13/Case-Study-Healy-Murphy-Center-Redesign</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>The Tortoise &amp; the Hare: Tables vs CSS for Layout</title>
				<link>http://www.twoninemedia.com/blog/index.cfm/2007/4/19/TabledLayoutsvsCSSLayouts</link>
				<description>
				
				First of all let me begin by saying, I am in love with CSS!  For those of you who don&apos;t know, CSS is used to control the style and format of a web page.  From one CSS file you can control the font attributes, layout attributes, table standards, etc... for an entire site, all in one spot!  But I digress...

The reason for this post is to show the speed of CSS-based-layouts over table-based-layouts.  Why should one go with CSS design when developing a website/web application?  See below...
&lt;div class=&quot;floatright&quot; style=&quot;width: 275px&quot;&gt;
&lt;strong&gt;Pitfalls of Tables&lt;/strong&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;-&amp;nbsp;&amp;nbsp;Less Accessible&lt;br&gt;
&amp;nbsp;&amp;nbsp;-&amp;nbsp;&amp;nbsp;Harder to maintain visual consistiency&lt;br&gt;
&amp;nbsp;&amp;nbsp;-&amp;nbsp;&amp;nbsp;Increased file sizes which eats bandwidth&lt;br&gt;
&amp;nbsp;&amp;nbsp;-&amp;nbsp;&amp;nbsp;Much slower than CSS&lt;br&gt;
&lt;/div&gt;
&lt;strong&gt;Benefits of CSS&lt;/strong&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;-&amp;nbsp;&amp;nbsp;Accessability&lt;br&gt;
&amp;nbsp;&amp;nbsp;-&amp;nbsp;&amp;nbsp;Flexibility&lt;br&gt;
&amp;nbsp;&amp;nbsp;-&amp;nbsp;&amp;nbsp;Functionality&lt;br&gt;
&amp;nbsp;&amp;nbsp;-&amp;nbsp;&amp;nbsp;Lower Hosting Costs&lt;br&gt;
&amp;nbsp;&amp;nbsp;-&amp;nbsp;&amp;nbsp;Efficient, Less Expensive Redesigns&lt;br&gt;
&amp;nbsp;&amp;nbsp;-&amp;nbsp;&amp;nbsp;Better Search Engine Optimization (SEO) results&lt;br&gt;
&amp;nbsp;&amp;nbsp;-&amp;nbsp;&amp;nbsp;Speed&lt;br&gt;

&lt;div class=&quot;floatright&quot; style=&quot;width: 350px&quot;&gt;
	&lt;a href=&quot;http://www.twoninemedia.com/css_vs_html/css/&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://www.twoninemedia.com/gallery/whyCSS/whyCSSPic.jpg&quot; width=&quot;350&quot; height=&quot;334&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;br /&gt;&lt;center&gt;&lt;strong&gt;Sample web layout used for this experiment.&lt;/strong&gt;&lt;/center&gt;
&lt;/div&gt;
&lt;strong&gt;Speed Test&lt;/strong&gt;&lt;br&gt;
But, for the moment let&apos;s focus on the overwhelming speed difference between the two.  I created a sample web layout in Photoshop, and gave the file to a co-worker of mine (&lt;a href=&quot;http://www.dougboude.com&quot; target=&quot;_blank&quot;&gt;Doug Boude&lt;/a&gt;) who laid the design out with tables.  I also took the file and laid it out with CSS, it took us both about 15-20 mins to lay it out in our given formats.

All of our images were the same size for this test and his HTML file was actually smaller than mine!  I then uploaded the files to my server, which can be viewed here (&lt;a href=&quot;http://www.twoninemedia.com/css_vs_html/css&quot; target=&quot;_blank&quot;&gt;CSS Layout&lt;/a&gt; and &lt;a href=&quot;http://www.twoninemedia.com/css_vs_html/html&quot; target=&quot;_blank&quot;&gt;Table Layout&lt;/a&gt;) and ran them through a &lt;a href=&quot;http://www.websiteoptimization.com/services/analyze/&quot; target=&quot;_blank&quot;&gt;Web Page Analyzer&lt;/a&gt; at &lt;a href=&quot;http://www.websiteoptimization.com&quot; target=&quot;_blank&quot;&gt;websiteoptimization.com&lt;/a&gt;, the results were amazing!

&lt;strong&gt;Results&lt;/strong&gt;&lt;br&gt;
The CSS-based layout was &lt;strong&gt;33% FASTER&lt;/strong&gt; than the table-based layout on a T1 connection, and &lt;strong&gt;59% FASTER&lt;/strong&gt; on a 56K connection.

The CSS-based layout had no &quot;cautions&quot; or &quot;warnings&quot;.  The table-based layout had a &quot;Total Size Caution&quot; and a &quot;Image Size Warning&quot; even though we used the same image sizes and same amount of images.  The total size of the CSS-based page load was 14007 bytes while the table-based page load was 37593 bytes, a &lt;strong&gt;62% DIFFERENCE&lt;/strong&gt;!

&lt;strong&gt;Final Thoughts&lt;/strong&gt;&lt;br&gt;
Now, don&apos;t get me wrong, I like tables, I think they are very useful, but only in their proper place.  They were designed for data display and I still use them for that myself if I have tabular data for instance that I need to display.  But, for layout and design of a website / web application, there is no question that CSS is the way to go for many different reasons.

So, my final question to you is this...  If someone came to you and said &quot;I can make your website run 33% faster&quot;, what would you say???


&lt;em&gt;*Speed results will vary depending on site content/layout.  Not all results will be 33% faster, some will be less and some will be more.&lt;/em&gt;
				
				</description>
						
				
				<category>Goog Feed</category>				
				
				<category>CSS</category>				
				
				<category>General</category>				
				
				<category>Design</category>				
				
				<pubDate>Thu, 19 Apr 2007 16:55:00 -0400</pubDate>
				<guid>http://www.twoninemedia.com/blog/index.cfm/2007/4/19/TabledLayoutsvsCSSLayouts</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>It&apos;s Finally Here!</title>
				<link>http://www.twoninemedia.com/blog/index.cfm/2006/12/27/Its-Finally-Here</link>
				<description>
				
				After months of wanting to redesign &lt;a href=&quot;http://www.twoninemedia.com&quot;&gt;my site&lt;/a&gt; I have finally did it.  It isn&apos;t 100 percent complete but it&apos;s getting there.  

I figured that if I launched the site and then finished it after the launch, I would be more motivated to get it done!

I still have to redesign the &lt;a href=&quot;http://www.twoninemedia.com/blog&quot;&gt;blog&lt;/a&gt; and add content to a few areas, but the look and feel is DONE.

Let me know what you think, all feedback would be greatly appreciated!
				
				</description>
						
				
				<category>General</category>				
				
				<category>Design</category>				
				
				<pubDate>Wed, 27 Dec 2006 17:46:00 -0400</pubDate>
				<guid>http://www.twoninemedia.com/blog/index.cfm/2006/12/27/Its-Finally-Here</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Coming Soon - Site Redesign</title>
				<link>http://www.twoninemedia.com/blog/index.cfm/2006/11/13/Coming-Soon--Site-Redesign</link>
				<description>
				
				TwoNineMedia will be launching it&apos;s new and improved website sometime within the next few weeks.  The new site will feature a complete CSS layout with BlogCFC redesigned to fit the new look and feel.

&lt;strong&gt;12/6/06 - Update:&lt;/strong&gt;  It&apos;s coming give me another week or two!
				
				</description>
						
				
				<category>CSS</category>				
				
				<category>General</category>				
				
				<category>Design</category>				
				
				<pubDate>Mon, 13 Nov 2006 19:52:00 -0400</pubDate>
				<guid>http://www.twoninemedia.com/blog/index.cfm/2006/11/13/Coming-Soon--Site-Redesign</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>CSS: Building Navigations From Unordered Lists</title>
				<link>http://www.twoninemedia.com/blog/index.cfm/2006/8/25/CSS-Navigation-Building-Beautiful-Navigations-From-Unordered-Lists</link>
				<description>
				
				So, you have an unordered list that you want to look pretty, huh?  Well, I ran into this problem here at work a little while back, and it was requested I share the solution with all.

&lt;strong&gt;Problem:&lt;/strong&gt;

We were (and still are) building a web app, where the navigation would be dynamic based on the user and their permissions, and each nav item could have children under it, sub-items.  So we needed to come up with a CSS solution to the problem with a tad bit of JavaScript to make IE happy.

Now, we used a recursive function to query the database for all of the nav items for a user with their children, and possibly their children&apos;s children and so on, and when we looped through this result set with ColdFusion, here was a look alike of the nav html that was generated.

&lt;code&gt;
&lt;div id=&quot;nav2&quot;&gt;
&lt;ul id=&quot;nav2&quot;&gt;
  &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;
  &lt;li class=&quot;sectionparent&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;sectionparent&quot;&gt;About&lt;/a&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;#&quot;&gt;History&lt;/a&gt;&lt;/li&gt;
      &lt;li class=&quot;sectionparent&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;sectionparent&quot;&gt;Team&lt;/a&gt;
		&lt;ul&gt;
		  &lt;li&gt;&lt;a href=&quot;#&quot;&gt;First Team&lt;/a&gt;&lt;/li&gt;
		  &lt;li class=&quot;sectionparent&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;sectionparent&quot;&gt;Second Team&lt;/a&gt;
			&lt;ul&gt;
			  &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Joe&lt;/a&gt;&lt;/li&gt;
			  &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Doug&lt;/a&gt;&lt;/li&gt;
			  &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Bill&lt;/a&gt;&lt;/li&gt;
			&lt;/ul&gt;
		  &lt;/li&gt;
		  &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Third Team&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
	  &lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Offices&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li class=&quot;sectionparent&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;sectionparent&quot;&gt;Services&lt;/a&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;#&quot;&gt;First Service&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Second Service&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Third Service&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Fourth Service&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li class=&quot;sectionparent&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;sectionparent&quot;&gt;Contact Us&lt;/a&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;#&quot;&gt;First Location&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Second Location&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Third Location&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Fourth Location&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/code&gt;

Which looks like this displayed:

&lt;div id=&quot;nav2&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;ul&gt;
      &lt;li&gt;&lt;a href=&quot;#&quot;&gt;History&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Team&lt;/a&gt;
		&lt;ul&gt;
		  &lt;li&gt;&lt;a href=&quot;#&quot;&gt;First Team&lt;/a&gt;&lt;/li&gt;
		  &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Second Team&lt;/a&gt;
			&lt;ul&gt;
			  &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Joe&lt;/a&gt;&lt;/li&gt;
			  &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Doug&lt;/a&gt;&lt;/li&gt;
			  &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Bill&lt;/a&gt;&lt;/li&gt;
			&lt;/ul&gt;
		  &lt;/li&gt;
		  &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Third Team&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
	  &lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Offices&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Services&lt;/a&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;#&quot;&gt;First Service&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Second Service&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Third Service&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Fourth Service&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Contact Us&lt;/a&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;#&quot;&gt;First Location&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Second Location&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Third Location&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Fourth Location&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;strong&gt;Solution:&lt;/strong&gt;

So what I did was go out on the net and try to find something to fix this problem, and found this solution.

First of all, you will notice that the unordered list has an ID as well as the list item and anchor tag having a class where there are children.  With that accomplished, now we just need two more things.  Number one some CSS to make it look pretty and secondly a behavior file for IE.

&lt;strong&gt;CSS:&lt;/strong&gt;

&lt;code&gt;
body{
	behavior: url(csshover.htc); /* For IE */
}

#nav ul, #nav ul ul {
	margin: 0px;
	padding: 0px;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #FD5095;
	background: #FC1571;
	font-size: 12px;
	}

#nav ul li {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	position: relative;
	list-style: none;
	padding: 0px;
	}

#nav ul li a {
	display: block;
	text-indent: 5px;
	text-decoration: none;
  	color:#ffffff;
	padding: 5px 0px 5px 0px;
	border: 0px;
	border-top: 1px solid #FD5095;
	zborder-left: 18px solid #FD5095;
	width: 150px;
	}

#nav ul li a:hover {
	zborder-left: 18px solid #FD5095;
	background-color: #FD73AA;
	}
	
#nav ul ul {
	position: absolute;
	display: none;
	left: 150px;
	top: 0px;
	background:#FC1571;
	}

#nav ul li ul li a {
	padding: 5px 0px 5px 0px;
	}

/* Sub Menu Styles */

#nav ul li:hover ul ul, #nav ul li:hover ul ul ul, #nav ul li li li:hover ul {
	display: none; /* Hide sub-menus initially */
	}

#nav ul li:hover ul, #nav ul li li:hover ul, #nav ul li li li:hover ul { 
	display: block;
	}

#nav ul li a.sectionparent{
	background: transparent url(navArrow.gif) right center no-repeat;
	}

#nav ul li a.sectionparent:hover{
	background: #FD73AA url(navArrow.gif) right center no-repeat;
	}

#nav ul li a:hover{
	color: #ffffff;
	}

/* Fix IE. Hide from IE Mac */

* html #nav ul li {
	float: left;
	height: 1%;
	}
	
* html #nav ul li a {
	height: 1%;
	}

/* End Fix */
&lt;/code&gt;

&lt;strong&gt;Behavior File:&lt;/strong&gt;

&lt;a href=&quot;http://www.twoninemedia.com/gallery/css_nav/csshover.htc&quot;&gt;Click here to download the htc behavior file.&lt;/a&gt;

&lt;strong&gt;Final Result:&lt;/strong&gt;

&lt;a href=&quot;http://www.twoninemedia.com/gallery/css_nav/index.html&quot; target=&quot;blank&quot;&gt;Click Here To See A Live Demo!&lt;/a&gt;

&lt;a href=&quot;http://www.twoninemedia.com/gallery/css_nav/index.html&quot; target=&quot;blank&quot;&gt;&lt;img src=&quot;http://www.twoninemedia.com/gallery/css_nav/nav_example.jpg&quot;&gt;&lt;/a&gt;

This has been very useful for me, I hope it helps you as well!
				
				</description>
						
				
				<category>Goog Feed</category>				
				
				<category>CSS</category>				
				
				<category>Design</category>				
				
				<pubDate>Fri, 25 Aug 2006 14:48:00 -0400</pubDate>
				<guid>http://www.twoninemedia.com/blog/index.cfm/2006/8/25/CSS-Navigation-Building-Beautiful-Navigations-From-Unordered-Lists</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Where Have All The Tables Gone?</title>
				<link>http://www.twoninemedia.com/blog/index.cfm/2006/8/22/Where-Have-All-The-Tables-Gone</link>
				<description>
				
				I have been in the web world for around 5 years now, and when I first learned how to build a web page, my layouts were based on HTML tables.  Now thanks to Cascading Style Sheets (which are nothing new) I have practically abandoned tables and now design with strictly CSS.

I used to fear CSS.  I would look at a style sheet and think that tables were so much better.  Until a few years ago, I figured out that you could create some nifty little rollovers with just an HTML anchor tag and a bit of CSS.  Before I used to create rollover images in Photoshop and slice them up creating nifty rollovers which took forever to load.

CSS is all about freedom, optimization, beauty and ease of future manageability.  With CSS you can change the look of a site quickly from one look and feel to another with the swapping out of a style sheet.  No more going through pages of code and HTML to try to swap out all of the image names and possibly reposition things, CSS allows you to do all this cleaner, quicker, and all from one file.

&lt;strong&gt;Case In Point&lt;/strong&gt;

At work we are developing a completely web-based totally configurable web enrollment system for the health care industry.  Part of my task thus far have been to create the look and feel for the application.  This app will be used by multiple clients, and each client will most likely want their own look and feel to the app, not a logo change, but an entire look and feel.
&lt;center&gt;
&lt;img src=&quot;http://www.twoninemedia.com/gallery/css/css_html.jpg&quot;&gt;

&lt;img src=&quot;http://www.twoninemedia.com/gallery/css/1.jpg&quot;&gt;

&lt;img src=&quot;http://www.twoninemedia.com/gallery/css/2.jpg&quot;&gt;

&lt;img src=&quot;http://www.twoninemedia.com/gallery/css/3.jpg&quot;&gt;
&lt;/center&gt;
Here is my crack at a little illustration showing the power of css.  One HTML document or set of code, you don&apos;t touch it at all, you just apply different style sheets and layout your page totally different based on the CSS not the HTML.
&lt;center&gt;
&lt;img src=&quot;http://www.twoninemedia.com/gallery/css/css_example.jpg&quot;&gt;
&lt;/center&gt;
Pretty neat huh?  You can see this in real action at the &lt;a href=&quot;http://www.csszengarden.com&quot; target=&quot;blank&quot;&gt;CSS Zen Garden&lt;/a&gt;.
				
				</description>
						
				
				<category>Goog Feed</category>				
				
				<category>CSS</category>				
				
				<category>Design</category>				
				
				<pubDate>Tue, 22 Aug 2006 18:51:00 -0400</pubDate>
				<guid>http://www.twoninemedia.com/blog/index.cfm/2006/8/22/Where-Have-All-The-Tables-Gone</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Southwest Hunting Adventures Goes Live</title>
				<link>http://www.twoninemedia.com/blog/index.cfm/2006/8/22/Southwest-Hunting-Adventures-Goes-Live</link>
				<description>
				
				&lt;center&gt;&lt;img src=&quot;http://www.twoninemedia.com/blog/images/blogImages/swBanner.jpg&quot; border=&quot;0&quot;&gt;&lt;/center&gt;

Two Nine Media recently launched &lt;a href=&quot;http://www.southwesthuntingadventures.com&quot; target=&quot;blank&quot;&gt;SouthwestHuntingAdventures.com&lt;/a&gt;.

&lt;strong&gt;About The Client&lt;/strong&gt;

Southwest Hunting Adventures is located in Salome, Arizona, and provides hunting guide services to various clients from all over the United States. Travis Scott, owner/president would go on hunts as a hobby quite frequently, and realized his potential, passion and talent for hunting.  He pursued his dream of starting his own business, and has been dedicated to bringing his clients a unique and unforgettable hunting experience.

&lt;strong&gt;Project Overview&lt;/strong&gt;

The primary goal when developing &lt;a href=&quot;http://www.southwesthuntingadventures.com&quot; target=&quot;blank&quot;&gt;SouthwestHuntingAdventures.com&lt;/a&gt; was to showcase the talents and experience that Travis has brought and can bring his clients. So, we gave him a blog which dynamically feeds portions of his website, as well as a sweet looking gallery.  Website visitors can easily click thru the photos in the gallery to get a sense of what they may experience when choosing Southwest Hunting Adventures.

We used ColdFusion, Photoshop, and CSS to code and layout the site.  The blog was built using Blog CFC and the gallery is powered by Lightbox 2.0.
				
				</description>
						
				
				<category>Portfolio</category>				
				
				<category>Clients</category>				
				
				<category>Design</category>				
				
				<pubDate>Tue, 22 Aug 2006 13:49:00 -0400</pubDate>
				<guid>http://www.twoninemedia.com/blog/index.cfm/2006/8/22/Southwest-Hunting-Adventures-Goes-Live</guid>
				
			</item>
			
		 	
			</channel></rss>