thanks keith, robert,<br>
<br>
the raw xhtml, css, javascript pathway is more difficult than a visual
editor but it does potentially open a real pathway into developing web
apps, eg. AJAX is a big new buzzword<br>
<br>
for me it's important that students grasp the concept of markup -
markup is crucial but not really hard, it's not programming - I see a
danger in using visual editors that the fundamental importance of
markup might be lost or not even noticed <br>
<br>
these sort of decisions are important at the outset IMO - there are
many distractions around, for students and teachers, so I think it's
best to identify fundamentals on day one and pursue them <br>
<br>
one way to teach CSS is by templating - give the students a CSS
template and then ask them to change the property values to alter the
appearance of the web page, something like -<br>


<p class="MsoNormal"><span style="font-size: 11pt;" lang="EN-US"><span style="">&nbsp; </span>&lt;style&gt;<br>
</span></p>










<p class="MsoNormal"><span style="font-size: 11pt;" lang="EN-US">body {<br>
<span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>margin: 10% 5% 10%
5%;<span style="">&nbsp; </span>/* top, right, bottom, left */<br>
<span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><span style="">&nbsp;</span>background-color: lemonchiffon; /* ALTER */<br>
<span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><span style="">&nbsp;</span>color: crimson;<span style="">&nbsp; </span>/* text colour - ALTER */<span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
&nbsp;</span>}</span></p>

