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

<channel>
	<title>Jordan Hall &#187; content</title>
	<atom:link href="http://jordanhall.co.uk/tag/content/feed/" rel="self" type="application/rss+xml" />
	<link>http://jordanhall.co.uk</link>
	<description>Jordan Hall - programmer and geek</description>
	<lastBuildDate>Thu, 19 Jan 2012 11:36:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Content Tags and Styling in HTML 5 Markup</title>
		<link>http://jordanhall.co.uk/web-applications-cloud-computing/content-over-styling-in-html-5-markup-46061023/</link>
		<comments>http://jordanhall.co.uk/web-applications-cloud-computing/content-over-styling-in-html-5-markup-46061023/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 12:28:46 +0000</pubDate>
		<dc:creator>Jordan Hall</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web, Applications & Cloud Computing]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML 5]]></category>
		<category><![CDATA[HTML 5 content tags]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[Reddit]]></category>
		<category><![CDATA[semantics]]></category>

		<guid isPermaLink="false">http://jordanhall.co.uk/?p=1023</guid>
		<description><![CDATA[Although some of the most talked about tags coming in HTML 5 are the video, audio and canvas tags, there are many other new tags which primarily focus around content. One of the aims of HTML 5 is to remove styling from the HTML mark-up and ensure all styling is defined within the cascading style sheets where [...]]]></description>
			<content:encoded><![CDATA[<p>Although some of the most talked about tags coming in HTML 5 are the video, audio and canvas tags, there are many other new tags which primarily focus around content. One of the aims of HTML 5 is to remove styling from the HTML mark-up and ensure all styling is defined within the cascading style sheets where it belongs.</p>
<p>In the vast majority of today&#8217;s websites, if a program is required to pick out a particular part of a HTML page, such as the main article, the sidebar or the top navigation, it would have to be programmed to do so on a per website and web page basis. This is because every website structures its HTML differently, unless based on an underlying package with a consistent HTML foot print.</p>
<p>Most current websites therefore use a variety of &lt;p&gt;, &lt;div&gt; and &lt;span&gt; tags to surround their content. These tags define style and do not obviously determine whether the contained content is part of the website&#8217;s navigation system or whether it is the main article or focus of the web page. The new HTML 5 tags aim to change this by explicitly defining content.</p>
<p>Defining content with specific HTML 5 tags will make websites easier to parse by computer programs. This could benefit accessibility readers for the blind and allow content aggregating systems and ‘mash-up’ websites to easily parse, link to and cite your articles. Content aggregation and automation of web page content retrieval is quite fundamental to some of the newer Web 2.0 sites and social networks. Good examples being Facebook&#8217;s automatic retrieval of web page information when a link is entered into a status update, or Reddit&#8217;s automatic thumbnail generation based on images found within the linked web page.</p>
<p>Here is a listed on related HTML content tags, as available from the W3C Schools website.</p>
<ul>
<li>&lt;article&gt; – Defines a main article on a page. Can include cite (citation) and pubdate (publishing date) attributes.</li>
<li>&lt;details&gt; – States content details for a specific section. Can include an open attribute defining whether or not the details within are visible to the end-user.</li>
<li>&lt;figcaption&gt; – States the caption for a figure as defined by the figure tag.</li>
<li>&lt;figure&gt; – Usually used to group a set of elements.</li>
<li>&lt;footer&gt; – Footer layout element. This is used to contain the footer content of the page, usually contains the website name, author and copyright information.</li>
<li>&lt;header&gt; – Header layout element. This tag is designed to contain the top header of a document, usually showing the website logo, page and/or company title and subtitle.</li>
<li>&lt;hgroup&gt; – A tag used to group together heading tags such as &lt;h1&gt;, &lt;h2&gt;, &lt;h3&gt; and so on.</li>
<li>&lt;keygen&gt; – A key generation tag which defines a generated (encryption) key that can be associated with a HTML form.</li>
<li>&lt;meter&gt; – The &lt;meter&gt; tag contains content which is deemed to be a measurement of some sort.</li>
<li>&lt;nav&gt; – The &lt;nav&gt; tags stands for navigation and is designed to surround navigation links, such as those present in a sidebar bar or navigational header/footer.</li>
<li>&lt;summary&gt; – The &lt;summary&gt; tag defines the title of a &lt;details&gt; element.</li>
<li>&lt;time&gt; – This tags contains content which is a statement or measurement of time and/or date/time.</li>
</ul>
<p>Unfortunately, it is likely that HTML 5 content tags with not be adopted completely for quite some time and there will likely continued use of existing HTML mark up and related styling of &lt;div&gt; and &lt;span&gt; tags for quite some time.</p>
]]></content:encoded>
			<wfw:commentRss>http://jordanhall.co.uk/web-applications-cloud-computing/content-over-styling-in-html-5-markup-46061023/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Importance of Being Social for Website Promotion and Search Engine Optimisation</title>
		<link>http://jordanhall.co.uk/social-media-search-engine-optimisation-seo/the-importance-of-being-social-for-website-promotion-and-search-engine-optimisation-4402553/</link>
		<comments>http://jordanhall.co.uk/social-media-search-engine-optimisation-seo/the-importance-of-being-social-for-website-promotion-and-search-engine-optimisation-4402553/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 11:00:44 +0000</pubDate>
		<dc:creator>Jordan Hall</dc:creator>
				<category><![CDATA[Social Media & Search Engine Optimisation (SEO)]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[nofollow]]></category>
		<category><![CDATA[Reddit]]></category>
		<category><![CDATA[Reddit alien]]></category>
		<category><![CDATA[search engine optimisation]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[social SEO]]></category>
		<category><![CDATA[viral marketing]]></category>
		<category><![CDATA[viral SEO]]></category>
		<category><![CDATA[website promotion]]></category>

		<guid isPermaLink="false">http://jordanhall.co.uk/?p=553</guid>
		<description><![CDATA[Some people think of search engine optimisation as being strictly building links and content, and that was very much the case before the advent of microblogging and social networking. Now being social is very important for search engine optimisation. Using social networking, social bookmarking and other such sites can really help boost your traffic, both [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_554" class="wp-caption alignright" style="width: 141px"><a href="http://jordanhall.co.uk/wp-content/uploads/2010/02/reddit-alien.jpg"><img class="size-medium wp-image-554 " title="The Reddit Alien" src="http://jordanhall.co.uk/wp-content/uploads/2010/02/reddit-alien-218x300.jpg" alt="The Reddit Alien" width="131" height="180" /></a><p class="wp-caption-text">The Reddit Alien - a great social bookmarking advantage</p></div>
<p>Some people think of search engine optimisation as being strictly building links and content, and that was very much the case before the advent of microblogging and social networking. Now <a href="http://ikanobori.jp/weblog/2008/12/15/seo-and-your-blog-more-social/">being social</a> is very important for search engine optimisation. Using social networking, social bookmarking and other such sites can really help boost your traffic, both via increased rankings and faster indexing in search engines as well as the potential for viral marketing and promotion of your content.</p>
<p>Let&#8217;s go over the main points. Using social methods of promotion for your website can help:</p>
<ol>
<li><strong>To get your site indexed faster</strong> &#8211; Promoting your site via services such as Reddit, Digg, Twitter, StumbleUpon and blog pinging services can ensure your site is indexed in search engines as fast as possible.</li>
<li><strong>To increase search engine rankings</strong> &#8211; Although many social bookmarking and similar sites now use &#8216;nofollow&#8217; rel tags on their links, there are still several services which do not. <a href="http://www.reddit.com/">Reddit</a>, a social news/bookmarking website that I have recently become addicted to, is a perfect example of a social website which does not use the &#8216;nofollow&#8217; rel tag on any of its links.</li>
<li><strong>To virally promote your content</strong> &#8211; Social bookmarking and news websites are great for promoting websites and interesting or funny website content in a viral nature. This can have a cascading effect for content this people find really interesting. To virally promote content, always ensure you post links to the relevant categories and in a way that makes the content seem interesting, either be being funny, outstanding or highly controversial.</li>
</ol>
<p>Overall, social networking and bookmarking websites are a fantastic tool for website and content promotion and for improving your search engine results page rankings. Most importantly, you should promote good quality and interesting content without looking incredibly spammy or promote spam like web content&#8230; there is enough of that on the Web already!</p>
]]></content:encoded>
			<wfw:commentRss>http://jordanhall.co.uk/social-media-search-engine-optimisation-seo/the-importance-of-being-social-for-website-promotion-and-search-engine-optimisation-4402553/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vBulletin Fake User Plugin &#8211; Good or bad?</title>
		<link>http://jordanhall.co.uk/social-media-search-engine-optimisation-seo/vbulletin-fake-user-plugin-good-or-bad-4001463/</link>
		<comments>http://jordanhall.co.uk/social-media-search-engine-optimisation-seo/vbulletin-fake-user-plugin-good-or-bad-4001463/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 13:48:40 +0000</pubDate>
		<dc:creator>Jordan Hall</dc:creator>
				<category><![CDATA[Social Media & Search Engine Optimisation (SEO)]]></category>
		<category><![CDATA[Web, Applications & Cloud Computing]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[driving traffic to your forum]]></category>
		<category><![CDATA[fake user]]></category>
		<category><![CDATA[fake user count]]></category>
		<category><![CDATA[forum boards]]></category>
		<category><![CDATA[vBulletin]]></category>
		<category><![CDATA[vbulletin fake members]]></category>
		<category><![CDATA[vBulletin Fake User plugin]]></category>

		<guid isPermaLink="false">http://jordanhall.co.uk/?p=463</guid>
		<description><![CDATA[This article is pulled from a previous site of mine, and relates to the starting of a forum board and the negative cycle of not having enough users registered to entice new users to join. It primarily focuses around the idea of using a vBulletin plugin to artificially inflate the number of online users in [...]]]></description>
			<content:encoded><![CDATA[<p>This article is pulled from a previous site of mine, and relates to the starting of a forum board and the negative cycle of not having enough users registered to entice new users to join. It primarily focuses around the idea of using a vBulletin plugin to artificially inflate the number of online users in a vBulletin powered forum board.</p>
<blockquote><p>When starting a new forum board based on the vBulletin forum (or in fact an forum software), one of the most common problem is making the board popular and getting users to register. The problem most people face is that users will not register on a forum board that looks completely empty! I mean, who would?</p>
<p>So, how can you do this? People will not register if a board is empty – that much is obvious. I’ve recently had to artificially inflate the user count and online users for a vBulletin forum, by request of the forum board owner. Luckily, I found an excellent plugin which does just this. Not only does it increase the counts for online members and guests, but it also lists real usernames.</p>
<p>It is implemented by grabbing the existing member names from the database and appending them to user list at the bottom of the forum home. This plugin is very ingenius and pretty believable – good if you are starting up a new vBulletin powered forum board.</p>
<p>If you wish, you can read more about and download the <a href="http://www.vbulletin.org/forum/showthread.php?t=139402">vBulletin Fake User plugin</a>. Note that you will need a vBulletin.org account and a valid vBulletin license to download this plugin.</p></blockquote>
<p>Retrospectively, I do not believe this is necessarily the best manner in which to entice new users to any form of community for it provides little motivation to join beyond the active community. If the &#8216;active community&#8217; (which in this case, would not exist) produces no content worthy of the potential member&#8217;s time, why would they feel the need to register or sign up?</p>
<p>I have and still do run a few online communities, including vBulletin forum boards. During this time, I have found new and interesting content to the specific niche (if one exists) is the key for all forms of online social activity and indeed, for drawing in new users. If the content is interesting enough, people will come either in surges for time sensitive content or as a new member registration trickle effect over time.</p>
]]></content:encoded>
			<wfw:commentRss>http://jordanhall.co.uk/social-media-search-engine-optimisation-seo/vbulletin-fake-user-plugin-good-or-bad-4001463/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

