<?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/"
	>

<channel>
	<title>Idaho Falls Web Design</title>
	<atom:link href="http://www.idahofallswebdesign.net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.idahofallswebdesign.net</link>
	<description>Design &#38; Development Advice and Community Blog- Idaho Falls Web Design</description>
	<pubDate>Thu, 14 Jan 2010 20:33:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fundamentals: Balance</title>
		<link>http://www.idahofallswebdesign.net/archives/176</link>
		<comments>http://www.idahofallswebdesign.net/archives/176#comments</comments>
		<pubDate>Thu, 14 Jan 2010 20:33:41 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Graphics]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[balance]]></category>

		<category><![CDATA[Design]]></category>

		<category><![CDATA[fundamentals]]></category>

		<category><![CDATA[symmetry]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.idahofallswebdesign.net/?p=176</guid>
		<description><![CDATA[Every design has its message. Every message has its audience. Every audience has its interpretation. When it comes to making a successful website the design must communicate the message to the intended audience, making obvious the correct interpretation. While at the same time be aesthetically pleasing to the intended audience and functionally understandable to even the simplest minds of that audience. The best design will accomplish all of this in the simplest way possible.]]></description>
			<content:encoded><![CDATA[<p>Every design has its message. Every message has its audience. Every audience has its interpretation. When it comes to making a successful website the design must communicate the message to the intended audience, making obvious the correct interpretation. While at the same time be aesthetically pleasing to the intended audience and functionally understandable to even the simplest minds of that audience. The best design will accomplish all of this in the simplest way possible.</p>
<p>Over the next few weeks I will discuss the fundamentals that will help to make a design successful. Each article will discuss a particular aspect that needs to be addressed and how that aspect makes a web site work better. This week I will focus on the basic structure. This will include form, symmetry, and balance. I will not be focusing on the technical detail of how to accomplish these things, only the purpose and results that these things have.</p>
<p>When first designing it is important to decide on the symmetrical appearance. Most sites are either aligned on the left or centered, few (if any) are aligned on the right. A site that is aligned on either side should consider the possibility of the negative space on the opposing side. However a centered site will have space on both sides. This amount of space will vary depending on the size of the viewers screen, so the design should account for this by either expanding to accommodate, or by using it as a part of the design. For instance a background image can be fixed to the right side allowing more of it to show as the space on the right is increased.</p>
<p>A centered site gives the impression of symmetry while a right/left aligned site impresses asymmetry. Either can be useful and will depend upon the designers intentions. Centered is generally more formal and is great for fancy or high-class design, or anywhere that symmetry is desired. An off-centered design is usually less formal because of its asymmetrical balance.</p>
<p>Designers must considered must consider balance and symmetry in initial stages of web development because these stages setup the foundation of the design. Once the foundation is laid the &#8220;walls&#8221; can be built. These walls are the blocks such as the header, the footer, navigation, and content areas. I will discuss these and how they relate to the symmetry and balance in my next article.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.idahofallswebdesign.net/archives/176/feed</wfw:commentRss>
		</item>
		<item>
		<title>Developer Tools</title>
		<link>http://www.idahofallswebdesign.net/archives/178</link>
		<comments>http://www.idahofallswebdesign.net/archives/178#comments</comments>
		<pubDate>Mon, 11 Jan 2010 02:03:58 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Tools]]></category>

		<category><![CDATA[chrome]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[Design]]></category>

		<category><![CDATA[Halite Silver Studios]]></category>

		<category><![CDATA[HSS]]></category>

		<category><![CDATA[html]]></category>

		<category><![CDATA[Idaho Falls]]></category>

		<category><![CDATA[idaho falls web design]]></category>

		<category><![CDATA[inspector]]></category>

		<category><![CDATA[local web design]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.idahofallswebdesign.net/?p=178</guid>
		<description><![CDATA[This tool also outlines the CSS so you can see what is being computed by the browser and what is being inherited from higher CSS tags. There is a box that shows the margin, border, padding, and box size, and the ability to turn off specific values and see the results in the browser is also available.]]></description>
			<content:encoded><![CDATA[<p>As a web developer I have come up with a few tricks and techniques for debugging HTML and CSS. And while every browser has their own way of viewing source, I have found a few browser add-ons that help tackle this often tedious job. However my favorite of all is built right into the browser itself.</p>
<p>Google Chrome 2.0 includes Developer Tools to assist in sifting through code elements, resources, and scripts. If you right click on any element in the browser window you can select “Inspect Element” from the resulting menu. A window will pop up that has the entire HTML in nested rows. This cleans up the source and eliminates the need to scroll and squint as in a text viewer. You can click each row to open up the nested tags and see what is inside so that the entire “wrapper” div is contained in one line while you look at the head source. And if needed you can hover a tag in the tool window and see the matching element highlighted in the browser.</p>
<p>This tool also outlines the CSS so you can see what is being computed by the browser and what is being inherited from higher CSS tags. There is a box that shows the margin, border, padding, and box size, and the ability to turn off specific values and see the results in the browser is also available.</p>
<p>While Google Chrome 2.0 is not much better as a browser that Firefox or IE, it does have some useful tools for a developer/designer. I have come familiar with it and enjoy debugging with it daily.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.idahofallswebdesign.net/archives/178/feed</wfw:commentRss>
		</item>
		<item>
		<title>Seasonal Inspiration</title>
		<link>http://www.idahofallswebdesign.net/archives/154</link>
		<comments>http://www.idahofallswebdesign.net/archives/154#comments</comments>
		<pubDate>Tue, 05 Jan 2010 12:00:56 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Inspiration]]></category>

		<guid isPermaLink="false">http://www.idahofallswebdesign.net/?p=154</guid>
		<description><![CDATA[This time of year is one of my favorite times. Starting in early Fall when the leaves begin to change and ending when the Winter snow has started to melt away, there are so many things that can put a designer in a creative mood. Even the bright colors or the fresh unmarred snow. The changes of the environment from the beginning of Autumn to the beginning of Winter are incredibly inspiring.]]></description>
			<content:encoded><![CDATA[<p>This time of year is one of my favorite times. Starting in early Fall when the leaves begin to change and ending when the Winter snow has started to melt away, there are so many things that can put a designer in a creative mood. Even the bright colors or the fresh unmarred snow. The changes of the environment from the beginning of Autumn to the beginning of Winter are incredibly inspiring.<br />
As I drive home from work everyday on a mountain road in north-east Pennsylvania, I get to experience a change of scenery unlike any other I&#8217;ve ever scene. Each day is something new. The bright green leaves at the end of summer start yellowing and the sun starts finding a way to diffuse those colors onto everything around. And every trip down this road reveals more of the warm combinations of red and orange that distinguish the Autumn landscape from the other times of the year.</p>
<p>Yet my favorite part of this season is not the colors or the scenery, it is the drive through it. It is blasting through all of the wonderfully colored leaves as they float through the air onto the open road. It is kicking up the fallen in my draft as I pass. It is all of the playful things that a child should be amused with, not an adult (but I must admit that I am inspired by the simple things). And as the last leaves reach the ground and the trees become barren and thinned, it is not the end of the inspiration nor the end of the change.</p>
<p>The lack of foilage at the end of Autumn makes the mountain bare and the rock formations visible. Again I find myself drawn to simple things like the patterned layers on the cliffside and the boulders that have tumbled down from above, the textures of the tree bark, and the contrast between the parallel tree trunks and the random placement of fallen branches. These all make me want to draw, paint, and recreate the way that the light bounces off the landscape around me.</p>
<p>That light isn&#8217;t bounced any more than when a fresh snow has fallen and covered the ground. The crisp clean plane is the opposite of the rough textures that were previous. Every object gets its covering and its shape becomes a mystery as the snow mounds above it. The tree limbs are thickened again but as white icy branches; like icing on a cupcake. And again the drive, even the walk, through a heavy snow shower brings a peace to my soul that sparks creativity every time.</p>
<div>I love this time of year and all of the changes involved with it. Even the traffic. When the clocks are turned back and the sun creeps away early, all the vehicles, that used to annoy me and block my path home, become a string of Christmas lights in the nighttime horizon. It reminds me to relax and think about family. To warm my heart and create to inspire. This season is very inspiring, from Autumn to Winter it is very inspiring.</div>
<div>-=oDavid</div>
]]></content:encoded>
			<wfw:commentRss>http://www.idahofallswebdesign.net/archives/154/feed</wfw:commentRss>
		</item>
		<item>
		<title>Internet Today for Dummies: RSS &amp; Social Media</title>
		<link>http://www.idahofallswebdesign.net/archives/150</link>
		<comments>http://www.idahofallswebdesign.net/archives/150#comments</comments>
		<pubDate>Thu, 10 Dec 2009 01:15:52 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
		
		<category><![CDATA[How-To]]></category>

		<category><![CDATA[HSS]]></category>

		<category><![CDATA[IdahoFallsWebDesign]]></category>

		<category><![CDATA[Internet]]></category>

		<category><![CDATA[RSS]]></category>

		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.idahofallswebdesign.net/?p=150</guid>
		<description><![CDATA[
Internet today for dummies: RSS and Social Media
 Facebook, Myspace, and Twitter seem to dominate the high-tech world of the internet superhighway. Many people wonder, what is it that attracts so many users to these websites? (Facebook  hit 321.1 million users by 2009.) But social media is much larger than that- it seems that a [...]]]></description>
			<content:encoded><![CDATA[<p><!--StartFragment--></p>
<p class="MsoNormal">Internet today for dummies: RSS and Social Media</p>
<p class="MsoNormal"><span> </span>Facebook, Myspace, and Twitter seem to dominate the high-tech world of the internet superhighway. Many people wonder, what is it that attracts so many users to these websites? (Facebook<span>  </span>hit 321.1 million users by 2009.) But social media is much larger than that- it seems that a major division of the internet can be catered to to fit any user&#8217;s needs.</p>
<p class="MsoNormal"><span> </span>There are so many different mediums of social media. The most popular of them would be blogging, social networking, emailing, and video and photo sharing. Many users utilize these tools daily, either viewing or posting their own personal content for any other user to see.</p>
<p class="MsoNormal"><span> </span>Many internet user&#8217;s subscribe and receive mail on a news-based site, such as www.yahoo.com or <a href="http://www.msn.com/"><span>www.msn.com</span></a>. These sites, amongst many, allow for RSS (Really Simple Syndication) which is defined as “aggregators allowing web users to create their own content assembled from the Internet&#8217;s limitless supply of material” according to Stanley J. Baran&#8217;s <em>Introduction to Mass Communication: Media Literacy and Culture.</em><span> </span>What does that really mean? An example would be MyMSN.</p>
<p class="MsoNormal"><span> </span>Let&#8217;s use John as our example. When John signs into his MSN page, he will be taken to his homepage where he can view content he chose- which news feeds and interest categories he is interested in are the ones that appear on the page. This is RSS. On many online journalism sites, there is the RSS logo that, when clicked, will subscribe you to that specific publication.</p>
<p><!--EndFragment--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.idahofallswebdesign.net/archives/150/feed</wfw:commentRss>
		</item>
		<item>
		<title>How Magazines and Newspapers Have Effected The World of Multimedia &amp; Mass Communication</title>
		<link>http://www.idahofallswebdesign.net/archives/144</link>
		<comments>http://www.idahofallswebdesign.net/archives/144#comments</comments>
		<pubDate>Mon, 24 Aug 2009 22:30:56 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
		
		<category><![CDATA[Inspiration]]></category>

		<category><![CDATA[Add new tag]]></category>

		<category><![CDATA[Advertising]]></category>

		<category><![CDATA[classic art]]></category>

		<category><![CDATA[Design]]></category>

		<category><![CDATA[Designer]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[Halite Silver Studios]]></category>

		<category><![CDATA[HSS]]></category>

		<category><![CDATA[IdahoFallsWebDesign.net]]></category>

		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Tyler Kraupp]]></category>

		<guid isPermaLink="false">http://www.idahofallswebdesign.net/?p=144</guid>
		<description><![CDATA[Take a look at the in depth world of magazines and newspapers and how it has effected mass media in this simple yet to the point article.]]></description>
			<content:encoded><![CDATA[<p>Here is an excerpt from Tyler Kraupp&#8217;s Mass Media &amp; Communication Class assignment:</p>
<p><!--StartFragment--></p>
<p class="MsoNormal">The world of multimedia and the process of mass media have shaped who and what America is and more importantly the World. More specifically, the idea and history of the magazine has contoured society and culture. Magazines have contributed to our national culture over the last century by bringing the most important topics into the forefront. With the increase in publication in the early 21<sup>st</sup> century, the ideals, theories, stories, and headlines printed in magazines helped society understand issues and formulate their own thoughts.</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">The future of magazines is an obvious one, along with everything else; the media will become all digital. Predicting the future, I truly think all magazines will develop some creative way to get magazines to your iPhone, Blackberry, etc. that is interactive and appealing. With the new ideas of being green, I can see a decrease in paper manufacturing, which will lead to more online and interactive programs.</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">The idea of commercialism in today’s society has improved the quality of magazines and given more people the chance to read it. In my eyes, advertising in magazines, and all mediums, is a great way to get funding and increase popularity. Advertising also reflects the times we are in, more ads becoming sex oriented, etc. Advertising is an amazing thing for businesses. On the other hand, the integrity of the magazine may decrease. A magazine full of ads is not good, so the balance is an extraordinary fine line. In the future, there may be ads integrated into the articles like they do on television.</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Another great topic of discussion is the idea of the magazine’s web presence. It is essential for every company to have a great website in today’s market place and with magazines, they can integrate articles with blogs. The web is a great thing for people, and the reason it is great is the fact that it is free. If a company charges for the service, they will most likely be less successful than free websites, but then again, advertising can be used to make a profit and continue the company and readers.</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">The idea of popularity is a great question. Business owners and executives are always looking for the next big thing. Looking at previous history, the things that will be popular in ten or twenty years are music, pop culture, movies, etc. As always, the styles and trends will be something that is unpredictable. It will be interesting to see.</p>
<p><!--EndFragment--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.idahofallswebdesign.net/archives/144/feed</wfw:commentRss>
		</item>
		<item>
		<title>Understanding the Differences Between Formal &amp; Informal Design</title>
		<link>http://www.idahofallswebdesign.net/archives/130</link>
		<comments>http://www.idahofallswebdesign.net/archives/130#comments</comments>
		<pubDate>Tue, 30 Jun 2009 23:23:48 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
		
		<category><![CDATA[How-To]]></category>

		<category><![CDATA[Tools]]></category>

		<category><![CDATA[classic art]]></category>

		<category><![CDATA[Design]]></category>

		<category><![CDATA[Designer]]></category>

		<category><![CDATA[Halite Silver Studios]]></category>

		<category><![CDATA[HSS]]></category>

		<category><![CDATA[IdahoFallsWebDesign.net]]></category>

		<category><![CDATA[Inspiration]]></category>

		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Tyler Kraupp]]></category>

		<guid isPermaLink="false">http://www.idahofallswebdesign.net/?p=130</guid>
		<description><![CDATA[When understanding the concepts of Formal and Informal design, it is important to realize that all designs start with a basic understanding of design elements and basics. Read this article to learn those basic needs and qualifications of a successful composition.  ]]></description>
			<content:encoded><![CDATA[<p><!--StartFragment--></p>
<p class="MsoNormal">Throughout history, art as a medium of expression has been important to the success of government, society, and most of all opinions and ideals. The idea that composition and creativity can actually create something infamous is an understatement and with the conception of the Internet, it makes about anybody capable of creating something…good or bad. The differences that are going to make you a better designer than that other guy is going to be your fundamental knowledge of the essentials. The objects of fundamentals will separate you from the other designers and your business competition because you know what is qualified as a good design. There is actually more than what meets the eye.</p>
<p class="MsoNormal"><span>            </span>In this particular article, the design essential that we will focus on is the differences between formal and informal design in both graphic design and web design. Although, most of the examples will focus on graphic design, the same elements can be applied to the ideas of web design.</p>
<p class="MsoNormal"><span>            </span>The first most vital tidbit of information is the definition of formal design: “Conscious symmetrical repetition, while clearly creating perfect balance within a design”. Think of formal balance in design as sort of a hierarchy or checklist to make sure you have all of these elements or characteristics.</p>
<p class="MsoListParagraphCxSpFirst"><span><span>-<span>       </span></span></span>Balance- The equilibrium that results from looking at images and judging them against mass.</p>
<p class="MsoListParagraphCxSpMiddle"><span><span>-<span>       </span></span></span>Rhythm- The repetition of certain elements to create a sense of movement.</p>
<p class="MsoListParagraphCxSpMiddle"><span><span>-<span>       </span></span></span>Proportion- The comparison of dimensions or distribution.</p>
<p class="MsoListParagraphCxSpMiddle"><span><span>-<span>       </span></span></span>Dominance- The visual weight of a design.</p>
<p class="MsoListParagraphCxSpLast"><span><span>-<span>       </span></span></span>Unity- The relationship between the individual parts of the design.</p>
<p class="MsoNormal">The definition and qualifications of formal design are simple enough to understand. We designers actually use these principles everyday. For example, balance, rhythm, proportion, dominance, and unity are the ideas that successful designer’s use to create magnificent websites or compositions. As an example, Twitter uses the essential elements to create a successful website in the eyes of designers and viewers alike. Take a look at the content, it is centered and therefore uses the rule of formal balance. How about the navigation? With the idea of the relative box surrounding it, proportion and dominance come into play with the content box. And finally, unity is achieved with the idea of the rounded corners of the content and all of the other elements to create a design that pulls together for the fact that they share the same qualities.</p>
<p class="MsoNormal"><a rel="attachment wp-att-131" href="http://www.idahofallswebdesign.net/archives/130/attachment/1"><img class="aligncenter size-full wp-image-131" title="hssmedia Twitter" src="http://www.idahofallswebdesign.net/wp-content/uploads/2009/06/1.jpg" alt="hssmedia Twitter" width="434" height="339" /></a></p>
<p class="MsoNormal"><span><!--[if gte vml 1]><v:shapetype  id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t"  path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f"> <v:stroke joinstyle="miter" /> <v:formulas> <v:f eqn="if lineDrawn pixelLineWidth 0" /> <v:f eqn="sum @0 1 0" /> <v:f eqn="sum 0 0 @1" /> <v:f eqn="prod @2 1 2" /> <v:f eqn="prod @3 21600 pixelWidth" /> <v:f eqn="prod @3 21600 pixelHeight" /> <v:f eqn="sum @0 0 1" /> <v:f eqn="prod @6 1 2" /> <v:f eqn="prod @7 21600 pixelWidth" /> <v:f eqn="sum @8 21600 0" /> <v:f eqn="prod @7 21600 pixelHeight" /> <v:f eqn="sum @10 21600 0" /> </v:formulas> <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect" /> <o:lock v:ext="edit" aspectratio="t" /> </v:shapetype><v:shape id="Picture_x0020_0" o:spid="_x0000_i1025" type="#_x0000_t75"  alt="1.jpg" style='width:6in;height:337pt;visibility:visible;mso-wrap-style:square'> <v:imagedata src="file://localhost/Users/tyler/Library/Caches/TemporaryItems/msoclip/0clip_image001.jpg" mce_src="file://localhost/Users/tyler/Library/Caches/TemporaryItems/msoclip/0clip_image001.jpg"   o:title="1.jpg" /> <v:textbox style="mso-rotate-with-shape:t" mce_style="mso-rotate-with-shape:t" /> </v:shape><![endif]--></span></p>
<p class="MsoNormal">In opposition to formal design is obviously informal design. Informal design concepts are just as important and may actually cause more planning than formal design concepts might take. Another name for informal design is asymmetrical balance. With the ideas of informal design in place, can you think of any examples? In web design, it is very hard to relate asymmetrical balance to a website for the fact that there is always a natural idea to make the final web composition balanced and visually easy to navigate and get around. In web design, there are not many examples of informal design. After researching, I found only one example of informal design that can be relatable and that is the idea of the human face. On all faces, the eye, mouth, or other elements may not be similar to the other side. The concepts of Informal design are a hard one to grasp and usually most people just consider informal design concepts the opposite of formal design concepts and that may make some sense of the concepts.</p>
<p class="MsoNormal"><span>            </span>One concept that creates discussion is the idea that designers should design with the viewer in mind. In web design, this idea is essential to the success of the website. A particular theory or study that talks about this visual relationship between the designer and the viewer is the Gestalt Theory. “The Gestalt Theory is involved with visual perception and the psychology of art among other things. It is concerned with the relationship between the parts and the whole of a composition” The five Gestalt concepts that may help you as a designer with the success of your website or composition are:</p>
<p class="MsoListParagraphCxSpFirst"><span><span>-<span>       </span></span></span>Closure: The mind supplies the missing pieces in a composition</p>
<p class="MsoListParagraphCxSpMiddle"><span><span>-<span>       </span></span></span>Continuance- The eye continues in the direction it is going</p>
<p class="MsoListParagraphCxSpMiddle"><span><span>-<span>       </span></span></span>Similarity- What an items looks like in relation to other items</p>
<p class="MsoListParagraphCxSpMiddle"><span><span>-<span>       </span></span></span>Proximity- Where items are in relationship to each other</p>
<p class="MsoListParagraphCxSpLast"><span><span>-<span>       </span></span></span>Alignment- Lining up objects to organize and form groups</p>
<p class="MsoNormal">With these characteristics of the psychology of the viewer, does it help you as a designer achieve the effect you were looking for? In my eyes, it creates a stepping-stone to understanding the viewer and how to achieve success, however you as a designer should not live on these ideas alone. Experiment with different designs and see what the viewer takes a liking to. Look at the past designers like Jacques-David, van Gogh, Picasso; they did not have these resources or the actual science of design. Just have fun with your concepts and in the end, you will have success.</p>
<p class="MsoNormal"><span>            </span>In conclusion, the ideas behind formal and informal design may help you to achieve your success as a graphic or web designer. The philosophies laid down by past designers and artists are an extremely easy way to determine success and what has worked in the past. When learning the design essentials, I realized that I apply these qualifications to my designs without even knowing it. But now to have the arsenal of knowing these fundamentals, it makes it easier and unproblematic to create a unique design that I know the viewer, customer, or teacher will understand and appreciate.</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Other resources used in this article:</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Design Notes: Gestalt (<a href="http://daphne.palomar.edu/design/gestalt.html">http://daphne.palomar.edu/design/gestalt.html</a>)</p>
<p class="MsoNormal">Design Basics by David Lauer </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p><!--EndFragment--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.idahofallswebdesign.net/archives/130/feed</wfw:commentRss>
		</item>
		<item>
		<title>Advertising Opportunities on IdahoFallsWebDesign.net</title>
		<link>http://www.idahofallswebdesign.net/archives/114</link>
		<comments>http://www.idahofallswebdesign.net/archives/114#comments</comments>
		<pubDate>Tue, 02 Jun 2009 15:20:31 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
		
		<category><![CDATA[Welcome]]></category>

		<category><![CDATA[Advertising]]></category>

		<category><![CDATA[IdahoFallsWebDesign.net]]></category>

		<category><![CDATA[Tyler Kraupp]]></category>

		<guid isPermaLink="false">http://www.idahofallswebdesign.net/?p=114</guid>
		<description><![CDATA[We am currently looking for companies, business people, or small local businesses to see if they are interested in purchasing some advertising blocks on our website. Below is some more information:
My name is Tyler Kraupp and I am the creator and lead designer for Halite Silver Studios and I am introducing a new blog for [...]]]></description>
			<content:encoded><![CDATA[<p>We am currently looking for companies, business people, or small local businesses to see if they are interested in purchasing some advertising blocks on our website. Below is some more information:</p>
<p>My name is Tyler Kraupp and I am the creator and lead designer for Halite Silver Studios and I am introducing a new blog for the community that can help people learn about Internet technologies, design, development, and running a successful online business. The blog name is IdahoFallsWebDesign.net and can be located at www.idahofallswebdesign.net. If you are curious to learn how to support a local community blog and also be beneficial for your company contact myself and we can work out an extremely good deal for you.</p>
<p>There are three options for advertising:</p>
<p>-	A 125&#215;125 thumbnail on every page<br />
-	A 250&#215;230 thumbnail on every page<br />
-	A 125&#215;125 thumbnail on the ‘Links” page</p>
<p>We here at HSS think it is extremely important to support local businesses, therefore local businesses get the first grab. If you guys are not interested in this great business opportunity, these thumbnail ad spaces will be sold to outside businesses.</p>
<p>Even though it is not much, I can expect at least 1,000 visitors per month to the site already. I have not began to market this new website and after we get some advertising, that number will jump. (Graphs can be provided if needed).</p>
<p>Because of the lack of visitors (for now) I am charging a low fee. Here is the breakdown of the costs:</p>
<p>-	A 125&#215;125 thumbnail on every page is $20.00 a month.<br />
-	A 250&#215;120 thumbnail on every page is $40.00 a month.<br />
-	A 125&#215;125 thumbnail on the ‘Links’ page is $15.00 a month.</p>
<p>Thank you for the opportunity. Call me if you have any questions.</p>
<p>Tyler Kraupp<br />
208.520.5285<br />
<a href="mailto:tyler@hssmedia.com">tyler@hssmedia.com</a><br />
<a href="http://www.idahofallswebdesign.net" target="blank">www.idahofallswebdesign.net</a><br />
<a href="http://www.hssmedia.com" target="blank">www.hssmedia.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.idahofallswebdesign.net/archives/114/feed</wfw:commentRss>
		</item>
		<item>
		<title>Why the Neoclassical Art Period is Essential to Modern Day Graphic Design</title>
		<link>http://www.idahofallswebdesign.net/archives/105</link>
		<comments>http://www.idahofallswebdesign.net/archives/105#comments</comments>
		<pubDate>Mon, 01 Jun 2009 22:20:23 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
		
		<category><![CDATA[Inspiration]]></category>

		<category><![CDATA[classic art]]></category>

		<category><![CDATA[Design]]></category>

		<category><![CDATA[neoclassical]]></category>

		<guid isPermaLink="false">http://www.idahofallswebdesign.net/?p=105</guid>
		<description><![CDATA[Hopefully once a week I can post some of the discussion questions that me and my class mates have been discussing in college. The below excerpt is from my essay from the class &#8220;Survey of Modern and Contemporary Art&#8221;. Check out some of the art examples and tell us what your opinion is of the [...]]]></description>
			<content:encoded><![CDATA[<p>Hopefully once a week I can post some of the discussion questions that me and my class mates have been discussing in college. The below excerpt is from my essay from the class &#8220;Survey of Modern and Contemporary Art&#8221;. Check out some of the art examples and tell us what your opinion is of the period and their styles. Essentially, you will begin to understand how the many types of art create the modern existence of graphic design. Why do we use the colors or the patterns we do? This is a great way to understand graphic design and the arts. Enjoy!</p>
<p>When one describes the Neo-Classical period, it is evident that most of the art simply can relate to the Greek and Roman periods, but it also has new ideas and contributions that make it relative to the 18th and 19th centuries and parts of the Enlightenment. For example, take a look at the painting Socrates, by Jacques-Louis David (<a href="http://www.flickr.com/photos/elissacorsini/2346213890/">http://www.flickr.com/photos/elissacorsini/2346213890/</a>). It is evident that David was trying to mix new ideals of the Neo-Classical period with that of the ancient remembrance of Socrates, an Athenian hero. A second example of mixed ideals is the sculpture of Washington in toga     (<a href="http://www.flickr.com/photos/crazyneighborlady/230019770/">http://www.flickr.com/photos/crazyneighborlady/230019770/</a>). The face of Washington is very Neo-Classical in that it is detailed and accurate, but the body resembles Greek and Roman sculpture.</p>
<p>The fact that Neo-Classical is called classical is actually quite accurate. The idea that the artists need to resemble true virtue and articulate to the people that monarchy and terrible leaders are a thing of the past, they started recreating the ideas behind the Greek and Roman periods. They wanted to say that government was a good thing, not a tyranny. This idea made it classic in that it resembled many artists before them. (Thomas Buser, 1995).</p>
<p>To sum it up, the ideas behind the Neo-Classical time period were far more important than what meets the eye. The world was in an uproar with revolutions and society unhappiness. But when the artists, sculptors, and architects recreated what they were seeing and what they wanted to portray to society, it became evident that the arts were the most important thing in many people’s lives. Therefore, the artists relied on prior art, the Greek and Roman periods, as inspiration, but they also recreated their own ideas. The art in the Neo-Classical time period set the stage for artists to express their true ideas, whether it be about the government, nature, or human life.<br />
<a rel="attachment wp-att-107" href="http://www.idahofallswebdesign.net/archives/105/socrates"><img class="aligncenter size-full wp-image-107" title="socrates" src="http://www.idahofallswebdesign.net/wp-content/uploads/2009/06/socrates.jpg" alt="socrates" width="500" height="333" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.idahofallswebdesign.net/archives/105/feed</wfw:commentRss>
		</item>
		<item>
		<title>Typeface in the Wild 1</title>
		<link>http://www.idahofallswebdesign.net/archives/92</link>
		<comments>http://www.idahofallswebdesign.net/archives/92#comments</comments>
		<pubDate>Fri, 29 May 2009 17:07:28 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
		
		<category><![CDATA[Fonts]]></category>

		<category><![CDATA[Design]]></category>

		<category><![CDATA[Tyler Kraupp]]></category>

		<category><![CDATA[Typeface]]></category>

		<guid isPermaLink="false">http://www.idahofallswebdesign.net/?p=92</guid>
		<description><![CDATA[One of the new weekly articles that we would like to start a discussion on is the fact that there are font styles everywhere. The idea that graphic design is all around us and can help us understand universal styles is extremely important. Awhile back, I found the brick behind the Villa coffee shop that [...]]]></description>
			<content:encoded><![CDATA[<p>One of the new weekly articles that we would like to start a discussion on is the fact that there are font styles everywhere. The idea that graphic design is all around us and can help us understand universal styles is extremely important. Awhile back, I found the brick behind the Villa coffee shop that had some vintage look to it. Typeface even back then was extremely important in attracting customers. Check it out and if you have any pictures you would like to be on our website, just e-mail us at <a href="mailto:tyler@hssmedia.com">tyler@hssmedia.com</a>.<br />
 </p>
<p><a rel="attachment wp-att-93" href="http://www.idahofallswebdesign.net/archives/92/attachment/12"><img class="aligncenter size-full wp-image-93" title="12" src="http://www.idahofallswebdesign.net/wp-content/uploads/2009/05/12.jpg" alt="12" width="500" height="332" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.idahofallswebdesign.net/archives/92/feed</wfw:commentRss>
		</item>
		<item>
		<title>Tyler Kraupp on the Big Idea with Donny Deutsch</title>
		<link>http://www.idahofallswebdesign.net/archives/86</link>
		<comments>http://www.idahofallswebdesign.net/archives/86#comments</comments>
		<pubDate>Fri, 29 May 2009 04:19:08 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
		
		<category><![CDATA[Inspiration]]></category>

		<category><![CDATA[Designer]]></category>

		<category><![CDATA[Donny D]]></category>

		<category><![CDATA[Halite Silver Studios]]></category>

		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Tyler Kraupp]]></category>

		<guid isPermaLink="false">http://www.idahofallswebdesign.net/?p=86</guid>
		<description><![CDATA[I was recently featured on the Big Idea with Donny Deutsch program asking for business advice and I found that anyone (even people from little towns is Idaho) can succeed in gaining recognition for their talents. As a young entrepreneur it is exciting to hear the even Donny would hire me. If you set your [...]]]></description>
			<content:encoded><![CDATA[<p>I was recently featured on the Big Idea with Donny Deutsch program asking for business advice and I found that anyone (even people from little towns is Idaho) can succeed in gaining recognition for their talents. As a young entrepreneur it is exciting to hear the even Donny would hire me. If you set your mind to it, anything can be achieved. As a designer, it is key to get your name out there and with the invention of the Internet, anything is possible.</p>
<p>I was also featured on Local News 8 for the same reason. I loved the publicity and gained many clients from the experience. <a href="http://www.localnews8.com/Global/story.asp?s=8838829">Check out the article here.</a></p>
<p><a href="http://www.youtube.com/watch?v=49PhpX5mPxQ" target="blank">Tyler Kraupp on the Big Idea with Donny D.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.idahofallswebdesign.net/archives/86/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
