<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>thinkJavache &#187; ugent</title>
	<atom:link href="http://thinkjavache.be/blog/tag/ugent/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinkjavache.be/blog</link>
	<description></description>
	<lastBuildDate>Sun, 10 May 2009 17:07:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/be/</creativeCommons:license>
		<item>
		<title>Web development for students</title>
		<link>http://thinkjavache.be/blog/2008/12/30/web-development-for-students/</link>
		<comments>http://thinkjavache.be/blog/2008/12/30/web-development-for-students/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 09:55:17 +0000</pubDate>
		<dc:creator>Pieter De Baets</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ugent]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://thinkjavache.be/blog/?p=62</guid>
		<description><![CDATA[As a part of one of my courses this year, Computer Use, we got some introductory lessons to the big domain of web development. I didn&#8217;t completely agree with the selection of material that was being given, and when discussing that with my professor, he asked me what should be teached then. To start with, [...]]]></description>
			<content:encoded><![CDATA[<p>As a part of one of my courses this year, <a href="http://www.opleidingen.ugent.be/studiegids/2008/EN/FACULTY/WE/COURSE/CBINFO/01000002/INDEX.HTM">Computer Use</a>, we got some introductory lessons to the big domain of web development. I didn&#8217;t completely agree with the selection of material that was being given, and when discussing that with my professor, he asked me what <em>should</em> be teached then.<br />
<span id="more-62"></span><br />
To start with, let me give you an overview of what we were taught. First we got a couple of lessons about XML DTD&#8217;s &#8212; which is an interesting subject, but not really for the average web developer, then some lessons on XHTML basics and finally an introduction to CSS. We also got an oversize syllabus (about 300 pages) that contained all the theory and an overload of examples. In my opinion, it was filled with way too much details on legacy elements and properties, for example the specifics of using <code>&lt;font&gt;</code>. What also struck me as odd were the numerous incompatibility warnings about browsers such as Netscape Navigator and Internet Explorer 4. And on top of that, just before the chapter about CSS, there was a section &#8220;<em>Using tables to layout your page</em>&#8220;.</p>
<p>Now, if you&#8217;ve ever developed a website using standards before, you will probably feel my pain. So I wrote down a couple of things that I would like to see taught and discussed in these lessons.</p>
<h3>Focus on <a href="http://developer.yahoo.com/yui/articles/gbs/">A-grade browsers</a></h3>
<p>Teaching about compatibility with Netscape Navigator is going to keep us in the dark ages of web development for a long time. Develop with standards and even the oldest browsers will make something decent of your page, a principle called <a href="http://en.wikipedia.org/wiki/Graceful_degradation">graceful degradation</a>.</p>
<h3>Separation of content and style.</h3>
<p>Keeping your content and your styling separated is a principle already taught in the lessons about <a href="http://www.latex-project.org/">LaTeX</a> and something which will help you with the graceful degradation. Try to bring meaning to your HTML by using semantically correct tags as much as possible.</p>
<p>For example, use <code>&lt;em&gt;</code> to put emphasis on your words, not <code>&lt;b&gt;</code> to make them look bold. If you&#8217;d ever want to make emphasized words italicized later on, you can easily do so site-wide with CSS, while the HTML still conveys the same meaning.</p>
<p>CSS should be the one and only way to style your page, every other way is deprecated. Teach the basics of CSS and provide links to advanced examples for those who want to learn more. Keep in mind though that we are not designers and shouldn&#8217;t know everything about designing a page.</p>
<h3>&#8220;Bad&#8221; technologies</h3>
<p>Keep technologies such as imagemaps and framesets out of the classroom. These are of course not bad per se, but are more often abused then well-used. There are more important things to be taught.</p>
<p>There are a few things still to think about here, and I would be glad to hear your opinion on them:</p>
<ul>
<li>
How do you handle deprecated tags and attributes?</p>
<p>If you do not mention them, students will find them themselves via Google in any outdated tutorial. But to what extent should you mention them then so they won&#8217;t use them by mistake?
</li>
<li>
What will the effect of a <a href="http://www.molly.com/2006/02/23/how-to-sniff-out-a-rotten-standardista/">standardista</a>-introduction to web development be on a fresh mind?</p>
<p>If you give a technical introduction to HTML and no immediate way to do any of the flashy stuff people see out there, you are certainly not promoting HTML as a way of publishing to beginners. On the other hand, I believe that it will bring respect for the people who are able to create amazing things with these set of technologies.
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://thinkjavache.be/blog/2008/12/30/web-development-for-students/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/be/</creativeCommons:license>
	</item>
	</channel>
</rss>

