<?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>dtsn &#187; Blogging</title>
	<atom:link href="http://dtsn.co.uk/category/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://dtsn.co.uk</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 17 Aug 2010 13:18:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>TweetTabs &amp; @Anywhere</title>
		<link>http://dtsn.co.uk/2010/07/14/tweettabs-anywhere/</link>
		<comments>http://dtsn.co.uk/2010/07/14/tweettabs-anywhere/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 19:52:11 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[TweetTabs]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[dtsn]]></category>
		<category><![CDATA[@Anywhere]]></category>

		<guid isPermaLink="false">http://dtsn.co.uk/?p=787</guid>
		<description><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 3px 0px 0px 10px;">
			<br />
				<br />
			
		</div>
<p><em>This was presented at Devnest 9</em>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 3px 0px 0px 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdtsn.co.uk%2F2010%2F07%2F14%2Ftweettabs-anywhere%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;source=dtsn&amp;style=normal&amp;service=is.gd&amp;hashtags=%40Anywhere,TweetTabs&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><em>This was presented at <a href="http://twitterdevelopernest.com/2010/05/devnest-%E2%80%93-london-twitter-developer-nest-9/">Devnest 9</a></em></p>
<p>Developers of Twitter probably heard of @Anywhere when it was launched at Chirp, it includes componants which will enhanch a web page. Which for twitter increases the engagement for their users. These componants are cool, but hardly anything to get excitited about. @Anywhere contains a fantastic secret underneth it&#8217;s hood and thats a fully JS-API. Thats right a method to interface with the Twitter API entirely in JavaScript. This is because @Anywhere provides the means to authenticate a user via OAuth using their new Twitter Connect window.</p>
<p>Authenticated users can achieve a lot more using the API, therefore the JS-API now lets you practically do anything that the regular API can. This is really exciting because it means that i can finally turn TweetTabs into a fully Twitter client built entirely in JavaScript.</p>
<p>Here&#8217;s a quick example of how easy it is to post a status update using @Anywhere:</p>
<pre name="code" class="js">
twttr.anywhere(function(T) {
if (T.isConnected()) {
T.status.Update(‘hello world’);
}
});
</pre>
<p>You can find a lot more information regarding @Anywhere over on the <a href="http://dev.twitter.com/anywhere">@Anywhere dev page</a>. You can also get a full list of <a href="http://platform.twitter.com/js-api.html">support methods</a>.</p>
<h2>TweetTabs</h2>
<p>So how does this all fit in with TweetTabs? Quite simply TweetTabs was never quite finished, i always intended it to be a fully Twitter Client and not just the search client that it became, this is because Twitter at the time of writing TweetTabs didn&#8217;t support any methods of OAuth through JavaScript. But now it does, so i&#8217;ve implemented it.</p>
<p>You can check out a very alpha version (which is my proof of concept) at <a href="http://beta.tweettabs.com">http://beta.tweettabs.com</a>. Please give feedback, I fully intend on integrating @Anywhere fully into TweetTabs.</p>
<h2>Downsides</h2>
<p>The real big problem with the JS-API part of @Anywhere is that it is not supported (at all), there is very little documentation and most of it has changed since it was released. So it really is down to trial and error!</p>
<h2>Slides</h2>
<p>Here are the slides from the talk.</p>
<p><object id="__sse4716451" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=dtsn-devnest9-100709020920-phpapp02&amp;rel=0&amp;stripped_title=dtsn-devnest9" /><param name="name" value="__sse4716451" /><param name="allowfullscreen" value="true" /><embed id="__sse4716451" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=dtsn-devnest9-100709020920-phpapp02&amp;rel=0&amp;stripped_title=dtsn-devnest9" name="__sse4716451" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://dtsn.co.uk/2010/07/14/tweettabs-anywhere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Presenting at Twitter Development Nest</title>
		<link>http://dtsn.co.uk/2010/06/30/presenting-at-twitter-development-nest/</link>
		<comments>http://dtsn.co.uk/2010/06/30/presenting-at-twitter-development-nest/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 09:37:28 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[dtsn]]></category>

		<guid isPermaLink="false">http://dtsn.co.uk/?p=781</guid>
		<description><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 3px 0px 0px 10px;">
			<br />
				<br />
			
		</div>
