<?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>Priocept</title>
	<atom:link href="http://priocept.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://priocept.com</link>
	<description>internet technology consultants</description>
	<lastBuildDate>Fri, 18 May 2012 12:55:33 +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>Cookies and European Law 2012</title>
		<link>http://priocept.com/2012/04/10/cookies-and-european-law-2012/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cookies-and-european-law-2012</link>
		<comments>http://priocept.com/2012/04/10/cookies-and-european-law-2012/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 09:00:46 +0000</pubDate>
		<dc:creator>David Lampkin</dc:creator>
				<category><![CDATA[Blog Articles]]></category>
		<category><![CDATA[Internet Technologies]]></category>
		<category><![CDATA[Process and Project Management]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://priocept.com/?p=2617</guid>
		<description><![CDATA[Information and advice from Priocept on making your website compliant with the European Union ePrivacy Directive.
]]></description>
			<content:encoded><![CDATA[<h2>Introduction<br />
</h2>
<p>In 2009 the European Commission issued an amendment to the 2003 E-Privacy Directive requiring consent for the storage of information on user devices.  The British Government, and all other member states, passed this into law in 2011.   Prior to the introduction of the new legislation the government made it clear that in the first year they would not be enforcing the new rules, allowing businesses time to prepare for the changes.  This so called &#8220;amnesty period&#8221; comes to an end in May 2012.
</p>
<p>In their latest guidance document, the British government&#8217;s information regulatory office, the <a href="http://en.wikipedia.org/wiki/Information_Commissioner%27s_Office">Information Commissioner&#8217;s Office</a> (ICO), offers detailed guidelines on how businesses might comply with the new regulation.
</p>
<p>There follows a brief outline of the December 2011 guidelines.
</p>
<h2>Why now?<br />
</h2>
<p>The legislation was prompted by concerns about online tracking and spyware i.e. information stored on users PC&#8217;s which is used to identify them without their knowledge.
</p>
<h2>What does it cover?<br />
</h2>
<p>It covers cookies (both persistent and non-persistent), &#8220;Shared objects&#8221; (e.g. Flash Cookies and Silverlight Isolated Storage objects) and web bugs (e.g. information hidden in gif files).
</p>
<p>Importantly it applies to any information about a user and <strong>not</strong> just <a href="http://en.wikipedia.org/wiki/Personally_identifiable_information">Personally Identifiable Information</a> (PII).
</p>
<h2>Consent<br />
</h2>
<p>There are three classifications of consent.  Understanding these is important in assessing any necessary compliance measures.
</p>
<h4>&#8216;Assumed&#8217; Prior<br />
</h4>
<p style="margin-left: 36pt">This describes the act of getting consent after a cookie has already been created.  This is not how consent normally works and is likely to confuse users.  In the case of older web sites the ICO suggests that this will be acceptable provided there is a prominently displayed &#8220;About Cookies&#8221; in the sites header area, and site owners show that they&#8217;ve made some effort to reduce the intrusiveness and life time of such cookies.<sup>1</sup>
	</p>
<h4>Implied<br />
</h4>
<p style="margin-left: 36pt">Where it is assumed the user knows that cookies are being used. In the future when browsers allow users to configure their preferences this will constitute &#8220;implied consent&#8221;.  However browser based opt-in strategies are not widely supported at present. In fact the success of these future opt-in strategies is, in part, dependent upon the current generation of web sites educating users about cookies.
</p>
<h4>User/Subscriber<br />
</h4>
<p style="margin-left: 36pt">This describes issues around services a user or subscriber<sup>3</sup> has signed up for, and which require cookies to work correctly.  Incidentally, no distinction is made between the user/subscriber parties as far as consent goes.  It is an interesting distinction though, and is intended to distinguish a business user acting on behalf of a business, and home user acting on behalf of themselves.
</p>
<p>The recommended approach for existing web sites is to make information about cookies clearly visible, along with options to disable them (along with a warning of the implications of doing so).<sup>4   </sup>For new build web sites, consent will need to be gained prior to setting any cookies.  This might take the form of a check box clearly labelled on the T&#8217;s &amp; C&#8217;s screen for example.
</p>
<h2>Cookie Types<br />
</h2>
<p>There are a few different categories of cookie, each presenting its own particular challenges.
</p>
<h4>Session Cookies</h4>
<p style="margin-left: 36pt">These are used to overcome the stateless nature of the HTTP protocol in tracking a user&#8217;s interactions with a web site during each visit.  They exist only as long as a user is viewing a web site and are removed when the browser hosting the session is closed.  For this reason they are viewed as less intrusive and if used simply to support the sites functionality are deemed to be exempt from a requirement to gain consent.<sup>5</sup>
			</p>
<p style="margin-left: 36pt">Making users aware, with very prominent links to information about such cookies, is the advised approach to maintaining compliance.<sup>2</sup>
			</p>
<h4>Persistent Cookies<br />
</h4>
<p style="margin-left: 36pt">These are cookies persisted between sessions.  They can be shared across several sites and can be used to target advertising, or to record visitors preferences, or for analytical purposes.  These types of cookies do require consent.
</p>
<h4>First and Third Party Cookies</h4>
<p style="margin-left: 36pt">First party cookies are those placed by web site the user is visiting (i.e. the &#8220;originating domain&#8221;) while third party cookies are placed by the web site on behalf of a domain not being visited by the user.   For example if I visit <a href="http://www.ebay.co.uk">www.ebay.co.uk</a> and it places a cookie to record my user preferences this is a first party cookie, and if eBay then places a cookie on behalf of an analytics service, say analytics.google.com, this cookie is a &#8220;third party cookie&#8221;.
</p>
<p>If a site is using third party cookies, the ICO recommend that the site owners have a contractual agreement with this third party governing their cookies behaviour.<sup>6</sup>
			</p>
<h2>What Should You Do Now?</h2>
<p>Doing nothing is not an option and is likely to bring the site owner into conflict with the law.<sup>7</sup>
	</p>
<p>The ICO recommends taking the following steps:
</p>
<ul>
<li>Perform an audit of cookies being used i.e. identify cookies and their purpose, the data they hold, any links to  (PII) data, their life time, their originating domain, and  check existing privacy policy
</li>
<li>Assess how intrusive they are
</li>
<li>Where consent is deemed necessary decide how it might be obtained
</li>
</ul>
<p>The IOC guidance document then goes on to advise on a number of practical ways to acquire consent.  These are mostly common sense but the more interesting are:
</p>
<ul>
<li>In the case of Services being offered consent could be part of the T&#8217;s and C&#8217;s
</li>
<li>If the site has a user setup it could be obtained as a step in the setup process
</li>
<li>If the site offers features that require 3<sup>rd</sup> party cookies enabling such feature might require consenting to cookies
</li>
</ul>
<h2>Further Reading<br />
</h2>
<p>See the ICO guidelines <a href="http://www.ico.gov.uk/~/media/documents/library/Privacy_and_electronic/Practical_application/advice_on_the_new_cookies_regulations.ashx">here</a>.
</p>
<p>For information about cookies in general the &#8220;All About Cookies&#8221; web site is hard to beat. It is located <a href="http://www.allaboutcookies.org/">here</a>.
</p>
<p>
 </p>
<p><sup>1 </sup>IOC Guidance on the rules on use of cookies and similar technologies [December 2011] p. 6<sup><br />
		</sup></p>
<p><sup>2 </sup>as above p. 6-7
</p>
<p><sup>3 </sup> A  subscriber is in the party which pays for the line (important in the case of a business) and a user  is, well, a user.
</p>
<p><sup>4 </sup>as above p. 7
</p>
<p><sup>5 </sup>as above p. 8-10
</p>
<p><sup>6    </sup>as above p. 10
</p>
<p><sup>7 </sup>A fine of up to £500 000 is the maximum penalty the ICO can impose.</p>
]]></content:encoded>
			<wfw:commentRss>http://priocept.com/2012/04/10/cookies-and-european-law-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Case Study: Magnolia CMS Development and PIM Integration for ITW</title>
		<link>http://priocept.com/2012/03/16/case-study-magnolia-cms-development-and-pim-integration-for-itw/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=case-study-magnolia-cms-development-and-pim-integration-for-itw</link>
		<comments>http://priocept.com/2012/03/16/case-study-magnolia-cms-development-and-pim-integration-for-itw/#comments</comments>
		<pubDate>Fri, 16 Mar 2012 16:10:18 +0000</pubDate>
		<dc:creator>Priocept Case Studies</dc:creator>
				<category><![CDATA[Case Studies]]></category>
		<category><![CDATA[Magnolia]]></category>

		<guid isPermaLink="false">http://priocept.com/?p=2687</guid>
		<description><![CDATA[ITW Construction Products is a subsidiary of ITW (Illinois Tool Works), a diversified manufacturer of industrial technologies that employees 60,000 people worldwide and has annual revenues in excess of $15 billion.

In October 2011, ITW engaged Priocept to assist with the development of their Magnolia CMS platform and its integration with an inRiver PIM.]]></description>
			<content:encoded><![CDATA[<p>ITW Construction Products is a subsidiary of <a href="http://www.itw.com/">ITW (Illinois Tool Works)</a>, a diversified manufacturer of industrial technologies that employees 60,000 people worldwide and has annual revenues in excess of $15 billion.</p>
<p>In mid 2011, ITW selected <a href="http://www.magnolia-cms.com/">Magnolia</a> as the CMS platform for the re-launch of their UK construction products website.  In parallel, they selected <a href="http://www.inriver.com/">inRiver</a> as their PIM (<a href="http://en.wikipedia.org/wiki/Product_information_management">Product Information Management</a>) platform for managing product data including product specification and configuration, spare parts and accessories, and pricing information.</p>
<p>In October 2011, ITW engaged Priocept to assist with the development of the Magnolia CMS platform and its integration with the inRiver PIM.  Priocept used its extensive knowledge of both Magnolia CMS, and the underlying <a href="http://en.wikipedia.org/wiki/Content_repository_API_for_Java">Java Content Repository (JCR)</a> platform, to assist ITW’s internal development team not only in the development of the new CMS based website, but also in defining an overall CMS and PIM solution architecture.  This architecture was designed to allow modelling of product data within a JCR content repository, and integration of Magnolia CMS with the inRiver PIM to allow transfer of data between the PIM and the CMS, in turn allowing publication of product data to the web using Magnolia CMS, while allowing the definitive product data to be managed within the core PIM system.</p>
<p>Priocept also worked on-site at ITW to assist their internal development team with the setup of the overall Magnolia CMS web development environment and build and deployment processes, ensuring that ITW’s internal development team were quickly up to speed and achieved productivity with a technology that was initially unfamiliar to them.</p>
<h2>About Magnolia CMS</h2>
<p>After its first release in 2003, Magnolia quickly became a leading content management solution for the Java platform. Due to its easy-to-use web interface and open standards such as <a href="http://jcp.org/en/jsr/detail?id=170">JSR-170</a>, it is being used in several thousand installations world-wide.</p>
<p>Priocept has been working with Magnolia since 2009 and we have been working with the Java Content Repository (JCR) platform that underpins Magnolia since 2007.</p>
<h2>About inRiver PIM</h2>
<p>inRiver PIM manages the creation, maintenance and distribution of product information.  This includes management of product inventories, product specifications, translation and management of multi-lingual content, versioning of product data and attributes, planning of product assortments, and management of product variations and interrelationships such as links between a main product and the accessories or spare parts available for that product.</p>
<p>For companies with a large number of product <a href="http://en.wikipedia.org/wiki/Stock-keeping_unit">SKUs</a>, and a complex product data model, the product cataloguing features available in a web-focussed e-commerce or CMS platform may not be adequate for managing the entire suite of product data.  In this scenario, deployment of a dedicated PIM platform which is then integrated with the web platform, will provide a best of breed solution for both the product management team and the web or online marketing team, without compromise in either area.</p>
<h2>Contact Us</h2>
<p>Please contact Priocept for more information on Magnolia CMS or assistance with the integration of CMS and PIM systems in general.</p>
]]></content:encoded>
			<wfw:commentRss>http://priocept.com/2012/03/16/case-study-magnolia-cms-development-and-pim-integration-for-itw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO Migration: Why and How?</title>
		<link>http://priocept.com/2012/03/09/seo-migration-why-and-how/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=seo-migration-why-and-how</link>
		<comments>http://priocept.com/2012/03/09/seo-migration-why-and-how/#comments</comments>
		<pubDate>Fri, 09 Mar 2012 14:58:17 +0000</pubDate>
		<dc:creator>Media Run Search</dc:creator>
				<category><![CDATA[Blog Articles]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Process and Project Management]]></category>
		<category><![CDATA[MediaRun]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO Migration]]></category>

		<guid isPermaLink="false">http://priocept.com/?p=2572</guid>
		<description><![CDATA[A guest article from our SEO partner firm MediaRun about understanding the impact of website content and structural changes on search engine optimisation.]]></description>
			<content:encoded><![CDATA[<p>Every now and again we all tend to like change. Whether it’s because we are developing and moving up a proverbial ladder, keeping up with the latest fashion or just because we fancy something fresh and new, we tend to embrace most changes positively. As online marketers, progress and change is integral to our survival in the industry, as it is for all of our clients.</p>
<p>It is then easy to understand, that as a website owner you may occasionally want to make changes to your websites content, design or even entire structure. What you may not know is that by altering your site, whether it be:</p>
<ul>
<li>Tweaking your URLs (making them more appealing and easy to remember)</li>
<li>Restructuring your web content</li>
<li>Switching your CMS platform</li>
<li>Changing your domain name</li>
</ul>
<p>you place yourself in danger of adversely affecting the SEO equity of your site which often will have taken a long time and much investment to create.</p>
<p>It’s a sad fact that a very large number of website migrations result in a loss of Search Engine Result Page (SERP) rankings. If you were to consider that the site (<a href="www.mediarunsearch.co.uk">www.mediarunsearch.co.uk</a>) gains 64% of its traffic from the organic search engines positions, a slip in the rankings would be incredibly damaging for brand awareness and ultimately our business.</p>
<p>This is where SEO Migration comes in particularly useful. As a process it best works in 3 stages as described below.</p>
<h2>Analysis</h2>
<p>It is vital you know how your current (old) website works and how it’s being used. By understanding which pages are ranking highly in the SERPs, and which pages have high link equity, you can plan what is needed for each page to maintain or even improve their standings when launching a new site. This can be established by:</p>
<ul>
<li>Evaluating your traffic split and source</li>
<li>Defining your high priority keywords</li>
<li>Establishing what are the top landing pages</li>
<li>Analysis and benchmark of existing link equity</li>
</ul>
<h2>Planning</h2>
<p>Like anything planning is key. During a migration, the window of opportunity for a change round or alteration is like meeting someone famous off the TV. They’re generally shorter than you’d think! You have to make sure team members and developers know what they need to be working on and when and that someone is made responsible for this activity. Any lapse in time makes it more likely that your site’s rankings will be affected. So what specifically needs planning?</p>
<ul>
<li>Benchmarking rankings and traffic of your keywords</li>
<li>Mapping URLs on a like for like basis</li>
<li>Setting 301 rules</li>
<li>Discovering and annotating high quality links</li>
</ul>
<h2>Implementation</h2>
<p>Now that everyone knows what they’re doing and when, get stuck in! Given the strict time restrictions, you need to have someone leading the development team and ensuring everything is getting done on time. Checklist what you have planned and who is responsible. You are allowed to get a little flustered here. This is what we do to keep tempers at bay:</p>
<ul>
<li>Collaboration with web development teams</li>
<li>Rolling 301s</li>
<li>Cross checking HTTP status headers</li>
<li>Optimise and repurpose links (simple 301s don’t cut it)</li>
<li>Controlling and monitoring progress</li>
</ul>
<p>By following these processes, you are able to have your cake and thoroughly enjoy it. You get the fresh, new site design that your users will like and you don’t throw away all the effort you invested in SEO.</p>
<p><strong>This article was written by one of our guest bloggers, <a href="http://www.mediarunsearch.co.uk/">Mediarun</a>, a leading SEO agency.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://priocept.com/2012/03/09/seo-migration-why-and-how/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Priocept exhibiting at Sitecore Digital Trendspot 2012</title>
		<link>http://priocept.com/2012/03/09/priocept-exhibiting-at-sitecore-digital-trendspot-2012/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=priocept-exhibiting-at-sitecore-digital-trendspot-2012</link>
		<comments>http://priocept.com/2012/03/09/priocept-exhibiting-at-sitecore-digital-trendspot-2012/#comments</comments>
		<pubDate>Fri, 09 Mar 2012 11:52:35 +0000</pubDate>
		<dc:creator>Priocept News</dc:creator>
				<category><![CDATA[Priocept News]]></category>
		<category><![CDATA[Sitecore]]></category>
		<category><![CDATA[content management systems]]></category>
		<category><![CDATA[digital trendspot]]></category>
		<category><![CDATA[web content management]]></category>

		<guid isPermaLink="false">http://priocept.com/?p=2565</guid>
		<description><![CDATA[Our team will be available to discuss our <a href="/partners/sitecore/">recent work on the Sitecore platform</a> and more generally, how we are seeing WCM software becoming the foundation of all our web application implementations.
]]></description>
			<content:encoded><![CDATA[<p>Priocept will be exhibiting at Sitecore&#8217;s Digital Trendspot event in London on 15th March 2012. Our team will be available to discuss our <a href="http://priocept.com/partners/sitecore/">recent work on the Sitecore platform</a> and more generally, how we are seeing WCM software becoming the foundation of all our web application implementations.</p>
<p><a href="mailto:info@priocept.com">Drop us an email</a> if you are attending the event and would like to discuss your project or support requirements.</p>
<p>The event runs from 8.30am to 5.30pm at the Tower Hotel, London, E1W 1LD. More information can be found at: <a href="http://www.sitecore.net/Events/TrendspotUK2012/" target="_blank">http://www.sitecore.net/Events/TrendspotUK2012/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://priocept.com/2012/03/09/priocept-exhibiting-at-sitecore-digital-trendspot-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Twitter Links are Broken</title>
		<link>http://priocept.com/2012/02/09/why-twitter-links-are-broken/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=why-twitter-links-are-broken</link>
		<comments>http://priocept.com/2012/02/09/why-twitter-links-are-broken/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 14:08:22 +0000</pubDate>
		<dc:creator>David Lampkin</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://priocept.com/?p=2482</guid>
		<description><![CDATA[It is well known that Twitter enforces a maximum size of 140 characters per tweet. This lead to the adoption of link shortening services as a workaround for posting tweets containing long links, which worked OK until Twitter implemented their own "t.co" link shortening which is a not-very-good copy of a workaround that was not ideal in the first place.]]></description>
			<content:encoded><![CDATA[<p>It is well known that Twitter enforces a maximum size of 140 characters per tweet. While completely arbitrary (originally chosen for SMS compatibility), this limit is part of the charm, identity and appealing simplicity of the service (ignoring those that choose to annoyingly tweet long paragraphs as multiple tweets).</p>
<p>But Twitter also doesn&#8217;t have any concept of structured data or attachments associated with a tweet, which means that links have to be posted in the body of the tweet content. Aside from causing ugly looking content, this also causes a problem with long URLs that use up most of the 140 characters.</p>
<p>Twitter originally left the solution to this problem (shortening of links via an intermediary link) to third party services like <a href="http://tinyurl.com/">http://tinyurl.com/</a> (and then <a href="http://bit.ly/">http://bit.ly/</a> for those desperate to save another four characters).</p>
<p>However, more recently Twitter implemented its own link shortening service that converts all links to the form <em>http://t.co/abcdefgh</em>.  Twitter describes this new service as follows &#8211; <a href="http://t.co/"><em>&#8220;Twitter uses the t.co domain as part of a service to protect users from harmful activity, to provide value for the developer ecosystem, and as a quality signal for surfacing relevant, interesting Tweets.&#8221;</em></a> &#8211; whatever that means.</p>
<p><strong>Here&#8217;s why this t.co approach is completely broken:</strong></p>
<ol>
<li>First of all, link shortening is now not only automatic but is also enforced &#8211; you can no longer insert a link that is NOT shortened. This doesn&#8217;t make sense and <a href="http://support.twitter.com/entries/109623">Twitter&#8217;s rationale</a> is weak, but by enforcing link shortening it just magnifies the impact of all the related issues that follow below.</li>
<li>&#8220;Shortened&#8221; links can actually get longer (<em>&#8220;visit priocept.com&#8221;</em> becomes <em>&#8220;visit http://t.co/abcdefgh&#8221;</em> which increases the link size from 12 to 20 characters!).  Twitter originally only implemented link shortening on links of <a href="https://dev.twitter.com/discussions/1062">19 characters or longer</a>.  But now they just <a href="http://support.twitter.com/articles/78124">&#8220;shorten&#8221; everything regardless</a>.</li>
<li>Shortened links also means that references to brand names that look like web addresses get messed up and the brand name is lost, for example the tweet &#8220;I just checked out brandname.co.uk &#8211; great site&#8221; becomes &#8220;I just checked out http://t.co/abcdefgh &#8211; great site&#8221; which loses all its context and actually loses all value completely if you are offline and can&#8217;t click the link to find out where the link goes to. If you have a company name that ends in .com then you&#8217;ll have to put it in quotes every time or Twitter is going to strip your company name out!  <a href="http://support.twitter.com/articles/78124">Twitter claim that the original link will still be shown</a>, but this doesn&#8217;t apply if you are viewing the tweet from a third-party application that doesn&#8217;t implement the &#8220;unshortening&#8221; process.</li>
<li>The reliance on the .co top level domain (assigned to the Republic of Colombia) is also very strange and unwise. Here we have a key piece of internet infrastructure used by millions and it relies on a domain run by Colombia? Who could presumably switch off the t.co service if they chose to?</li>
<li>Next there are the security implications of shortening links and hiding their ultimate destination. If I see a link to companyname.com, then I can take a view on whether I trust that company and wish to follow the link. But if I see http://t.co/abcdefgh then I have no knowledge of where I am going to end up and if it is a safe site to visit. So I have to fall back to trusting the tweeter who posted the link.</li>
<li>Next there is the issue of information loss with the use of t.co links. If I archive Twitter feeds, then there is a chance that in years to come when I look back at those Tweets, that any t.co links may not work. The domain may no longer exist, the service may have been taken down by Twitter, or Twitter may not even exist as a company any more. And if you think this seems likely, consider that historians could be reading through today&#8217;s tweets hundreds of years from now. Samuel Pepys&#8217;s diary wouldn&#8217;t be much use to us now if it contained content like &#8220;today I walked down abcdefgh street&#8221; and the lookup from abcdefgh to the real street name had been lost in the intervening hundreds of years.</li>
</ol>
<p>But ultimately, the main reason that the whole t.co approach is truly broken is that it is a copy of a workaround implemented by tinyurl.com, bit.ly, etc. Twitter own the underlying platform so could have implemented a better solution rather than just copying someone else’s solution.</p>
<p>Why did they not just simply add support for structured metadata attached to a tweet? Then we could have links that were separate from the body of the tweet. This would eliminate the whole link shortening business, and also allow for big improvements in the user experience and readability of tweets by moving all that nasty http:// mess out of the body of the content.  Even the<a href="http://www.theinquirer.net/inquirer/news/1558680/berners-lee-regrets-double-slash"> inventor of aitch-tee-tee-pee-colon-double-slash admits that it is a bit of a mess</a> so we should be trying to use it less not more!</p>
<p>As one of the internet&#8217;s key services and most iconic brands, we should expect more innovation from Twitter and more focus on the user experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://priocept.com/2012/02/09/why-twitter-links-are-broken/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

