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

<channel>
	<title>Soupy's TAFE Tidbits</title>
	<atom:link href="http://robynsoupy.edublogs.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://robynsoupy.edublogs.org</link>
	<description>A place where Robyn blogs for her TAFE course in Web design and development</description>
	<pubDate>Wed, 23 Jan 2008 07:25:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>CSS &#38; Javascript: Toggling</title>
		<link>http://robynsoupy.edublogs.org/2006/08/03/css-javascript-toggling/</link>
		<comments>http://robynsoupy.edublogs.org/2006/08/03/css-javascript-toggling/#comments</comments>
		<pubDate>Thu, 03 Aug 2006 07:56:47 +0000</pubDate>
		<dc:creator>Robyn</dc:creator>
		
		<category><![CDATA[css]]></category>

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

		<guid isPermaLink="false">http://robynsoupy.edublogs.org/2006/08/03/css-javascript-toggling/</guid>
		<description><![CDATA[I searched for hours trying to find some simple code to create the ability to toggle visibility by clicking. There are all sorts of methods you can use - including PHP, javascript, and various other elements.
I&#8217;ve combined a script and some fixes to make things work on my site:
The Visibility Toggle - www.interactionarchitect.com
onLoad Fixes - [...]]]></description>
			<content:encoded><![CDATA[<p>I searched for hours trying to find some simple code to create the ability to toggle visibility by clicking. There are all sorts of methods you can use - including PHP, javascript, and various other elements.</p>
<p>I&#8217;ve combined a script and some fixes to make things work on my site:<br />
The Visibility Toggle - <a href="http://www.interactionarchitect.com/">www.interactionarchitect.com</a><br />
onLoad Fixes - <a href="http://dean.edwards.name/weblog/2005/09/busted/trackback">Dean Edwards</a></p>
<p>You can see my working test page <a href="http://www.flightyproductions.info/fan/wall/wallpaper.html">here</a></p>
<br />Authored by <a href="http://robynsoupy.edublogs.org">Robyn</a>. Hosted by <a href="http://edublogs.org">Edublogs</a>.]]></content:encoded>
			<wfw:commentRss>http://robynsoupy.edublogs.org/2006/08/03/css-javascript-toggling/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WAD Portfolio 1: SQL</title>
		<link>http://robynsoupy.edublogs.org/2006/08/02/wad-portfolio-1-sql/</link>
		<comments>http://robynsoupy.edublogs.org/2006/08/02/wad-portfolio-1-sql/#comments</comments>
		<pubDate>Thu, 03 Aug 2006 03:36:20 +0000</pubDate>
		<dc:creator>Robyn</dc:creator>
		
		<guid isPermaLink="false">http://robynsoupy.edublogs.org/2006/08/02/wad-portfolio-1-sql/</guid>
		<description><![CDATA[SQL backup file
Authored by Robyn. Hosted by Edublogs.]]></description>
			<content:encoded><![CDATA[<p><a href="http://equinox/Students/2006/S2/Robyn/Portfolio/RNSBooks%2020060803%201107.sql">SQL backup file</a></p>
<br />Authored by <a href="http://robynsoupy.edublogs.org">Robyn</a>. Hosted by <a href="http://edublogs.org">Edublogs</a>.]]></content:encoded>
			<wfw:commentRss>http://robynsoupy.edublogs.org/2006/08/02/wad-portfolio-1-sql/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WAD Portfolio 1: PHP solutions</title>
		<link>http://robynsoupy.edublogs.org/2006/08/02/wad-portfolio-1-php-solutions/</link>
		<comments>http://robynsoupy.edublogs.org/2006/08/02/wad-portfolio-1-php-solutions/#comments</comments>
		<pubDate>Thu, 03 Aug 2006 03:33:43 +0000</pubDate>
		<dc:creator>Robyn</dc:creator>
		
		<category><![CDATA[portfolio]]></category>

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

		<guid isPermaLink="false">http://robynsoupy.edublogs.org/2006/08/02/wad-portfolio-1-php-solutions/</guid>
		<description><![CDATA[Items fixed:

All Global variables should be $_POST
php?&#62;: wrong
L17: ; missing
[?php ?] should be &#60;?php ?&#62;
varibles case not consistant
$nickName!=&#8221; should be $nickname==&#8221;
some brackets were wrong
$year should be $month

wk01-02.html
wk01-03.php

Authored by Robyn. Hosted by Edublogs.]]></description>
			<content:encoded><![CDATA[<p><strong>Items fixed:</strong></p>
<ul>
<li>All Global variables should be $_POST</li>
<li>php?&gt;: wrong</li>
<li>L17: ; missing</li>
<li>[?php ?] should be &lt;?php ?&gt;</li>
<li>varibles case not consistant</li>
<li>$nickName!=&#8221; should be $nickname==&#8221;</li>
<li>some brackets were wrong</li>
<li>$year should be $month</li>
</ul>
<p><a href="http://equinox/Students/2006/S2/Robyn/Portfolio/wk01-03.php">wk01-02.html<br />
wk01-03.php<br />
</a></p>
<br />Authored by <a href="http://robynsoupy.edublogs.org">Robyn</a>. Hosted by <a href="http://edublogs.org">Edublogs</a>.]]></content:encoded>
			<wfw:commentRss>http://robynsoupy.edublogs.org/2006/08/02/wad-portfolio-1-php-solutions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Class summary: XHTML, CSS</title>
		<link>http://robynsoupy.edublogs.org/2006/07/30/class-summary-xhtml-css/</link>
		<comments>http://robynsoupy.edublogs.org/2006/07/30/class-summary-xhtml-css/#comments</comments>
		<pubDate>Mon, 31 Jul 2006 04:19:18 +0000</pubDate>
		<dc:creator>Robyn</dc:creator>
		
		<guid isPermaLink="false">http://robynsoupy.edublogs.org/2006/07/30/class-summary-xhtml-css/</guid>
		<description><![CDATA[First we had a quick review on PHP and created a simple PHP file.
We worked on REVISION XHTML &#38; CSS
Simple form
Simple form &#38; CSS
Authored by Robyn. Hosted by Edublogs.]]></description>
			<content:encoded><![CDATA[<p>First we had a quick review on PHP and created a simple PHP file.<br />
We worked on REVISION XHTML &amp; CSS<br />
<a href="http://equinox/Students/2006/S2/Robyn/Portfolio/wk01-01.html">Simple form</a><br />
<a href="http://equinox/Students/2006/S2/Robyn/Portfolio/wk01-02.html">Simple form &amp; CSS</a></p>
<br />Authored by <a href="http://robynsoupy.edublogs.org">Robyn</a>. Hosted by <a href="http://edublogs.org">Edublogs</a>.]]></content:encoded>
			<wfw:commentRss>http://robynsoupy.edublogs.org/2006/07/30/class-summary-xhtml-css/feed/</wfw:commentRss>
		</item>
		<item>
		<title>QAT: SEO</title>
		<link>http://robynsoupy.edublogs.org/2006/07/26/qat-seo/</link>
		<comments>http://robynsoupy.edublogs.org/2006/07/26/qat-seo/#comments</comments>
		<pubDate>Thu, 27 Jul 2006 03:50:28 +0000</pubDate>
		<dc:creator>Robyn</dc:creator>
		
		<guid isPermaLink="false">http://robynsoupy.edublogs.org/2006/07/26/qat-seo/</guid>
		<description><![CDATA[What
Everyone wants their site to be found easily in search engine and the way to do this is SEO (search engine optimization). There are many different strategies to approaching SEO. There is no clear cut, absolute way of doing SEO and testing it.
The main features of SEO are:

Links
Meta tags
Content
Site maps

Why

Site can be found easily in [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What</strong></p>
<p>Everyone wants their site to be found easily in search engine and the way to do this is SEO (search engine optimization). There are many different strategies to approaching SEO. There is no clear cut, absolute way of doing SEO and testing it.</p>
<p>The main features of SEO are:</p>
<ul>
<li>Links</li>
<li>Meta tags</li>
<li>Content</li>
<li>Site maps</li>
</ul>
<p><strong>Why</strong></p>
<ul>
<li>Site can be found easily in search engines</li>
<li>Find files/content relevant to search</li>
<li>More users when high on search list</li>
<li>Wide exposure</li>
</ul>
<p>As to testing SEO, there is really nothing you can do except make the site live and test the rankings in several serach engines. <a href="http://mt.blogmedia.biz/mt-tb.cgi/2924">Testing SEO Strategies</a> is a post explaining in a little more detail about testing a live site.</p>
<ul>
<li><a href="http://www.textlinkbrokers.com/blogs/more/232_0_1_0_M/">5 steps to a perfectly optimized web page</a> posted by Rob Sullivan is a good starting point for performing SEO.</li>
<li><a href="http://www.jimwestergren.com/my-guide-to-seo-and-success/">My guide to SEO and success</a> by Jim Westergren is a good compliation of basic SEO ideas.</li>
<li>The post <a href="http://www.livingroom.org.au/searchengineoptimization/">Search Engine Optimization</a> lists several posts/articles dealing with SEO and strategies.</li>
<li>If you want to concentrate on optimizing only for Google then follow their <a href="http://www.google.com.au/support/webmasters/bin/answer.py?answer=35769">guidelines </a>as closely as possible.</li>
<li><a href="http://www.seoconsultants.com/">SEO Consultants</a> provides a directory to SEO companies in several countries. The <a href="http://www.seoconsultants.com/seo/tips/">SEO tips</a> is a short list of links to information relative to SEO and SEM (search engine marketing).</li>
</ul>
<p>&#8212;</p>
<p>Response to <a href="http://c476.edublogs.org/2006/07/27/web-site-testing-what-how-why/">Web site testing - WHAT, HOW, WHY?</a> discussion.</p>
<br />Authored by <a href="http://robynsoupy.edublogs.org">Robyn</a>. Hosted by <a href="http://edublogs.org">Edublogs</a>.]]></content:encoded>
			<wfw:commentRss>http://robynsoupy.edublogs.org/2006/07/26/qat-seo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IA - Information Architecture</title>
		<link>http://robynsoupy.edublogs.org/2006/02/14/ia-information-architecture/</link>
		<comments>http://robynsoupy.edublogs.org/2006/02/14/ia-information-architecture/#comments</comments>
		<pubDate>Tue, 14 Feb 2006 05:48:38 +0000</pubDate>
		<dc:creator>Robyn</dc:creator>
		
		<guid isPermaLink="false">http://robynsoupy.edublogs.org/2006/02/14/ia-information-architecture/</guid>
		<description><![CDATA[The IA has different types of structures: All-in-one, Flat, Index, Daisy, Strict hierarchy, Multi-dimensional hierarchy &#38; Search. Web pages can be defined under several of these.
There is no right way of arranging content. The aim of marketing the site to the user and common sense underlines how the content is laid out.
A good article about [...]]]></description>
			<content:encoded><![CDATA[<p>The IA has different types of structures: All-in-one, Flat, Index, Daisy, Strict hierarchy, Multi-dimensional hierarchy &amp; Search. Web pages can be defined under several of these.</p>
<p>There is no right way of arranging content. The aim of marketing the site to the user and common sense underlines how the content is laid out.<br />
A good article about IA is <a title="IA article" href="http://www.webdesignfromscratch.com/ia.cfm">Web Design From Scratch</a></p>
<p><em><strong>Examples:</strong></em></p>
<p><strong>All-in-one</strong><br />
- Hard to find one these days<br />
<strong>Flat</strong><br />
- <a href="http://www.golflink.com/">golflink.com</a>, <a href="http://www.neopets.com/">neopets.com</a></p>
<p><strong>Index</strong><br />
- <a href="http://www.digg.com/">digg.com</a>, <a href="http://www.ebay.com.au/">ebay</a>, <a href="http://www.usbugcafe.com/">usbugcafe.com</a><br />
<strong>Daisy</strong><br />
- <a href="http://www.hotmail.com/">hotmail</a><br />
<strong>Strict hierarchy</strong><br />
- <a href="http://www.hoyts.com/">hoyts.com</a>, <a href="http://www.games.ii.net/">games.ii.net</a></p>
<p><strong>Multi-dimensional hierarchy</strong><br />
- <a href="http://www.livejournal.com/">LiveJournal</a>, <a href="http://www.amazon.com/">amazon</a><br />
<strong>Search</strong><br />
- <a href="http://www.google.com.au/">Google</a>, <a href="http://www.askjeeves.com/">AskJeeves</a>, <a href="http://www.yahoo.com.au/">Yahoo</a>, <a href="http://www.webwombat.com.au/">Wombat</a>, <a href="http://www.sensis.com.au/">Sensis</a>, <a href="http://www.askted.com.au/">AskTed</a>, <a href="http://www.wikipedia.org/">Wikipedia</a></p>
<br />Authored by <a href="http://robynsoupy.edublogs.org">Robyn</a>. Hosted by <a href="http://edublogs.org">Edublogs</a>.]]></content:encoded>
			<wfw:commentRss>http://robynsoupy.edublogs.org/2006/02/14/ia-information-architecture/feed/</wfw:commentRss>
		</item>
		<item>
		<title>About this Blog</title>
		<link>http://robynsoupy.edublogs.org/2006/02/07/hello-world/</link>
		<comments>http://robynsoupy.edublogs.org/2006/02/07/hello-world/#comments</comments>
		<pubDate>Tue, 07 Feb 2006 08:17:28 +0000</pubDate>
		<dc:creator>Robyn</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#8217;m Robyn and this here blog is primarily for my TAFE courses in Web design and development. It will not be updated very often as I keep forgetting we&#8217;re supposed to blog about our classes here.
I might, however, post about things I&#8217;ve learnt from tutorials on the internet for which I lookup for implementation in [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m Robyn and this here blog is primarily for my TAFE courses in Web design and development. It will not be updated very often as I keep forgetting we&#8217;re supposed to blog about our classes here.</p>
<p>I might, however, post about things I&#8217;ve learnt from tutorials on the internet for which I lookup for implementation in my own website <a href="http://www.flightyproductions.info">flightyproductions.info</a>.</p>
<br />Authored by <a href="http://robynsoupy.edublogs.org">Robyn</a>. Hosted by <a href="http://edublogs.org">Edublogs</a>.]]></content:encoded>
			<wfw:commentRss>http://robynsoupy.edublogs.org/2006/02/07/hello-world/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