<p>Next week I will be presenting&#8230;</p>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 3px 0px 0px 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdtsn.co.uk%2F2010%2F06%2F30%2Fpresenting-at-twitter-development-nest%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;source=dtsn&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Next week I will be presenting the first, of what I hope to be many, presentation on what I do. This one will be focusing on Tweettabs and integrating @Anywhere support. It should be a interesting talk with lots of surprises.</p>
<p><strong>Tuesday 6th July, 6pm-9pm</strong></p>
<p><em>The Guardian<br />
King&#8217;s Place<br />
90 York Way<br />
N1 9AG London<br />
United Kingdom</em></p>
<p>Come along and check it out, you can get tickets <a href="http://devnest.eventbrite.com/">here</a> and find more information about the event on their <a href="http://twitterdevelopernest.com/2010/05/devnest-%E2%80%93-london-twitter-developer-nest-9/">website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dtsn.co.uk/2010/06/30/presenting-at-twitter-development-nest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 61px Standard</title>
		<link>http://dtsn.co.uk/2010/04/18/61px-standard/</link>
		<comments>http://dtsn.co.uk/2010/04/18/61px-standard/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 15:31:45 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[CSS/HTML]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[dtsn]]></category>
		<category><![CDATA[61px]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[retweet button]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[tweetmeme]]></category>

		<guid isPermaLink="false">http://dtsn.co.uk/?p=767</guid>
		<description><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 3px 0px 0px 10px;">
			<br />
				<br />
			
		</div>
