<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Customising your blog &#8211; some basic principles (Online Journalism Handbook)</title>
	<atom:link href="http://onlinejournalismblog.com/2011/10/19/customising-a-blog-some-basic-principles/feed/" rel="self" type="application/rss+xml" />
	<link>http://onlinejournalismblog.com/2011/10/19/customising-a-blog-some-basic-principles/</link>
	<description>A conversation.</description>
	<lastBuildDate>Mon, 21 May 2012 12:30:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Basic HTML Tag Tutorial &#171; Manasiya MohsinHusen</title>
		<link>http://onlinejournalismblog.com/2011/10/19/customising-a-blog-some-basic-principles/#comment-277953</link>
		<dc:creator>Basic HTML Tag Tutorial &#171; Manasiya MohsinHusen</dc:creator>
		<pubDate>Sun, 08 Jan 2012 09:06:33 +0000</pubDate>
		<guid isPermaLink="false">http://onlinejournalismblog.com/?p=15222#comment-277953</guid>
		<description>[...] Customising your blog &#8211; some basic principles (Online Journalism Handbook) (onlinejournalismblog.com) [...]</description>
		<content:encoded><![CDATA[<p>[...] Customising your blog &#8211; some basic principles (Online Journalism Handbook) (onlinejournalismblog.com) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bookmarks for October 18th to October 23rd &#124; Track 23</title>
		<link>http://onlinejournalismblog.com/2011/10/19/customising-a-blog-some-basic-principles/#comment-169418</link>
		<dc:creator>Bookmarks for October 18th to October 23rd &#124; Track 23</dc:creator>
		<pubDate>Sun, 23 Oct 2011 19:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://onlinejournalismblog.com/?p=15222#comment-169418</guid>
		<description>[...] Customising your blog &#8211; some basic principles (Online Journalism Handbook) &#124; Online Journalism... &#8211; A good summing by Paul Brasdshaw up of what to look for to customise any blog [...]</description>
		<content:encoded><![CDATA[<p>[...] Customising your blog &ndash; some basic principles (Online Journalism Handbook) | Online Journalism&#8230; &#8211; A good summing by Paul Brasdshaw up of what to look for to customise any blog [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Bradshaw</title>
		<link>http://onlinejournalismblog.com/2011/10/19/customising-a-blog-some-basic-principles/#comment-169028</link>
		<dc:creator>Paul Bradshaw</dc:creator>
		<pubDate>Sun, 23 Oct 2011 09:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://onlinejournalismblog.com/?p=15222#comment-169028</guid>
		<description>I think the tags were stripped out - any clues?</description>
		<content:encoded><![CDATA[<p>I think the tags were stripped out &#8211; any clues?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Bradshaw</title>
		<link>http://onlinejournalismblog.com/2011/10/19/customising-a-blog-some-basic-principles/#comment-167557</link>
		<dc:creator>Paul Bradshaw</dc:creator>
		<pubDate>Fri, 21 Oct 2011 19:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://onlinejournalismblog.com/?p=15222#comment-167557</guid>
		<description>Thanks Lorelle - the example does include the title and alt selectors (attributes). But that comes a couple lines after starting with the most basic attribute (href) and building from there. My judgement call was that starting with 3 different selectors would have made it harder to understand. 

Also, this was not a tutorial in writing HTML but in customising style, i.e. CSS, so there&#039;s a different objective here. 

I have clarified the lines after the alt/title example to emphasise the need for these and point to your comment, so thanks for highlighting it.

PS: I&#039;m not sure what the first example of HTML is that you refer to when you say the entities need correcting - can you provide more detail?</description>
		<content:encoded><![CDATA[<p>Thanks Lorelle &#8211; the example does include the title and alt selectors (attributes). But that comes a couple lines after starting with the most basic attribute (href) and building from there. My judgement call was that starting with 3 different selectors would have made it harder to understand. </p>
<p>Also, this was not a tutorial in writing HTML but in customising style, i.e. CSS, so there&#8217;s a different objective here. </p>
<p>I have clarified the lines after the alt/title example to emphasise the need for these and point to your comment, so thanks for highlighting it.</p>
<p>PS: I&#8217;m not sure what the first example of HTML is that you refer to when you say the entities need correcting &#8211; can you provide more detail?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorelle</title>
		<link>http://onlinejournalismblog.com/2011/10/19/customising-a-blog-some-basic-principles/#comment-167549</link>
		<dc:creator>Lorelle</dc:creator>
		<pubDate>Fri, 21 Oct 2011 18:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://onlinejournalismblog.com/?p=15222#comment-167549</guid>
		<description>Good overview for journalists, however you are doing them a disservice in a few places. The HTML anchor (link) and image tags are not properly formed and the showcased usage violates web standards for accessibility, and could result in fines and penalties if published that way on public, government, or other qualified sites covered by each country&#039;s equal access laws. The UK and Canada have some of the strongest laws and the US is catching up next year. 

A properly formed link must include the &quot;title&quot; selector (attribute) to describe the destination link. The image must include the alternative description (ALT) and/or the optional &quot;title&quot; description in order to comply with web standards. 

These are also key areas that influence SEO, so they are good for many reasons. 

Writing in HTML is also highly recommended for journalists to learn. It&#039;s faster than dealing with WYSIWYG editors and allow more control over the final outcome. This doesn&#039;t mean they have to learn a new language or become a programmer. There are 9-11 core HTML tags used in all web posts/articles, not much more than the average number of words a person learns while traveling in a foreign country. Most are easy like strong and emphasis as they match word processing structures. 

This is a good overview but let&#039;s not forget the most basic rules that protect not just the writer but the hosting publication and makes the page readable and accessible by all.

PS: Please fix the first example of HTML to correct the HTML character entities so it makes sense and is more readable. Thanks.</description>
		<content:encoded><![CDATA[<p>Good overview for journalists, however you are doing them a disservice in a few places. The HTML anchor (link) and image tags are not properly formed and the showcased usage violates web standards for accessibility, and could result in fines and penalties if published that way on public, government, or other qualified sites covered by each country&#8217;s equal access laws. The UK and Canada have some of the strongest laws and the US is catching up next year. </p>
<p>A properly formed link must include the &#8220;title&#8221; selector (attribute) to describe the destination link. The image must include the alternative description (ALT) and/or the optional &#8220;title&#8221; description in order to comply with web standards. </p>
<p>These are also key areas that influence SEO, so they are good for many reasons. </p>
<p>Writing in HTML is also highly recommended for journalists to learn. It&#8217;s faster than dealing with WYSIWYG editors and allow more control over the final outcome. This doesn&#8217;t mean they have to learn a new language or become a programmer. There are 9-11 core HTML tags used in all web posts/articles, not much more than the average number of words a person learns while traveling in a foreign country. Most are easy like strong and emphasis as they match word processing structures. </p>
<p>This is a good overview but let&#8217;s not forget the most basic rules that protect not just the writer but the hosting publication and makes the page readable and accessible by all.</p>
<p>PS: Please fix the first example of HTML to correct the HTML character entities so it makes sense and is more readable. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james crawford</title>
		<link>http://onlinejournalismblog.com/2011/10/19/customising-a-blog-some-basic-principles/#comment-164876</link>
		<dc:creator>james crawford</dc:creator>
		<pubDate>Wed, 19 Oct 2011 14:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://onlinejournalismblog.com/?p=15222#comment-164876</guid>
		<description>This is a good post.  It is important to understand these terms like CSS, HTML etc etc so you can talk to techies, or understand how your content is presented and why.  

I don&#039;t think that the majority of journalists need to worry too much about this though, especially if they use a user friendly CMS like Wordpress.

Good on you if you do learn all this though</description>
		<content:encoded><![CDATA[<p>This is a good post.  It is important to understand these terms like CSS, HTML etc etc so you can talk to techies, or understand how your content is presented and why.  </p>
<p>I don&#8217;t think that the majority of journalists need to worry too much about this though, especially if they use a user friendly CMS like WordPress.</p>
<p>Good on you if you do learn all this though</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergi Xaudiera</title>
		<link>http://onlinejournalismblog.com/2011/10/19/customising-a-blog-some-basic-principles/#comment-164814</link>
		<dc:creator>Sergi Xaudiera</dc:creator>
		<pubDate>Wed, 19 Oct 2011 12:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://onlinejournalismblog.com/?p=15222#comment-164814</guid>
		<description>Paul, nice post as usual! 

On the html part I would have added some HTML5 for example new tags as:    </description>
		<content:encoded><![CDATA[<p>Paul, nice post as usual! </p>
<p>On the html part I would have added some HTML5 for example new tags as:    </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Addition: Customising your blog &#171; Online Journalism Handbook</title>
		<link>http://onlinejournalismblog.com/2011/10/19/customising-a-blog-some-basic-principles/#comment-164603</link>
		<dc:creator>Addition: Customising your blog &#171; Online Journalism Handbook</dc:creator>
		<pubDate>Wed, 19 Oct 2011 07:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://onlinejournalismblog.com/?p=15222#comment-164603</guid>
		<description>[...] at the Online Journalism Blog I&#8217;ve posted an extra section on basic principles in customising a blog. The post covers the 3 main languages used in blogs &#8211; CSS, HTML and PHP &#8211; how those [...]</description>
		<content:encoded><![CDATA[<p>[...] at the Online Journalism Blog I&#8217;ve posted an extra section on basic principles in customising a blog. The post covers the 3 main languages used in blogs &#8211; CSS, HTML and PHP &#8211; how those [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

