<?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; Facebook</title>
	<atom:link href="http://jordanhall.co.uk/tag/facebook/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>Ubuntu 10.04 Lucid Lynx&#8217;s Social Networking Features</title>
		<link>http://jordanhall.co.uk/ubuntu-linux/ubuntu-10-04-lucid-lynxs-social-networking-features-0801414/</link>
		<comments>http://jordanhall.co.uk/ubuntu-linux/ubuntu-10-04-lucid-lynxs-social-networking-features-0801414/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 11:43:08 +0000</pubDate>
		<dc:creator>Jordan Hall</dc:creator>
				<category><![CDATA[Social Media & Search Engine Optimisation (SEO)]]></category>
		<category><![CDATA[Ubuntu & Linux]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[identi.ca]]></category>
		<category><![CDATA[instant messaging]]></category>
		<category><![CDATA[Lucid Lynx]]></category>
		<category><![CDATA[Mark Shuttleworth]]></category>
		<category><![CDATA[Me Menu]]></category>
		<category><![CDATA[mock-up]]></category>
		<category><![CDATA[social integration]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Ubuntu 10.04]]></category>
		<category><![CDATA[Ubuntu Me Menu]]></category>
		<category><![CDATA[Ubuntu One]]></category>

		<guid isPermaLink="false">http://jordanhall.co.uk/?p=414</guid>
		<description><![CDATA[Social media and social networking are huge now-a-days, with Twitter, Facebook and the like being hugely successful at keeping friends and family in touch. Now only that, but social networks are huge for charities, with many causes being supported and heavily promoted via social networking. Corporations and business use social networking too to promote their products and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://jordanhall.co.uk/social-media-search-engine-optimisation-seo/">Social media</a> and social networking are huge now-a-days, with <a href="http://jordanhall.co.uk/tag/twitter/">Twitter</a>, <a href="http://jordanhall.co.uk/tag/facebook/">Facebook</a> and the like being hugely successful at keeping friends and family in touch. Now only that, but social networks are huge for charities, with many causes being supported and heavily promoted via social networking. Corporations and business use social networking too to promote their products and services to users in a manner which is so relevant that they tend not to annoy as is generally the case with more corporate advertising.</p>
<p>With the currently in development, <a href="http://jordanhall.co.uk/ubuntu-linux/">Ubuntu</a> 10.04, codenamed Lucid Lynx, the development road map is set to take huge advantage of the major social networks. Common social networking actions, such as updating your Facebook status, or sending a Tweet to your friends are set to be integrated directly into the operating system allowing users to keep their friends up-to-date and share information without the need to even open a web browser.</p>
<p>Take a look at the image below. This is a basic mock-up of the new social menu codenamed the &#8216;Me Menu&#8217;, which is aimed to become to a simple, centralised way to manage your social activities. It has options for a user avatar, multiple social networks, instant messaging and microblogging services and the setting and broadcast of custom and preset statuses and microblogs.</p>
<p style="text-align: center;"><a href="http://jordanhall.co.uk/wp-content/uploads/2010/01/ubuntu-me-menu-mockup.png"><img class="size-full wp-image-416" title="Ubuntu Me Menu Mockup" src="http://jordanhall.co.uk/wp-content/uploads/2010/01/ubuntu-me-menu-mockup.png" alt="Ubuntu Me Menu Mockup" width="251" height="365" /></a></p>
<p>This clever menu will link into other social applications, like your instance messaging application. In others words, you set your status in the me menu, and the update is reflected automatically in all your social networks and configured social applications. Related to this, in the diagram above, &#8216;Chat Accounts&#8230;&#8217; will refer to all forms of instant messaging and direct communications, while &#8216;Broadcast Accounts&#8217; will refer to social networks which allow you to share a status update such as Twitter, Facebook and identi.ca.</p>
<p>The <a href="http://jordanhall.co.uk/tag/ubuntu-one/">Ubuntu One</a> service will also be integrated into the Me Menu and Ubuntu&#8217;s new social infrastructure. This will allow social network information to be synchronised and related to your Ubuntu One login, along with the existing file synchronisation, contact management and note synchronisation services already offered by Ubuntu One.</p>
<p>The Me Menu will be the overall representation of &#8216;you&#8217; within Ubuntu. If you want more information regarding the Me Menu, which is to become the central social network integrations of Ubuntu, you can take a look at the <a href="https://wiki.ubuntu.com/MeMenu">design specification</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jordanhall.co.uk/ubuntu-linux/ubuntu-10-04-lucid-lynxs-social-networking-features-0801414/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Facebook &#8211; Privacy changes (December 2009)</title>
		<link>http://jordanhall.co.uk/social-media-search-engine-optimisation-seo/facebook-privacy-changes-december-2009-3312109/</link>
		<comments>http://jordanhall.co.uk/social-media-search-engine-optimisation-seo/facebook-privacy-changes-december-2009-3312109/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 22:15:33 +0000</pubDate>
		<dc:creator>Jordan Hall</dc:creator>
				<category><![CDATA[Social Media & Search Engine Optimisation (SEO)]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Facebook privacy changes]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://jordanhall.co.uk-b53b3a3d6ab90ce0268229151c9bde11</guid>
		<description><![CDATA[Facebook will soon be implementing privacy changes shortly will will involve the elimination of the current regional friend networks which exist. This change is being justified by the fact that most regional networks have become so large that privacy changes based upon restricting within these groups becomes meaningless or alternatively too restrictive. Facebook founder Mark [...]]]></description>
			<content:encoded><![CDATA[<p>Facebook will soon be implementing privacy changes shortly will will involve the elimination of the current regional friend networks which exist. This change is being justified by the fact that most regional networks have become so large that privacy changes based upon restricting within these groups becomes meaningless or alternatively too restrictive.</p>
<p>Facebook founder Mark Zuckerberg, wrote the following in <a href="http://blog.facebook.com/blog.php?post=190423927130" target="_blank">an open letter to Facebook</a>.</p>
<p>    &#8220;However, as Facebook has grown, some of these regional networks now have millions of members and weve concluded that this is no longer the best way for you to control your privacy. Almost 50 percent of all Facebook users are members of regional networks, so this is an important issue for us. If we can build a better system, then more than 100 million people will have even more control of their information.
</p>
<p>
    The plan weve come up with is to remove regional networks completely and create a simpler model for privacy control where you can set content to be available to only your friends, friends of your friends, or everyone.
</p>
<p>
    Were adding something that many of you have asked for &#8211; the ability to control who sees each individual piece of content you create or upload. In addition, well also be fulfilling a request made by many of you to make the privacy settings page simpler by combining some settings. If you want to read more about this, we began discussing this plan back in July.
</p>
<p>
    Since this update will remove regional networks and create some new settings, in the next couple of weeks well ask you to review and update your privacy settings. Youll see a message that will explain the changes and take you to a page where you can update your settings. When youre finished, well show you a confirmation page so you can make sure you chose the right settings for you. As always, once youre done youll still be able to change your settings whenever you want.&#8221;</p>
</p>
<p>What do you think? Should Facebook change to this system? Are the regional networking features redundant now or are regional networks useful to you?</p>
]]></content:encoded>
			<wfw:commentRss>http://jordanhall.co.uk/social-media-search-engine-optimisation-seo/facebook-privacy-changes-december-2009-3312109/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

