<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Skyscape</title>
	<atom:link href="http://gnarlycat.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://gnarlycat.wordpress.com</link>
	<description>Onward and upwards</description>
	<lastBuildDate>Tue, 06 Dec 2011 02:57:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='gnarlycat.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/6dc38ce734d148c11e576b3e5824b6aa?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Skyscape</title>
		<link>http://gnarlycat.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://gnarlycat.wordpress.com/osd.xml" title="Skyscape" />
	<atom:link rel='hub' href='http://gnarlycat.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Week 15 Summary</title>
		<link>http://gnarlycat.wordpress.com/2011/12/05/week-15-summary-2/</link>
		<comments>http://gnarlycat.wordpress.com/2011/12/05/week-15-summary-2/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 02:54:35 +0000</pubDate>
		<dc:creator>gnarlycat</dc:creator>
				<category><![CDATA[ART 170: Web Design 1]]></category>

		<guid isPermaLink="false">http://gnarlycat.wordpress.com/?p=377</guid>
		<description><![CDATA[This week was entirely focused on finishing my website. It was pretty exciting seeing things come together and begin working functionally as I had envisioned weeks ago when I designed the comps. For a while I was having a hard &#8230; <a href="http://gnarlycat.wordpress.com/2011/12/05/week-15-summary-2/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gnarlycat.wordpress.com&amp;blog=19303826&amp;post=377&amp;subd=gnarlycat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This week was entirely focused on finishing my website. It was pretty exciting seeing things come together and begin working functionally as I had envisioned weeks ago when I designed the comps. For a while I was having a hard time really grasping compound selectors but they finally started making more sense to me after 3 weeks of experimenting with site building. I think my confusion was worsened by the fact I&#8217;ve been using CS4 instead of CS5&#8230;it seems to me like the selector names generated by my version of the software are more complicated/wordy than what CS5 is inclined to make&#8230;and the extremely long compound selector names definitely were intimidating me.</p>
<p>I also have a better understanding now of how to wrap CSS rules around an element using the DIV and Span tags. At the beginning of the week I struggled a bit with this because I forgot about the DIV tag. I thought that in order to apply a class or id to something it had to be applied with something like a paragraph tag, or another tag which would somehow alter the content I was applying it to. I wanted to build my thumbnail galleries by wrapping padding around each thumbnail and the caption below it, and then floating the combined elements next to each other. I could not remember a way to do this at first so I tried making my galleries with tables. I looked at some other art sites online and tables seemed like a pretty common way to do that, so I decided to follow their example. Watching the Lynda.com tutorials showed that inserting a table was very easy to learn quickly. I did almost every portfolio page with a table, but received feedback that it would be better if I used CSS to build my galleries instead of tables (which did not surprise me) so I started over on the gallery building and tried harder to figure out how to apply a CSS rule to multiple elements. Looking more closely at one of our earlier homework assignments helped me remember how to do it. I was much happier when I got the galleries put together using floats and padding. The tables seemed like they would be a real hassle to update. When I add new art I will want to make the newest item come first in the gallery, and when styled with CSS it will be easy to add a new element anywhere I want. With a table I think it would only be easy if I wanted to add something to the last cell of the table. To move something in front of the other table elements looks like it would take a lot of tedious code shuffling (and seems impossible to do from the designer mode).</p>
<p>I did have one major stumbling block this week which I still have not figured out. There seems to be something in my code somewhere causing something in my sidebar to interfere with the floats I place in the main content area. I built my galleries by putting a &#8216;float left&#8217; on all the wrapped elements so that they will all float next to each other. I had a clear float at the end of each row. The first clear float seemed to be interacting with the sidebar somehow, because my second row of thumbnails would get pushed down below where the sidebar ends.</p>
<p><a href="http://gnarlycat.files.wordpress.com/2011/12/pagebreak1.jpg"><img class="aligncenter size-medium wp-image-378" title="pagebreak" src="http://gnarlycat.files.wordpress.com/2011/12/pagebreak1.jpg?w=300&#038;h=179" alt="" width="300" height="179" /></a></p>
<p>At first I thought I had fixed the problem because I noticed that the links in the sidebar had unnecessary extra tags on them (caused because I inserted the rollover images while in design mode, and the software thought I was adding paragraphs). When I deleted these extra tags for some reason the main content area adjusted back to how I wanted it and everything looked fixed. But a short while later the gap between the first and second rows of thumbnails had reappeared. Then I thought that maybe the problem was that the div box making up the sidebar itself is floated left&#8230;but adding a clearfloat inside the sidebar or after the sidebar div only caused the entirety of the main content area to get pushed below the end of the sidebar.  Everything I could think of trying only made my format more messed up instead of better. I compared my code to a new unaltered default of the &#8216;CSS fixed width 2 column with header and footer layout&#8217; and the code for the sidebar was exactly the same as what I had (minus the interior content). I am completely stumped. In the end I just resorted to removing the &#8216;clear float&#8217; tags at the end of each row, as I intended for my floated thumbnails to fill the entirely of the box I had them in, and the size of the box wrapped around them forced them to line up exactly how I wanted without breaks. (I kept a clear float after the last of the thumbnails in each gallery.) This seems to me like it works fine for my current set up, but I am unhappy I didn&#8217;t figure out what was causing that one issue since it means I can&#8217;t change the appearance of the rows of thumbnails without changing the size of the container they are in.</p>
<p>Beyond that though I am very happy how everything came together. I really really like the ability to insert image rollovers with javascript. That is extremely cool. I loved how easy updating uniform sections of the site became when I made templates to build the pages. I made an additional graphic for my contact page (an envelope and pen) because that one part of the site looked too empty to me. I think it is awesome that CSS allows you to even adjust the kerning of the font you use&#8230;I wasn&#8217;t sure that would be possible when I was making my comp. Overall I am really happy how close to my original plan everything turned out. I feel like I learned quite a lot through working on this project. I also found that I was increasingly more comfortable making my changes in code view instead of design view. I had a lot fewer issues when I typed the selectors in myself instead of inserting things through panels. It also caused me to remember how things worked a lot better.</p>
<p>Here are some screenshots of he finished website:</p>
<p>The homepage:</p>
<p><a href="http://gnarlycat.files.wordpress.com/2011/12/homepage.jpg"><img class="aligncenter size-medium wp-image-379" title="homepage" src="http://gnarlycat.files.wordpress.com/2011/12/homepage.jpg?w=300&#038;h=172" alt="" width="300" height="172" /></a>The main portfolio page will feature an image of whatever my newest piece of artwork is, so the graphics will occasionally rotate:</p>
<p><a href="http://gnarlycat.files.wordpress.com/2011/12/portfolio.jpg"><img class="aligncenter size-medium wp-image-381" title="portfolio" src="http://gnarlycat.files.wordpress.com/2011/12/portfolio.jpg?w=300&#038;h=167" alt="" width="300" height="167" /></a></p>
<p>The pen and ink gallery of my portfolio:</p>
<p><a href="http://gnarlycat.files.wordpress.com/2011/12/penink.jpg"><img class="aligncenter size-medium wp-image-380" title="penink" src="http://gnarlycat.files.wordpress.com/2011/12/penink.jpg?w=300&#038;h=159" alt="" width="300" height="159" /></a>The contact page:</p>
<p><a href="http://gnarlycat.files.wordpress.com/2011/12/contact.jpg"><img class="aligncenter size-medium wp-image-382" title="contact" src="http://gnarlycat.files.wordpress.com/2011/12/contact.jpg?w=300&#038;h=154" alt="" width="300" height="154" /></a>I registered a domain name tonight (gnarlycat.com) hopefully by the end of the week I&#8217;ll be able to post a link to a live version of my site.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gnarlycat.wordpress.com/377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gnarlycat.wordpress.com/377/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gnarlycat.wordpress.com/377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gnarlycat.wordpress.com/377/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gnarlycat.wordpress.com/377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gnarlycat.wordpress.com/377/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gnarlycat.wordpress.com/377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gnarlycat.wordpress.com/377/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gnarlycat.wordpress.com/377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gnarlycat.wordpress.com/377/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gnarlycat.wordpress.com/377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gnarlycat.wordpress.com/377/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gnarlycat.wordpress.com/377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gnarlycat.wordpress.com/377/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gnarlycat.wordpress.com&amp;blog=19303826&amp;post=377&amp;subd=gnarlycat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gnarlycat.wordpress.com/2011/12/05/week-15-summary-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4626c3d410f8a944c8972b7670b8640f?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=R" medium="image">
			<media:title type="html">gnarlycat</media:title>
		</media:content>

		<media:content url="http://gnarlycat.files.wordpress.com/2011/12/pagebreak1.jpg?w=300" medium="image">
			<media:title type="html">pagebreak</media:title>
		</media:content>

		<media:content url="http://gnarlycat.files.wordpress.com/2011/12/homepage.jpg?w=300" medium="image">
			<media:title type="html">homepage</media:title>
		</media:content>

		<media:content url="http://gnarlycat.files.wordpress.com/2011/12/portfolio.jpg?w=300" medium="image">
			<media:title type="html">portfolio</media:title>
		</media:content>

		<media:content url="http://gnarlycat.files.wordpress.com/2011/12/penink.jpg?w=300" medium="image">
			<media:title type="html">penink</media:title>
		</media:content>

		<media:content url="http://gnarlycat.files.wordpress.com/2011/12/contact.jpg?w=300" medium="image">
			<media:title type="html">contact</media:title>
		</media:content>
	</item>
		<item>
		<title>Week 14 Summary</title>
		<link>http://gnarlycat.wordpress.com/2011/11/21/week-14-summary-in-progress/</link>
		<comments>http://gnarlycat.wordpress.com/2011/11/21/week-14-summary-in-progress/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 03:33:04 +0000</pubDate>
		<dc:creator>gnarlycat</dc:creator>
				<category><![CDATA[ART 170: Web Design 1]]></category>

		<guid isPermaLink="false">http://gnarlycat.wordpress.com/2011/11/21/week-14-summary-in-progress/</guid>
		<description><![CDATA[12 Rules for Choosing the Right Domain Name Full list of available domain registars: ICANN-Accredited Registrars Rotating Images with Dreamweaver and JavaScript Adding a Flash/XML slideshow CSS Zen Garden Remember to always designate link, visited, hover and active states for &#8230; <a href="http://gnarlycat.wordpress.com/2011/11/21/week-14-summary-in-progress/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gnarlycat.wordpress.com&amp;blog=19303826&amp;post=335&amp;subd=gnarlycat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.seomoz.org/blog/how-to-choose-the-right-domain-name">12 Rules for Choosing the Right Domain Name</a></p>
<p>Full list of available domain registars: <a href="http://www.icann.org/en/registrars/accredited-list.html">ICANN-Accredited Registrars</a></p>
<p><a href="http://www.communitymx.com/content/article.cfm?cid=651FF">Rotating Images with Dreamweaver and JavaScript</a></p>
<p><a href="http://layersmagazine.com/dreamweaver-xml-flash-slideshow-extension.html">Adding a Flash/XML slideshow</a> </p>
<p><a href="http://www.csszengarden.com/">CSS Zen Garden</a></p>
<p>Remember to always designate link, visited, hover and active states for you links, even if only one of those will change color (ie state the color for a visited link even if you want it to stay the same as an un-clicked link). Leaving states undesignated might cause a browser default to override your intended styling. You can group the selectors together in a rule if they are to have the same attributes ie: a:hover, a:active {</p>
<p>When underlining text or links you have an alternative to simply stating &#8220;text-decoration: underline&#8221;. You can create an underline with &#8220;border-bottom&#8221; which gives you more control (you can state the width of the line or make it dashed, etc.)</p>
<p>Don&#8217;t float things next to headings, they need to always have their own line to themselves.</p>
<p>To keep track of the colors on your webpage you can place a color guide inside of your CSS document. This will not affect the code if you put inside <b>/*</b>&#8230;&#8230;<b>*/</b></p>
<p>When floating objects if you do not clear between them they will float next to each other on the same line. If you want them on separate lines be sure to clear.</p>
<p>When listing attributes for a link if you include &#8220;display: block;&#8221; the link will extend for the entire box around the link and give you more click-able space, and not just the text itself. </p>
<p>Pseudoselectors must be used in the correct order.<br />
The correct order for links is: link, visited, hover, active.</p>
<p>In Dreamweaver you can use the behaviors panel to add javascript to your code without writing it yourself. This allows for an easy addition of image rollovers, etc. </p>
<p>You can create an image rollover by either choosing &#8220;insert&#8211;&gt;rollover image&#8221; and then selecting both images and the link to include in the dialog box which pops up, or you can use the behaviors panel and select &#8216;swap image&#8217; from the drop-down. You can choose &#8216;on click&#8217; or &#8216;on rollover&#8217; to determine when the image will change. You can also designate if the change stays after removing your mouse or if it will swap back when you take the mouse away (&#8216;restore images on mouse out&#8217;). It is best to select &#8216;preload images&#8217; so that the images will appear smoothly unless the page has a really significant quantity of images on it, which may cause the page to take too long to load.</p>
<p>Whenever you use javascript with an image it is necessary for that image to have a unique ID or name attribute. </p>
<p>To cause the cursor to turn into a hand when it moves over something interactive, add this to the CSS:<br />
cursor: pointer;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gnarlycat.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gnarlycat.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gnarlycat.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gnarlycat.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gnarlycat.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gnarlycat.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gnarlycat.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gnarlycat.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gnarlycat.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gnarlycat.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gnarlycat.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gnarlycat.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gnarlycat.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gnarlycat.wordpress.com/335/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gnarlycat.wordpress.com&amp;blog=19303826&amp;post=335&amp;subd=gnarlycat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gnarlycat.wordpress.com/2011/11/21/week-14-summary-in-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4626c3d410f8a944c8972b7670b8640f?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=R" medium="image">
			<media:title type="html">gnarlycat</media:title>
		</media:content>
	</item>
		<item>
		<title>Week 13 Summary</title>
		<link>http://gnarlycat.wordpress.com/2011/11/15/week-13-summary-in-progress/</link>
		<comments>http://gnarlycat.wordpress.com/2011/11/15/week-13-summary-in-progress/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 04:24:32 +0000</pubDate>
		<dc:creator>gnarlycat</dc:creator>
				<category><![CDATA[ART 170: Web Design 1]]></category>

		<guid isPermaLink="false">http://gnarlycat.wordpress.com/2011/11/15/week-13-summary-in-progress/</guid>
		<description><![CDATA[Understanding cascading style sheets &#8211; Another summary of how CSS works. Making the Most of a Meta Description Meta descriptions embed keywords and a short description in your html document. The text from the meta description displays as the description &#8230; <a href="http://gnarlycat.wordpress.com/2011/11/15/week-13-summary-in-progress/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gnarlycat.wordpress.com&amp;blog=19303826&amp;post=323&amp;subd=gnarlycat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.adobe.com/devnet/dreamweaver/articles/understanding_css.html">Understanding cascading style sheets</a> &#8211; Another summary of how CSS works.</p>
<p><a href="http://www.seomoz.org/learn-seo/meta-description">Making the Most of a Meta Description</a><br />
Meta descriptions embed keywords and a short description in your html document. The text from the meta description displays as the description for your site when search engines display their search results. Google says that the meta content does not affect how a site ranks in a search, it only affects how it displays. The meta description is important however, because having a good concise description will affect the likeliness that people will click on your link when they see your site in the search listing. The search engine only displays the first 160 words of a meta description, so it 150 words is a good length to target when writing one. Quotations will cause the description to be abruptly cut off, so either avoid using quotes in a meta description, or change regal quotes to be only single quotes so your description does not lose content. If a site is so multifaceted, that it cannot be summed up in a 150 word summary, then it might be better to not write a meta description. The search engine will pull text from around a keyword to display if there is no meta description. This might be more affective for drawing a reader in than a description that is not relevant to the keyword they were searching for.  </p>
<p><a href="http://layersmagazine.com/save-time-with-templates-in-dreamweaver.html">Save Time with Templates in Dreamweaver</a><br />
-Step by step walk through of how to create custom templates in Dreamweaver.</p>
<p><b>Dreamweaver</b></p>
<p>When you create a new document in Dreamweaver, you can attach an existing CSS style sheet to your html document, or you can create a new CSS sheet at the same time, or embed the CSS into the head of the html document (you can also add CSS directly into the html on an inline level, but this is not recommended.) If you place the CSS in the head and later decide you wanted it as an external style sheet instead, you can easily move it by selecting it in the CSS rules panel and right clicking to select &#8220;move CSS rule&#8221; (likewise you can easily move rules from an external sheet into your document.) </p>
<p>CSS can be written to have either Absolute (an exact fixed size which will not changed based on variant conditions such as different browser window size, etc) or relative (measurements are related to other elements on a page and can change proportionally) measurements. </p>
<p>The most common relative measurement to use are <b>ems</b>. (This measurement comes from the size of a capital &#8216;M&#8217; in any given font you are using.)</p>
<p>If you want to make a font stack which is different from the default ones which come preloaded with Dreamweaver, you can select &#8216;edit font stack&#8217; from the last option from the drown-down menu next to &#8216;font&#8217; in the properties inspector. Make sure to end a font stack with a generic font-type such as &#8216;serif&#8217; or &#8216;sans serif&#8217;.</p>
<p><a href="http://www.codestyle.org/css/font.family/BuildBettercssfontstacks.html">Build Better CSS Font Stacks</a> (A helpful site for font stacks.)</p>
<p>From an html-only standpoint the tag for <b>em</b> will italicize (emphasize) text and the tag for <b>strong</b> bold (strongly emphasize)text. These are known as <b>phrase element</b>.</p>
<p>In CSS by default headlines will be bold. To make them not bold use the code &#8216;font-weight: normal&#8217;. You can also control the font weight by setting a numeric value between 100-800. 100 is the lightest possible value, and 800 is the boldest. 400 would equal normal weight.</p>
<p>When setting font style with CSS: <i>Italic</i> equals the italic version of the font. <i>Oblique</i> is the regular version of the font, but it has been skewed to a slant. In general it is better to use the italic option, but oblique is useful if a certain font does not have an italic version available. </p>
<p><b>Line-height</b> In general font on a screen needs more white-space between lines in print, so do not make web line-height decisions based on print conventions. Generally 140% of your font size is a good online line-height value. You can set line height in all of the same values that you can use for font, but it also has an additional option of &#8220;multiple&#8221; (where the line height value is determined by multiplying a certain value times the font value.) </p>
<p>If you want a heading to be broken into two lines, use a span tag to move down the second half. </p>
<p>When setting margins you can use shorthand to set the value for each side in one rule. margin: <b>T</b>op value, <b>R</b>ight value, <b>B</b>ottom value, <b>L</b>eft value. &#8220;trouble&#8221; (TRBL) to remember.</p>
<p><b>Using padding for spacing</b><br />
You can create an indent by adding padding to only one side.</p>
<p><b>Aligning Text</b><br />
text-align: (left, center, right, justify)<br />
Alignment is inherited from a parent element.<br />
Most browsers default alignment to left, so if you do not set a text align value it is usually the same s setting &#8216;left&#8217; for your value.</p>
<p>You can use vertical-align to create subscript and superscript text. setting vertical-align to a negative value will cause the element to get pushed below the text baseline/ </p>
<p>Vertical align may only be used with inline elements.</p>
<p><b>Inserting links in Dreamweaver</b></p>
<p> Insert a link through the menu bar:<br />
Insert&#8211;&gt; hyperlink<br />
or Common&#8211;&gt; (hyperlink symbol)<br />
This method is a good way to do it because the inserting dialog box prompts you to provide the most information, such as alternate text, etc. You must remember to add link names on your own if you add links with other methods.</p>
<p>&lt;bAdding a link to pre-existing text</b><br />
highlight txt you wish to convert into a link.<br />
Add link (you can browse for it) in the &#8216;link&#8217; field in the properties inspector (under HTML tab)</p>
<p>Use &#8216;Point to File&#8217; icon:<br />
The &#8216;point to file&#8217; icon is next to the link drop-down field (between the box and the folder-shaped browse button, it looks like a target.) Click the icon and hold down your mouse. Drag the mouse over to the files panel. Find the file you want to link to in the files panel and select by holding your mouse over it and releasing. Dreamweaver will add it to the link box in the properties inspector.</p>
<p><b>Create a link to a file which has not been made yet</b><br />
Highlight text you wish to turn into the link, in the link box in the properties inspector type in (the name off the folder you intend the linked file to be placed in when it is ready)/(name of the file to be created later). The link will be ready and will work once the future file is placed in its designated folder.</p>
<p>If you are linking to the same file more than once on a page, the link will be stored in the link drop-down in the properties inspector, so you have a shortcut to add it. (But you will have to re-title it each time, only the link itself is stored).</p>
<p><b>Absolute Links</b><br />
When linking to an external site, it is important that you type out the entire address; you cannot leave off the &#8216;http&#8217; part like you can when typing an address into a browser.<br />
Adding <b>target: _blank</b> will open the link in a separate window.</p>
<p><b>Email Links</b><br />
To make a link to an email address:<br />
In the common objects menu bar there is an envelope shaped icon you can click to add an email link.<br />
Or you can add &#8220;mailto:&#8221; in front of the email address in the link box in the properties inspector.</p>
<p>To force a subject line to the email when the link is clicked:<br />
Same as above for adding email link, but after the address place a &#8216;?&#8217; followed by the desired subject line.<br />
Example: mailto:email@address.com?Subject Line Goes Here (you can have spaces in the subject line but not in the &#8216;mailto&#8217; part).</p>
<p>Article on why it is preferred to use unordered lists when creating navigation: <a href="http://www.w3.org/QA/Tips/unordered-lists">Unordered Lists: More than Just Bullets</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gnarlycat.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gnarlycat.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gnarlycat.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gnarlycat.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gnarlycat.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gnarlycat.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gnarlycat.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gnarlycat.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gnarlycat.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gnarlycat.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gnarlycat.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gnarlycat.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gnarlycat.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gnarlycat.wordpress.com/323/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gnarlycat.wordpress.com&amp;blog=19303826&amp;post=323&amp;subd=gnarlycat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gnarlycat.wordpress.com/2011/11/15/week-13-summary-in-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4626c3d410f8a944c8972b7670b8640f?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=R" medium="image">
			<media:title type="html">gnarlycat</media:title>
		</media:content>
	</item>
		<item>
		<title>Week 12 Summary</title>
		<link>http://gnarlycat.wordpress.com/2011/11/10/week-12-summary-in-progress/</link>
		<comments>http://gnarlycat.wordpress.com/2011/11/10/week-12-summary-in-progress/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 05:14:06 +0000</pubDate>
		<dc:creator>gnarlycat</dc:creator>
				<category><![CDATA[ART 170: Web Design 1]]></category>

		<guid isPermaLink="false">http://gnarlycat.wordpress.com/?p=315</guid>
		<description><![CDATA[Killer Web Content Examples of headlines and summaries that were both successful and unsuccessful at grabbing readers&#8217; attention. Content written for the web is generally more successful when it is concise and quickly reveals how it relates to the reader&#8217;s &#8230; <a href="http://gnarlycat.wordpress.com/2011/11/10/week-12-summary-in-progress/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gnarlycat.wordpress.com&amp;blog=19303826&amp;post=315&amp;subd=gnarlycat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gerrymcgovern.com/nt/2007/nt-2007-10-01-killer-web-content.htm">Killer Web Content</a> Examples of headlines and summaries that were both successful and unsuccessful at grabbing readers&#8217; attention. Content written for the web is generally more successful when it is concise and quickly reveals how it relates to the reader&#8217;s interests.</p>
<p><a href="http://webdesign.about.com/od/css/a/css_cheat_sheet.htm">CSS Cheat Sheets</a> -Gives downloadable pdfs of basic CSS code in an easy to reference list.</p>
<p><a href="http://www.adobe.com/devnet/dreamweaver/articles/introducing_new_css_layouts.html">Whats New in Dreamweaver CS5 CSS Layouts</a><br />
An overview of changes made to the CSS layouts that come with Adobe Dreamweaver, and explanations for the best ways to code so that your layout will work in all browsers. For example, when making lists for navigation links, it is best to set the margins and padding to zero. You can add the spacing in the .content selector. Lot of code examples to illustrate various basic functions you&#8217;d want to include. How to add widgets for making drop-down navigation links. Explanations to why it&#8217;s important to include focus as well as hover state in your link code, etc. </p>
<p><b>Dreamweaver CSS Starter Pages</b></p>
<p>When you create a new document in Dreamweaver you have the option of choosing a starter CSS layout with the structure already in place for various types of pages (such as a one or two column fixed or liquid layout with options of a header and footer, etc.) You can attach the CSS code either from linking to an external style sheet, embedding the CSS in the head of the HTML document, or adding it as an inline style.</p>
<p>Edit&#8211;&gt;Preferences&#8211;&gt;CSS Styles here you can set whether or not Dreamweaver recognizes shorthand notation. (Checkboxes under &#8216;use shorthand for&#8217;.</p>
<p>The CSS panel: You can add properties to the CSS rules by highlighting them in the CSS panel and selecting &#8216;add property&#8217;. You can choose a property from the drop down or type one in.<br />
In the bottom of the CSS panel is a button that looks like a sheet of paper with a corner folded down and a plus sign to one side. Click this button to add a new CSS rule.</p>
<p>Using the code navigator. If you click inside any element a symbol like a steering wheel will appear. clicking on this symbol will bring up a window that lists all the styles affecting the element. This is an easy way to edit the styles applied to the element. </p>
<p>Class selectors are an HTML attribute. Add a class by selecting it from the pull-down menu in the HTML tab of the properties inspector.</p>
<p>ID selectors are more specific than class selectors and will override a class selector when the two are in conflict. </p>
<p>In Dreamweaver, dotted lines will appear to differentiate a DIV. DIV tags divide your page into specific regions. Most pages have a wrapper containing all of the DIVs. The wrapper establishes the size of the page&#8217;s content. </p>
<p>It&#8217;s best to keep your CSS simple.</p>
<p><b>The Box Model</b> all of the components of your webpage are contained in boxes. The boxes have 5 properties: width, height, padding, border, and margins. Adjusting these properties will keep the content from getting too close together and give you options in controlling the site&#8217;s appearance. </p>
<p>You provide 2 values to set a margin: The first value affects the top and bottom of an element and the second value determines the element&#8217;s right and left. Browsers automatically add default vertical margins, so setting the top and bottom margin value to 0 will prevent you from having extra margins.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gnarlycat.wordpress.com/315/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gnarlycat.wordpress.com/315/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gnarlycat.wordpress.com/315/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gnarlycat.wordpress.com/315/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gnarlycat.wordpress.com/315/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gnarlycat.wordpress.com/315/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gnarlycat.wordpress.com/315/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gnarlycat.wordpress.com/315/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gnarlycat.wordpress.com/315/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gnarlycat.wordpress.com/315/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gnarlycat.wordpress.com/315/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gnarlycat.wordpress.com/315/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gnarlycat.wordpress.com/315/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gnarlycat.wordpress.com/315/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gnarlycat.wordpress.com&amp;blog=19303826&amp;post=315&amp;subd=gnarlycat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gnarlycat.wordpress.com/2011/11/10/week-12-summary-in-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4626c3d410f8a944c8972b7670b8640f?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=R" medium="image">
			<media:title type="html">gnarlycat</media:title>
		</media:content>
	</item>
		<item>
		<title>Week 11: Design Comps</title>
		<link>http://gnarlycat.wordpress.com/2011/11/07/week-11-design-comps/</link>
		<comments>http://gnarlycat.wordpress.com/2011/11/07/week-11-design-comps/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 06:13:38 +0000</pubDate>
		<dc:creator>gnarlycat</dc:creator>
				<category><![CDATA[ART 170: Web Design 1]]></category>

		<guid isPermaLink="false">http://gnarlycat.wordpress.com/?p=306</guid>
		<description><![CDATA[My final project will be building a portfolio website for my artwork. I am excited to be working on this project, although I&#8217;ve been struggling a little bit in the actual site design. I think my background in print design &#8230; <a href="http://gnarlycat.wordpress.com/2011/11/07/week-11-design-comps/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gnarlycat.wordpress.com&amp;blog=19303826&amp;post=306&amp;subd=gnarlycat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My final project will be building a portfolio website for my artwork. I am excited to be working on this project, although I&#8217;ve been struggling a little bit in the actual site design. I think my background in print design is definitely holding me back a little; it&#8217;s hard to move past my aesthetics for static artwork and design to accommodate ideal functionality. I&#8217;ve discovered that a lot of sites that appealed to me and I wanted to use as role models were not the best designed sites from a web design standpoint. I began searching for other portfolio sites I had not looked at before in disciplines similar to my own style to try and get some inspiration (especially for examples of introductory text on their homepages) and I found it surprisingly hard to find any sites that were good examples! A lot of artists seem to just maintain blogs. The artists that did have regular websites&#8230;.a lot of them did not meet my criteria for good site design. Many seemed to not have homepages at all&#8230;the &#8216;homepage&#8217; went straight to an interior page, such as a gallery, or artist statement, so it was not very helpful for finding examples of brief intro text for a homepage. The majority of the portfolio sites I looked at had the content very squished to one side of the page. They were obviously designing for a specific browser width and had no fluidity. I suppose that lots of other artists have the same problem I&#8217;ve been having&#8230;getting stuck on aesthetics that do not make a smooth transition to web design.    </p>
<p>Comp of homepage:</p>
<p><a href="http://gnarlycat.files.wordpress.com/2011/11/ridout_homepage_comp_rev.jpg"><img src="http://gnarlycat.files.wordpress.com/2011/11/ridout_homepage_comp_rev.jpg?w=300&#038;h=165" alt="" title="ridout_homepage_COMP_REV" width="300" height="165" class="aligncenter size-medium wp-image-307" /></a></p>
<p>My homepage is primarily gong to be a single large graphic and a logo (the logo is my signature in Japanese katakana). I added brief text introducing my art. I originally had graphic based navigation for the top links but I changed it to text based navigation to improve my site&#8217;s search engine accessibility. The graphics that I made for the top navigation were not distinct enough from plain font to be worth handicapping the site&#8217;s accessibility. I upped the kerning of the font (Arial) in this mock-up though&#8230;I&#8217;m not sure yet if that is something I can do with either HTML or CSS? I might not be able to keep the text with the appearance I ideally want. </p>
<p>COMP of an interior gallery page:</p>
<p><a href="http://gnarlycat.files.wordpress.com/2011/11/ridout_gallery_comp_rev.jpg"><img src="http://gnarlycat.files.wordpress.com/2011/11/ridout_gallery_comp_rev.jpg?w=273&#038;h=300" alt="" title="ridout_gallery_comp_rev" width="273" height="300" class="aligncenter size-medium wp-image-308" /></a></p>
<p>This is the first of my gallery pages. I have more paper collage artwork than the other categories of my gallery sections so I thought it would be the best one to sample. Currently there are 20 thumbnails on the page, as I add any additional art I will make the gallery go on to a second page. </p>
<p>I kept my idea for graphic navigation for the side links of different gallery categories. I drew all of the links in hand lettering and used a different style for each category. </p>
<p>Comp of &#8220;About&#8221; page:</p>
<p><a href="http://gnarlycat.files.wordpress.com/2011/11/ridout_about_comp.jpg"><img src="http://gnarlycat.files.wordpress.com/2011/11/ridout_about_comp.jpg?w=300&#038;h=165" alt="" title="ridout_about_comp" width="300" height="165" class="aligncenter size-medium wp-image-309" /></a></p>
<p>This s pretty straightforward, just a photo of me and my artist statement! No side navigation to this category as the &#8216;about&#8217; is just a single page. </p>
<p>I hope the ideas I have laid out work as I translate them to a real site! I am a bit nervous about pulling it all together in Dreamweaver and adding the code, etc.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gnarlycat.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gnarlycat.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gnarlycat.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gnarlycat.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gnarlycat.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gnarlycat.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gnarlycat.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gnarlycat.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gnarlycat.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gnarlycat.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gnarlycat.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gnarlycat.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gnarlycat.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gnarlycat.wordpress.com/306/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gnarlycat.wordpress.com&amp;blog=19303826&amp;post=306&amp;subd=gnarlycat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gnarlycat.wordpress.com/2011/11/07/week-11-design-comps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4626c3d410f8a944c8972b7670b8640f?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=R" medium="image">
			<media:title type="html">gnarlycat</media:title>
		</media:content>

		<media:content url="http://gnarlycat.files.wordpress.com/2011/11/ridout_homepage_comp_rev.jpg?w=300" medium="image">
			<media:title type="html">ridout_homepage_COMP_REV</media:title>
		</media:content>

		<media:content url="http://gnarlycat.files.wordpress.com/2011/11/ridout_gallery_comp_rev.jpg?w=273" medium="image">
			<media:title type="html">ridout_gallery_comp_rev</media:title>
		</media:content>

		<media:content url="http://gnarlycat.files.wordpress.com/2011/11/ridout_about_comp.jpg?w=300" medium="image">
			<media:title type="html">ridout_about_comp</media:title>
		</media:content>
	</item>
		<item>
		<title>Week 11 Summary</title>
		<link>http://gnarlycat.wordpress.com/2011/11/02/summary-of-week-11-in-progress/</link>
		<comments>http://gnarlycat.wordpress.com/2011/11/02/summary-of-week-11-in-progress/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 03:29:38 +0000</pubDate>
		<dc:creator>gnarlycat</dc:creator>
				<category><![CDATA[ART 170: Web Design 1]]></category>

		<guid isPermaLink="false">http://gnarlycat.wordpress.com/?p=297</guid>
		<description><![CDATA[Search Engine resources: Search Engine Watch 20 completely free SEO tools &#8211; Tools to let you see ways your site can improve for search engine finding. SEO Software, Simplified &#8211; Search Engine optimization. Search Engine Roundtable Search Engine Placement Tips &#8230; <a href="http://gnarlycat.wordpress.com/2011/11/02/summary-of-week-11-in-progress/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gnarlycat.wordpress.com&amp;blog=19303826&amp;post=297&amp;subd=gnarlycat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><b>Search Engine resources:</b></p>
<p><a href="http://www.searchenginewatch.com">Search Engine Watch</a></p>
<p><a href="http://www.groovecommerce.com/ecommerce-blog/search-engine-optimization/20-nifty-seo-tools/">20 completely free SEO tools</a> &#8211; Tools to let you see ways your site can improve for search engine finding.</p>
<p><a href="http://www.seomoz.org/">SEO Software, Simplified</a> &#8211; Search Engine optimization.</p>
<p><a href="http://www.seroundtable.com/archives/014550.html">Search Engine Roundtable</a></p>
<p><a href="http://searchenginewatch.com/article/2067083/Search-Engine-Placement-Tips">Search Engine Placement Tips by Danny Sullivan</a><br />
This article gives advice on how to increase your chances of ranking high in a search engine listing. One good piece of advice is to make your search keywords more than a single word long (my intuition would have been to use single words, so this is helpful advice).  Most people type phrases when they are searching for something specific, but more people have single keywords in their webpages, so there is more competition to end up in the results.  Having a more specific keyword makes you more relevant to specific searches. The placement of your keywords also affects its search listing, Search engines give preference to sites where the keywords are listed high on the page.  Including them in your title and headlines is the best way to go. Having HTML text instead of including text in graphics is always better because it gives more words for the search engine to scan (anything written in a graphic can&#8217;t be seen by the search engine), and the more times a keyword is repeated the more it will get the engine&#8217;s attention. Making sure that all of your internal pages are well linked together is also important, so that the search engine will follow the trails of links and process more of your site. Having your site linked to from other quality sites on comparable topics will also improve your ranking by search engines, as well as potentially get you visitors who are already visiting the other sites. </p>
<p><a href="http://www.communitymx.com/content/article.cfm?cid=A28C67FE21B6726E&amp;print=true">The Benefits of Slicing Images</a><br />
This article explains the advantages of using Fireworks to slice images and export them as pieces instead of as single entities. Often your image will have different sections which will work best in different formats. Slicing an image allows you to target the different sections and save them in the format that will most optimize them (such as exporting a photo portion as a jpeg, and a text portion as a GIF, etc). Often slicing an image will reduce the overall file size. However, even if the file size is not reduced, the page will often load faster when it contains several small images instead of one large one. </p>
<p><a href="http://www.boxesandarrows.com/view/blasting-the-myth-of">Blasting the Myth of the Fold</a><br />
&#8220;Above the Fold&#8221; of a webpage is everything that is visible on your page without having to scroll down. The name is taken from journalism, where above the &#8220;fold&#8221; of the newspaper, is a literal fold&#8211;everything that is visible when the newspaper is folded in half. Traditionally it is assumed that casual browsers will not bother to scroll down when they look at websites, so it is important to concentrate all the most essential information above the fold, in order to avoid missing the user&#8217;s attention. Over the years research has shown that it is becoming common for people to scroll down, and the risk of information below the fold getting missed is not as relevant as it once was. In spite of that many people cling to the idea that it is critical to keep as much content above the fold as possible. Some techniques for encouraging people to scroll down is to strategically place content (such as photos) overlapping he fold, so that they are clearly cut off at the bottom. This makes it more noticeable that there is more content further down the page. It can be difficult to predict where the fold will fall on various users’ computers though, due to the wide variety of monitor sizes these days, so you cannot entirely rely on content placement to compel people to scroll. The best way to get people to scroll below the fold is simply to have high quality content which people will naturally want to finish reading/looking at through its completion. Although people are more inclined to scroll these days, the fold does remain relevant. Content like navigation and any type of user controls should be above the fold, whereas interactive features which rely on reactions to the content do better at the bottom of the page. </p>
<p><a href="http://www.clicktale.com/">ClickTale</a> &#8211; A service that records your users&#8217; activity on your site and gives you statistics on how your site is being used, what parts are receiving the most attention, etc.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gnarlycat.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gnarlycat.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gnarlycat.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gnarlycat.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gnarlycat.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gnarlycat.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gnarlycat.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gnarlycat.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gnarlycat.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gnarlycat.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gnarlycat.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gnarlycat.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gnarlycat.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gnarlycat.wordpress.com/297/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gnarlycat.wordpress.com&amp;blog=19303826&amp;post=297&amp;subd=gnarlycat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gnarlycat.wordpress.com/2011/11/02/summary-of-week-11-in-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4626c3d410f8a944c8972b7670b8640f?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=R" medium="image">
			<media:title type="html">gnarlycat</media:title>
		</media:content>
	</item>
		<item>
		<title>Week 10 Summary</title>
		<link>http://gnarlycat.wordpress.com/2011/10/24/week-10-summary-in-progress/</link>
		<comments>http://gnarlycat.wordpress.com/2011/10/24/week-10-summary-in-progress/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 01:54:44 +0000</pubDate>
		<dc:creator>gnarlycat</dc:creator>
				<category><![CDATA[ART 170: Web Design 1]]></category>

		<guid isPermaLink="false">http://gnarlycat.wordpress.com/?p=291</guid>
		<description><![CDATA[Common Mistakes Print Designers Make on the Web The Dao of Web Design Five Principles to Design By Photoshop You can open files in Photoshop with Mini Bridge. It is preferable to take your photos in raw format and do &#8230; <a href="http://gnarlycat.wordpress.com/2011/10/24/week-10-summary-in-progress/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gnarlycat.wordpress.com&amp;blog=19303826&amp;post=291&amp;subd=gnarlycat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://tv.adobe.com/watch/max-2008-design/common-mistakes-print-designers-make-on-the-web/">Common Mistakes Print Designers Make on the Web</a></p>
<p><a href="http://www.alistapart.com/articles/dao/">The Dao of Web Design</a></p>
<p><a href="http://bokardo.com/archives/five-principles-to-design-by/">Five Principles to Design By</a></p>
<p><strong>Photoshop</strong></p>
<p>You can open files in Photoshop with Mini Bridge.</p>
<p>It is preferable to take your photos in raw format and do the editing in raw. Raw files have more data than jpegs, and when you edit the file the original file is not permanently altered.<br />
Clicking on a photo in Mini-Bridge will open it in Adobe Camera Raw (or in regular Bridge you can right click and select &#8216;open with Photoshop&#8217; and it will open in Camera Raw.</p>
<p>When editing photos for the Web, convert the color profile to sRGB.</p>
<p>After editing in Camera Raw you can make further non-permanent adjustments in regular Photoshop by editing with adjustment layers and filters instead of editing the file directly.</p>
<p>Filter&#8211;&gt;Convert to smart Filters :Converts your layer to a smart object which allows you to apply filters from the filter menu.</p>
<p>Always resize a photo first and only sharpen after it is the final size. The sharpening is dependant on size, and info will be lost if you change the size afterwards.</p>
<p>When resizing for the web change the drop-down to &#8216;Bicubic Sharper (best for reduction)&#8217;</p>
<p>Sharpening only effects one layer. If you need to sharpen a document with multiple layers you can make a composite layer which duplicates all the layers below it in a single top layer. To make a composite layer, select the topmost layer you want included in the composite. Hold down the ALT key while you select &#8216;merge visible&#8217;. Instead of merging the existing layers it merges a new layer with duplicates of the layers below it.</p>
<p>If you convert the layer to a smart object and use a smart layer you can come back later and re-edit the sharpening, instead of the sharpen being a permanent change.</p>
<p>To sharpen: Filter&#8211;&gt;Sharpen&#8211;&gt; select either &#8216;smart sharpen&#8217; or &#8216;unsharp mask&#8217;. (The 2 options are similar but Smart Sharpen offers a larger preview and more settings to sharpen with.) Smart Sharpen also lets you have different settings for sharpening the highlights separately from the dark areas.</p>
<p><strong>Fireworks</strong></p>
<p>Resizing with the 9-slice scaling tool will change the size of the image but not the size of the document. Click the &#8216;fit to canvas&#8217; button (or Modify&#8211;&gt;canvas&#8211;&gt;Fit Canvas) to resize the entire document to make the resized image.</p>
<p>When using the selection tools you can switch back and forth between the different tools (like the magic wand and lasso) without losing the selection. Use the magic wand to select large similar areas, and then use the lasso to add or subtract refinements. Hold down ALT while you select with the lasso tool to subtract from the selected area (don&#8217;t unclick while drawing with the lasso). Make sure you set all selection tools to the same type of edge (ie anti-alias, etc).</p>
<p>You can add a mask to a bitmap by selecting an area with the marquee tool and clicking the &#8220;add mask&#8221; button on the bottom of the layers panel (it looks like a circle inside of a square.)</p>
<p>You can add effects like drop shadows, etc, to a masked item. In the properties menu click the filters drop-down and select &#8220;Photoshop Live effects&#8221; to get the type of filters available in Photoshop. Selecting &#8220;stroke&#8221; from this part of the menu will add a border to an image. &#8216;Outside&#8217; will give the stroke rounded corners. &#8216;Inside&#8217; will give sharp corners.</p>
<p><strong>To use a vector shape a s a mask:</strong></p>
<p>A mask with a fade:<br />
Select object.<br />
Commands&#8211;&gt;Creative&#8211;Auto Vector Mask.<br />
Brings up box with 8 options to control the direction of the fade. After you apply the mask there will be a line running through the image. You can use this line to control the fade. You can tell a layer is a vector mask is there is a pen icon on the corner of the mask box that shows in the layers menu.</p>
<p>To make a regular mask with a vector object:</p>
<p>Place the vector shape over the bitmap image.<br />
Cut the vector shape out of the document (control + X or edit&#8211;&gt;cut)<br />
Select photo<br />
Edit&#8211;&gt;paste as mask<br />
The vector will mask the photo.</p>
<p>Here are comps of the portfolio website I am designing for my final project:</p>
<p>Homepage:</p>
<p><a href="http://gnarlycat.files.wordpress.com/2011/10/ridout_homepage_comp.jpg"><img class="aligncenter size-medium wp-image-348" title="ridout_homepage_COMP" src="http://gnarlycat.files.wordpress.com/2011/10/ridout_homepage_comp.jpg?w=300&#038;h=165" alt="" width="300" height="165" /></a></p>
<p>Interior gallery page:</p>
<p><a href="http://gnarlycat.files.wordpress.com/2011/10/ridout_gallery_comp.jpg"><img class="aligncenter size-medium wp-image-349" title="ridout_gallery_comp" src="http://gnarlycat.files.wordpress.com/2011/10/ridout_gallery_comp.jpg?w=273&#038;h=300" alt="" width="273" height="300" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gnarlycat.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gnarlycat.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gnarlycat.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gnarlycat.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gnarlycat.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gnarlycat.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gnarlycat.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gnarlycat.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gnarlycat.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gnarlycat.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gnarlycat.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gnarlycat.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gnarlycat.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gnarlycat.wordpress.com/291/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gnarlycat.wordpress.com&amp;blog=19303826&amp;post=291&amp;subd=gnarlycat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gnarlycat.wordpress.com/2011/10/24/week-10-summary-in-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4626c3d410f8a944c8972b7670b8640f?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=R" medium="image">
			<media:title type="html">gnarlycat</media:title>
		</media:content>

		<media:content url="http://gnarlycat.files.wordpress.com/2011/10/ridout_homepage_comp.jpg?w=300" medium="image">
			<media:title type="html">ridout_homepage_COMP</media:title>
		</media:content>

		<media:content url="http://gnarlycat.files.wordpress.com/2011/10/ridout_gallery_comp.jpg?w=273" medium="image">
			<media:title type="html">ridout_gallery_comp</media:title>
		</media:content>
	</item>
		<item>
		<title>Week 9 Summary</title>
		<link>http://gnarlycat.wordpress.com/2011/10/19/week-8-summary-in-progress/</link>
		<comments>http://gnarlycat.wordpress.com/2011/10/19/week-8-summary-in-progress/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 03:41:56 +0000</pubDate>
		<dc:creator>gnarlycat</dc:creator>
				<category><![CDATA[ART 170: Web Design 1]]></category>

		<guid isPermaLink="false">http://gnarlycat.wordpress.com/2011/10/19/week-8-summary-in-progress/</guid>
		<description><![CDATA[FINAL PROJECT: project_profiler (Personal portfolio site.) Flowchart and storyboards are contained along with the rest of the profiler outlining. Storyboards (homepage and gallery page): gnarlycat_storyboards Wireframe for home page -This looks a bit sparse because I wanted the first page to &#8230; <a href="http://gnarlycat.wordpress.com/2011/10/19/week-8-summary-in-progress/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gnarlycat.wordpress.com&amp;blog=19303826&amp;post=264&amp;subd=gnarlycat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>FINAL PROJECT:</p>
<p><a href="http://gnarlycat.files.wordpress.com/2011/10/project_profiler.pdf">project_profiler</a> (Personal portfolio site.) Flowchart and storyboards are contained along with the rest of the profiler outlining.</p>
<p>Storyboards (homepage and gallery page): <a href="http://gnarlycat.files.wordpress.com/2011/10/gnarlycat_storyboards.pdf">gnarlycat_storyboards</a></p>
<p>Wireframe for home page -This looks a bit sparse because I wanted the first page to be very simple.</p>
<p><a href="http://gnarlycat.files.wordpress.com/2011/10/ridout_homepage_wireframe.jpg"><img class="aligncenter size-medium wp-image-351" title="ridout_homepage_wireframe" src="http://gnarlycat.files.wordpress.com/2011/10/ridout_homepage_wireframe.jpg?w=300&#038;h=165" alt="" width="300" height="165" /></a></p>
<p>Wireframe for a gallery page from site &#8211; This is more typical to how the rest of the site will be laid out.</p>
<p><a href="http://gnarlycat.files.wordpress.com/2011/10/ridout_gallery_wireframe.jpg"><img class="aligncenter size-medium wp-image-352" title="ridout_gallery_wireframe" src="http://gnarlycat.files.wordpress.com/2011/10/ridout_gallery_wireframe.jpg?w=300&#038;h=165" alt="" width="300" height="165" /></a></p>
<p>NOTES/LINKS:</p>
<p><a href="http://tv.adobe.com/watch/classroom-five-essential-principles-of-interaction-design/part-1-five-essential-principles-of-interaction-design/">Five Essential Principles of Interaction Design</a></p>
<p><strong>Interactive design</strong> is the relationship between the user and the product which it is being designed for.</p>
<p>Interactive design needs consistency. If your interface is not consistent, the user will be distracted by noticing the differences, and will distract their attention from the content.</p>
<p>You want to design with consistency in both aesthetics as well as functionality.</p>
<p>Good interactive design also needs visibility. There is no point to good design if features go unnoticed by the user. Mystery meat navigation is an example of bad interactive design. It should not require effort from the user to navigate your interface.</p>
<p>Interactive designs should be easy to learn and remember.</p>
<p><strong>Perceived Affordance:</strong> Taking advantage of the user&#8217;s preexisting knowledge. Using images of real world objects with similar functions (like having a link on a website look like a button you can press) is an example of this.</p>
<p>The outcomes of a design&#8217;s interactions should be predictable. People will be afraid to interact if they cannot predict the consequences. Labels and previews will help set people&#8217;s expectation.</p>
<p>Feedback is helpful for improving your design, but the gathering of feedback should not interrupt the user&#8217;s interactions.</p>
<p>Prototyping your design is very important. The design you envision in your mind does not always function well when actualized. You can only tell if a design is good by actually using it.</p>
<p>When designing a site, remember to consider ways which the site may still grow.</p>
<p><a href="http://www.smashingmagazine.com/2008/03/26/grid-based-design-six-creative-column-techniques/">Grid Based Design: Six Creative Column Techniques</a></p>
<p>Typography resources:</p>
<p><a href="http://ilovetypography.com/">I Love Typography</a><br />
<a href="http://www.sitepoint.com/anatomy-web-fonts/">Anatomy of a Web Font</a><br />
<a href="http://www.codestyle.org/css/font-family/sampler-CombinedResults.shtml">Code Style&#8217;s Combined Font Survey Results</a><br />
<a href="http://www.alistapart.com/articles/on-web-typography/">A List Apart: On Web Typography</a><br />
<a href="http://www.codestyle.org/css/font-family/Glossary.shtml">Glossary of Font Terms</a></p>
<p><a href="http://www.lipsum.com/">Lorem Ipsum Generator</a></p>
<p><a href="http://webtypography.net/">The Elements of Typographic Style Applied to he Web</a><br />
<a href="http://typophile.com/">Typophile</a><br />
<a href="http://typographica.org/">Typograhica</a><br />
<a href="http://fontfeed.com/">The Font Feed</a></p>
<p>Stacking fonts with CSS:<br />
<a href="http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/">Building Better Font Stacks</a><br />
<a href="http://www.codestyle.org/servlets/FontStack">Code Style: Font Stack Builder</a></p>
<p>Resources for downloading fonts:<br />
<a href="http://www.fontsquirrel.com/">Font Squirrel</a> (Free)<br />
<a href="http://www.fontspring.com/">Fontspring</a> (For purchase)</p>
<p>Web Font Services:<br />
<a href="https://typekit.com/">Typekit</a><br />
<a href="http://fontdeck.com/">Fontdeck</a><br />
<a href="http://www.extensis.com/en/WebINK/">WebINK</a><br />
<a href="http://www.google.com/webfonts">Google Font Directory</a><br />
<a href="http://webfonts.info/wiki/index.php?title=Main_Page">Webfonts Info</a></p>
<p>To test your text in a browser window with differenet leading, kearning, alignment options:<br />
<a href="http://www.typetester.org/">Type Tester</a><br />
<a href="http://www.typechart.com/">Typechart</a></p>
<p>Make your own handwriting into a font: <a href="http://www.yourfonts.com/">Your Fonts</a></p>
<p>ASCII art generators:<br />
<a href="http://www.typorganism.com/asciiomatic/">ASCII-O-Matic</a><br />
<a href="http://patorjk.com/software/taag/">Patrick Gillespie&#8217;s Text Ascii Art Generator</a></p>
<p>Automatic font identification system: <a href="http://new.myfonts.com/WhatTheFont/">What The Font</a></p>
<p><a href="http://www.w3schools.com/tags/ref_entities.asp">W3Schools HTHL entities page</a> (Charts of code)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gnarlycat.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gnarlycat.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gnarlycat.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gnarlycat.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gnarlycat.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gnarlycat.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gnarlycat.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gnarlycat.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gnarlycat.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gnarlycat.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gnarlycat.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gnarlycat.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gnarlycat.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gnarlycat.wordpress.com/264/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gnarlycat.wordpress.com&amp;blog=19303826&amp;post=264&amp;subd=gnarlycat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gnarlycat.wordpress.com/2011/10/19/week-8-summary-in-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4626c3d410f8a944c8972b7670b8640f?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=R" medium="image">
			<media:title type="html">gnarlycat</media:title>
		</media:content>

		<media:content url="http://gnarlycat.files.wordpress.com/2011/10/ridout_homepage_wireframe.jpg?w=300" medium="image">
			<media:title type="html">ridout_homepage_wireframe</media:title>
		</media:content>

		<media:content url="http://gnarlycat.files.wordpress.com/2011/10/ridout_gallery_wireframe.jpg?w=300" medium="image">
			<media:title type="html">ridout_gallery_wireframe</media:title>
		</media:content>
	</item>
		<item>
		<title>Week 8 Summary</title>
		<link>http://gnarlycat.wordpress.com/2011/10/10/week-8-summary-part-1-links/</link>
		<comments>http://gnarlycat.wordpress.com/2011/10/10/week-8-summary-part-1-links/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 04:58:43 +0000</pubDate>
		<dc:creator>gnarlycat</dc:creator>
				<category><![CDATA[ART 170: Web Design 1]]></category>

		<guid isPermaLink="false">http://gnarlycat.wordpress.com/?p=257</guid>
		<description><![CDATA[Stock photography sites: Getty Images Jupiter Images Foto Search Corbis Images Shutterstock (subscription baed) istockphoto (Pay per image) Web Design: Vincent Flanders on bad web design Web Pages That Suck &#8220;Mystery Meat Navigation&#8221;: Navigation items that are not clearly labeled, &#8230; <a href="http://gnarlycat.wordpress.com/2011/10/10/week-8-summary-part-1-links/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gnarlycat.wordpress.com&amp;blog=19303826&amp;post=257&amp;subd=gnarlycat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Stock photography sites:</p>
<p><a href="http://www.gettyimages.com">Getty Images</a><br />
<a href="http://www.comstock.com">Jupiter Images</a><br />
<a href="http://www.fotosearch.com/">Foto Search</a><br />
<a href="http://www.corbisimages.com/">Corbis Images</a></p>
<p><a href="http://www.shutterstock.com/">Shutterstock</a> (subscription baed)<br />
<a href="http://www.istockphoto.com/">istockphoto</a> (Pay per image)</p>
<p>Web Design:</p>
<p><b>Vincent Flanders on bad web design</b></p>
<p><a href="Webpagesthatsuck.com">Web Pages That Suck</a></p>
<p><b>&#8220;Mystery Meat Navigation&#8221;:</b> Navigation items that are not clearly labeled, and whose purpose is not apparent until your mouse rolls over them and you can read th epop-up label.</p>
<p><a href="http://www.webpagesthatsuck.com/mysterymeatnavigation.html">Flander&#8217;s Examples of Mystery Meat Navigation</a></p>
<p>The site for <a href="https://www.mxyplyzyk.com/v03/index.htm">Mxyplyzyk</a> was a particularly irritating example of mystery meat navigation and bad usability. The links on the home page are constantly flashing. Every few flashes the name of what the links represent appears, but the timing is so brief that you barely get a chance to read it. You can find the label again by hovering over the link, but I felt so bombarded by information by the flashing of the other links around it, my memory had zero ability to retain what I&#8217;d just read once I moved the mouse away from the rollover. Aside from the completely gratuitous use of Flash and unclear labeling via mystery meat navigation, the site&#8217;s usability was further compromised by the quality of the product thumbnails. The thumbnails were very tiny, and have been cropped to such close up views that it is extremely difficult to guess what the product is before clicking for the enlarged picture. I don&#8217;t like to waste a lot of time looking at things that don&#8217;t interest me, so not being able to get an immediate idea of what something is by the thumbnail usually discourages me from bothering to click and have a closer look. This site is probably losing a portion of their business from people not wanting to waste their time trying to figure things out. (On the other hand, this company is appropriately named, the character Mr. Mxyplyzyk is supposed to be extremely frustrating/irritating, so maybe an element of the site design was intentional&#8230;.) </p>
<p>If I thought that the flashing mystery meat in Mxyplyzk&#8217;s site was frustrating, <a href="http://www.pearlbrite.biz/#/splash/">Pearl Brite</a> managed to out do it. On the front page of this site, the links are not just hidden mystery meat style, but the mystery meant icons bounce around the page. By the time I&#8217;ve hovered to reveal what a link contains, it&#8217;s moved away from my cursor and I have to track it down again. This is one of the most terrible ideas I&#8217;ve ever seen for site navigation. Not to mention, the bouncing bubbles are initially a nice bright blue color. The text which appears with the mouse rollover is white, and would potentially have very nice readable contrast. But when you touch the bubbles to illuminate the text they wash out to a flashing cloudy pale blue, decreasing the contrast drastically when the text appears and making it unnecessarily difficult to read. If the opening page does not completely put you off and one ventures into the site, I found such features as the bouncing bullet points and menu tabs extremely distracting and frustrating to click on as well. This is definitely a site that tries my patience and would discourage me from spending any extra time browsing if I could avoid it.</p>
<p>Flander&#8217;s list of <a href="http://www.webpagesthatsuck.com/worst-websites-of-2010-contenders.html">10 worst Websites of 2010</a>.</p>
<p>So far my favorite bad website was the one for the Association of International Glaucoma Societies</p>
<span style="text-align:center; display: block;"><a href="http://gnarlycat.wordpress.com/2011/10/10/week-8-summary-part-1-links/"><img src="http://img.youtube.com/vi/L9Q31Q_404Q/2.jpg" alt="" /></a></span>
<p>I couldn&#8217;t stare at the screen without cracking up. </p>
<p><b>Jakob Nielsen on web design</b></p>
<p><a href="http://www.useit.com/alertbox/9605.html">Top 10 Mistakes in Web Design</a></p>
<p><a href="http://www.useit.com/alertbox/20040510.html">Guidelines for Visualizing Links</a></p>
<p><a href="http://www.useit.com/alertbox/photo-content.html">Photos as Web Content</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gnarlycat.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gnarlycat.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gnarlycat.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gnarlycat.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gnarlycat.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gnarlycat.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gnarlycat.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gnarlycat.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gnarlycat.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gnarlycat.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gnarlycat.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gnarlycat.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gnarlycat.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gnarlycat.wordpress.com/257/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gnarlycat.wordpress.com&amp;blog=19303826&amp;post=257&amp;subd=gnarlycat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gnarlycat.wordpress.com/2011/10/10/week-8-summary-part-1-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4626c3d410f8a944c8972b7670b8640f?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=R" medium="image">
			<media:title type="html">gnarlycat</media:title>
		</media:content>
	</item>
		<item>
		<title>Week 7 Summary &#8211; Part 2: Notes</title>
		<link>http://gnarlycat.wordpress.com/2011/10/10/week-7-summary-part-2-notes/</link>
		<comments>http://gnarlycat.wordpress.com/2011/10/10/week-7-summary-part-2-notes/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 06:09:55 +0000</pubDate>
		<dc:creator>gnarlycat</dc:creator>
				<category><![CDATA[ART 170: Web Design 1]]></category>

		<guid isPermaLink="false">http://gnarlycat.wordpress.com/?p=251</guid>
		<description><![CDATA[GIF is a popular format for animation on the web because it simple to make a GIF animation, and they will automatically play in any browser without special software or plugins. They are best for simple animations however, because they &#8230; <a href="http://gnarlycat.wordpress.com/2011/10/10/week-7-summary-part-2-notes/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gnarlycat.wordpress.com&amp;blog=19303826&amp;post=251&amp;subd=gnarlycat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>GIF is a popular format for animation on the web because it simple to make a GIF animation, and they will automatically play in any browser without special software or plugins. They are best for simple animations however, because they are low resolution, do not support a huge color palette, and if you make the animation too complicated with too any layers, the file size will get too large.</p>
<p>The most common use for GIF animation is for advertising banners<br />
(blue banners are the most effective at persuading viewers to click on them).<br />
Loop 3-5 times.</p>
<p>Elements that can be animated in a GIF: Position, opacity, effects, layer visibility</p>
<p>Be very careful when using text in an animation to maintain readability. Sans-serif is better than serif.</p>
<p><strong>Website design:</strong></p>
<p>First step, make a morgue file to collect inspiration, examples of design elements you would like to include in your project.</p>
<p>Use a flowchart to begin planning out the structure of your site. Also use sticky notes to help you decide on the placement of the site&#8217;s components. Elaborate on these planning stages with a storyboard.</p>
<p>Keep the navigation straightforward and efficient. Keep all the different pages making up the site unified in appearance (they don&#8217;t have to be exactly the same, but they should look like they belong to a consistent site).</p>
<p><strong>Fireworks:</strong></p>
<p><strong>You can convert an object into a symbol</strong>. The symbol can make working a lot more<br />
efficient; it works somewhat like grouping as the graphic becomes a single entity, but it is still possible to edit the components making it up. It also becomes a master copy, so each time you use the symbol it is a copy of the original. If you edit it you are editing the <strong>instance</strong> and not the original. You can edit an instance and the original copy will be unaffected. However if you edit the original copy then all of the instances will take on the change as well. The allowance to make global changes by editing the original file is what makes them so valuably efficient.</p>
<p>If you click on an object and a cross hair appears over it, then you know that the object is a symbol.</p>
<p><strong>Edit in Place Mode</strong>: allows you to double-click on something, and the rest of the document will fade out. You can edit only the thing you clicked on, separated out from the rest of the document (even if it is grouped to something, and does not exist as a separate entity).</p>
<p>3 main types of symbols in Fireworks: graphics, button, animation (also components symbol, an enhanced graphics symbol).</p>
<p>You can make a graphics symbol either from a single item or from a complex group of items.</p>
<p><strong>To convert an object to a symbol:</strong></p>
<p>Select object&#8211;&gt;Modify&#8211;&gt;Symbol&#8211;&gt;Convert to symbol. A dialog box will come up and you can type in a name for the symbol, and select which type of symbol you would like it to be.</p>
<p>*To alter a symbol without the other instances also being effected, only click on it to select it once. Don&#8217;t double click. Add filters and change size in the properties panel.</p>
<p>You can enable 9-slice scaling guides when you convert something to a graphic. If you apply 9-slice scaling guides you will always go into isolation mode when you edit it. When you position the guides inside a symbol with 9-slice scaling enabled, the guides will always stay put. They are kept locked down as part of the symbol.</p>
<p><strong>Creating animation symbols:</strong></p>
<p>Select object&#8211;&gt;Modify&#8211;&gt;Symbol&#8211;&gt;Convert to Symbol&#8211;&gt;set type to &#8220;animation&#8221;</p>
<p>Brings up a dialog box where you can determine things like how many stages you wish to make up the animation, if it should roate or scale, etc.</p>
<p>A <strong>State</strong> = a frame of the animation (like a cel in traditional animation).</p>
<p>Inside the State panel you can control aspects like the timing of the states, if there is a delay between each one showing, etc. (The number for the state delay is to the right of the name in the states panel.) The number shown for the state delay equals hundreths of seconds (&#8220;7&#8243; actually = 7/100th second). To slow down the speed on an animation change the timing delay number to a larger value.</p>
<p><strong>Creating GIF animation in Fireworks:</strong></p>
<p>Make sure that all layers you wish to remain visible are presnet in th estate when you animate. If a layer is not animated select &#8220;share to state&#8221; (highlight layer and select from drop-down menu in upper right of layers panel). You can highlight all layers at once to do this. Even if a layer is visible in the PNG file, if it has not been shared to stats it will not show up in the GIF animation.</p>
<p>The layer that will be animated, you do not &#8220;share to state&#8221; (This is because it ill be different in each state in order to achieve the animation). It will be distributed to the states as you animate it.</p>
<p>First method to animate:</p>
<p>1. Select object you wish to animate.</p>
<p>2. Edit&#8211;&gt; Clone (this makes a copy of the object in the exact same position.)</p>
<p>3. Make as many clones as you want states.</p>
<p>4. Change the position of each clone layer to create movement. Once all of the different clones have been positioned where you want them, then select them all and select &#8216;distribute to states&#8217; (select the layers in the layers menu, select &#8216;distribute to states&#8217; from the main drop-down in the states menu).</p>
<p>If the layers do not distribute to states in the correct order, you can rearrange them by drag and dropping. test to make sure the animation runs smoothly.</p>
<p><strong>To Export the file as an animation:</strong></p>
<p>Optimize panel&#8211;&gt;make sure that &#8216;animated GIF&#8217; is selected (the default is regular GIF, which will not play the animation, so be careful to change it.)</p>
<p>Or: Save as an Adobe Flash file (File&#8211;&gt;Save As&#8211;&gt;Adobe Flash SWF)</p>
<p><strong>Twist and Fade</strong></p>
<p>Select object&#8211;&gt;Commands&#8211;&gt;Creative&#8211;&gt;Twist and Fade</p>
<p>You can set a variety of effects, such s fading opacity, blur, moving in a circular motions, or random patterns.</p>
<p>Make sure to check the box in the twist and fade dialog box that says &#8220;Animate&#8221;. Click &#8220;Ok&#8221;.  Fireworks will generate all the states needed to accomplish the animation.</p>
<p><strong>Tweened Animation</strong></p>
<p>1. Convert the object to a symbol.</p>
<p>2. Make a copy of the symbol and move it to a different position on the screen.</p>
<p>3. Select both instances of the symbol.</p>
<p>4. Modify&#8211;&gt;Symbol&#8211;&gt;Tween instances.</p>
<p>In the dialog box that will pop up you can set how many states you wish to comprise the animation. You also can chose whether or not to distribute to states. Fireworks will then generate all the in between states needed to make the symbol move from postion 1 to position 2.</p>
<p>Export as an animated GIF.</p>
<p><strong>Animating in Photoshop</strong></p>
<p>Start with a layered file which hs different element son each layer.  Open the animation panel from the windows tab in the top navigation menu. There will be only one frame in the animation panel. The frame will only show those layers which are visible in the layers panel. Make a second frame by clicking the button that looks like a tiny square inside and in the corner of a larger square. The new frame will be a copy of frame 1. Select frame 2 and make changes (such as turning on the vibility of a layer which was hidden in frame 1). Continue adding new frames and making new layers visible until all layers have been added.</p>
<p>To add a layer and have it visible in all frames, select the layer. This brings up 3 unity icons at the top of the layers menu. Clck on the center button (&#8220;unify layer visibility&#8221;). This will bring up a dialog box. Clik &#8220;match&#8221;.</p>
<p>You can test play an animation by selecting the first frame and clicking the arrow button in the animation panel. o change the timing delay: Click the drop-down menu of any frame (the little black arrowunderneatht he frame icon).</p>
<p>To make the animation loop: Drop-down on bottom left og the animation menu. CHange from &#8220;once&#8221; to the # of times you wish the loop to play.</p>
<p>To save:</p>
<p>File&#8211;&gt;Save for web and devices&#8211;&gt;make sure format is set to GIF</p>
<p>*If you have a photo in your animation, and the GIF format makes it look bad, try increasing the # of colors).</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gnarlycat.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gnarlycat.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gnarlycat.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gnarlycat.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gnarlycat.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gnarlycat.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gnarlycat.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gnarlycat.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gnarlycat.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gnarlycat.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gnarlycat.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gnarlycat.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gnarlycat.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gnarlycat.wordpress.com/251/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gnarlycat.wordpress.com&amp;blog=19303826&amp;post=251&amp;subd=gnarlycat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gnarlycat.wordpress.com/2011/10/10/week-7-summary-part-2-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4626c3d410f8a944c8972b7670b8640f?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=R" medium="image">
			<media:title type="html">gnarlycat</media:title>
		</media:content>
	</item>
	</channel>
</rss>
