<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>eyelearn</title>
	<atom:link href="http://eyelearn.org/wporg/feed/" rel="self" type="application/rss+xml" />
	<link>http://eyelearn.org/wporg</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 16 Apr 2009 08:37:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>16/4/09 :: week 3</title>
		<link>http://eyelearn.org/wporg/2009/04/16409-week-3/</link>
		<comments>http://eyelearn.org/wporg/2009/04/16409-week-3/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 08:06:04 +0000</pubDate>
		<dc:creator>laura</dc:creator>
				<category><![CDATA[Amir's lessons]]></category>

		<guid isPermaLink="false">http://eyelearn.org/wporg/?p=68</guid>
		<description><![CDATA[
mini site


lesson content

workflow considerations &#8211; saving and previewing pages &#8211; switching between applications
inserting and presenting images
setting up root folder and subfolders
linking multiple pages
styling links (CSS)
validating the code

lesson notes

for best workflow &#8211; always keep your HTML page open in the browser (Firefox) as well as in TacoHTML
any changes you make in your HTML and CSS will [...]]]></description>
			<content:encoded><![CDATA[<div>
<h4>mini site</h4>
<p><span id="more-68"></span></p>
<div id="lessoncontent">
<h2>lesson content</h2>
<ul>
<li>workflow considerations &#8211; saving and previewing pages &#8211; switching between applications</li>
<li>inserting and presenting images</li>
<li>setting up root folder and subfolders</li>
<li>linking multiple pages</li>
<li>styling links (CSS)</li>
<li>validating the code</li>
</ul>
<h2>lesson notes</h2>
<ul class="notes">
<li>for best workflow &#8211; always keep your HTML page open in the browser (Firefox) as well as in TacoHTML</li>
<li>any changes you make in your HTML and CSS will need to be saved before they can be previewed in the browser</li>
<li>to switch between your coding program and the browser &#8211; get used to using the keyboard shortcut (hold &#8216;apple&#8217; key and press tab) &#8211; this will save you a lot of time :)</li>
<li>while you are getting used to the CSS properties and rules &#8211; go slowly and test/preview as you go on</li>
<li>make sure to keep your HTML code as well as your CSS code as tidy as possible as this will make it easier to spot any problems or coding errors</li>
<li>use the &#8216;organise tags&#8217; function (top menu &gt; syntax) to keep your HTML code tidy</li>
<li>save &#8211; save &#8211; save! :-)</li>
<li>images can be either directly embedded into the page via HTML &#8211; or used as background images via CSS</li>
<li>any embedded image needs 4 essential elements: the image source, an alt tag (to show alternative text), as well as width and height values</li>
<li>values for image sizes in HTML are specified by measurement in pixel (without adding the unit), ie width=&#8221;120&#8243; [NOT: width="120px"]</li>
<li>GIF &#8211; use for flat coloured images such as logos (transparency with matte) = safe across all browsers</li>
<li>JPG &#8211; use for images with shading such as photos (no transparency) = safe across all browsers</li>
<li>PNG &#8211; quality of JPG with transparency (refined transparency) = safe only across modern browsers (IE6 does not support PNGs, need to be replaced with GIFs)</li>
</ul>
</div>
<p><strong><br />
<h2>mini site project</h2>
<p></strong></p>
<ul>
<li>↓ <a href="http://lauramoreno.net/download/projectbrief_greenpeace.pdf">Greenpeace</a></li>
<li>↓ <a href="http://eyelearn.org/students/constanza/week02/ocean_sourcepics.zip">source images</a></li>
</ul>
<p><strong><br />
<h2 class="pdf">download PDF</h2>
<p></strong></p>
<ul>
<li>↓ <a href="http://lauramoreno.net/download/20pro_tips.pdf">CSS tips</a></li>
<li>↓ <a href="http://lauramoreno.net/download/css_tips.pdf">20 Pro CSS tips</a></li>
<li>↓ <a href="http://lauramoreno.net/download/70-expert-ideas.pdf">70 Expert Ideas for Better CSS Coding</a></li>
</ul>
<p><strong><br />
<h2>net talk</h2>
<p></strong></p>
<ul class="weblink">
<li><a href="http://www.smashingmagazine.com/2008/08/18/7-principles-of-clean-and-optimized-css-code/" target="_blank">smashing magazine </a>7 Principles of Clean and  Optimized CSS Code</li>
<li><a href="http://www.smashingmagazine.com/2006/10/25/css-techniques-tutorials-layouts/" target="_blank">smashing magazine </a>CSS: Techniques, Tutorials, Layouts</li>
</ul>
<p><strong><br />
<h2>CSS inspiration</h2>
<p></strong></p>
<ul class="weblink">
<li><a href="http://www.csszengarden.com/" target="_blank">CSS Zen Garden </a> the beauty of CSS Design</li>
<li><a href="http://cssmania.com/" target="_blank">CSS Mania </a>CSS Gallery</li>
<li><a href="http://www.cssheaven.com/" target="_blank">CSS Heaven </a>CSS Gallery</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://eyelearn.org/wporg/2009/04/16409-week-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>9/4/09 :: week 2</title>
		<link>http://eyelearn.org/wporg/2009/03/week-2-2/</link>
		<comments>http://eyelearn.org/wporg/2009/03/week-2-2/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 18:37:18 +0000</pubDate>
		<dc:creator>laura</dc:creator>
				<category><![CDATA[Amir's lessons]]></category>

		<guid isPermaLink="false">http://eyelearn.org/wporg/?p=50</guid>
		<description><![CDATA[intro to CSS
		Onto styling your handcrafted XHTML pages &#8211; we will work with CSS and the different ways on how you can apply them to your page


lesson content

introduction to CSS syntax
applying CSS styling
CSS selectors
universal settings and resetting styles
styling header and paragraphs(CSS)
inserting and presenting images

lesson notes

CSS allow for easier control of page layout
CSS can be applied [...]]]></description>
			<content:encoded><![CDATA[<h4>intro to CSS</h4>
<p>		Onto styling your handcrafted XHTML pages &#8211; we will work with CSS and the different ways on how you can apply them to your page</p>
<p><span id="more-50"></span><!--notes--></p>
<div id="lessoncontent">
<h2>lesson content</h2>
<ul>
<li>introduction to CSS syntax</li>
<li>applying CSS styling</li>
<li>CSS selectors</li>
<li>universal settings and resetting styles</li>
<li>styling header and paragraphs(CSS)</li>
<li>inserting and presenting images</li>
</ul>
<h2>lesson notes</h2>
<ul class="notes">
<li>CSS allow for easier control of page layout</li>
<li>CSS can be applied in 3 different ways: inline, embedded or external</li>
<li>every XHTML document requires a valid link to the CSS file (consider your file path!)</li>
<li>using 1 external CSS to control the entire website will ensure that the file is loaded when the very first page is viewed, it will then already be in the browser&#8217;s memory and speed the loading of other pages up</li>
<li>CSS rules consist of a selector and its properties, always use 1 property with its value per line and complete with the semcolon &#8220;;&#8221;</li>
<li>you can target each HTML element with CSS and control its appearance</li>
<li>avoid using any styling within the HTML code</li>
</ul></div>
<p><!--resources &#038; links--></p>
<div id="links">
<h2 class="pdf">download PDF</h2>
<ul>
<li>↓ <a href="http://eyelearn.org/students/constanza/week02/css-overview.pdf">CSS &#8211; overview</a>
				</li>
<li>↓ <a href="http://eyelearn.org/students/constanza/week02/css-selectors.pdf">CSS &#8211; selectors</a></li>
</ul>
<h2>net talk</h2>
<ul class="weblink">
<li><a href="http://www.alistapart.com/articles/fear/" target="_blank"> alistapart.com </a>Fear of Style Sheets <br />(by Jeffrey Zeldman)
				</li>
<li><a href="http://friendlybit.com/css/beginners-guide-to-css-and-standards/" target="_blank">friendlybit.com</a>Beginner’s guide to CSS				</li>
<li><a href="http://www.thenoodleincident.com/tutorials/design_rant/" target="_blank">thenoodleincident.com</a>Design Rant</li>
</ul>
<h2>net references</h2>
<ul class="weblink">
<li><a href="http://www.w3.org/Style/CSS/" target="_blank">w3.org</a>Cascading Style Sheets
				</li>
<li><a href="http://meyerweb.com/eric/css/edge/" target="_blank">meyerweb.com</a>the master Eric Meyer&#8217;s test pages
				</li>
<li><a href="http://www.tizag.com/cssT/index.php" target="_blank">tizag.com</a>introduction to CSS
				</li>
</ul></div>
]]></content:encoded>
			<wfw:commentRss>http://eyelearn.org/wporg/2009/03/week-2-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2/4/09 :: week 1</title>
		<link>http://eyelearn.org/wporg/2009/03/2409-week-1/</link>
		<comments>http://eyelearn.org/wporg/2009/03/2409-week-1/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 18:13:11 +0000</pubDate>
		<dc:creator>laura</dc:creator>
				<category><![CDATA[Amir's lessons]]></category>

		<guid isPermaLink="false">http://eyelearn.org/wporg/?p=45</guid>
		<description><![CDATA[introduction to handcoding
For your first lesson we will look at why you should be learning handcoding as you are &#8211; and what the advantages of XHTML and CSS websites are.

lesson content

handcoding vs WYSIWYG
HTML and XHTML &#8211; differences and implementation
the thing with tables&#8230;. advantages of working with CSS
why webstandards are important

lesson notes

handcoding will produce ‘clean’ code [...]]]></description>
			<content:encoded><![CDATA[<h4>introduction to handcoding</h4>
<p>For your first lesson we will look at why you should be learning handcoding as you are &#8211; and what the advantages of XHTML and CSS websites are.<span id="more-45"></span><!--notes-->
<div id="lessoncontent">
<h2>lesson content</h2>
<ul>
<li>handcoding vs WYSIWYG</li>
<li>HTML and XHTML &#8211; differences and implementation</li>
<li>the thing with tables&#8230;. advantages of working with CSS</li>
<li>why webstandards are important</li>
</ul>
<h2>lesson notes</h2>
<ul class="notes">
<li>handcoding will produce ‘clean’ code without cluttering up the page with unnecessary code</li>
<li>ALWAYS type everything by hand &#8211; AVOID temptation to copy &amp; paste</li>
<li>every XHTML document requires a valid DOCTYPE</li>
<li>all tags and properties to written in lowercase (font names and colour values can be an exeption)</li>
<li>all tags must be closed, single tags to contain space and forward slash before closing bracket</li>
<li>by being in complete in control you will be able to create more stable layouts</li>
<li>tables should only be used for tabular data, not layout (major drawback of tables: loading time, placeholder graphics and maintenance)</li>
<li>possible use of multiple style sheet for different purposes, ie browser compatilibilty and printing</li>
<li>webstandards encourage following guidelines to achieve user-friendly and accessible websites</li>
</ul>
</div>
<p><!--resources &#038; links-->
<div id="links">
<h2 class="pdf">download PDF</h2>
<ul>
<li>↓ <a href="http://eyelearn.org/students/constanza/week01/characterencode.pdf">character encoding in XHTML</a></li>
<li>↓ <a href="http://eyelearn.org/students/constanza/week01/html-xhtml.pdf">HTML &#8212;&gt; XHTML</a></li>
<li>↓ <a href="http://eyelearn.org/students/constanza/week01/intro_xhtml.pdf">introduction to XHTML</a></li>
<li>↓ <a href="http://eyelearn.org/students/constanza/week01/plansite.pdf">planning site and folder structure</a></li>
</ul>
<h2>net talk</h2>
<ul class="weblink">
<li><a href="http://www.sitepoint.com/forums/showthread.php?t=291779" target="_blank">sitepoint.com </a>Why handcode?</li>
<li><a href="http://boagworld.com/forum/comments.php?DiscussionID=191&amp;page=1" target="_blank">boagworld.com</a>How many people hand code and how many use a WYSIWYG program?</li>
<li><a href="http://wisdump.com/web-programming/handcoding/" target="_blank">wisdumo.com </a>Handcoding</li>
</ul>
<h2>net references</h2>
<ul class="weblink">
<li><a href="http://www.w3schools.com/xhtml/xhtml_intro.asp" target="_blank">w3schools.com </a>Introduction To XHTML</li>
<li><a href="http://www.4webhelp.net/tutorials/html/xhtml.php" target="_blank">4webhelp.net </a>The bridge between HTML and XML&#8230;</li>
]]></content:encoded>
			<wfw:commentRss>http://eyelearn.org/wporg/2009/03/2409-week-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>26/6/08 :: week 8</title>
		<link>http://eyelearn.org/wporg/2008/06/26608-week-7/</link>
		<comments>http://eyelearn.org/wporg/2008/06/26608-week-7/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 17:04:09 +0000</pubDate>
		<dc:creator>prisca</dc:creator>
				<category><![CDATA[Constanza's lessons]]></category>

		<guid isPermaLink="false">http://eyelearn.org/wporg/?p=28</guid>
		<description><![CDATA[practice week :-)
As you didn&#8217;t have time to practice this week &#8211; we will go through the list styling in detail today.
See last week&#8217;s notes for handout and links :-)
]]></description>
			<content:encoded><![CDATA[<p>practice week :-)</p>
<p>As you didn&#8217;t have time to practice this week &#8211; we will go through the list styling in detail today.<br />
See last week&#8217;s notes for handout and links :-)</p>
]]></content:encoded>
			<wfw:commentRss>http://eyelearn.org/wporg/2008/06/26608-week-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>19/6/08 :: week 7</title>
		<link>http://eyelearn.org/wporg/2008/06/12608-week-6/</link>
		<comments>http://eyelearn.org/wporg/2008/06/12608-week-6/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 17:00:31 +0000</pubDate>
		<dc:creator>prisca</dc:creator>
				<category><![CDATA[Constanza's lessons]]></category>

		<guid isPermaLink="false">http://eyelearn.org/wporg/?p=26</guid>
		<description><![CDATA[ styling lists 
Lists are one of the best setup for any CSS designer &#8211; very versatile and used for a good semantic page structure. We will have a look at the different types of lists &#8211; and set up a categorised menu structure.


lesson content

using lists for menu and submenu structures
styling lists (ol, ul, dl)
list [...]]]></description>
			<content:encoded><![CDATA[<h4> styling lists </h4>
<p>Lists are one of the best setup for any CSS designer &#8211; very versatile and used for a good semantic page structure. We will have a look at the different types of lists &#8211; and set up a categorised menu structure.<br />
<span id="more-26"></span><!--notes--></p>
<div id="lessoncontent">
<h2>lesson content</h2>
<ul>
<li>using lists for menu and submenu structures</li>
<li>styling lists (ol, ul, dl)</li>
<li>list style images</li>
<li>good working practices</li>
</ul>
<h2>lesson notes</h2>
<ul class="notes">
<li>considering the box model &#8211; any list in itself should be understood as a box &#8211; with boxes inside, giving you access to extensive custom styling</li>
<li>lists can not only be used to layout standard listed items but are also suitable for elements such as menus, galleries, tutorials and much more</li>
<li>before deciding which HTML elements to use &#8211; consider carefully their context and meaning within the page and site</li>
<li>navigational elements such as the main site menu are a list of site links, therefore using a list is meaningful markup</li>
<li>ul = unordered list, ie each list item will be default be preceded a bullet</li>
<li>ol = ordered list, ie each list item will be default be preceded a number</li>
<li>dl = definition list, the only list which contains 2 list elements: dt = definition term, dd = definition description</li>
<li>lists display slightly offset within your page by default &#8211; you will therefore need to use margin to bring the list inline with your overall page content</li>
</ul>
</div>
<p><!--resources + links--></p>
<div id="links">
<h2 class="pdf">download PDF</h2>
<ul>
<li>↓ <a href="http://eyelearn.org/students/constanza/week06/dlistmenu.pdf">styling a definition list to create a menu</a></li>
</ul>
<h2>net talk</h2>
<ul class="weblink">
<li><a href="http://www.alistapart.com/stories/taminglists/" target="_blank">alistapart.com </a>CSS Design: Taming Lists (by  Mark Newhouse)</li>
<li><a href="http://www.simplebits.com/notebook/2003/10/19/styling_nested_lists.html" target="_blank">simplebits.com</a><br />
Styling Nested Lists</li>
<li><a href="http://meyerweb.com/eric/css/list-indent.html" target="_blank"> meyerweb.com</a>Lists and Indentation</li>
</ul>
<h2>net references</h2>
<ul class="weblink">
<li><a href="http://www.w3schools.com/Css/css_list.asp" target="_blank">w3schools.com </a>CSS list properties</li>
<li><a href="http://www.tizag.com/cssT/list.php" target="_blank"> tizag.com </a>CSS Lists</li>
<li><a href="http://www.cssbasics.com/chapter_14_css_lists.html" target="_blank">cssbasics.com</a>List Style</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://eyelearn.org/wporg/2008/06/12608-week-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>16/6/08 :: week 6</title>
		<link>http://eyelearn.org/wporg/2008/06/16608-week-6/</link>
		<comments>http://eyelearn.org/wporg/2008/06/16608-week-6/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 17:00:48 +0000</pubDate>
		<dc:creator>prisca</dc:creator>
				<category><![CDATA[Constanza's lessons]]></category>

		<guid isPermaLink="false">http://eyelearn.org/wporg/?p=27</guid>
		<description><![CDATA[practice session :-)
Just to keep track of our weeks here, Costanza :)
as we postponed the topics for thi ssession to the next lesson &#8211; we spent our time talking code and correcting your files. Looking forward to seeing you new version :)
]]></description>
			<content:encoded><![CDATA[<p>practice session :-)</p>
<p>Just to keep track of our weeks here, Costanza :)<br />
as we postponed the topics for thi ssession to the next lesson &#8211; we spent our time talking code and correcting your files. Looking forward to seeing you new version :)</p>
]]></content:encoded>
			<wfw:commentRss>http://eyelearn.org/wporg/2008/06/16608-week-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5/6/08 :: week 5</title>
		<link>http://eyelearn.org/wporg/2008/06/5608-week-5/</link>
		<comments>http://eyelearn.org/wporg/2008/06/5608-week-5/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 17:00:25 +0000</pubDate>
		<dc:creator>prisca</dc:creator>
				<category><![CDATA[Constanza's lessons]]></category>

		<guid isPermaLink="false">http://eyelearn.org/wporg/?p=25</guid>
		<description><![CDATA[CSS box model
		In this lesson we will look at the famous &#8216;box model&#8217; of CSS. This is a fundamental principle to understand &#8211; once you are happy with this concept &#8211; you&#8217;ll see that things will become easier :)


lesson content

understanding the CSS box model
working with positioning
setting up site navigation
basic list styling

lesson notes

understand your layout as [...]]]></description>
			<content:encoded><![CDATA[<h4>CSS box model</h4>
<p>		In this lesson we will look at the famous &#8216;box model&#8217; of CSS. This is a fundamental principle to understand &#8211; once you are happy with this concept &#8211; you&#8217;ll see that things will become easier :)<br />
<span id="more-25"></span><!--notes--></p>
<div id="lessoncontent">
<h2>lesson content</h2>
<ul>
<li>understanding the CSS box model</li>
<li>working with positioning</li>
<li>setting up site navigation</li>
<li>basic list styling</li>
</ul>
<h2>lesson notes</h2>
<ul class="notes">
<li>understand your layout as a collection of boxes &#8211; boxes within boxes</li>
<li>use width in combination with margin and padding to set up spacing between the different HTML elements</li>
<li>DIVs should be use to divide content into meaningful chunks, not used as &#8216;quick fixes&#8217; for layout reasons</li>
<li>understand all standard HTML tags as boxes in themselves</li>
<li>class and IDs can be assigned to a DIV tag as well as most other HTML tags</li>
<li>lists should be used where suitable to display content</li>
<li>site menus are almost always best set up using lists</li>
<li>for horizontal menus &#8211; use: &#8220;display: inline;&#8221; in your CSS (applied to the list item)</li>
</ul></div>
<p><!--resources + links--></p>
<div id="links">
<h2 class="pdf">download PDF</h2>
<ul>
<li>↓ <a href="http://eyelearn.org/students/constanza/week05/cssbox.pdf">CSS box model</a></li>
<li>↓ <a href="http://eyelearn.org/students/constanza/week05/tiled_bg.pdf">tiled backgrounds</a>
				</li>
<li>↓ <a href="http://eyelearn.org/students/constanza/week05/phsh_paper.pdf">paper textures</a></li>
</ul>
<h2>net talk</h2>
<ul class="weblink">
<li><a href="http://www.alistapart.com/articles/journey" target="_blank">alistapart.com </a>From Table Hacks to CSS Layout: A Web Designer’s Journey (by Jeffrey Zeldman)				</li>
<li><a href="http://www.456bereastreet.com/archive/200612/internet_explorer_and_the_css_box_model/" target="_blank">456bereastreet.com</a>Internet Explorer and the CSS box model
				</li>
<li><a href="http://www.brainjar.com/CSS/positioning/" target="_blank">brainjar.com</a>CSS positioning
				</li>
</ul>
<h2>net references</h2>
<ul class="weblink">
<li><a href="http://www.w3.org/TR/REC-CSS2/box.html" target="_blank">w3.org </a>Box Model
				</li>
<li><a href="http://tantek.com/CSS/Examples/boxmodelhack.html" target="_blank"> tantek.com </a>box model hack
				</li>
<li><a href="http://www.thenoodleincident.com/tutorials/box_lesson/boxes.html" target="_blank">thenoddleincident.com</a>little boxes				</li>
</ul></div>
]]></content:encoded>
			<wfw:commentRss>http://eyelearn.org/wporg/2008/06/5608-week-5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>29/5/08 :: week 4</title>
		<link>http://eyelearn.org/wporg/2008/05/22508-week-4/</link>
		<comments>http://eyelearn.org/wporg/2008/05/22508-week-4/#comments</comments>
		<pubDate>Thu, 29 May 2008 17:00:41 +0000</pubDate>
		<dc:creator>prisca</dc:creator>
				<category><![CDATA[Constanza's lessons]]></category>

		<guid isPermaLink="false">http://eyelearn.org/wporg/?p=24</guid>
		<description><![CDATA[creating visuals
Working with Photoshop to create visuals for your site &#8211; using CSS to create background images. We will work with selection techniques in Photoshop, use layer masks and optimise and save the images for a webpage.
		


lesson content

background images with CSS
file formats and PNG warnings
Photoshop selection techniques
working methods in Photoshop

lesson notes

images can be either directly [...]]]></description>
			<content:encoded><![CDATA[<h4>creating visuals</h4>
<p>Working with Photoshop to create visuals for your site &#8211; using CSS to create background images. We will work with selection techniques in Photoshop, use layer masks and optimise and save the images for a webpage.
		</p>
<p><span id="more-24"></span><!--notes--></p>
<div id="lessoncontent">
<h2>lesson content</h2>
<ul>
<li>background images with CSS</li>
<li>file formats and PNG warnings</li>
<li>Photoshop selection techniques</li>
<li>working methods in Photoshop</li>
</ul>
<h2>lesson notes</h2>
<ul class="notes">
<li>images can be either directly embedded ito the page via HTML &#8211; or used as background images via CSS</li>
<li>any embedded image needs 4 essential elements: the image source, an alt tag (to show alternative text), as well as width and height values</li>
<li>values for image sizes in HTML are specified by measurement in pixel (without adding the unit), ie width=&#8221;120&#8243; [NOT: width="120px"]</li>
<li>GIF &#8211; use for flat coloured images such as logos (transparency with matte) = safe across all browsers</li>
<li>JPG &#8211; use for images with shading such as photos (no transparency) = safe across all browsers</li>
<li>PNG &#8211; quality fo JPG with transparency (refined transparency) = safe only across modern browsers (IE6 does not support PNGs, need to be replaced with GIFs)</li>
<li>when editing images &#8211; always use layermasks to allow for maximum editablilty</li>
<li>always save the working file including all layers (make sure to name your layers for a better workflow)</li>
</ul></div>
<p>			<!--resources &#038; links--></p>
<div id="links">
<h2  class="pdf">download PDF</h2>
<ul>
<li>&darr; <a href="../../students/constanza/week03/phsh_selections.pdf">selection techniques</a></li>
<li>&darr; <a href="../../students/constanza/week03/phsh_workmethod.pdf">working methods</a></li>
<li>&darr; <a href="../../students/constanza/week03/phsh_workm.zip">(source files &#8211; working methods)</a></li>
<li>&darr; <a href="../../students/constanza/week03/phsh_imagefilledtxt.pdf">image filled text</a></li>
</ul>
<h2>net talk</h2>
<ul class="weblink">
<li><a href="http://www.photoshopsupport.com/elements/tutorials/extract-hair/masking-tutorial.html" target="_blank">photoshopsupport.com </a>Selecting &#038; Extracting Hair &#8211; Masking Tutorial
				</li>
<li><a href="http://flickr.com/photos/soffia/505766043/" target="_blank">flickr.com</a>Improving the Quality of Photos				</li>
<li><a href="http://www.layersmagazine.com/category/photoshop/" target="_blank">layersmagazine.com</a>collected tutorials</li>
</ul>
<h2>net references</h2>
<ul class="weblink">
<li><a href="http://www.bittbox.com/photoshop/photoshop-101-the-annoying-phantom-brush/" target="_blank">bittbox.com </a>The Annoying Phantom Brush				</li>
<li><a href="http://www.photoshopsupport.com/tutorials/jennifer/keyboard-shortcuts.html" target="_blank"> photoshopsupport.com </a>Photoshop Keyboard Shortcuts				</li>
<li><a href="http://www.good-tutorials.com/tutorials/photoshop/photo-retouch" target="_blank">good-tutorials.com</a>Photo retouching
				</li>
</ul></div>
]]></content:encoded>
			<wfw:commentRss>http://eyelearn.org/wporg/2008/05/22508-week-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15/5/08 :: week 3</title>
		<link>http://eyelearn.org/wporg/2008/05/week-3/</link>
		<comments>http://eyelearn.org/wporg/2008/05/week-3/#comments</comments>
		<pubDate>Thu, 15 May 2008 17:00:53 +0000</pubDate>
		<dc:creator>prisca</dc:creator>
				<category><![CDATA[Constanza's lessons]]></category>

		<guid isPermaLink="false">http://eyelearn.org/wp/?p=14</guid>
		<description><![CDATA[handcoding basics
Constanza, as we did not cover the planned content in week 3 &#8211; I have just moved all content to week 4 now &#8211; leaving you a few notes here on what we covered :-)
		


lesson content

handcoding with TacoHTML
workflow considerations
saving and previewing pages
switching between applications

lesson notes

for best workflow &#8211; always keep your HTML page open [...]]]></description>
			<content:encoded><![CDATA[<h4>handcoding basics</h4>
<p>Constanza, as we did not cover the planned content in week 3 &#8211; I have just moved all content to week 4 now &#8211; leaving you a few notes here on what we covered :-)
		</p>
<p><span id="more-14"></span><!--notes--></p>
<div id="lessoncontent">
<h2>lesson content</h2>
<ul>
<li>handcoding with TacoHTML</li>
<li>workflow considerations</li>
<li>saving and previewing pages</li>
<li>switching between applications</li>
</ul>
<h2>lesson notes</h2>
<ul class="notes">
<li>for best workflow &#8211; always keep your HTML page open in the browser (Firefox) as well as in TacoHTML</li>
<li>any changes you make in your HTML and CSS will need to be saved before they can be previewed in the browser</li>
<li>to switch between your coding program and the browser &#8211; get used to using the keyboard shortcut (hold &#8216;apple&#8217; key and press tab) &#8211; this will save you a lot of time :)</li>
<li>while you are getting used to the CSS properties and rules &#8211; go slowly and test/preview as you go on</li>
<li>make sure to keep your HTML code as well as your CSS code as tidy as possible as this will make it easier to spot any problems or coding errors</li>
<li>use the &#8216;organise tags&#8217; function (top menu > syntax) to keep your HTML code tidy</li>
<li>save &#8211; save &#8211; save! :-)</li>
</ul></div>
]]></content:encoded>
			<wfw:commentRss>http://eyelearn.org/wporg/2008/05/week-3/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>8/5/08 :: week 2</title>
		<link>http://eyelearn.org/wporg/2008/05/week-2/</link>
		<comments>http://eyelearn.org/wporg/2008/05/week-2/#comments</comments>
		<pubDate>Thu, 08 May 2008 17:00:27 +0000</pubDate>
		<dc:creator>prisca</dc:creator>
				<category><![CDATA[Constanza's lessons]]></category>

		<guid isPermaLink="false">http://eyelearn.org/wp/?p=13</guid>
		<description><![CDATA[intro to CSS
		Onto styling your handcrafted XHTML pages &#8211; we will work with CSS and the different ways on how you can apply them to your page


lesson content

introduction to CSS syntax
applying CSS styling
CSS selectors
universal settings and resetting styles

lesson notes

CSS allow for easier control of page layout
CSS can be applied in 3 different ways: inline, embedded [...]]]></description>
			<content:encoded><![CDATA[<h4>intro to CSS</h4>
<p>		Onto styling your handcrafted XHTML pages &#8211; we will work with CSS and the different ways on how you can apply them to your page</p>
<p><span id="more-13"></span><!--notes--></p>
<div id="lessoncontent">
<h2>lesson content</h2>
<ul>
<li>introduction to CSS syntax</li>
<li>applying CSS styling</li>
<li>CSS selectors</li>
<li>universal settings and resetting styles</li>
</ul>
<h2>lesson notes</h2>
<ul class="notes">
<li>CSS allow for easier control of page layout</li>
<li>CSS can be applied in 3 different ways: inline, embedded or external</li>
<li>every XHTML document requires a valid link to the CSS file (consider your file path!)</li>
<li>using 1 external CSS to control the entire website will ensure that the file is loaded when the very first page is viewed, it will then already be in the browser&#8217;s memory and speed the loading of other pages up</li>
<li>CSS rules consist of a selector and its properties, always use 1 property with its value per line and complete with the semcolon &#8220;;&#8221;</li>
<li>you can target each HTML element with CSS and control its appearance</li>
<li>avoid using any styling within the HTML code</li>
</ul></div>
<p><!--resources &#038; links--></p>
<div id="links">
<h2 class="pdf">download PDF</h2>
<ul>
<li>↓ <a href="http://eyelearn.org/students/constanza/week02/css-overview.pdf">CSS &#8211; overview</a>
				</li>
<li>↓ <a href="http://eyelearn.org/students/constanza/week02/css-selectors.pdf">CSS &#8211; selectors</a></li>
</ul>
<h2>homework</h2>
<ul>
<li>↓ <a href="http://eyelearn.org/students/constanza/week02/projectbrief_greenpeace.pdf">Greenpeace</a></li>
<li>↓ <a href="http://eyelearn.org/students/constanza/week02/ocean_sourcepics.zip">source images</a></li>
</ul>
<h2>net talk</h2>
<ul class="weblink">
<li><a href="http://www.alistapart.com/articles/fear/" target="_blank"> alistapart.com </a>Fear of Style Sheets <br />(by Jeffrey Zeldman)
				</li>
<li><a href="http://friendlybit.com/css/beginners-guide-to-css-and-standards/" target="_blank">friendlybit.com</a>Beginner’s guide to CSS				</li>
<li><a href="http://www.thenoodleincident.com/tutorials/design_rant/" target="_blank">thenoodleincident.com</a>Design Rant</li>
</ul>
<h2>net references</h2>
<ul class="weblink">
<li><a href="http://www.w3.org/Style/CSS/" target="_blank">w3.org</a>Cascading Style Sheets
				</li>
<li><a href="http://meyerweb.com/eric/css/edge/" target="_blank">meyerweb.com</a>the master Eric Meyer&#8217;s test pages
				</li>
<li><a href="http://www.tizag.com/cssT/index.php" target="_blank">tizag.com</a>introduction to CSS
				</li>
</ul></div>
]]></content:encoded>
			<wfw:commentRss>http://eyelearn.org/wporg/2008/05/week-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
