<?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>Finamore Design &#187; Interactive</title>
	<atom:link href="http://www.finamoredesign.com/category/interactive/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.finamoredesign.com</link>
	<description>Graphic Design • Web Development</description>
	<lastBuildDate>Sat, 11 Jun 2011 17:50:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>An Animated History of the Internet</title>
		<link>http://www.finamoredesign.com/2009/02/10/an-animated-history-of-the-internet/</link>
		<comments>http://www.finamoredesign.com/2009/02/10/an-animated-history-of-the-internet/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 15:16:19 +0000</pubDate>
		<dc:creator>troy</dc:creator>
				<category><![CDATA[Interactive]]></category>

		<guid isPermaLink="false">http://www.finamoredesign.com/2009/02/10/an-animated-history-of-the-internet/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/JdhhBbwWPX8&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/JdhhBbwWPX8&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.finamoredesign.com/2009/02/10/an-animated-history-of-the-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drexel&#8217;s Digital Media Annual Review &#8211; 2009</title>
		<link>http://www.finamoredesign.com/2009/02/04/drexels-digital-media-annual-review-2000/</link>
		<comments>http://www.finamoredesign.com/2009/02/04/drexels-digital-media-annual-review-2000/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 14:04:37 +0000</pubDate>
		<dc:creator>troy</dc:creator>
				<category><![CDATA[Drexel]]></category>
		<category><![CDATA[Interactive]]></category>

		<guid isPermaLink="false">http://www.finamoredesign.com/2009/02/04/drexels-digital-media-annual-review-2000/</guid>
		<description><![CDATA[On Monday, Feb. 2, at 7:30pm we revived our Annual Review in the Digital Media program at Drexel University. At this event we highlighted the best student work created in Digital Media classes for the calendar year 2008. The event was a success with approximately 125 guests, including: students, faculty, family and friends. Samples from [...]]]></description>
			<content:encoded><![CDATA[<p>On Monday, Feb. 2, at 7:30pm we revived our Annual Review in the Digital Media program at Drexel University. </p>
<p>At this event we highlighted the best student work created in Digital Media classes for the calendar year 2008.  </p>
<p>The event was a success with approximately 125 guests, including: students, faculty, family and friends. </p>
<p>Samples from the show can be seen at http://www.digm.drexel.edu/2009_annual_review</p>
<p><a href="http://www.finamoredesign.com/wp-content/uploads/2009/02/l-640-480-87edf096-a2fd-4ff4-bbd4-f7827c666df1.jpeg"><img src="http://www.finamoredesign.com/wp-content/uploads/2009/02/l-640-480-87edf096-a2fd-4ff4-bbd4-f7827c666df1.jpeg" alt="" width="300" height="225" class="alignnone size-full wp-image-364" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.finamoredesign.com/2009/02/04/drexels-digital-media-annual-review-2000/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Start and Stop Sound with ActionScript 3.0</title>
		<link>http://www.finamoredesign.com/2008/02/25/start-and-stop-sound-with-actionscript-30/</link>
		<comments>http://www.finamoredesign.com/2008/02/25/start-and-stop-sound-with-actionscript-30/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 17:12:53 +0000</pubDate>
		<dc:creator>troy</dc:creator>
				<category><![CDATA[Interactive]]></category>

		<guid isPermaLink="false">http://www.finamoredesign.com/FinaBlog/2008/02/25/start-and-stop-sound-with-actionscript-30/</guid>
		<description><![CDATA[Triggering a background audio track on and off in ActionScript 3.0 is a bit more involved than in previous version of the language. Create Button The first step is to create the button with the up and over states. Since I want my button to switch between the universal Play icon (the right pointing triangle) [...]]]></description>
			<content:encoded><![CDATA[<p>Triggering a background audio track on and off in ActionScript 3.0 is a bit more involved than in previous version of the language.<span id="more-166"></span></p>
<p><strong>Create Button</strong></p>
<p>The first step is to create the button with the up and over states. Since I want my button to switch between the universal Play icon (the right pointing triangle) and the universal Pause icon (two vertical posts). I am going to create a button symbol with a generic gradation that shifts colors in its up and over states.</p>
<p><strong>Create Movie Clip</strong></p>
<p>Next, crate a Movie Clip with three layers, each containing only two frames.</p>
<p>Name Layer 1 &#8220;actions&#8221; both frames should be keyframes with the <code>stop();</code> command.</p>
<p>Name Layer 2 &#8220;icons&#8221; again both frames should be key frames.</p>
<p>Frame 1 will include the Play icon  Frame 2 will include the Pause icon  Name layer 3 &#8220;button&#8221; this layer has the button symbol.</p>
<p>Drag the movie_clip from the library to the stage (if not already there) and in the Properties Inspector give the movie clip and instance name of play_mc.</p>
<p><img src="http://twf23.files.wordpress.com/2008/02/button_view.png" alt="button view" /></p>
<p><strong>Import Sound</strong></p>
<p>Go File > Import > Import to Library</p>
<p>Locate the audio file you want to play (preferably aif, mp3 or wav). In this case I will refer to mine as importedSound.mp3.</p>
<p>Click OK.</p>
<p>You should now see importedSound.mp3 in the library. Click once on it to select it. Now that it is highlighted you should see the wave form in the top of the library panel (you can click play to test to make sure you imported the right sound). With sound file selected, click on the properties button at the bottom of the library panel (it looks like a black circle with a white i).</p>
<p>In the new window that pops up, click Advanced button.</p>
<p>Next check the â€œExport for ActionScriptâ€ box. It should automatically pre-populate some info for you. The one you need to check is the class name. Make sure it fits with ActionScript naming conventions (starts with lower case letter, has letters and numbers only, no spaces, no punctuation). I will name just remove the .mp3 from mine so that is it importedSound.</p>
<p><img src="http://twf23.files.wordpress.com/2008/02/property_view.png" alt="property view" /></p>
<p>Now click OK. (If you click the close window button you changes will not be saved). Once you click you should receive a warning window stating that the class does not previously exist ad that Flash is going to create one. Click OK. We want Flash to do this.</p>
<p>We are now ready to write our script.</p>
<p><strong>Write Script</strong></p>
<p>Add a new layer to the main timeline and name it actions.click on frame 1 and open your actionscript window.The first thing we need to do is to substantiate the Instance of the Sound subclass importedSound as we specified in the Linkage dialog for audio file: importedSound.mp3 in the library.</p>
<p><code>var myAudio:importedSound = new importedSound();</code></p>
<p>next we set up the sound channel</p>
<p><code>var myChannel:SoundChannel = new SoundChannel();</code></p>
<p>Since we want to pause the sound on the click we need a variable to remember where the play head is in the audio file when the button is clicked.</p>
<p><code>var myPausePosition:uint;</code></p>
<p>next we start the sound playing, I am also going to the pre existing class of buttonMode to true to signify that the sound is playing and tell the movie clip to go to frame two where the pause icon is.</p>
<p><code>play_mc.buttonMode = true; </code></p>
<p><code>myChannel = myAudio.play(); </code></p>
<p><code>play_mc.gotoAndStop(2);</code></p>
<p>now we need an event listener to check if the button is clicked, and a function to check if the sound is playing or not, and do the opposite</p>
<p><code>play_mc.addEventListener(MouseEvent.MOUSE_UP, myStartSound);</code></p>
<p><code>function myStartSound(event:MouseEvent):void { </code></p>
<p><code>if (play_mc.buttonMode == false) { </code></p>
<p><code>play_mc.buttonMode = true; </code></p>
<p><code>myChannel = myAudio.play(myPausePosition); </code></p>
<p><code>play_mc.gotoAndStop(2); </code></p>
<p><code>} else { </code></p>
<p><code>myPausePosition = myChannel.position; </code></p>
<p><code>play_mc.buttonMode = false; </code></p>
<p><code>myChannel.stop(); </code></p>
<p><code>play_mc.gotoAndStop(1);</code></p>
<p><code>} </code></p>
<p><code>}</code></p>
<p>since the audio will not automatically loop, I will put an event listener on the channel and listen for the end of the audio. when it ends trigger a function that will stat it again from the beginning.</p>
<p><code>myChannel.addEventListener(Event.SOUND_COMPLETE, myPlaybackComplete);</code></p>
<p><code>function myPlaybackComplete(event:Event):void { </code></p>
<p><code>myChannel = myAudio.play(); </code></p>
<p><code> }</code></p>
<p>Here is what the completed ActionScript looks like:</p>
<p><img src="http://twf23.files.wordpress.com/2008/02/code_view.png" alt="code view" /></p>
<p>And there you go. A button that will play and pause an audio track.</p>
<p><strong>Note: </strong>This requires that your main timeline has only one frame. If you have more than one frame you will have multiple instances of the sound playing (one being triggered ever time the playhead returns to frame 1).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.finamoredesign.com/2008/02/25/start-and-stop-sound-with-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Certificate in Web Development from NYU SCPS</title>
		<link>http://www.finamoredesign.com/2007/07/16/certificate-in-web-development-from-nyu-scps/</link>
		<comments>http://www.finamoredesign.com/2007/07/16/certificate-in-web-development-from-nyu-scps/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 19:12:14 +0000</pubDate>
		<dc:creator>troy</dc:creator>
				<category><![CDATA[Interactive]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.finamoredesign.com/FinaBlog/2007/07/16/certificate-in-web-development-from-nyu-scps/</guid>
		<description><![CDATA[I finally received my official documentation certifying that I have completed the Web Development program at New York University&#8217;s School of Continuing Professional Studies. I completed the program with a 4.o average. The classes I took included: PHP Programming, MySQL with PHP, Web Development With XHTML and CSS, Web Architecture and Infrastructure, and Flash: Advanced [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://finamoredesign.com/wp-content/uploads/2007/07/nyu-scps-cert.jpg" title="Web Dev Cert"><img src="http://wp.finamoredesign.com/wp-content/uploads/2007/07/nyu-scps-cert-150x150.jpg" alt="Web Dev Cert" /></a>I finally received my official documentation certifying that I have completed the <a href="http://www.scps.nyu.edu/departments/certificate.jsp?certId=948" title="NYU SCPS Web Dev Certificate" target="_blank">Web Development</a> program at<a href="http://www.scps.nyu.edu" target="_blank"> New York University&#8217;s School of Continuing Professional Studies</a>. I completed the program with a 4.o average. The classes I took included: <a href="http://www.scps.nyu.edu/departments/course.jsp?courseId=77823" target="_blank">PHP Programming</a>, <a href="http://www.scps.nyu.edu/departments/course.jsp?courseId=78106" target="_blank">MySQL with PHP</a>, Web <a href="http://www.scps.nyu.edu/departments/course.jsp?courseId=79186" target="_blank">Development With XHTML and CSS</a>, <a href="http://www.scps.nyu.edu/departments/course.jsp?courseId=79184" target="_blank">Web Architecture and Infrastructure</a>, and <a href="http://www.scps.nyu.edu/departments/course.jsp?catId=260&amp;courseId=78952" target="_blank">Flash: Advanced Intensive.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.finamoredesign.com/2007/07/16/certificate-in-web-development-from-nyu-scps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The State of the Art of Interactive Design:</title>
		<link>http://www.finamoredesign.com/2007/04/30/the-state-of-the-art-of-interactive-design/</link>
		<comments>http://www.finamoredesign.com/2007/04/30/the-state-of-the-art-of-interactive-design/#comments</comments>
		<pubDate>Mon, 30 Apr 2007 11:56:31 +0000</pubDate>
		<dc:creator>troy</dc:creator>
				<category><![CDATA[Interactive]]></category>

		<guid isPermaLink="false">http://www.finamoredesign.com/FinaBlog/2007/04/30/the-state-of-the-art-of-interactive-design/</guid>
		<description><![CDATA[Where We&#8217;ve Been, Where We Are Today, Where We Are Headed, and How We Will Get There. Yesterday The WWW was released by CERN for public use in 1992. Instantly, it was used as a place where companies put information for &#8216;easy&#8217; public access. Mission statements, product lists, press releases, etc. The original sites were [...]]]></description>
			<content:encoded><![CDATA[<p><em>Where We&#8217;ve Been, Where We Are Today, Where We Are Headed, and How We Will Get There.</em></p>
<p><strong>Yesterday</strong><br />
The WWW was released by CERN for public use in 1992. Instantly, it was used as a place where companies put information for &#8216;easy&#8217; public access. Mission statements, product lists, press releases, etc. The original sites were entirely textual in nature, using hypertext links to navigate from page to page.</p>
<p>A year later the first graphics-based web browser, Mosaic, was introduced. And still images started finding their way to the web. As connectivity speeds gradually increased, graphics became a viable option, and websites started to get more and more sophisticated.</p>
<p>New programming languages like PHP, JavaScript, and MySQL started appearing. These increased what we could do with the medium, and we started seeing better quality still images, audio, and video, and on-line purchasing.</p>
<p>By the mid Nineties, branding started to play a bigger role in web design. Companies started to focus more on the user&#8217;s experience and how it related back to their corporate image. In order to achieve optimum branding, some sites opted for the &#8216;cool factor&#8217; of technologies like shockwave and flash. But this came at a price. Larger files meant slower download times, and there was the plug-in issue. Few people wanted to download a plug-in installer, run the installer, restart their browser, then go back to the site only to sit and watch a loading bar. File size and download times was a big issue when dealing with a 9600bps modem. Even though modems were getting faster, people started to move away from flash-based sites.<span id="more-155"></span></p>
<p><strong>Today</strong><br />
Today, the average user connects via a cable modem that runs at 10Mbps. Verizon is just now installing Fiber Optic systems directly into houses which runs at 50Mbps. That&#8217;s five times faster than what we are currently used to.</p>
<p>As our connectivity speeds increase, so does the number of users and sites. Every year the number of users and the number of sites seem to expand exponentially. A recent study by Internet World Stats shows that there are over 1.1 billion Internet users worldwide. According to Netcraft, there are over 108 million unique web sites. Technorati tracks 26.6 million blogs, and estimates that there are 75,000 new blogs being created every day. That&#8217;s almost one every second.</p>
<p>Surfing the web is no longer a novelty, it is a part of our daily life. While there is a certain amount of &#8220;recreational surfing&#8221; going on, mainly we are looking for information, and we want to find it quickly. We want the information to be as easily accessible as possible.</p>
<p>Accessibility has become one of the driving forces in web design. Originally, the topic of accessibility referred to making a site accessible to people with disabilities. People with disabilities use Assistive Technologies to accomplish tasks they could not do otherwise. These technologies rely on the content of the site. Unfortunately, most websites have accessibility barriers that make it difficult or impossible for people with disabilities to use the Web. In 1998, Congress amended the Rehabilitation Act to require Federal agencies to make their electronic and information technology accessible to people with disabilities. Section 508 was enacted to eliminate barriers in information technology, to make available new opportunities for people with disabilities, and to encourage development of technologies that will help achieve these goals. One way that we, as developers, can ensure that our sites are accessible is to use XHTML &amp; CSS. XHTML and CSS allow us to separate content from presentation, thus ensuring that people with disabilities will have no problem accessing the site&#8217;s content.</p>
<p>As it turns out, this separation of content and presentation does more than just make a site accessible to the disabled. It aids in Search Engine Optimization by making the site easier for Web Crawlers to index. It allows sites to be compatible with browsers, both outdated and future versions. It also helps the sites to be browse-able on multiple devices from readers to cell phones to handhelds where screen size is an issue.</p>
<p>We have found that with properly structured XHTML you only need to write your content once. Then, by applying different CSS Style Sheets, you can format that content for multiple browsers, or even printing.</p>
<p>There is another facet to recent developments on the web. Through creative use of languages like XHTML, CSS, JavaScript, PHP, MySQL, XML, and ActionScript we have turned the Internet into aï¿½truly interactive medium where the users generate content themselves. We do this by writing blog entries to commenting on other peoples&#8217; blogs, contributing to discussions in forums (boards), and actually helping to write and edit the actual page contents themselves in the form of wikis</p>
<p>We text message, audio chat, video chat, even hold video forums with multiple users. I worked with an agency on a pitch to a client where they wanted to develop a live video broadcast of a debate that would run concurrently on the screen with two separate chat rooms where the viewers could textually argue the pros and cons of the topic being debated. (This is still under development).</p>
<p>While the web was originally a giant repository of information, I think one of the greatest benefits of the Internet has become its ability to connect people anywhere in the world.<br />
Social Networking: MySpace, LinkedIn, ProgrammerMeetDesigner<br />
Photo &amp; Video Sharing: YouTube, Flickr<br />
Dating: eHarmony, Match.com<br />
Job Finding: Monster.com, CareerBuilder<br />
Trading Books, CDs, DVDs: BookIns, TitleTrader<br />
Favorites Lists: DEL.ICIO.US, Digg, StumbleUpon</p>
<p>Today XHTML 4, CSS 3, JavaScript 1.7, PHP 6, MySQL 5, XML 2.0, and ActionScript 3 are either recently released or currently under development. But when we look closely at these new iterations, what we realize is that they will not bring anything amazingly new to the table. What these new versions will do is make our jobs of programming and developing websites easier.</p>
<p>We can communicate with servers and databases in real time. We can make interfaces and navigational systems that update themselves. There is (almost) nothing that we can&#8217;t do in a web browser that we can do in a standard desktop application. With the proper combinations of the languages previously discussed, we can develop web applications that can do practically anything.</p>
<p><strong>Tomorrow</strong><br />
So, what does the future hold? I don&#8217;t know, and I don&#8217;t think anyone knows for sure. But what I do know is that we are no longer waiting for technology. With dual-chip processors running in the gigahertz range, cable modems being replaced with fiber optics networks, cell phones with Internet access, and high-speed wireless connections in our laundromats, the advancement of technology is becoming commonplace.</p>
<p>What we are waiting for now is concepts. The future of the Internet lies more in the creative minds that put new ideas together rather than our ability to break into new technologies.</p>
<p>One good example of this is Google Maps. We had mapping websites in the past (most notably MapQuest), but by making their APIs public and allowing anyone to interface with their system, we are now seeing maps that track everything from the space shuttle to your friend&#8217;s European flight itinerary. We are now capable of doing anything from tracking apartment availability to housing values, mapping NYC potholes to tornado paths, and all of this is now done in real time.</p>
<p>Google also recently released a set of Web-Apps that mimic Microsoft Office which all run entirely within your web browser. You save your files to a centralized web server so you can access these apps and files from anywhere. These applications are free.</p>
<p>UC Berkeley is currently working on Web OS. An operating system that will run within a web browser so that you have access to all your files, and can even run your apps from anywhere. Accessing files and running software remotely is not a new idea. But doing it within a web browser is.</p>
<p>The amazing thing is that the technology to do this has been around for at least eight years, possibly more. All it took was for someone to concept it. We are beginning to see people stretch the boundaries of possibility. To look beyond the conventional box and use their tools in new and interesting ways.</p>
<p>The future of the web depends on creative ideas and open-mindedness.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.finamoredesign.com/2007/04/30/the-state-of-the-art-of-interactive-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe&#8217;s CSS Advisor (beta)</title>
		<link>http://www.finamoredesign.com/2007/01/02/adobes-css-advisor-beta/</link>
		<comments>http://www.finamoredesign.com/2007/01/02/adobes-css-advisor-beta/#comments</comments>
		<pubDate>Tue, 02 Jan 2007 17:55:07 +0000</pubDate>
		<dc:creator>troy</dc:creator>
				<category><![CDATA[Interactive]]></category>

		<guid isPermaLink="false">http://www.finamoredesign.com/FinaBlog/?p=141</guid>
		<description><![CDATA[Adobe has launched a new service, CSS ADSVISOR, that lets you find solutions to CSS and browser compatibility issues, share solutions and workarounds you&#8217;ve discovered with the community, and comment on and improve existing solutions. Find solutions for browser specific bugs in Internet Explorer, Mozilla/Firefox, Opera or Safari or CSS property issues,including Backgrounds, Borders, Colors, [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" title="Adobe CSS Advisor" href="http://www.adobe.com/cfusion/communityengine/index.cfm?event=homepage&#038;productId=1"><img alt="Adobe" id="image142" src="http://finamoredesign.com/wp-content/uploads/2007/01/adobe.png" /></a>Adobe has launched a new service, <a title="CSS ADVISOR" target="_blank" href="http://www.adobe.com/cfusion/communityengine/index.cfm?event=homepage&#038;productId=1">CSS ADSVISOR</a>, that lets you find solutions to CSS and browser compatibility issues, share solutions and workarounds you&#8217;ve discovered with the community, and comment on and improve existing solutions.</p>
<p>Find solutions for browser specific bugs in Internet Explorer, Mozilla/Firefox, Opera or Safari or CSS property issues,including Backgrounds, Borders, Colors, Floats, Fonts, Margins, Padding, Positioning, Text and Width/Height.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.finamoredesign.com/2007/01/02/adobes-css-advisor-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Genesis, Inc. Launches New Website/Brand Identity</title>
		<link>http://www.finamoredesign.com/2006/10/19/genesis-inc-launches-new-websitebrand-identity/</link>
		<comments>http://www.finamoredesign.com/2006/10/19/genesis-inc-launches-new-websitebrand-identity/#comments</comments>
		<pubDate>Thu, 19 Oct 2006 16:25:14 +0000</pubDate>
		<dc:creator>troy</dc:creator>
				<category><![CDATA[Interactive]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.finamoredesign.com/FinaBlog/?p=136</guid>
		<description><![CDATA[GenesisInc.TV is an independent digital video network and on-line community designed to entertain and explore our common technical, corporate, spiritual and religious history. Their program &#8220;Genesis Inc.&#8221; is a sitcom that shows a light-hearted view of the inter-office politics of corporation responsible for the creation of the planet Earth. Their original website was put up [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" title="GenesisInc.TV" href="http://www.genesisinc.tv"><img alt="GenesisIncTV" id="image135" src="http://finamoredesign.com/wp-content/uploads/2006/10/gitv.jpg" /></a>GenesisInc.TV is an independent digital video network and on-line community designed to entertain and explore our common technical, corporate, spiritual and religious history. Their program &#8220;Genesis Inc.&#8221; is a sitcom that shows a light-hearted view of the inter-office politics of corporation responsible for the creation of the planet Earth.  Their original website was put up in a hurry to spotlight their content. They soon realized that they were not projecting the brand image they wanted for their program.</p>
<p><strong>Challenge: </strong>After discussions with the client, the goals for the new brand image and site were as follows: &#8211; Develop a corporate identity that could serve the dual purpose of being both the identity for the corporation named in the show and the identity for their website. &#8211; Develop a clear and consistent navigation system for the .tv site &#8211; The design must be easy to integrate with their existing database system. &#8211; Client wanted to add both a Blog, Forums, and a Store Front to the website.</p>
<p><strong>Results: </strong>The website promotes the Genesis Inc. identity and is now a useful tool for generating revenue. The client now proudly promotes their content and are generating more and more hits every day.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.finamoredesign.com/2006/10/19/genesis-inc-launches-new-websitebrand-identity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is RSS &amp; How do I use it?</title>
		<link>http://www.finamoredesign.com/2006/09/20/what-is-rss-how-do-i-use-it/</link>
		<comments>http://www.finamoredesign.com/2006/09/20/what-is-rss-how-do-i-use-it/#comments</comments>
		<pubDate>Wed, 20 Sep 2006 20:20:05 +0000</pubDate>
		<dc:creator>troy</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Interactive]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.finamoredesign.com/FinaBlog/?p=118</guid>
		<description><![CDATA[I am constantly being asked what RSS is and how to use it. Luckily, my friends over getusb.info wrote an easy to understand article all about RSS. Check it out&#8230; How can I use RSS? At GetUSB.info we receive emails from time-to-time asking about the RSS feed feature we provide and how it can be [...]]]></description>
			<content:encoded><![CDATA[<p>I am constantly being asked what RSS is and how to use it. Luckily, my friends over <a target="_blank" title="get USB info" href="http://www.getusb.info">getusb.info</a> wrote an easy to understand article all about RSS.</p>
<p>Check it out&#8230;</p>
<p><a target="_blank" title="About RSS" href="http://www.getusb.info/?p=284"><strong>How can I use RSS?</strong></a></p>
<p><a target="_blank" title="About RSS" href="http://www.getusb.info/?p=284">At GetUSB.info we receive emails from time-to-time asking about the RSS feed feature we provide and how it can be used. Today we are taking a few minutes to cover what an RSS feed is, how you can use it, what you need and how to validate the ones you subscribe too.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.finamoredesign.com/2006/09/20/what-is-rss-how-do-i-use-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Guide To Creating A Successful Web Layout</title>
		<link>http://www.finamoredesign.com/2006/06/29/a-guide-to-creating-a-successful-web-layout/</link>
		<comments>http://www.finamoredesign.com/2006/06/29/a-guide-to-creating-a-successful-web-layout/#comments</comments>
		<pubDate>Thu, 29 Jun 2006 15:26:49 +0000</pubDate>
		<dc:creator>troy</dc:creator>
				<category><![CDATA[Interactive]]></category>

		<guid isPermaLink="false">http://www.finamoredesign.com/FinaBlog/?p=15</guid>
		<description><![CDATA[When you have decided to build a website, before you open dreamweaver or photoshop or any other application that is going to help you complete thiis task, there are some questions you must first consider: What are you going to communicate? What is your criteria for success? Who is the audience? What technologies is the [...]]]></description>
			<content:encoded><![CDATA[<p>When you have decided to build a website, before you open dreamweaver or photoshop or any other application that is going to help you complete thiis task, there are some questions you must first consider:</p>
<ol>
<li>What are you going to communicate?</li>
<li>What is your criteria for success?</li>
<li>Who is the audience?</li>
<li>What technologies is the audience using?</li>
</ol>
<p>The answers to these questions will help you stay focused on your end goal, building a successful website. Once you have these answered you can then move on to deciding how to develope the look and feel of your site.<span id="more-100"></span></p>
<p><strong>Types of Web Design Layouts</strong></p>
<p>Below are the basic design layouts that most websites adhere to. If you find a website that does not fall under any of these categories, please let me know.</p>
<ul>
<li>Classic Inverted L<br />
<img alt="Inverted L" id="image80" src="http://finamoredesign.com/wp-content/uploads/2006/06/inverted-l.jpg" /></li>
<li>Top Header<br />
<img alt="Top Header" id="image81" src="http://finamoredesign.com/wp-content/uploads/2006/06/top.jpg" /></li>
<li>Side Navigation<br />
<img alt="Side Nav" id="image82" src="http://finamoredesign.com/wp-content/uploads/2006/06/side.jpg" /></li>
<li>Box<br />
<img alt="Box" id="image83" src="http://finamoredesign.com/wp-content/uploads/2006/06/box.jpg" /></li>
<li>Header – Content – Footer<br />
<img alt="Heade-Content-Foot" id="image84" src="http://finamoredesign.com/wp-content/uploads/2006/06/hcf.jpg" /></li>
<li>Left or Right Justified<br />
<img alt="right" id="image85" src="http://finamoredesign.com/wp-content/uploads/2006/06/right.jpg" /></li>
<li>White Space (No literal grid)<br />
<img alt="White" id="image86" src="http://finamoredesign.com/wp-content/uploads/2006/06/white.jpg" /></li>
<li>Full Design  (no room for white space)<br />
<img alt="Full" id="image87" src="http://finamoredesign.com/wp-content/uploads/2006/06/full-design.jpg" /></li>
<li>Middle (Top to bottom centered)<br />
<img alt="Middle" id="image88" src="http://finamoredesign.com/wp-content/uploads/2006/06/middle.jpg" /></li>
<li>Horizontal scrolling<br />
<img alt="Middle" id="image88" src="http://finamoredesign.com/wp-content/uploads/2006/06/middle.jpg" /></li>
<li>Unconventional<br />
<img id="image89" alt="Unconnventional" src="http://finamoredesign.com/wp-content/uploads/2006/06/unconv.jpg" /></li>
</ul>
<p><strong>Principles of Design</strong></p>
<ol>
<li><strong>Emphasis and Contrast</strong><br />
This tells the viewer what is most important. They can help you persuade the viewer to pay more attention to one item over another. Here are a few ways to place emphasis on certain items.</p>
<ul>
<li>bold</li>
<li>bigger</li>
<li>italics</li>
<li>contrasting color</li>
<li>effects</li>
<li>shapes</li>
<li>boarders</li>
<li>white space</li>
</ul>
</li>
<li><strong>Importance of a Grid</strong><br />
Having a consistent and predictable design is vital to having a well-designed site. Grid systems provide an order to webpages so users can immediately identify how to interact with the site. It communicates to users that there is a master plan at work, that the developers of the site have spent time figuring out how to bring order to their information to best suit the viewer.</li>
<li><strong>Visual Direction</strong><br />
This describes the way the eye moves across the screen. Understanding how to control this will help you give impace to the items of importance on your page. On pages that have no contrasting elements, peopl typically follow the standard reading path of left to right, top to bottom. But by utilizing of the tools that allow you to emphasize items (making items larger than others, contrasting colors, etc&#8230;) you can break this folw and create your own.</p>
<p>Ways to control Visual Direction:</p>
<ul>
<li>When laying out a page and working on emphasis think about the path the eye will take.</li>
<li>Cluster similar items together (ads, navigation, text, etc.)</li>
<li>Think of text as visual art</li>
</ul>
</li>
</ol>
<ol /><strong>Influence vs. Plagiarism</strong></p>
<p>When designing a website, most people start surfing the web or browsing through web design books and annuals. This is fine, but flat out copying the layout and colors is plagarism. Instead, try to understand why a designer uses a specific layout, color scheme, or image style. Attempt to get inside the head of the designer and deconstruct the thinking process behind choosing that specific layout. Don’t just mimic the layout, apply the same thinking process when developing your website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.finamoredesign.com/2006/06/29/a-guide-to-creating-a-successful-web-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Color Theory Primer</title>
		<link>http://www.finamoredesign.com/2006/06/22/color-theory/</link>
		<comments>http://www.finamoredesign.com/2006/06/22/color-theory/#comments</comments>
		<pubDate>Thu, 22 Jun 2006 19:51:53 +0000</pubDate>
		<dc:creator>troy</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Interactive]]></category>

		<guid isPermaLink="false">http://www.finamoredesign.com/FinaBlog/?p=20</guid>
		<description><![CDATA[Color Theory is one of those subjects that takes years to fully understand. Some people have even turned it into a career. Here I will try to cover some of the basics theories of Color Theory and show you some ideas you should think about when developing designs of your own. Primary Colors There are [...]]]></description>
			<content:encoded><![CDATA[<p>Color Theory is one of those subjects that takes years to fully understand. Some people  have even turned it into a career. Here I will try to cover some of the basics theories of Color Theory and show you  some ideas you should think about when developing designs of your own.<span id="more-53"></span></p>
<p><strong>Primary Colors</strong></p>
<p>There are only three primary or true colors. Red, yellow, and blue. Mixtures of these three colors can produce almost any other color (excluding specialty colors like metallics, fluorescents, etc.)</p>
<p><img id="image47" alt="primary" src="http://www.finamoredesign.com/FinaBlog/wp-content/uploads/2006/06/01-primary.jpg" /><br />
<strong>Secondary Colors</strong></p>
<p>A simple 50/50 mix of any two of the three primarys will result in what we call the Secondary colors; Orange, Green, and Purple.</p>
<p>Red + Yellow = Orange<br />
Yellow + Blue = Green<br />
Blue + Red = Purple</p>
<p><img id="image48" alt="Secondary" src="http://www.finamoredesign.com/FinaBlog/wp-content/uploads/2006/06/02-secondary.jpg" /><br />
<strong>Tertiary Colors</strong></p>
<p>The third step away we call the Tertiary colors. These are created by a 50%/50% mix of one Primary color and one of that Secondary Colors that resulted from a mix of that Primary Color. Therefore, there are 6 tertiary colors.</p>
<p>Red + Orange = Vermillion<br />
Red + Purple = Maroon<br />
Blue + Purple = Violet<br />
Blue + Green = Aquamarine<br />
Yellow + Green = Chartreuse<br />
Yellow + Orange = Marigold<br />
The names of the tertiary colors are subjective)</p>
<p><img id="image49" alt="Tertiary" src="http://www.finamoredesign.com/FinaBlog/wp-content/uploads/2006/06/03-tertiary.jpg" /><br />
<strong>Black &#038; White</strong></p>
<p>Contrary to popular belief. Black and White are not colors. White is a tint. Black is a shade. We do not use them to create new colors, only to lighten and darken existing colors.</p>
<p><strong>Color Schemes</strong><br />
While there are an unlimited number of color combinations you can use, there are 6 basic categories of color schemes that most people will agree usually net in a harmonious color system.</p>
<p><strong>Analogous </strong></p>
<p>Analogous color refers to colors that are adjacent on the color wheel that show only a slight variance, like; yellow, chartreuse, and green.</p>
<p><img id="image50" alt="Analogous" src="http://www.finamoredesign.com/FinaBlog/wp-content/uploads/2006/06/04-analogous.jpg" /><br />
<strong>Complementary</strong></p>
<p>A complimentary color system uses the two colors that are directly opposite each other on the color wheel (red &#038; green or blue and orange)</p>
<p><img id="image51" alt="Complimentary" src="http://www.finamoredesign.com/FinaBlog/wp-content/uploads/2006/06/05-complimentary.jpg" /><br />
<strong>Split Complementary </strong><br />
A split compliment utilizes one color and the analogous colors of it’s compliment. An example of this would be using Red, Aquamarine and Chartreuse.</p>
<p><img id="image52" alt="Split Complementary" src="http://www.finamoredesign.com/FinaBlog/wp-content/uploads/2006/06/06-splitcomp.jpg" /><br />
<strong>Monochromatic</strong></p>
<p>A monochromatic color system uses a single hue that varies in value, by adding various amounts of black and white.</p>
<p><img id="image53" alt="Monochromatic" src="http://www.finamoredesign.com/FinaBlog/wp-content/uploads/2006/06/09-mono.jpg" /><br />
<strong>Tetradic</strong></p>
<p>A tetradic color scheme is a combination of four colors equally spaced on the color wheel. Starting with any color and moving 90 degrees along the color wheel you will produce 4 colors that are well matched.</p>
<p><img id="image54" alt="Tetradic" src="http://www.finamoredesign.com/FinaBlog/wp-content/uploads/2006/06/08-tetradic.jpg" /><br />
<strong>Triadic</strong><br />
<img id="image54" alt="Tetradic" src="http://www.finamoredesign.com/wp-content/uploads/2006/06/08-tetradic.thumbnail.jpg" />Tetradic color schemes use three colors equally spaced on the color wheel. The mos common used triadic color system is the primary colors. But by starting with any color on the wheel and moving 120 degrees to select your other two colors, you are guaranteed a well balanced palette.</p>
<p><img id="image55" alt="Triadic" src="http://www.finamoredesign.com/FinaBlog/wp-content/uploads/2006/06/07-triadic.jpg" /><br />
<strong>Psychology of Color</strong></p>
<p>Color means different things to different people, knowing the culture of your audience will can help you establish how the site will be interpreted by your viewer.</p>
<p>In America, blue is for boys and pink is for girls, but in China, blue is for girls, black is for boys. Green makes people think of money, health, and tranquility, and in Japan yellow means cheap. Pretty much universally, orange and red make most people hungry while blue is an appetite suppressant.</p>
<p>An independent study was done asking thousands of people world wide their reactions to color. The majority of the people surveyed had the following reactions to color (remember, these results are majority rules for the world, not for every specific culture):</p>
<p>Yellow: Happy?Red: Sexy, Powerful, Good-tasting<br />
Blue: Dependable, Favorite Color<br />
Purple: Dignity?Green: Good Luck, Nausea<br />
Orange: Least Favorite Color<br />
Brown: Inexpensive<br />
White: Pure, Deity<br />
Black: Mourning, High Quality, Bad Luck<br />
Silver: High Tech<br />
Gold: Expensive</p>
<p><strong>Designing for the color blind</strong><br />
Most people don&#8217;t realize this, but 1 in 12 have a color deficiency (8% of males &#038; .5% of women) The most common form of color blindness is red green color blindness, which is the inability to distinguish between them. This is a good reason to avoid putting red type on a green background. Aside from being hard to read, if you do use this combination, it is likely that 1/12 of you audience will only see a solid color field and not see the text at all.</p>
<p>The higher the contrast between the text and the background the easier it will be for your audience to read. To determine if you have enough contrast between text and background, view your layout in grayscale or make a black and white printout.</p>
<p><strong>Websafe Colors</strong><br />
All of the information above regarding color mixing is great for mixing paints, but now that you are on the computer how does it apply? Your monitor displays RGB color. This means that your monitor&#8217;s pixels use a combination or Red, Green, and Blue to create the color spectrum visible on the screen.</p>
<p>If you play with your color sliders you will see that 100% Red and 100% Green actually creates Yellow and 100% Red and 100% Blue creates Pink. This seems a bit contrary to what we have previously discussed, right?</p>
<p>In reality, color is visible to us in two ways, as light, and as a pigment (the reflection of light). While the mixing of pigments results in darker colors, mixing light results lighter colors. Stated another way, White light is a combination of all colors, and black is the absence of light.</p>
<p>Every monitor produces colors differently, every computer changes the way the monitor displays it&#8217;s color, and every web browser again changes the way color is displayed. Now, with all this variance how do we guarantee that the specific color of, say, vermillion, that i want on my webpage will look the same on every computer, every monitor, and every web browser? The truthful answer is, you can&#8217;t. But, the web community has developed a system call WebSafe Colors that breaks down RGB mixes into 216 uniquely identifiable colors. Based on the hexidecimal system, we can use pairs of 0, 3, 6, 9, C, or F for each of the three RGB colors to identify which color we want to use, and rest knowing that the color variance will be so minimal, it should be nearly unrecognizable to the naked human eye. For example, Orange=FF9900 (Red=FF, Green=99, Blue=00), and to simplify things, since websafe colors are all pairs, in CSS to identify the same Orange we could just write F90.</p>
<p><img id="image56" alt="Websafe" src="http://www.finamoredesign.com/FinaBlog/wp-content/uploads/2006/06/RGB.png" /><br />
The only real problem I see with this system is that we are knocking a palette of millions of colors down to 216. This is a very limited color palette.</p>
<p>There are some issues to keep in  mind wether using websafe color codes or not. While color codes in html and css will net the same result as an index color coded into a gif image, jpg files use rgb and you may get color shifts if you are trying to match up a solid color in a jpg with a solid color in a gif or in html.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.finamoredesign.com/2006/06/22/color-theory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

