<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 15/5/08 :: week 3</title>
	<atom:link href="http://eyelearn.org/wporg/2008/05/week-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://eyelearn.org/wporg/2008/05/week-3/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 12 Jun 2008 00:31:50 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Constanza Martinez</title>
		<link>http://eyelearn.org/wporg/2008/05/week-3/comment-page-1/#comment-10</link>
		<dc:creator>Constanza Martinez</dc:creator>
		<pubDate>Thu, 29 May 2008 18:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://eyelearn.org/wp/?p=14#comment-10</guid>
		<description>I went through your pages and I understood what I have to do now.  I will be able to use &quot;my&quot; tags without problems from now onwards... I will practice them.</description>
		<content:encoded><![CDATA[<p>I went through your pages and I understood what I have to do now.  I will be able to use &#8220;my&#8221; tags without problems from now onwards&#8230; I will practice them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prisca</title>
		<link>http://eyelearn.org/wporg/2008/05/week-3/comment-page-1/#comment-9</link>
		<dc:creator>prisca</dc:creator>
		<pubDate>Thu, 29 May 2008 09:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://eyelearn.org/wp/?p=14#comment-9</guid>
		<description>Constanza 

Just looking through your files - and you&#039;re not doing bad at all! Almost there :) I will edit your code and email you the files back so you can see exactly where your code went wrong.

Just a few points for your reference:
&lt;ul&gt;
	&lt;li&gt;folder structure&lt;br /&gt;always keep all files as organised as possible, in their correct directories: 
&lt;a href=&quot;http://skitch.com/eyedea/cq2g/index.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;see screenshot&lt;/a&gt;&lt;/li&gt;	
&lt;li&gt;the break tag: remember that in XHTML this tag is written with a space and a forward slash at the end! &lt;a href=&quot;http://skitch.com/eyedea/cqap/index.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;see screenshot&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;using lists: your use of lists is not quite right here - &lt;a href=&quot;http://skitch.com/eyedea/cq2u/index.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;see screenshot&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;slipping into old coding methods.... tzttzzzz.... ;-)&lt;br /&gt;
to align any element within your HTML - you should use CSS, not add additional tags into the XHTML!! &lt;a href=&quot;http://skitch.com/eyedea/cq2h/index.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;see screenshot&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;to link a section of text - remember to type out the complete HREF tag (2 parts) - &lt;a href=&quot;http://skitch.com/eyedea/cq3g/index.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;see screenshot&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;for any special characters, such as the copyright &#169; or ampersand &amp; - use decimal code (see screenshot above) - use&lt;a href=&quot;http://www.natural-innovations.com/wa/doc-charset.html&quot; target=&quot;_blank&quot;  rel=&quot;nofollow&quot;&gt; this page &lt;/a&gt;here as reference&lt;/li&gt;
	&lt;li&gt;embedded CSS - on your &#039;page one.html&#039; page you used embedded CSS. This is perfectly fine - but not ideal. When you write your CSS into the HTML - it can become too long and heavy to control all styling within that page; also, the browser will need to load it in for each new page again... With an external CSS file - the browser will load the CSS once and then keep it in its memeory for any other pages, this will then speed up loading time throughout your site: &lt;a href=&quot;http://skitch.com/eyedea/cq3s/page-one.html&quot; target=&quot;_blank&quot;  rel=&quot;nofollow&quot;&gt;see screenshot&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;the image tag needs to be written differently from the old HTML as well - ending in a space, then a forward slash and lastly the closing bracket &gt; &lt;a href=&quot;http://skitch.com/eyedea/cq39/page-one.html&quot;  target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;see screenshot&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;CSS - firstly, try working with 1 CSS file alone. This will ensure consistent styling throughout and make your pages load faster. There were a few errors in your file as well - &lt;a href=&quot;http://skitch.com/eyedea/cq4q/main.css&quot;  target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;see screenshot&lt;/a&gt;.
&lt;/ul&gt;


</description>
		<content:encoded><![CDATA[<p>Constanza </p>
<p>Just looking through your files &#8211; and you&#8217;re not doing bad at all! Almost there :) I will edit your code and email you the files back so you can see exactly where your code went wrong.</p>
<p>Just a few points for your reference:</p>
<ul>
<li>folder structure<br />always keep all files as organised as possible, in their correct directories:<br />
<a href="http://skitch.com/eyedea/cq2g/index.html" target="_blank" rel="nofollow">see screenshot</a></li>
<li>the break tag: remember that in XHTML this tag is written with a space and a forward slash at the end! <a href="http://skitch.com/eyedea/cqap/index.html" target="_blank" rel="nofollow">see screenshot</a></li>
<li>using lists: your use of lists is not quite right here &#8211; <a href="http://skitch.com/eyedea/cq2u/index.html" target="_blank" rel="nofollow">see screenshot</a></li>
<li>slipping into old coding methods&#8230;. tzttzzzz&#8230;. ;-)<br />
to align any element within your HTML &#8211; you should use CSS, not add additional tags into the XHTML!! <a href="http://skitch.com/eyedea/cq2h/index.html" target="_blank" rel="nofollow">see screenshot</a></li>
<li>to link a section of text &#8211; remember to type out the complete HREF tag (2 parts) &#8211; <a href="http://skitch.com/eyedea/cq3g/index.html" target="_blank" rel="nofollow">see screenshot</a></li>
<li>for any special characters, such as the copyright &#169; or ampersand &#38; &#8211; use decimal code (see screenshot above) &#8211; use<a href="http://www.natural-innovations.com/wa/doc-charset.html" target="_blank"  rel="nofollow"> this page </a>here as reference</li>
<li>embedded CSS &#8211; on your &#8216;page one.html&#8217; page you used embedded CSS. This is perfectly fine &#8211; but not ideal. When you write your CSS into the HTML &#8211; it can become too long and heavy to control all styling within that page; also, the browser will need to load it in for each new page again&#8230; With an external CSS file &#8211; the browser will load the CSS once and then keep it in its memeory for any other pages, this will then speed up loading time throughout your site: <a href="http://skitch.com/eyedea/cq3s/page-one.html" target="_blank"  rel="nofollow">see screenshot</a></li>
<li>the image tag needs to be written differently from the old HTML as well &#8211; ending in a space, then a forward slash and lastly the closing bracket > <a href="http://skitch.com/eyedea/cq39/page-one.html"  target="_blank" rel="nofollow">see screenshot</a></li>
<li>CSS &#8211; firstly, try working with 1 CSS file alone. This will ensure consistent styling throughout and make your pages load faster. There were a few errors in your file as well &#8211; <a href="http://skitch.com/eyedea/cq4q/main.css"  target="_blank" rel="nofollow">see screenshot</a>.
</li>
</ul>
]]></content:encoded>
	</item>
	<item>
		<title>By: prisca</title>
		<link>http://eyelearn.org/wporg/2008/05/week-3/comment-page-1/#comment-7</link>
		<dc:creator>prisca</dc:creator>
		<pubDate>Thu, 15 May 2008 20:47:21 +0000</pubDate>
		<guid isPermaLink="false">http://eyelearn.org/wp/?p=14#comment-7</guid>
		<description>about today&#039;s lesson plan: as we didn&#039;t get to do this today - I will reshuffle a few things on the outline and we will cover this next week ;)  so don&#039;t worry about those notes for now ;)</description>
		<content:encoded><![CDATA[<p>about today&#8217;s lesson plan: as we didn&#8217;t get to do this today &#8211; I will reshuffle a few things on the outline and we will cover this next week ;)  so don&#8217;t worry about those notes for now ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prisca</title>
		<link>http://eyelearn.org/wporg/2008/05/week-3/comment-page-1/#comment-6</link>
		<dc:creator>prisca</dc:creator>
		<pubDate>Thu, 15 May 2008 20:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://eyelearn.org/wp/?p=14#comment-6</guid>
		<description>Fantastic work tonight, Constanza :)  you were on a flow :)

if you can now make sure to practise a lot - we can soon start doing some great things with our CSS :)  keep things very simple for now though - don&#039;t worry about how it looks; the important thing will be to get it all working...!
a few reminders:

how to compress a folder for email attachment
		&lt;ul&gt;
			&lt;li&gt;hold down your control key&lt;/li&gt;
			&lt;li&gt;click and hold on the folder to be compressed&lt;/li&gt;
			&lt;li&gt;select &quot;create Archive&quot; from the drop down menu&lt;/li&gt;
			&lt;li&gt;you will see a new folder in the same folder as you the folder you clicked on called &quot;archive.zip&quot;&lt;/li&gt;
		&lt;/ul&gt;

to style your pages
		&lt;ul&gt;
			&lt;li&gt;always save both the HTML and the CSS files before you preview&lt;/li&gt;
			&lt;li&gt;go slow :)  - and add one property at a time - save and preview&lt;/li&gt;
			&lt;li&gt;keep your CSS tidy and indented to easily spot errors&lt;/li&gt;
			&lt;li&gt;every line of your CSS (inbetween the curly brackets) ends with a semicolon ;&lt;/li&gt;
		&lt;/ul&gt;

happy coding :) </description>
		<content:encoded><![CDATA[<p>Fantastic work tonight, Constanza :)  you were on a flow :)</p>
<p>if you can now make sure to practise a lot &#8211; we can soon start doing some great things with our CSS :)  keep things very simple for now though &#8211; don&#8217;t worry about how it looks; the important thing will be to get it all working&#8230;!<br />
a few reminders:</p>
<p>how to compress a folder for email attachment</p>
<ul>
<li>hold down your control key</li>
<li>click and hold on the folder to be compressed</li>
<li>select &#8220;create Archive&#8221; from the drop down menu</li>
<li>you will see a new folder in the same folder as you the folder you clicked on called &#8220;archive.zip&#8221;</li>
</ul>
<p>to style your pages</p>
<ul>
<li>always save both the HTML and the CSS files before you preview</li>
<li>go slow :)  &#8211; and add one property at a time &#8211; save and preview</li>
<li>keep your CSS tidy and indented to easily spot errors</li>
<li>every line of your CSS (inbetween the curly brackets) ends with a semicolon ;</li>
</ul>
<p>happy coding :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
