<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>online production workshop</title>
	<atom:link href="http://onlineproductionworkshop.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://onlineproductionworkshop.wordpress.com</link>
	<description>HTML, CSS and online publishing for journalism and media studies students</description>
	<lastBuildDate>Thu, 05 Aug 2010 04:51:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='onlineproductionworkshop.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>online production workshop</title>
		<link>http://onlineproductionworkshop.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://onlineproductionworkshop.wordpress.com/osd.xml" title="online production workshop" />
	<atom:link rel='hub' href='http://onlineproductionworkshop.wordpress.com/?pushpress=hub'/>
		<item>
		<title>The CSS box model</title>
		<link>http://onlineproductionworkshop.wordpress.com/2009/10/05/the-css-box-model/</link>
		<comments>http://onlineproductionworkshop.wordpress.com/2009/10/05/the-css-box-model/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 01:00:33 +0000</pubDate>
		<dc:creator>onlineproductionworkshop</dc:creator>
				<category><![CDATA[CSS basics]]></category>
		<category><![CDATA[box model]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://onlineproductionworkshop.wordpress.com/?p=251</guid>
		<description><![CDATA[The CSS box model sounds all theoretical and difficult, but it&#8217;s really quite easy. One way to think of it is, is that it&#8217;s how CSS deals with space. In particular, the box model tells you how padding, borders and margins work in CSS. You can think of each page element (an image or text, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onlineproductionworkshop.wordpress.com&amp;blog=8056937&amp;post=251&amp;subd=onlineproductionworkshop&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The CSS box model sounds all theoretical and difficult, but it&#8217;s really quite easy. One way to think of it is, is that it&#8217;s how CSS deals with space. In particular, the box model tells you how padding, borders and margins<a href="http://www.latrobe.edu.au" target="_blank"> </a>work in CSS.</p>
<p>You can think of each page element (an image or text, for example) as being surrounded by a box.<span id="more-251"></span></p>
<p>For example, the following code will place a black solid border with a weight of 1 pixel around  images.</p>
<p>img {</p>
<p>border: #000 solid 1px;</p>
<p>}</p>
<p>You can think of this as the box.</p>
<p>What if you want to put some space between the image and the inside edge of the border? No problem — just add some padding.</p>
<p>img {</p>
<p>border: #000 solid 1px;<br />
padding: 3px;</p>
<p>}</p>
<p>By setting the padding, you add space inside of the box.</p>
<p>If you wish to place some distance between an image and other page elements — (such as text, for example) — you can do so simply by adding a margin. The box model specifies that creating margins creates space on the outside of the border. The addition of a margin in the following code sample, for example, will add a border to the outside of the box.</p>
<p>img {</p>
<p>border: #000 solid 1px;<br />
padding: 3px;<br />
margin: 5px;</p>
<p>}</p>
<p>The following diagram gives an indication of the results of this code:</p>
<div id="attachment_253" class="wp-caption aligncenter" style="width: 710px"><img class="size-full wp-image-253" title="box-model" src="http://onlineproductionworkshop.files.wordpress.com/2009/10/box-model.png?w=700&#038;h=500" alt="CSS box model" width="700" height="500" /><p class="wp-caption-text">CSS box model</p></div>
<p>The above example uses an image with a border to illustrate the point. However, the box model applies to text and other page elements as well — whether you have a border or not. For example, it applies to headings (eg &lt;h1&gt;) and paragraphs (eg &lt;p&gt;)</p>
<p>To find out more about the CSS box model, visit these links:<br />
Red Melon, &#8216;Interactive CSS Box Model Demo&#8217;, <a href="http://redmelon.net/tstme/box_model/">http://redmelon.net/tstme/box_model/</a></p>
<p>HicksDesign, &#8216;The 3D CSS Box Model&#8217;, <a href="http://www.hicksdesign.co.uk/boxmodel/">http://www.hicksdesign.co.uk/boxmodel/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onlineproductionworkshop.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onlineproductionworkshop.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onlineproductionworkshop.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onlineproductionworkshop.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onlineproductionworkshop.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onlineproductionworkshop.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onlineproductionworkshop.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onlineproductionworkshop.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onlineproductionworkshop.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onlineproductionworkshop.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onlineproductionworkshop.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onlineproductionworkshop.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onlineproductionworkshop.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onlineproductionworkshop.wordpress.com/251/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onlineproductionworkshop.wordpress.com&amp;blog=8056937&amp;post=251&amp;subd=onlineproductionworkshop&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onlineproductionworkshop.wordpress.com/2009/10/05/the-css-box-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/217e5cc48d674640aef5231381415628?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">onlineproductionworkshop</media:title>
		</media:content>

		<media:content url="http://onlineproductionworkshop.files.wordpress.com/2009/10/box-model.png" medium="image">
			<media:title type="html">box-model</media:title>
		</media:content>
	</item>
		<item>
		<title>Styling links</title>
		<link>http://onlineproductionworkshop.wordpress.com/2009/09/14/styling-links/</link>
		<comments>http://onlineproductionworkshop.wordpress.com/2009/09/14/styling-links/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 23:36:49 +0000</pubDate>
		<dc:creator>onlineproductionworkshop</dc:creator>
				<category><![CDATA[CSS basics]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[pseudo class]]></category>

		<guid isPermaLink="false">http://onlineproductionworkshop.wordpress.com/?p=243</guid>
		<description><![CDATA[When you create  link with the a tag, internet browsers automatically apply some default styling to signal the user that the line of text is indeed a link. Typically, links are rendered in blue and are underline. When you visit a link, the browser (usually) changes the color of the link from blue to purple. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onlineproductionworkshop.wordpress.com&amp;blog=8056937&amp;post=243&amp;subd=onlineproductionworkshop&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When you create  link with the a tag, internet browsers automatically apply some default styling to signal the user that the line of text is indeed a link. Typically, links are rendered in blue and are underline. When you visit a link, the browser (usually) changes the color of the link from blue to purple.</p>
<p>This is fine as far as it goes, but you may want to customise the color of your links.</p>
<p>To do so, you need to use the <a href="http://www.w3schools.com/Css/pr_pseudo_link.asp">:link pseudo class</a></p>
<p>Links have different states depending on how the user is interacting with them. For example, they can be active, visited, not visited (ie not clicked on) or the user&#8217;s mouse can be hovering over a link, without clicking on it. Accordingly, you can set styles to define how links should be styled depending on what the user is doing.</p>
<p>There are  four different states: <strong>link</strong>, <strong>visited</strong>, <strong>hover</strong>, and <strong>active</strong>.</p>
<p>To define a link, you simply write <strong>a:link </strong>followed by the style information that you wish to apply enclosed by curly braces.</p>
<p>For example, to change the color of the link and remove the underline, you would write <strong>a:link {color:red; text-deocration:none;}</strong></p>
<p><strong> </strong>Alternatively, to change the background colour when a user hovers their mouse over the link, you would write<strong> a:hover {background-color:gray; }</strong></p>
<p>To ensure that your links are  styled in a consistent manner, it&#8217;s always a good idea to create style information for each of the four states that a link can be in — BUT, beware. To have the style information take effect, you need to define your styles in a particular order.</p>
<p>The correct order is 1. link, 2. visited, 3. hover, and 4. active.</p>
<p>As the W3Schools guide explains:</p>
<p style="padding-left:30px;"><strong>&#8216;Note:</strong> a:hover MUST come after a:link and a:visited in the CSS<br />
definition in order to be effective!</p>
<p style="padding-left:30px;"><strong>Note:</strong> a:active MUST come after a:hover in the CSS definition in order<br />
to be effective!&#8217;
</p>
<p style="padding-left:30px;">See: W3Schools, &#8216;<a href="http://www.w3schools.com/Css/pr_pseudo_link.asp">CSS :link pseudo-class</a>&#8216; http://www.w3schools.com/Css/pr_pseudo_link.asp</p>
<p>For example, the following styles will alter the appearance of the link depending on whether the link is unvisited, visited or if the user is hovering their mouse over it.</p>
<p style="padding-left:30px;">a:link {color: white, background-color:blue; text-decoration:none;}</p>
<p style="padding-left:30px;">a:visited {color: gray, background-color:blue; text-decoration:none;}</p>
<p style="padding-left:30px;">a:hover {color: red, background-color:gray; text-decoration:none;}</p>
<p style="padding-left:30px;">a:active {color: white, background-color:blue; text-decoration:none;}</p>
<p style="padding-left:30px;">
<p>One final note: you can also use all the normal styling information for links, such as the font-family, font-size and other CSS properties. Your imagination (and the considerable limits imposed by the user&#8217;s computer&#8230;) is the &#8216;only&#8217; limit on what you can do with links.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onlineproductionworkshop.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onlineproductionworkshop.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onlineproductionworkshop.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onlineproductionworkshop.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onlineproductionworkshop.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onlineproductionworkshop.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onlineproductionworkshop.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onlineproductionworkshop.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onlineproductionworkshop.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onlineproductionworkshop.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onlineproductionworkshop.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onlineproductionworkshop.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onlineproductionworkshop.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onlineproductionworkshop.wordpress.com/243/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onlineproductionworkshop.wordpress.com&amp;blog=8056937&amp;post=243&amp;subd=onlineproductionworkshop&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onlineproductionworkshop.wordpress.com/2009/09/14/styling-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/217e5cc48d674640aef5231381415628?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">onlineproductionworkshop</media:title>
		</media:content>
	</item>
		<item>
		<title>Linking 101: Forcing a link to open in a new browser window</title>
		<link>http://onlineproductionworkshop.wordpress.com/2009/08/31/linking-101-forcing-a-link-to-open-in-a-new-browser-window/</link>
		<comments>http://onlineproductionworkshop.wordpress.com/2009/08/31/linking-101-forcing-a-link-to-open-in-a-new-browser-window/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 10:00:56 +0000</pubDate>
		<dc:creator>onlineproductionworkshop</dc:creator>
				<category><![CDATA[HTML basics]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://onlineproductionworkshop.wordpress.com/?p=237</guid>
		<description><![CDATA[If you&#8217;ve surfed the web for any amount of time at all, you&#8217;ve no doubt come across site where clicking a link opens a new browser window. You may be thinking that that&#8217;s a really hard thing to do, involving lots of complex code. In fact, nothing could be easier. Before showing you how to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onlineproductionworkshop.wordpress.com&amp;blog=8056937&amp;post=237&amp;subd=onlineproductionworkshop&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve surfed the web for any amount of time at all, you&#8217;ve no doubt come across site where clicking a link opens a new browser window. You may be thinking that that&#8217;s a really hard thing to do, involving lots of complex code.</p>
<p>In fact, nothing could be easier.<span id="more-237"></span></p>
<p>Before showing you how to do this, however, you may want to consider whether you want to force the users&#8217; browser to open when they click a link. Some websites do it because they don&#8217;t want to lose traffic to other sites. By opening a link in a new browser window, they keep visitors on their own site.</p>
<p>However, some web usability and access experts, regard forcing a link to open in a new browser window is considered a no-no. One reason is that it simply annoys visitors. They know where they want to go and they don&#8217;t some web designer trying to keep them on their site by opening new browser windows. Usability expert Jakob Nielsen likens the practice &#8216;to a vacuum cleaner sales person who starts a visit by emptying an ash tray on the customer&#8217;s carpet.&#8217;</p>
<p>Nielsen goes on to explain: &#8216;Don&#8217;t pollute my screen with any more windows, thanks (particularly since current operating systems have miserable window management). If I want a new window, I will open it myself!&#8217; (See: Jakob Nielsen, &#8216;The Top Ten Web Design Mistakes of 1999&#8242;, useit.com, 30 May, 1999,<br />
<a href="http://www.useit.com/alertbox/990530.html">http://www.useit.com/alertbox/990530.html</a>)</p>
<p>Further, inexperienced web users might find this confusing and simply abandon your site.</p>
<p>Finally, the new browser window breaks sequence of the &#8216;back&#8217; button. Since the user&#8217;s browser opens a new session, there is nothing to go back to. This makes re-tracing your steps more difficult, since users must return to the original browser window to re-trace their steps. For more reasons on why not to do this, see: Neil Turner, &#8216;Beware of Opening Links in a New Window&#8217;, Sitepoint, 30 December, 2004<br />
<a href="http://www.sitepoint.com/article/beware-opening-links-new-window/">http://www.sitepoint.com/article/beware-opening-links-new-window/</a>)</p>
<p>If you&#8217;ve read the warnings, but are determined to add this to your links, you simply set a target for your link, by adding &#8220;target= _blank&#8221; after the filename or URL you wish to link to.</p>
<p>The following code illustrates this:</p>
<p style="padding-left:30px;">&lt;a href=&#8221;http://www.upstart.net.au&#8221; <strong>target=&#8221;_blank&#8221;</strong>&gt;upstart: the magazine for emerging journalists&lt;/a&gt;</p>
<p>This line of code displays &#8220;upstart: the magazine for emerging journalists&#8221; as a link and opens it in a new browser window.</p>
<p>And here&#8217;s a working version of the code:</p>
<p style="padding-left:30px;"><a href="http://www.upstart.net.au" target="_blank">upstart: the magazine for emerging journalists</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onlineproductionworkshop.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onlineproductionworkshop.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onlineproductionworkshop.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onlineproductionworkshop.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onlineproductionworkshop.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onlineproductionworkshop.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onlineproductionworkshop.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onlineproductionworkshop.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onlineproductionworkshop.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onlineproductionworkshop.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onlineproductionworkshop.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onlineproductionworkshop.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onlineproductionworkshop.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onlineproductionworkshop.wordpress.com/237/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onlineproductionworkshop.wordpress.com&amp;blog=8056937&amp;post=237&amp;subd=onlineproductionworkshop&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onlineproductionworkshop.wordpress.com/2009/08/31/linking-101-forcing-a-link-to-open-in-a-new-browser-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/217e5cc48d674640aef5231381415628?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">onlineproductionworkshop</media:title>
		</media:content>
	</item>
		<item>
		<title>Adding an RSS feed to your WordPress.com blog</title>
		<link>http://onlineproductionworkshop.wordpress.com/2009/08/30/adding-an-rss-feed-to-your-wordpress-com-blog/</link>
		<comments>http://onlineproductionworkshop.wordpress.com/2009/08/30/adding-an-rss-feed-to-your-wordpress-com-blog/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 09:40:03 +0000</pubDate>
		<dc:creator>onlineproductionworkshop</dc:creator>
				<category><![CDATA[rss]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://onlineproductionworkshop.wordpress.com/?p=234</guid>
		<description><![CDATA[RSS — or Really Simple Syndication — enables users to subscribe to your blog. On many themes, it&#8217;s standard — but not always. If you want RSS and it&#8217;s not on your preferred theme, then you can set up an RSS feed using a Widget in your sidebar. What&#8217;s a Widget? It&#8217;s a way easily [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onlineproductionworkshop.wordpress.com&amp;blog=8056937&amp;post=234&amp;subd=onlineproductionworkshop&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>RSS — or Really Simple Syndication — enables users to subscribe to your blog. On many themes, it&#8217;s standard — but not always. If you want RSS and it&#8217;s not on your preferred theme, then you can set up an RSS feed using a Widget in your sidebar.<span id="more-234"></span></p>
<p>What&#8217;s a Widget? It&#8217;s a way easily adding customised functionality to your blog.</p>
<p>To create an RSS feed, click Appearance in the left-hand menu of the Dashboard to expand you options. Then click on Widgets.</p>
<p>You will be taken to another screen. Click on the RSS widget and, holding your mouse button down, drag it over to the sidebar at the right of the screen. Click the arrow in the top right-hand corner of the RSS widget to expand it. First enters the RSS feed or URL.</p>
<p>With a WordPress.com blog, this will usually take the following form: http://nameofblog.wordpress.com/feed/ For example, the RSS feed for this blog is http://onlineproductionworkshop.wordpress.com/feed/</p>
<p>Then give the feed a title such as &#8216;Subscribe&#8217; or &#8216;RSS&#8217;.</p>
<p>You can also check the boxes to display content, author and date.</p>
<p>See this video from WordPress.tv for more:</p>
<div id="v-NKreUao4" class="video-player" style="width:460px;height:258px">
<embed id="v-NKreUao4-video" src="http://s0.videopress.com/player.swf?v=1.02&amp;guid=NKreUao4" type="application/x-shockwave-flash" width="460" height="258" title="The RSS Widget" wmode="transparent" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onlineproductionworkshop.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onlineproductionworkshop.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onlineproductionworkshop.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onlineproductionworkshop.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onlineproductionworkshop.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onlineproductionworkshop.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onlineproductionworkshop.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onlineproductionworkshop.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onlineproductionworkshop.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onlineproductionworkshop.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onlineproductionworkshop.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onlineproductionworkshop.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onlineproductionworkshop.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onlineproductionworkshop.wordpress.com/234/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onlineproductionworkshop.wordpress.com&amp;blog=8056937&amp;post=234&amp;subd=onlineproductionworkshop&amp;ref=&amp;feed=1" width="1" height="1" /><div><a href="http://onlineproductionworkshop.wordpress.com/2009/08/30/adding-an-rss-feed-to-your-wordpress-com-blog/"><img alt="The RSS Widget" src="http://videos.videopress.com/NKreUao4/rss-widget-youtube-sharing_std.original.jpg" width="160" height="120" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://onlineproductionworkshop.wordpress.com/2009/08/30/adding-an-rss-feed-to-your-wordpress-com-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://videos.videopress.com/NKreUao4/rss-widget-youtube-sharing_hd.mp4" length="25886720" type="video/mp4" />

		<media:content url="http://0.gravatar.com/avatar/217e5cc48d674640aef5231381415628?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">onlineproductionworkshop</media:title>
		</media:content>

		<media:group>
			<media:content url="http://videos.videopress.com/NKreUao4/rss-widget-youtube-sharing_hd.mp4" fileSize="25886720" type="video/mp4" medium="video" bitrate="3160" isDefault="true" duration="64" width="1280" height="720" />

			<media:content url="http://videos.videopress.com/NKreUao4/rss-widget-youtube-sharing_dvd.mp4" fileSize="12517376" type="video/mp4" medium="video" bitrate="1528" isDefault="false" duration="64" width="640" height="360" />

			<media:content url="http://videos.videopress.com/NKreUao4/rss-widget-youtube-sharing_std.mp4" fileSize="6520832" type="video/mp4" medium="video" bitrate="796" isDefault="false" duration="64" width="400" height="224" />

			<media:content url="http://videos.videopress.com/NKreUao4/rss-widget-youtube-sharing_fmt1.ogv" fileSize="6520832" type="video/ogg" medium="video" bitrate="796" isDefault="false" duration="64" width="400" height="224" />

			<media:rating scheme="urn:mpaa">g</media:rating>
			<media:title type="plain">The RSS Widget</media:title>
			<media:thumbnail url="http://videos.videopress.com/NKreUao4/rss-widget-youtube-sharing_std.original.jpg" width="256" height="144" />
			<media:player url="http://s0.videopress.com/player.swf?v=1.02&#038;guid=NKreUao4" width="400" height="225" />
		</media:group>
	</item>
		<item>
		<title>CSS 101</title>
		<link>http://onlineproductionworkshop.wordpress.com/2009/08/27/css-101/</link>
		<comments>http://onlineproductionworkshop.wordpress.com/2009/08/27/css-101/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 02:43:32 +0000</pubDate>
		<dc:creator>onlineproductionworkshop</dc:creator>
				<category><![CDATA[CSS basics]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://onlineproductionworkshop.wordpress.com/?p=216</guid>
		<description><![CDATA[It would be a dull old web without Cascading Style Sheets — not to mention a time-consuming one to maintain. If HTML provides the structure of a web page, Cascading Style Sheets — as the name suggests — gives it a bit of style. You can control which fonts are used, the font colour, background [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onlineproductionworkshop.wordpress.com&amp;blog=8056937&amp;post=216&amp;subd=onlineproductionworkshop&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It would be a dull old web without Cascading Style Sheets — not to mention a time-consuming one to maintain. If HTML provides the structure of a web page, Cascading Style Sheets — as the name suggests — gives it a bit of style. You can control which fonts are used, the font colour, background colour (note: CSS uses the US spellings, so that should be &#8216;font color&#8217; and &#8216;background color&#8217;) and much else besides.<span id="more-216"></span></p>
<p><strong>Basic CSS syntax</strong></p>
<p>CSS syntax has three parts: a <strong>selector</strong>, a <strong>property</strong> and a <strong>value</strong>. The property and the value are separated by a colon and enclosed within curly braces:</p>
<p style="padding-left:30px;">selector {property:value}</p>
<p>For example, if you wanted to set the paragraph font to Arial, you would write:</p>
<p style="padding-left:30px;">p {font-family: Arial}</p>
<p>In this example, the &#8216;p&#8217; tag is the selector, &#8216;font-family&#8217; is the property (since font-family is a property of the p tag) and &#8216;Arial&#8217; is the value that you are assigning to the paragraph tag.</p>
<p>If you wanted to set more properties and values for the paragraph tag you can simply put a semi-colon after the value. For example, the CSS rule</p>
<p style="padding-left:30px;">p {font-family:aria; color:red}</p>
<p>would style the all paragraph text as Arial and red.</p>
<p>Reference: &#8216;CSS Syntax&#8217;, W3Schools, 2009, h<a href="//www.w3schools.com/Css/css_syntax.asp">ttp://www.w3schools.com/Css/css_syntax.asp</a></p>
<p><strong>Using CSS</strong></p>
<p>There are a number of ways to use CSS in your document.</p>
<p>You can apply it a <strong>single line</strong> (called inline styles)</p>
<p>You can apply it to <strong>a single page</strong> (by defining styles at the top of your web page between the &lt;head&gt; &lt;/head&gt; tags)</p>
<p>or</p>
<p>You can apply it <strong>an entire site</strong> (in which case, you create a separate file — with .css as the extension rather than .html — and link</p>
<p><strong>Applying styles to a single line</strong></p>
<p>If you only intend to use the style on a single line of text or a paragraph on one or two pages on your site, then an inline style might be the best option.</p>
<p>As the name suggests, inline styles are defined in the same line where they are applied. You can define the style by placing the styling information within the opening HTML tag. For example:</p>
<p style="padding-left:30px;">&lt;p style=&#8221;font-family:Arial, Helevetica, Verdana, san-serif; font-size:20px; color:red;&gt;This is the text that is to be displayed&lt;/p&gt;</p>
<p>produces this:</p>
<p style="font-family:Arial, Helvetica, Verdana, san-serif;font-size:20px;color:red;padding-left:20px;">This is the text that is to be displayed</p>
<p>In other words, the style information sets the font to Arial, the font size to 20 pixels and the color to red.</p>
<p><strong>Creating styles for a single page</strong></p>
<p>If you want your styles to used across more than one or two lines, then it might make more sense to define your styles in at the top of your page. They will then be available for any elements on the page. Usually, styles are defined between the &lt;head&gt; tags of your page like this:</p>
<p style="padding-left:30px;">&lt;head&gt;</p>
<p style="padding-left:30px;">&lt;title&gt;The title of your site goes here&lt;/title&gt;</p>
<p style="padding-left:60px;">&lt;style type=&#8221;css/text&#8221;&gt;</p>
<p style="padding-left:90px;">p {</p>
<p style="padding-left:90px;">font-family: Arial, Helvetica, Verdana, san-serif;</p>
<p style="padding-left:90px;">font-size:20px;</p>
<p style="padding-left:90px;">color:red;</p>
<p style="padding-left:90px;">}</p>
<p style="padding-left:60px;">&lt;/style&gt;</p>
<p style="padding-left:30px;">&lt;/head&gt;</p>
<p>produces the same effect as the text above (ie: uses Arial, 20 pixels and red) <strong>except</strong> that it will be applied to all instances of the &lt;p&gt; tag on the page in which it appears. As such, it is infinitely more efficient than adding styles one line at a time as in the case of inline styles.</p>
<p><strong>Applying CSS to an entire site</strong></p>
<p>Applying styles to a page saves time, but what about if your site has 100 or even thousands of pages? You could cut and paste the style into the head section of each page, but that would be pretty times consuming and boring. What if there was a better way to style pages on a web site, so that all of your styles were carried throughout your website?</p>
<p>There is a way to do this. You do it be using an external style sheet. With an external stylesheet you create a separate file which contains all your style information. You then link each HTML document to this external file. When the HTML page loads, it pulls in the styling information from this file and applies the styles accordingly.</p>
<p>In this sense, the style information in the document &#8216;cascades&#8217; across each page that links to it — hence the name cascading style sheets.  In practice, this means that you can control the appearance of paragraphs, headings, blockquotes, links and any number of page elements from a single document, rather than opening each page and editing it individually.</p>
<p>To create an external stylesheet, create a new folder in your root directory called &#8216;stylesheets&#8217; (or something similar, so long as it is logical).</p>
<p>Open TextEdit or Notepad (or another text editor), and create a new document. Save this document into the folder you just created with the name &#8216;stylesheet.css&#8217; or &#8216;styles.css&#8217;. The filename can be anything, so long as it is clear what the files is. Note that the file <span style="text-decoration:underline;">must</span> have <strong>.css</strong> as its file extension.</p>
<p>When you&#8217;ve done that, you&#8217;re ready define some styles. Simply pick the tag you wish to style and then place the style information between curly braces. The following is an example.</p>
<div id="attachment_227" class="wp-caption aligncenter" style="width: 710px"><img class="size-full wp-image-227" title="css-external-styles" src="http://onlineproductionworkshop.files.wordpress.com/2009/08/css-external-styles.png?w=700&#038;h=517" alt="Setting external styles in TextEdit" width="700" height="517" /><p class="wp-caption-text">Setting external styles in TextEdit</p></div>
<p>NB: White space is not a problem with CSS, so long as the properties and their values are enclosed by curly braces and separated with a semi-colon.  For example p {color:red;text-align:left;font-size:12pt} is the same as this:</p>
<p style="padding-left:30px;">
p {<br />
color:red;<br />
text-align:left;<br />
font-size:12pt
</p>
<p style="padding-left:30px;">}</p>
<p>Both are valid, although — in my opinion —  the second one is easier to read and edit.</p>
<p>When you have set up your styles, you will need to attach the stylesheet to your HTML documents. You do this by insert a link to the stylesheet in your HTML file. Usually this is placed within the &lt;head&gt; section.</p>
<p>You create the link by writing:</p>
<p style="padding-left:30px;">&lt;link rel=&#8221;stylesheet&#8221; href=&#8221;stylesheets/styles.css&#8221; type=&#8221;text/css&#8221; /&gt;</p>
<p>In this line of code, the actual link to the stylesheet is  href=&#8221;stylesheets/styles.css&#8221; This essentially tells the browser &#8216;look for a folder called stylesheets in the root folder and, within that folder, find a file called styles.css&#8217;. If you called your folder something else, like &#8216;styles&#8217; and your stylesheet something else, like &#8216;stylesheet.css&#8217;, then the relevant code would be href=&#8221;styles/stylesheet.css&#8221;</p>
<p>You can link as many HTML files to your stylesheet as you wish and every style that is defined in the stylesheet will then be available to that page. There are many advantages to using external stylesheets including ensuring a consistent and uniform look and feel across your site.  If you want your level 1 headings &lt;h1&gt; to be Arial, you can set it once and apply it to as many HTML documents as you wish.</p>
<p>External stylesheets also make the process of maintaining websites far more efficient. If you have hundreds or thousands of pages on a site and you want to change the paragraph &lt;p&gt; style from Arial to Georgia, to take one example, you can do so by editing a single document rather than opening each individual HTML file and re-styling it. Each change you make will cascade throughout your site.</p>
<p><strong>Want to know more?</strong></p>
<p>This post has only touched on CSS. To find out more about the wonderful world of stylesheets, use these resources:</p>
<p>CSS tutorial <a href="http://www.w3schools.com/css/">http://www.w3schools.com/css/</a></p>
<p>CSS Zen garden (one site, infinite possibilities through the clever use of CSS): <a href="http://www.csszengarden.com/">http://www.csszengarden.com/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onlineproductionworkshop.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onlineproductionworkshop.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onlineproductionworkshop.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onlineproductionworkshop.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onlineproductionworkshop.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onlineproductionworkshop.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onlineproductionworkshop.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onlineproductionworkshop.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onlineproductionworkshop.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onlineproductionworkshop.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onlineproductionworkshop.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onlineproductionworkshop.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onlineproductionworkshop.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onlineproductionworkshop.wordpress.com/216/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onlineproductionworkshop.wordpress.com&amp;blog=8056937&amp;post=216&amp;subd=onlineproductionworkshop&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onlineproductionworkshop.wordpress.com/2009/08/27/css-101/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/217e5cc48d674640aef5231381415628?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">onlineproductionworkshop</media:title>
		</media:content>

		<media:content url="http://onlineproductionworkshop.files.wordpress.com/2009/08/css-external-styles.png" medium="image">
			<media:title type="html">css-external-styles</media:title>
		</media:content>
	</item>
		<item>
		<title>Links 101</title>
		<link>http://onlineproductionworkshop.wordpress.com/2009/08/24/links-101/</link>
		<comments>http://onlineproductionworkshop.wordpress.com/2009/08/24/links-101/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 02:58:35 +0000</pubDate>
		<dc:creator>onlineproductionworkshop</dc:creator>
				<category><![CDATA[HTML basics]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://onlineproductionworkshop.wordpress.com/?p=209</guid>
		<description><![CDATA[Linking basics What would the internet be without links? Pretty boring. Links are what make the internet the net or the web. Without them, the internet wouldn&#8217;t be the internet. Creating links is pretty easy to do. The basic syntax for a link is &#60;a href=&#8221;filename.html&#8221;&#62;Display text&#60;/a&#62; Let&#8217;s break this down. The first part of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onlineproductionworkshop.wordpress.com&amp;blog=8056937&amp;post=209&amp;subd=onlineproductionworkshop&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Linking basics</strong></p>
<p>What would the internet be without links? Pretty boring. Links are what make the internet the net or the web. Without them, the internet wouldn&#8217;t be the inter<strong>net</strong>.<span id="more-209"></span></p>
<p>Creating links is pretty easy to do. The basic syntax for a link is &lt;a href=&#8221;filename.html&#8221;&gt;Display text&lt;/a&gt;</p>
<p>Let&#8217;s break this down.</p>
<p>The first part of the link <span style="color:#ff0000;">&lt;a href= <span style="color:#000000;">opens the &#8216;a&#8217; tag and creates a reference to a hyptertext file. </span></span></p>
<p><span style="color:#ff0000;"><span style="color:#000000;">Then comes the file name in the quote marks <span style="color:#ff0000;">&#8220;filename.html&#8221;</span>. For the link to work, you need to know that a) it exists and b) where it lives. In this example, we&#8217;re assuming that the file we wish to link to is in the same folder as the file we&#8217;re linking from. (We&#8217;ll look at how to link to a file in another folder in a moment.) </span></span></p>
<p>Then we need to close the opening tag with an angled bracket <span style="color:#ff0000;">&gt;</span></p>
<p>So far, nothing we&#8217;ve written in our code will display on the screen. In other words, our user doesn&#8217;t know that there is a link there. To remedy this, we need to put some text that will display on the screen. In this case, the user will see the words &#8216;<span style="color:#ff0000;">Display text</span>&#8216;.</p>
<p>Assuming that we are using the browser&#8217;s default settings for displaying links, this will most likely render in the browser as blue, underlined text ie. <span style="color:#0000ff;"><span style="text-decoration:underline;">Display text</span></span></p>
<p><span style="color:#ff0000;"><span style="color:#000000;">Finally, we need to close our &#8216;a&#8217; tag to tell the browser where the link should end. Do this by adding <span style="color:#ff0000;">&lt;/a&gt; <span style="color:#000000;">Anything between the &#8216;a&#8217; tags will be a link.</span></span></span></span></p>
<p><strong>Linking to a file in a subfolder</strong></p>
<p>What if we want to link to a file in a subfolder? No problem, you just need to alter the path to the folder.</p>
<p>For example, say you have a subfolder called &#8216;archive&#8217; with a whole bunch of subfolders in it, located in your main site. Suppose, further, you have a subfolder located in your archive folder called &#8216;news&#8217; which holds all the news items on your site.</p>
<p>Your folder structure would look something like this:</p>
<div id="attachment_212" class="wp-caption aligncenter" style="width: 710px"><img class="size-full wp-image-212" title="link-example" src="http://onlineproductionworkshop.files.wordpress.com/2009/08/link-example.png?w=700&#038;h=282" alt="In this example, the path to the news-index page would be  archive/news/news-index.html" width="700" height="282" /><p class="wp-caption-text">In this example, the path to the news-index page would be  archive/news/news-index.html</p></div>
<p>To link to news-index.html, you need to put the full path in your href tag. In other words, your link would look like this: &lt;a href=<span style="color:#ff0000;">&#8220;archive/news/news-index.html&#8221;</span>&gt;News archive&lt;/a&gt;</p>
<p>In this example, the words &#8216;News archive&#8217; would appear on the page and the filepath is: <span style="color:#ff0000;">archive/news/news-index.html</span></p>
<p><strong>Creating external links</strong></p>
<p>An external link is a link to a page that is external to your website. For example, you may wish to include a page on your website with all your favourite websites.</p>
<p>This is easily done by simply changing the address between the double quotation marks. For example <span style="color:#ff0000;">&lt;a href=&#8221;http://www.theage.com.au&#8221;&gt;The Age&lt;/a&gt;</span> displays the words &#8216;The Age&#8217; and links to The Age&#8217;s homepage.</p>
<p>Similarly, <span style="color:#ff0000;">&lt;a href=&#8221;http://www.crikey.com.au&#8221;&gt;Crikey&lt;/a&gt; <span style="color:#000000;">displays the word &#8216;Crikey&#8217; on the screen and links to Crikey.</span></span></p>
<p>You don&#8217;t have to link to a page, either. You can link to anything that&#8217;s on the web: movie files (eg mp4), image files (gif, jpeg, png), audio files (eg mp3), Word files (.doc or .docx) Excel spreadsheets (.xls or .xlsx) PDFs (.pdf) etc etc .</p>
<p>For example, <span style="color:#ff0000;">&lt;a href=&#8221;http://www.latrobe.edu.au/media/images/staff/scanlon.jpg&#8221;&gt;Christopher Scanlon&lt;/a&gt;</span> displays the text &#8216;Christopher Scanlon&#8217; to the user and links to my staff image on the La Trobe University server.</p>
<p>Similarly,  <span style="color:#ff0000;">&lt;a href=&#8221;http://www.latrobe.edu.au/journalism/opw/cv-template.doc&#8221;&gt;CV template&lt;/a&gt;</span> displays the words &#8216;CV template&#8217; in the browser window and links to a MS Word file in the Online Production Workshop folder on the La Trobe server.</p>
<p><strong>How can I use an image as a link?</strong></p>
<p>You may have noticed that on many websites you can position your mouse over an image and click it link a text link. It&#8217;s easy to do. You just have to replace the text between the opening and closing tag with the image tag and the path to the relevant image file.</p>
<p>For example, if my image file is located at <span style="color:#ff0000;">&lt;img src=&#8221;assets/scanlon.jpg&#8221;&gt;</span> I can make this an image by simply enclosing this line of code with &#8216;a&#8217; tags like this:</p>
<p><span style="color:#ff0000;">&lt;a href=&#8221;http://www.latrobe.edu.au/media/staffdir/scanlon.html&#8221;&gt;</span> <span style="color:#008000;">&lt;img src=&#8221;assets/scanlon.jpg&#8221;&gt;</span> <span style="color:#ff0000;">&lt;/a&gt; </span></p>
<p><span style="color:#ff0000;"><span style="color:#000000;"><strong>NB:</strong> the opening and closing &#8216;a&#8217; tags are in red and the code that loads the image is in green. </span></span></p>
<p>In this example, a jpeg image file called &#8216;scanlon,jpg&#8217; located in the assets folder would be displayed in the user&#8217;s browser. When the user clicked the image, it would take them to my staff page on the La Trobe University server: http://www.latrobe.edu.au/media/staffdir/scanlon.html</p>
<p><span style="color:#ff0000;"><span style="color:#000000;"><span style="color:#ff0000;"><span style="color:#000000;"><br />
</span></span></span></span></p>
<p><span style="color:#ff0000;"><span style="color:#000000;"><br />
</span></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onlineproductionworkshop.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onlineproductionworkshop.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onlineproductionworkshop.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onlineproductionworkshop.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onlineproductionworkshop.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onlineproductionworkshop.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onlineproductionworkshop.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onlineproductionworkshop.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onlineproductionworkshop.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onlineproductionworkshop.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onlineproductionworkshop.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onlineproductionworkshop.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onlineproductionworkshop.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onlineproductionworkshop.wordpress.com/209/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onlineproductionworkshop.wordpress.com&amp;blog=8056937&amp;post=209&amp;subd=onlineproductionworkshop&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onlineproductionworkshop.wordpress.com/2009/08/24/links-101/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/217e5cc48d674640aef5231381415628?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">onlineproductionworkshop</media:title>
		</media:content>

		<media:content url="http://onlineproductionworkshop.files.wordpress.com/2009/08/link-example.png" medium="image">
			<media:title type="html">link-example</media:title>
		</media:content>
	</item>
		<item>
		<title>Workshop 4 — a first web page</title>
		<link>http://onlineproductionworkshop.wordpress.com/2009/08/23/your-first-web-page/</link>
		<comments>http://onlineproductionworkshop.wordpress.com/2009/08/23/your-first-web-page/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 09:40:35 +0000</pubDate>
		<dc:creator>onlineproductionworkshop</dc:creator>
				<category><![CDATA[HTML basics]]></category>

		<guid isPermaLink="false">http://onlineproductionworkshop.wordpress.com/?p=176</guid>
		<description><![CDATA[Attendees at last week&#8217;s workshop will know that we went through the development of a couple of web pages. Here&#8217;s a bit of a step-by-step refresher. Step 1 — Open TextEdit (or Notepad, if you&#8217;re working on a PC) First, make sure that TextEdit is configured for user-friendly HTML development. Not sure if it is? If [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onlineproductionworkshop.wordpress.com&amp;blog=8056937&amp;post=176&amp;subd=onlineproductionworkshop&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Attendees at last week&#8217;s workshop will know that we went through the development of a couple of web pages.</p>
<p>Here&#8217;s a bit of a step-by-step refresher.<span id="more-176"></span></p>
<p><strong>Step 1 — Open TextEdit (or Notepad, if you&#8217;re working on a PC)</strong><br />
First, make sure that TextEdit is configured for user-friendly HTML development. Not sure if it is? If not, <a href="http://onlineproductionworkshop.wordpress.com/2009/08/12/preparing-textedit-to-be-an-html-editor/">read this.</a></p>
<p><strong>Step 2 — Save the file as an HTML file<br />
</strong> If it&#8217;s your home page, call it &#8216;index.html&#8217; or &#8216;home.html&#8217;.</p>
<p><strong>Step 3 — Add the opening and closing HTML tags ie  and &lt;html&gt; and &lt;/html&gt;</strong></p>
<div id="attachment_182" class="wp-caption aligncenter" style="width: 500px"><img class="size-full wp-image-182" title="html-tags" src="http://onlineproductionworkshop.files.wordpress.com/2009/08/html-tags.png?w=490&#038;h=457" alt="Opening and closing HTML tags" width="490" height="457" /><p class="wp-caption-text">Opening and closing HTML tags</p></div>
<p>The html tags tell the browser where the HTML file begins and ends.</p>
<p><strong>Step 4 —  Add some header tags &lt;head&gt; &lt;/head&gt; and title tags &lt;title&gt; &lt;/title&gt;.</strong></p>
<p>Anything between the title tags will appear at the top of the browser. In this case, the words &#8216;Online Production Workshop&#8217; will appear at the top of the browser window.</p>
<div id="attachment_197" class="wp-caption aligncenter" style="width: 710px"><img class="size-full wp-image-197" title="head-title" src="http://onlineproductionworkshop.files.wordpress.com/2009/08/head-title1.png?w=700&#038;h=427" alt="Head and title tags" width="700" height="427" /><p class="wp-caption-text">Head and title tags</p></div><br />
<div id="attachment_187" class="wp-caption aligncenter" style="width: 710px"><img class="size-full wp-image-187" title="example-title-tag" src="http://onlineproductionworkshop.files.wordpress.com/2009/08/example-title-tag1.png?w=700&#038;h=49" alt="What the title looks like in the browser" width="700" height="49" /><p class="wp-caption-text">What the title looks like in the browser</p></div>
<p><strong>Step 5 — Add a body tag</strong></p>
<p>Add an opening &lt;body&gt; and closing &lt;/body&gt; body tag. Anything between the body tags will appear in the browser window.</p>
<div id="attachment_198" class="wp-caption aligncenter" style="width: 710px"><img class="size-full wp-image-198" title="body-tag" src="http://onlineproductionworkshop.files.wordpress.com/2009/08/body-tag.png?w=700&#038;h=541" alt="Add opening and closing body tags" width="700" height="541" /><p class="wp-caption-text">Add opening and closing body tags</p></div>
<p><strong>Step 6 —  Add some content</strong></p>
<p>You are now ready to add some content. Using heading tags from levels 1 through to 6 — &lt;h1&gt; &lt;/h1&gt;, &lt;h2&gt; &lt;/h2&gt;, &lt;h3&gt; &lt;/h3&gt; &#8230; &lt;h6&gt; &lt;/h6&gt; — to add headings.</p>
<p>Use opening and closing paragraph tags &lt;p&gt; &lt;/p&gt; to define the beginning and end of paragraphs.</p>
<div id="attachment_193" class="wp-caption aligncenter" style="width: 710px"><img class="size-full wp-image-193" title="page-in-text-editor" src="http://onlineproductionworkshop.files.wordpress.com/2009/08/page-in-text-editor.png?w=700&#038;h=667" alt="Examples of heading one and two tags and the paragraph tags" width="700" height="667" /><p class="wp-caption-text">Examples of heading one and two tags and the paragraph tags</p></div><br />
<div id="attachment_194" class="wp-caption aligncenter" style="width: 709px"><img class="size-full wp-image-194" title="page-in-browser" src="http://onlineproductionworkshop.files.wordpress.com/2009/08/page-in-browser.png?w=699&#038;h=397" alt="... and what it looks like in the browser" width="699" height="397" /><p class="wp-caption-text">... and what it looks like in the browser</p></div>
<p><strong>Step 7 — Insert and image</strong></p>
<p>Use the image tag &lt;img&gt; to insert an image. You will need to specify the path of the source of the image file. In this case, the filename of the image is <strong>avatar.jpg</strong> and it is located in the <strong>assets</strong> folder.</p>
<p>As such, you add &lt;img src=&#8221;assets/avatar.jpg&#8221;&gt; The image will be insert after the second heading and before the paragraph.</p>
<p><strong>NB: you do not need a closing tag.</strong></p>
<div id="attachment_199" class="wp-caption aligncenter" style="width: 710px"><img class="size-full wp-image-199 " title="img-tag" src="http://onlineproductionworkshop.files.wordpress.com/2009/08/img-tag.png?w=700&#038;h=573" alt="Add an image using &lt;img src=&quot;file-location/filename.jpg&quot;&gt;" width="700" height="573" /><p class="wp-caption-text">Add an image using the image tag</p></div><br />
<div id="attachment_200" class="wp-caption aligncenter" style="width: 710px"><img class="size-full wp-image-200" title="img-in-the-browser" src="http://onlineproductionworkshop.files.wordpress.com/2009/08/img-in-the-browser.png?w=700&#038;h=398" alt="The image now appears in the browser, after the second heading and before the paragraph" width="700" height="398" /><p class="wp-caption-text">The image now appears in the browser, after the second heading and before the paragraph</p></div>
<p><strong>Step 8 — Finally, add some opening &lt;div&gt; and closing &lt;/div&gt; div tags </strong></p>
<p>The to divide the page into logical &#8216;chunks&#8217; that will be helpful when we come to style the page.</p>
<div id="attachment_202" class="wp-caption aligncenter" style="width: 710px"><img class="size-full wp-image-202 " title="div-tag" src="http://onlineproductionworkshop.files.wordpress.com/2009/08/div-tag.png?w=700&#038;h=574" alt="The div tags have been added with ID's 'header' and 'conent'" width="700" height="574" /><p class="wp-caption-text">The div tags have been added with ID&#39;s &#39;header&#39; and &#39;content&#39;</p></div>
<p>You will not be able to see the div tag in the browser, but they will come in handy when we begin Cascading Stylesheets (CSS). We can target specific parts of the page and style them as we wish.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onlineproductionworkshop.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onlineproductionworkshop.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onlineproductionworkshop.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onlineproductionworkshop.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onlineproductionworkshop.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onlineproductionworkshop.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onlineproductionworkshop.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onlineproductionworkshop.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onlineproductionworkshop.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onlineproductionworkshop.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onlineproductionworkshop.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onlineproductionworkshop.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onlineproductionworkshop.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onlineproductionworkshop.wordpress.com/176/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onlineproductionworkshop.wordpress.com&amp;blog=8056937&amp;post=176&amp;subd=onlineproductionworkshop&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onlineproductionworkshop.wordpress.com/2009/08/23/your-first-web-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/217e5cc48d674640aef5231381415628?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">onlineproductionworkshop</media:title>
		</media:content>

		<media:content url="http://onlineproductionworkshop.files.wordpress.com/2009/08/html-tags.png" medium="image">
			<media:title type="html">html-tags</media:title>
		</media:content>

		<media:content url="http://onlineproductionworkshop.files.wordpress.com/2009/08/head-title1.png" medium="image">
			<media:title type="html">head-title</media:title>
		</media:content>

		<media:content url="http://onlineproductionworkshop.files.wordpress.com/2009/08/example-title-tag1.png" medium="image">
			<media:title type="html">example-title-tag</media:title>
		</media:content>

		<media:content url="http://onlineproductionworkshop.files.wordpress.com/2009/08/body-tag.png" medium="image">
			<media:title type="html">body-tag</media:title>
		</media:content>

		<media:content url="http://onlineproductionworkshop.files.wordpress.com/2009/08/page-in-text-editor.png" medium="image">
			<media:title type="html">page-in-text-editor</media:title>
		</media:content>

		<media:content url="http://onlineproductionworkshop.files.wordpress.com/2009/08/page-in-browser.png" medium="image">
			<media:title type="html">page-in-browser</media:title>
		</media:content>

		<media:content url="http://onlineproductionworkshop.files.wordpress.com/2009/08/img-tag.png" medium="image">
			<media:title type="html">img-tag</media:title>
		</media:content>

		<media:content url="http://onlineproductionworkshop.files.wordpress.com/2009/08/img-in-the-browser.png" medium="image">
			<media:title type="html">img-in-the-browser</media:title>
		</media:content>

		<media:content url="http://onlineproductionworkshop.files.wordpress.com/2009/08/div-tag.png" medium="image">
			<media:title type="html">div-tag</media:title>
		</media:content>
	</item>
		<item>
		<title>Customise your header image in WordPress.com</title>
		<link>http://onlineproductionworkshop.wordpress.com/2009/08/23/customise-your-header-image-in-wordpress-com/</link>
		<comments>http://onlineproductionworkshop.wordpress.com/2009/08/23/customise-your-header-image-in-wordpress-com/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 07:43:36 +0000</pubDate>
		<dc:creator>onlineproductionworkshop</dc:creator>
				<category><![CDATA[Customise wordpress.com]]></category>

		<guid isPermaLink="false">http://onlineproductionworkshop.wordpress.com/?p=173</guid>
		<description><![CDATA[If your theme has a header image, you want to customise it. It&#8217;s easy to do, as this link shows: http://support.wordpress.com/themes/custom-header-image/ Note, however, that not all themes support the use of customised headers. Note also that your custom header image must be the same size as the one you wish to replace.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onlineproductionworkshop.wordpress.com&amp;blog=8056937&amp;post=173&amp;subd=onlineproductionworkshop&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If your theme has a header image, you want to customise it. It&#8217;s easy to do, as this link shows: <a href="http://support.wordpress.com/themes/custom-header-image/">http://support.wordpress.com/themes/custom-header-image/</a> </p>
<p>Note, however, that not all themes support the use of customised headers. Note also that your custom header image must be the same size as the one you wish to replace. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onlineproductionworkshop.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onlineproductionworkshop.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onlineproductionworkshop.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onlineproductionworkshop.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onlineproductionworkshop.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onlineproductionworkshop.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onlineproductionworkshop.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onlineproductionworkshop.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onlineproductionworkshop.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onlineproductionworkshop.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onlineproductionworkshop.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onlineproductionworkshop.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onlineproductionworkshop.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onlineproductionworkshop.wordpress.com/173/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onlineproductionworkshop.wordpress.com&amp;blog=8056937&amp;post=173&amp;subd=onlineproductionworkshop&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onlineproductionworkshop.wordpress.com/2009/08/23/customise-your-header-image-in-wordpress-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/217e5cc48d674640aef5231381415628?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">onlineproductionworkshop</media:title>
		</media:content>
	</item>
		<item>
		<title>File management 101</title>
		<link>http://onlineproductionworkshop.wordpress.com/2009/08/23/file-management-101/</link>
		<comments>http://onlineproductionworkshop.wordpress.com/2009/08/23/file-management-101/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 07:26:53 +0000</pubDate>
		<dc:creator>onlineproductionworkshop</dc:creator>
				<category><![CDATA[File management]]></category>
		<category><![CDATA[HTML basics]]></category>

		<guid isPermaLink="false">http://onlineproductionworkshop.wordpress.com/2009/08/23/file-management-101/</guid>
		<description><![CDATA[While attending a journalism conference last year, I had the opportunity to speak to the head of online news for one of Australia&#8217;s largest media companies. I asked him what, if he was in my position, he&#8217;d teach students undertaking a course on online production. I thought he&#8217;d say something sexy like web video, podcasting [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onlineproductionworkshop.wordpress.com&amp;blog=8056937&amp;post=164&amp;subd=onlineproductionworkshop&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While attending a journalism conference last year, I had the opportunity to speak to the head of online news for one of Australia&#8217;s largest media companies. I asked him what, if he was in my position, he&#8217;d teach students undertaking a course on online production.</p>
<p>I thought he&#8217;d say something sexy like web video, podcasting or Adobe Flash. Instead, he replied &#8216;file management&#8217;. He went on to tell me that too many of their new employees have no idea about file management or its importance to an online news operation.<span id="more-164"></span></p>
<p>It surprised me at the time, but it shouldn&#8217;t have. File management, while being an important part of online production, is often overlooked because, well, it&#8217;s dull. In terms of fun things to do on the web, file management just doesn&#8217;t rate.</p>
<p>But, if you&#8217;ve ever built or inherited a web site with no — or little — attempt to manage the files in a consistent and logical way, you&#8217;ll know that it&#8217;s a nightmare.</p>
<p>What is file management? It can be complex, but here are five tips to help you better manage your files.</p>
<p><strong>1. Create a root folder</strong><br />
The root folder (stop sniggering) is where all the files related to your website are stored. This includes all your HTML files, your stylesheets, your images and other media assets (such as videos, audio files and so on). If you had Javascript on your site, all your Javascripts would also be contained here.</p>
<p><strong>2. Create sub-folders and a logical file structure within your root folder</strong><br />
Your website should contain some sub-folders. Some good candidates for sub-folders are an &#8216;assets&#8217; folder and a &#8216;stylesheets&#8217; folder.</p>
<p>Your &#8216;assets&#8217; folder will contain all your media asset (images, video, audio etc) and your &#8216;stylesheets&#8217; folder will, as the name suggests, contain your external stylesheets.</p>
<p>You might add more folders as well. For example, if you have images, audio and video files on your site, your assets folder might contain three sub-folder called &#8216;images&#8217;, &#8216;audio&#8217; and &#8216;video&#8217;.</p>
<p><strong>3. Consistent folder and file naming conventions</strong><br />
The names of your files should be named in a consistent way. There are a number of conventions you should follow here.</p>
<p><em>a. Filenames and folders should be in lowercase<br />
</em><br />
Lowercase should be used for folders and sub-folders: eg &#8216;asset&#8217; and not &#8216;Assets&#8217; or &#8216;ASSETS&#8217;.</p>
<p>File names should also be written in lowercase: eg &#8216;index.html&#8217; and &#8216;about-us.html&#8217;</p>
<p><em>b. No spaces<br />
</em>Files should not contain spaces. This is not a problem with files that are a single word (eg &#8216;index.html&#8217;) but is less reader friendly when it comes to filenames with two or more words (eg &#8216;aboutus.html&#8217;).</p>
<p>You have a number of options to make filenames with two or more words more reader-friendly.<br />
Use a hyphen to separate the words: eg. &#8216;about-us.html&#8217;</p>
<p>Use an underscore to separate the words: eg. &#8216;about_us.html&#8217;</p>
<p>Use &#8216;camel case&#8217; — ie capitalise the first letter of the second word and all subsequent wordsCamel case: eg. &#8216;aboutUs.html&#8217;</p>
<p><strong>Use one of these naming conventions and stick with it. Do not use camel case for some files and hyphens for others.</strong></p>
<p>For more on file naming conventions, see: <a href="http://everythingaboutweb.wordpress.com/2008/04/27/web-file-name-conventions/">http://everythingaboutweb.wordpress.com/2008/04/27/web-file-name-conventions/</a></p>
<div id="attachment_163" class="wp-caption aligncenter" style="width: 710px"><img class="size-full wp-image-163" title="logical-file-structure" src="http://onlineproductionworkshop.files.wordpress.com/2009/08/logical-file-structure.png?w=700&#038;h=398" alt="An example of a logical file structure" width="700" height="398" /><p class="wp-caption-text">An example of a logical file structure</p></div>
<p><strong>4. Give your files logical names<br />
</strong>Your website&#8217;s home page should be called &#8216;index.html&#8217; or &#8216;home.html&#8217;.</p>
<p>For the purposes of this course, there are no other options.</p>
<p>For example, in Assignment 3, I do not want to see something like &#8216;myExcellentHomePage.html&#8217; or &#8216;Assignment3Homepage.html&#8217;</p>
<p>Other pages could be given other names, but they should give some indication about the content. For example, your &#8216;contact.html&#8217; page indicates that the page contains information about how to contact you, whereas &#8216;larry.html&#8217; does not.</p>
<p><strong>5. Use a consistent file extension</strong><br />
HTML files can have a three letter file extension (.htm) or a four letter file extension (.html). Both are valid and will load in a browser. You should choose one and stick with it.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onlineproductionworkshop.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onlineproductionworkshop.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onlineproductionworkshop.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onlineproductionworkshop.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onlineproductionworkshop.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onlineproductionworkshop.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onlineproductionworkshop.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onlineproductionworkshop.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onlineproductionworkshop.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onlineproductionworkshop.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onlineproductionworkshop.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onlineproductionworkshop.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onlineproductionworkshop.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onlineproductionworkshop.wordpress.com/164/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onlineproductionworkshop.wordpress.com&amp;blog=8056937&amp;post=164&amp;subd=onlineproductionworkshop&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onlineproductionworkshop.wordpress.com/2009/08/23/file-management-101/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/217e5cc48d674640aef5231381415628?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">onlineproductionworkshop</media:title>
		</media:content>

		<media:content url="http://onlineproductionworkshop.files.wordpress.com/2009/08/logical-file-structure.png" medium="image">
			<media:title type="html">logical-file-structure</media:title>
		</media:content>
	</item>
		<item>
		<title>Using Notepad as an HTML editor</title>
		<link>http://onlineproductionworkshop.wordpress.com/2009/08/17/using-notepad-as-a-html-editor/</link>
		<comments>http://onlineproductionworkshop.wordpress.com/2009/08/17/using-notepad-as-a-html-editor/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 09:07:45 +0000</pubDate>
		<dc:creator>onlineproductionworkshop</dc:creator>
				<category><![CDATA[HTML basics]]></category>
		<category><![CDATA[Notepad]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[TextEdit]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://onlineproductionworkshop.wordpress.com/?p=145</guid>
		<description><![CDATA[Want to create HTML files on a PC and can&#8217;t find TextEdit? The reason you can&#8217;t find it, is that it&#8217;s a Mac-only application. But don&#8217;t worry, Window&#8217;s PCs come with a similar program installed and ready to go. It&#8217;s called Notepad and you can find it in the Accessories sub-menu in the &#8216;All Programs&#8217; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onlineproductionworkshop.wordpress.com&amp;blog=8056937&amp;post=145&amp;subd=onlineproductionworkshop&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Want to create HTML files on a PC and can&#8217;t find TextEdit? The reason you can&#8217;t find it, is that it&#8217;s a Mac-only application.</p>
<p>But don&#8217;t worry, Window&#8217;s PCs come with a similar program installed and ready to go. It&#8217;s called Notepad and you can find it in the Accessories sub-menu in the &#8216;All Programs&#8217; menu under the Start menu.</p>
<div id="attachment_148" class="wp-caption aligncenter" style="width: 408px"><img class="size-full wp-image-148" title="notepad" src="http://onlineproductionworkshop.files.wordpress.com/2009/08/notepad.jpeg?w=398&#038;h=324" alt="Where to find Notepad on a Windows PC" width="398" height="324" /><p class="wp-caption-text">Where to find Notepad on a Windows PC</p></div>
<p>To create an HTML file, simply add .html to the end of the file name. For example, if you were making an &#8216;About Us&#8217; page, you would call it something like &#8216;about.html&#8217;</p>
<div id="attachment_149" class="wp-caption aligncenter" style="width: 469px"><img class="size-full wp-image-149" title="save-notepad" src="http://onlineproductionworkshop.files.wordpress.com/2009/08/save-notepad.jpeg?w=459&#038;h=280" alt="To create a new HTML file, simply open a new file in Notepad and save using the .html file extension" width="459" height="280" /><p class="wp-caption-text">To create a new HTML file, simply open a new file in Notepad and save using the .html file extension</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onlineproductionworkshop.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onlineproductionworkshop.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onlineproductionworkshop.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onlineproductionworkshop.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onlineproductionworkshop.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onlineproductionworkshop.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onlineproductionworkshop.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onlineproductionworkshop.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onlineproductionworkshop.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onlineproductionworkshop.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onlineproductionworkshop.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onlineproductionworkshop.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onlineproductionworkshop.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onlineproductionworkshop.wordpress.com/145/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onlineproductionworkshop.wordpress.com&amp;blog=8056937&amp;post=145&amp;subd=onlineproductionworkshop&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onlineproductionworkshop.wordpress.com/2009/08/17/using-notepad-as-a-html-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/217e5cc48d674640aef5231381415628?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">onlineproductionworkshop</media:title>
		</media:content>

		<media:content url="http://onlineproductionworkshop.files.wordpress.com/2009/08/notepad.jpeg" medium="image">
			<media:title type="html">notepad</media:title>
		</media:content>

		<media:content url="http://onlineproductionworkshop.files.wordpress.com/2009/08/save-notepad.jpeg" medium="image">
			<media:title type="html">save-notepad</media:title>
		</media:content>
	</item>
	</channel>
</rss>