<p>The TweetMeme button is one of&#8230;</p>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 3px 0px 0px 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdtsn.co.uk%2F2010%2F04%2F18%2F61px-standard%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;source=dtsn&amp;style=normal&amp;service=is.gd&amp;hashtags=61px,button,retweet+button,social+media,tweetmeme,Twitter&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The <a href="http://tweetmeme.com">TweetMeme</a> button is one of the most successful social media buttons, it is served to millions of websites around the web. One of the more unusual points about the TweetMeme button is it’s height, 61px. This height has now been adopted by <a href="http://facebook.com">facebook </a>and <a href="http://digg.com">digg</a>.</p>
<h2>Why 61px?</h2>
<blockquote><p>“Cause everyone knows that 61 pixels is such a normal dimension in the world of social networking &#8211; I mean everything&#8217;s 61 pixels, right? Cause it&#8217;s&#8230;a prime number!”</p>
<p>- <a href="http://twittown.com/social-networks/twitter/twitter-blog/facebook-share-badge-vs-tweetmeme-retweet-badge-side-side">Twittown</a></p></blockquote>
<p>I would like to say that it was due to lots of research and investigation, but it was more of a accident. The button was originally designed to be 60px high but in the quest to fit an extra digit onto the button the font size was decreased and the button height was increased to 61px.</p>
<h2>The Standard</h2>
<p>The TweetMeme button had a massive adoption rate, and was installed on millions of sites across the web therefore it became the one to beat! Large sites have now put pressure on the other social media sites to produce their buttons to the new standard. Therefore the 61px standard (if you have a better name let me know) is now the default for all social media buttons on the internet.</p>
]]></content:encoded>
			<wfw:commentRss>http://dtsn.co.uk/2010/04/18/61px-standard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mouse Pointer Tracker</title>
		<link>http://dtsn.co.uk/2010/01/26/mouse-pointer-tracker/</link>
		<comments>http://dtsn.co.uk/2010/01/26/mouse-pointer-tracker/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 12:00:00 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Mouse]]></category>
		<category><![CDATA[Mouse Tracker]]></category>
		<category><![CDATA[Pointer]]></category>
		<category><![CDATA[Tracker]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://dtsn.co.uk/?p=759</guid>
		<description><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 3px 0px 0px 10px;">
			<br />
				<br />
			
		</div>
<p>Anatoly Zenkov (flickr) has created a&#8230;</p>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 3px 0px 0px 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdtsn.co.uk%2F2010%2F01%2F26%2Fmouse-pointer-tracker%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;source=dtsn&amp;style=normal&amp;service=is.gd&amp;hashtags=Mouse,Mouse+Tracker,Pointer,Tracker,UI&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Anatoly Zenkov (<a href="http://www.flickr.com/photos/anatoliy_zenkov/">flickr</a>) has created a great little Java app which will record your mouse pointer movements over your screen and then save the image of all your mouse movements. You get some great screenshots (have a look at <a href="http://www.flickr.com/photos/anatoliy_zenkov/4271592658/">some of the comments</a> on the flickr post).</p>
<p>You can download the little Java App from here <a href="http://dl.dropbox.com/u/684632/mousepath.exe.zip">PC</a>, <a href="http://dl.dropbox.com/u/684632/mousepath.jar">Mac</a></p>
<p>Here are some of my screenshots below. The best thing about this app is that it makes a great tool for UI testing. You can see where a user clicks and their mouse paths really easily!</p>
<p><a href="http://dtsn.co.uk/wp-uploads/2010/01/mousepath16-04-16.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="mousePath-16_04_16" src="http://dtsn.co.uk/wp-uploads/2010/01/mousepath16-04-16-thumb.png" border="0" alt="mousePath-16_04_16" width="480" height="200" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://dtsn.co.uk/2010/01/26/mouse-pointer-tracker/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Feature in Wired (UK)</title>
		<link>http://dtsn.co.uk/2009/11/04/im-in-wired/</link>
		<comments>http://dtsn.co.uk/2009/11/04/im-in-wired/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 18:52:35 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[dtsn]]></category>
		<category><![CDATA[me]]></category>
		<category><![CDATA[Wired]]></category>

		<guid isPermaLink="false">http://dtsn.co.uk/2009/11/04/im-in-wired/</guid>
		<description><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 3px 0px 0px 10px;">
			<br />
				<br />
			
		</div>
<p>At the end of September I&#8230;</p>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 3px 0px 0px 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdtsn.co.uk%2F2009%2F11%2F04%2Fim-in-wired%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;source=dtsn&amp;style=normal&amp;service=is.gd&amp;hashtags=dtsn,me,Wired&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>At the end of September I was invited to a shoot for the UK edition of Wired. It was a shoot based around the twitterati of the UK and included some big names like Iain Dodsworth. The shoot was based at the old BT museum, which became defunct when their archive went online. You can see me and the other 24 people in Wired’s December Issue, on sale from today.</p>
<p><img alt="Wired&#39;s guide to the UK Twitterati" src="http://img.wired.co.uk.s3.amazonaws.com/674x281/s_v/twitter674.jpg" width="480" height="200" /></p>
<p>Can you find me?</p>
]]></content:encoded>
			<wfw:commentRss>http://dtsn.co.uk/2009/11/04/im-in-wired/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Year, New Design</title>
		<link>http://dtsn.co.uk/2009/02/10/new-year-new-design/</link>
		<comments>http://dtsn.co.uk/2009/02/10/new-year-new-design/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 13:52:52 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[dtsn]]></category>

		<guid isPermaLink="false">http://dtsn.co.uk/?p=451</guid>
		<description><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 3px 0px 0px 10px;">
			<br />
				<br />
			
		</div>
<p>It has been a long time&#8230;</p>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 3px 0px 0px 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdtsn.co.uk%2F2009%2F02%2F10%2Fnew-year-new-design%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;source=dtsn&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>It has been a long time since I have touched my personal blog. I have been preoccupied with other projects which mostly lead nowhere, i seem to have a strange passion to constantly redesign everything. Well my new years resolution is to <strong>stop</strong>! </p>
<p> <span id="more-451"></span>
<p><a href="http://dtsn.co.uk/wp-content/uploads/2009/02/dtsn.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="dtsn" border="0" alt="dtsn" src="http://dtsn.co.uk/wp-content/uploads/2009/02/dtsn-thumb.png" width="476" height="503" /></a></p>
<h4>Welcome to dtsn v4</h4>
<p>This blog has seem a number of large changed throughout the years as I&#8217;ve improved my CSS/design skills the website has been updated. Well this is my latest design and hopefully i will always like it because it is simple, really simple.</p>
<p>For this design i am focusing on great content and great typography so nothing <strong>detracts from the content</strong>.</p>
<h4>Leave Feedback</h4>
<p>Please leave feedback on my new design, is it a bit too bare for you? Can you find the single image I am using in the entire design? Is there anything you would like to see?</p>
]]></content:encoded>
			<wfw:commentRss>http://dtsn.co.uk/2009/02/10/new-year-new-design/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