etc.<br>
<br>
there are a lot of permutations possible in this discussion - I'd like
to start a new thread and offer some materials - worksheets, examples<br>
<br>
sorry for distraction from main thrust of keith's original post and tony's follow up<br>
-- <br>
Bill Kerr<br>
<a href="http://billkerr.blogspot.com/">http://billkerr.blogspot.com/</a><br>
<a href="http://intranet.woodvillehs.sa.edu.au/kerrbi/index.htm">http://intranet.woodvillehs.sa.edu.au/kerrbi/index.htm</a><br>
<br>
On 7/3/05, <b class="gmail_sendername">Keith Richardson</b> &lt;<a href="mailto:keithcr@fastmail.fm">keithcr@fastmail.fm</a>&gt; wrote:<br>
<br>
<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Thanks Bill and Robert. You are having an impact on me! I have started
<br>to explore CSS, and was totally blown out of the water when I discovered<br>how easy it was to make something happen exactly the way I wanted after<br>arm-wrestling with Front Page for years trying to get it to do the same.
<br>Wow!<br>One site I found helpful is <a href="http://www.tizag.com/cssT/pclass.php">http://www.tizag.com/cssT/pclass.php</a> etc.<br>When I experienced Front Page 2000 responding obediently to CSS<br>instructions, yet crashing when I wanted to use it to edit the CSS file
<br>( I used Notepad instead) I decided to explore Dreamweaver that I have<br>had for some time, but lacked the time and motivation to get into it. It<br>certainly seems to support CSS more fully, but time is early...<br>
Fundamentally I am not a programmer so am content to use a web editor<br>such as Dreamweaver, but want to exercise maximum control over the<br>finished product, and have it do precisely what I have in my<br>'designer's' mind.
<br>Keith<br><br><br>On Sun, 3 Jul 2005 15:19:17 +1000, &quot;Robert Hind&quot; &lt;<a href="mailto:robert@yinnar.com">robert@yinnar.com</a>&gt;<br>said:<br>&gt; Re year 10 plus:<br>&gt;<br>&gt; I too am a fan of teaching students to use HTML directly.&nbsp;&nbsp;Mainly because
<br>&gt; I believe that the students should know what is going on &quot;behind the<br>&gt; scenes&quot; before they launch into a wysiwyg program such as Dreamweaver.<br>&gt; Non-standards-compliant programs such as Front Page should be relegated
<br>&gt; to the lowest rank, even if they are easy to use and readily available.<br>&gt;<br>&gt; CSS, HTML, JavaScript: all great and I think that our IT students should<br>&gt; be following this path rather than even Dreamweaver because part of their
<br>&gt; IT education is learning how things work rather than just being able to<br>&gt; &quot;do it&quot;.<br>&gt;<br>&gt; But so many of the students are after the &quot;quick fix&quot;. What do they<br>&gt; want?&quot; &quot;Results.&quot;&nbsp;&nbsp;&quot;When do they want them?&quot; &quot;Now.&quot; - or preferably last
<br>&gt; week. They have chosen to study IT and it should be made clear to them<br>&gt; that we are not simply following the ICT path, but rather showing them<br>&gt; how things work.<br>&gt;<br>&gt; Robert Hind<br>&gt; Ashwood College
<br>&gt;&nbsp;&nbsp; ----- Original Message -----<br>&gt;&nbsp;&nbsp; From: Bill Kerr<br>&gt;&nbsp;&nbsp; To: Year 12 Information Technology Processing and Management<br>&gt;&nbsp;&nbsp; Teachers'Mailing List<br>&gt;&nbsp;&nbsp; Cc: List Yr7-10it<br>&gt;&nbsp;&nbsp; Sent: Sunday, July 03, 2005 1:03 PM
<br>&gt;&nbsp;&nbsp; Subject: Re: [Year 12 IPM] New Yr10IT Course - Construct-ion-ivist<br>&gt;&nbsp;&nbsp; Approach<br>&gt;<br>&gt;<br>&gt;&nbsp;&nbsp; hi keith,<br>&gt;<br>&gt;&nbsp;&nbsp; Thanks for sharing your plan.<br>&gt;<br>&gt;&nbsp;&nbsp; Task 10 - Website<br>&gt;
<br>&gt;&nbsp;&nbsp; I'm a big fan of *not* using FrontPage because it is not standards<br>&gt;&nbsp;&nbsp; compliant, for example, the pages may not appear correctly in popular<br>&gt;&nbsp;&nbsp; alternative browsers such as Firefox.<br>&gt;<br>&gt;&nbsp;&nbsp; That's a pragmatic issue but the whole issue of web standards is an
<br>&gt;&nbsp;&nbsp; important issue in its own right IMHO.<br>&gt;<br>&gt;&nbsp;&nbsp; One approach (the FrontPage approach) is to produce a webpage as<br>&gt;&nbsp;&nbsp; quickly and easily as possible.<br>&gt;<br>&gt;&nbsp;&nbsp; The other approach is to follow the modern, forward looking path of
<br>&gt;&nbsp;&nbsp; clean separation of structure (HTML), style (CSS) and behaviour<br>&gt;&nbsp;&nbsp; (javascript) which will make webpages look better in a variety of<br>&gt;&nbsp;&nbsp; browsers, last into the future (as browsers improve CSS2, CSS3),
<br>&gt;&nbsp;&nbsp; incorporate features such as disability access which ought to be of<br>&gt;&nbsp;&nbsp; importance to teachers, etc.<br>&gt;<br>&gt;&nbsp;&nbsp; I'm also a big fan of teaching raw HTML markup directly but that's a<br>&gt;&nbsp;&nbsp; separate issue. Dreamweaver, for example, is standards compliant and so
<br>&gt;&nbsp;&nbsp; is a perfectly acceptable alternative to Frontpage.<br>&gt;<br>&gt;&nbsp;&nbsp; --<br>&gt;&nbsp;&nbsp; Bill Kerr<br>&gt;&nbsp;&nbsp; <a href="http://billkerr.blogspot.com/">http://billkerr.blogspot.com/</a><br>&gt;&nbsp;&nbsp; <a href="http://intranet.woodvillehs.sa.edu.au/kerrbi/index.htm">
http://intranet.woodvillehs.sa.edu.au/kerrbi/index.htm</a><br>&gt;<br>&gt;<br>&gt;&nbsp;&nbsp; On 6/29/05, Keith Richardson &lt;<a href="mailto:keithcr@fastmail.fm">keithcr@fastmail.fm</a>&gt; wrote:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; I have been impressed by the various approaches to ITC discussed
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; recently on these lists, and so decided to create an experimental<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; learning setting for my Year10IT class for Semester 2. I have played<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; with various forms of scenario-based integrative units before, as I
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; guess we all have, but decided to go all out with this one, utilizing<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; full-immersion lasting a full semester.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; My kids seem to work best in situations where they are involved in<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; the
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; content, where there are clearly defined expectations, yet where<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; there<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; is also 'room-to-move'. I have built each of these elements into the<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; course.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; I would like to eventually move towards a Moodle style of course
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; delivery, but at this point in time the learning curve (for me) is<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; toweringly steep, so have decided to be more conventional and during<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; the<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; semester in my own time try adapting it across to Moodle. We will
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; see...<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Please feel free to modify and adapt in any which way (all I ask is<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; that<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; credit be given for original authorship). It should be easy to change<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; the cultural setting to suit your kids, and to adjust the various
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; software and tasks to suit what you prefer to do.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; My whole thesis is that ICT and associated software programs should<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; be<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; there to serve other purposes. There will be times when it is
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; essential<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; to pause from the theme and teach just software but just sufficient<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; to<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; put them onto the right track with correct procedures and the<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; discipline<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; of organized logic particularly in the field of file management.
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; As an aside I recommend taking a look at the Florida Gulf Coast<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; University tutorials for Word, PowerPoint, Excel and Access, as well<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; as<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Wikipaedia for definitions and extended explanations.
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Attached please find a copy of the course.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; I would be very interested in and appreciative of critical feedback<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; please.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Regards, Keith Richardson<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Keith Richardson
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Leibler Yavneh College<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Elsternwick Ph (03)9528 4911<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; <a href="mailto:keithcr@fastmail.fm">keithcr@fastmail.fm</a><br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; _______________________________________________<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.edulists.com.au">http://www.edulists.com.au</a> - FAQ, resources, subscribe, unsubscribe<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; IPM Mailing List kindly supported by<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.vcaa.vic.edu.au">http://www.vcaa.vic.edu.au
</a> - Victorian Curriculum and Assessment<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Authority and<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.vitta.org.au">http://www.vitta.org.au</a>&nbsp;&nbsp; - VITTA Victorian Information Technology<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Teachers Association Inc
<br>&gt;<br>&gt;<br>&gt;&nbsp;&nbsp; _______________________________________________<br>&gt;&nbsp;&nbsp; <a href="http://www.edulists.com.au">http://www.edulists.com.au</a> - FAQ, resources, subscribe, unsubscribe<br>&gt;&nbsp;&nbsp; IPM Mailing List kindly supported by
<br>&gt;&nbsp;&nbsp; <a href="http://www.vcaa.vic.edu.au">http://www.vcaa.vic.edu.au</a> - Victorian Curriculum and Assessment<br>&gt;&nbsp;&nbsp; Authority and<br>&gt;&nbsp;&nbsp; <a href="http://www.vitta.org.au">http://www.vitta.org.au</a> - VITTA Victorian Information Technology
<br>&gt;&nbsp;&nbsp; Teachers Association Inc<br>Keith Richardson<br>IPM List Moderator<br>Head of ICT, Leibler Yavneh College<br>Elsternwick<br>Ph: 03.9528.4911<br><a href="mailto:k.richardson@yavneh.vic.edu.au">k.richardson@yavneh.vic.edu.au
</a><br><br>_______________________________________________<br><a href="http://www.edulists.com.au">http://www.edulists.com.au</a> - FAQ, resources, subscribe, unsubscribe<br>IPM Mailing List kindly supported by<br><a href="http://www.vcaa.vic.edu.au">
http://www.vcaa.vic.edu.au</a> - Victorian Curriculum and Assessment Authority and<br><a href="http://www.vitta.org.au">http://www.vitta.org.au</a>&nbsp;&nbsp;- VITTA Victorian Information Technology Teachers Association Inc<br></blockquote>
</div><br>