<?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; Twitter</title>
	<atom:link href="http://dtsn.co.uk/category/twitter/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>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>How Would I Improve Twitter’s UI</title>
		<link>http://dtsn.co.uk/2009/12/03/how-would-i-improve-twitters-ui/</link>
		<comments>http://dtsn.co.uk/2009/12/03/how-would-i-improve-twitters-ui/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 10:00:00 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[CSS/HTML]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://dtsn.co.uk/?p=633</guid>
		<description><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 3px 0px 0px 10px;">
			<br />
				<br />
			
		</div>
<p>Twitter is quickly gathering pace and&#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%2F12%2F03%2Fhow-would-i-improve-twitters-ui%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;source=dtsn&amp;style=normal&amp;service=is.gd&amp;hashtags=Twitter,UI,UX&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Twitter is quickly gathering pace and is fast becoming one of the most popular social networks. I have been using Twitter for nearly 2 years, mostly through their use of 3rd part applications like <a href="http://www.tweetdeck.com">TweetDeck</a> or <a href="http://www.atebits.com/tweetie-mac/">Tweetie</a>. I thought to myself why do I, and many other ‘power’ Twitter users not use the web interface? So here are some of my suggestions on how I would improve the Twitter UI.</p>
<p><a href="http://dtsn.co.uk/wp-uploads/2009/11/twitter-home.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="twitter_-_home" border="0" alt="twitter_-_home" src="http://dtsn.co.uk/wp-uploads/2009/11/twitter-home-thumb.png" width="480" height="479" /></a></p>
<p><em>Twitter home page design at the time of writing the article, including some reference points.</em></p>
<p>I will be focusing on a number of parts of the home page, the main ‘tweet box’, the implementation of the ‘lists’ area, how the data is presented and the integration with search. This is not meant as a critique of Twitter, but more as some helpful suggestions on usability.</p>
<h2>Tweet Box</h2>
<p>For lack of a better word, the tweebox is the textarea located at the top of the twitter homepage. I would really love to see it improved in a number of really simple ways:</p>
<ul>
<li>The ability to press enter to submit a tweet. Tweets aren’t multi lined and there is nothing else to do so why not make enter submit the form instead of press the button. Twitter has this problem in a number of other area’s as well, OAuth screen! </li>
<li>Autocomplete the usernames in the textbox.</li>
<li>Auto shortening. Twitter has already partly done this for really long links, but it would be nice if you could have the option to do it on the shorter links as well. </li>
</ul>
<h2>Page improvements</h2>
<p>The live update of tweets, you know the little yellow box which tells you how many are waiting, is a fantastic addition. But I think they are missing the key points, why wouldn’t you show the tweet? I just find it really annoying.</p>
<p>The page is currently geared up to just tweeting. Users probably use the Twitter interface more to manage their tweets and accounts, maybe the front page should be geared in that direction.</p>
<h2>Other</h2>
<p>The lists nor retweets seem to be fully integrated into the UI they just appear to be something strapped onto the edge. It would be great if you could, for example, have tabs across your timeline which listed your most popular lists.</p>
<p>It would be great to hear your thoughts on how you would make twitter better, you never know maybe Twitter is reading this.</p>
<h2>Better Twitter</h2>
<p>Hopefully my recently released Firefox plugin <a href="http://dtsn.co.uk/2009/12/01/better_twitter/">Better Twitter</a> will solve most of these issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://dtsn.co.uk/2009/12/03/how-would-i-improve-twitters-ui/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Better Twitter</title>
		<link>http://dtsn.co.uk/2009/12/01/better_twitter/</link>
		<comments>http://dtsn.co.uk/2009/12/01/better_twitter/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 13:47:04 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Greasemonkey]]></category>

		<guid isPermaLink="false">http://dtsn.co.uk/?p=669</guid>
		<description><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 3px 0px 0px 10px;">
			<br />
				<br />
			
		</div>
<p>There are a lot of things&#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%2F12%2F01%2Fbetter_twitter%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;source=dtsn&amp;style=normal&amp;service=is.gd&amp;hashtags=Greasemonkey,JavaScript,Twitter&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>There are a lot of things wrong with the Twitter homepage, that’s why i created Better Twitter. Which is a <a href="https://addons.mozilla.org/en-US/firefox/addon/748">Greasemonkey</a> script which will fix some the things which really bug me with the Twitter UI. I have converted the Greasemonkey script into a standalone Firefox plugin as well using this <a href="http://arantius.com/misc/greasemonkey/script-compiler">user script complier</a>.</p>
<p><a href="http://dtsn.co.uk/wp-uploads/2009/12/bettertwitter.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="bettertwitter" border="0" alt="bettertwitter" src="http://dtsn.co.uk/wp-uploads/2009/12/bettertwitter-thumb.png" width="201" height="157" /></a> </p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/51791/">Install Plugin</a> or download the <a href="http://dtsn.co.uk/wp-content/themes/dtsn/scripts/bettertwitter.js">Greasemonkey Script</a></p>
<h2>Release 0.1</h2>
<ul>
<li>Fixes the tweet box, allowing you to press enter to submit the tweet </li>
<li>Focuses the tweet box when the page loads </li>
</ul>
<h2>Installation</h2>
<p>There are two options for installing the script.</p>
<ol>
<li>Download the <a href="https://addons.mozilla.org/en-US/firefox/addon/51791/">Firefox Plugin</a>, this requires Greasemonkey to be installed (i think)</li>
<li>Download the <a href="http://dtsn.co.uk/wp-content/themes/dtsn/scripts/bettertwitter.js">Greasemonkey Script</a></li>
</ol>
<h2>Feedback</h2>
<p>If you have any thoughts or feedback on this script, or would like to contribute please leave a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://dtsn.co.uk/2009/12/01/better_twitter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Twitter T-shirt Version 2</title>
		<link>http://dtsn.co.uk/2009/09/22/twitter-t-shirt-version-2/</link>
		<comments>http://dtsn.co.uk/2009/09/22/twitter-t-shirt-version-2/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 20:24:36 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Twitter]]></category>
		<category><![CDATA[t-shirt]]></category>
		<category><![CDATA[Tee Shirt]]></category>
		<category><![CDATA[TShirt]]></category>

		<guid isPermaLink="false">http://dtsn.co.uk/?p=597</guid>
		<description><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 3px 0px 0px 10px;">
			<br />
				<br />
			
		</div>
<p>My previous Twitter tee design was&#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%2F09%2F22%2Ftwitter-t-shirt-version-2%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;source=dtsn&amp;style=normal&amp;service=is.gd&amp;hashtags=t-shirt,Tee+Shirt,TShirt,Twitter&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>My previous <a href="http://dtsn.co.uk/2009/02/09/twitter-t-shirt-design/">Twitter tee design</a> was a huge success selling 33 t-shirts, over the period of 9 months! I have decided to expand my range and not only offer more types and colours but also more designs. Here is design one of Twitter tee version 2. </p>
<h4>Design</h4>
<p>I didn’t want to have another bird, even though Twitter has changed their bird since the last one, so I looked at the other icons or characters which are synonymous with twitter, including the fail whale, the ice cream and caterpillar and the robot, which I finally settled on (mainly because i love robots). The twitter ‘something is technically wrong’ robot is a fantastic design, and I have always been impressed with it. However how do I convert it into a T-Shirt?</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://dtsn.co.uk/wp-uploads/2009/09/image3.png" width="480" height="344" /> </p>
<p>I really needed to block the design out so it can easily be printed in one colour. I wanted to make it my own style, but while still making it look like the twitter robot. Please let me know whether you think I have managed to achieve this?</p>
<p>Here is the first draft of the design, it has a big section so you can write your twitter name (like the previous T-shirt) or anything you want easily.    <br /><img style="border-right-width: 0px; margin: 40px 35px 0px 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="robot" border="0" alt="robot" align="left" src="http://dtsn.co.uk/wp-uploads/2009/09/robot.png" width="176" height="165" /> <img style="border-right-width: 0px; margin: 10px 0px 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="tshirt-design1" border="0" alt="tshirt-design1" align="left" src="http://dtsn.co.uk/wp-uploads/2009/09/tshirtdesign1.png" width="240" height="216" /></p>
<p style="clear: left">Don’t forget you can still buy the Twitter T-Shirt design <a href="http://dtsn.spreadshirt.net/en/GB/Shop">here</a>.    </p>
<p><strong>Please let me know what you think!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://dtsn.co.uk/2009/09/22/twitter-t-shirt-version-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Reading Twestival</title>
		<link>http://dtsn.co.uk/2009/09/14/reading-twestival/</link>
		<comments>http://dtsn.co.uk/2009/09/14/reading-twestival/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 18:13:02 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Twitter]]></category>
		<category><![CDATA[rdgtweetup]]></category>
		<category><![CDATA[reading]]></category>
		<category><![CDATA[twestival]]></category>

		<guid isPermaLink="false">http://dtsn.co.uk/?p=581</guid>
		<description><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 3px 0px 0px 10px;">
			<br />
				<br />
			
		</div>
<p>     <br /><em>Photo by </em><em>Benjamin Ellis</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%2F2009%2F09%2F14%2Freading-twestival%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;source=dtsn&amp;style=normal&amp;service=is.gd&amp;hashtags=rdgtweetup,reading,twestival&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://http://www.flickr.com/photos/jamin2/3908581089/in/pool-rdgtwestival"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://dtsn.co.uk/wp-uploads/2009/09/image.png" width="480" height="320" /></a>     <br /><em>Photo by </em><a href="http://www.flickr.com/photos/jamin2/"><em>Benjamin Ellis</em></a></p>
<p>We held Reading <a href="http://twestival.com" target="_blank">Twestival</a> on the 10th of September and it’s great to say that it was a fantastic evening, and the culmination of over 4 weeks of intensive planning by me and the team. The turnout wasn’t as huge was we expected but we did manage to reach our goal of raising over £1300 for our charity Daisy’s Dream.</p>
<p>I hope everyone enjoyed it, and I would really like to thank everybody who helped me to organise it, Amy, Katharine, Jim, Ben and Claire. I would also like to put out a huge thank you to our sponsors <a href="http://dedipower.com" target="_blank">DediPower</a>, <a href="http://tweetmeme.com">TweetMeme</a> and to our venue Mix Cocktail Bar, I think everyone agreed that it was a fantastic venue.</p>
<p>Don’t forget that we run regular tweetups called <a href="http://rdgtweetup.co.uk" target="_blank">rdgtweetup</a> every other week at Glo, check out the website for more information.</p>
]]></content:encoded>
			<wfw:commentRss>http://dtsn.co.uk/2009/09/14/reading-twestival/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twestival</title>
		<link>http://dtsn.co.uk/2009/02/15/twestival/</link>
		<comments>http://dtsn.co.uk/2009/02/15/twestival/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 16:21:42 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://dtsn.co.uk/2009/02/15/twestival/</guid>
		<description><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 3px 0px 0px 10px;">
			<br />
				<br />
			
		</div>
<p>I would just like to say&#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%2F15%2Ftwestival%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>I would just like to say thank you to <a href="http://twitter.com/RDGTwestival" target="_blank">@RDGTwestival</a> and <a href="http://twitter.com/simonster" target="_blank">@simonster</a> for organising the <a href="http://reading.twestival.com" target="_blank">Reading Twestival</a> and say it was great meeting some of the local Twitter crowd, we should all do it again – how about Wednesday?</p>
<p> <span id="more-467"></span>
<p><a href="http://www.flickr.com/photos/jamin2/3276386479/" target="_blank"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://dtsn.co.uk/wp-content/uploads/2009/02/image2.png" width="478" height="317" /></a>     <br /><small>See <a href="http://twitter.com/benjaminellis" target="_blank">@BenjaminEllis</a> fab photo&#8217;s of RDGTwestival http://bit.ly/sLowO</small></p>
<p><strong>N.B.</strong> You can still buy the <a href="http://dtsn.spreadshirt.co.uk">T-shirts</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dtsn.co.uk/2009/02/15/twestival/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tweetmeme Revamp</title>
		<link>http://dtsn.co.uk/2009/02/11/tweetmeme-revamp/</link>
		<comments>http://dtsn.co.uk/2009/02/11/tweetmeme-revamp/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 11:20:11 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://dtsn.co.uk/2009/02/11/tweetmeme-revamp/</guid>
		<description><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 3px 0px 0px 10px;">
			<br />
				<br />
			
		</div>
<p>Over the last couple of days&#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%2F11%2Ftweetmeme-revamp%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>Over the last couple of days we have been working hard at <a href="http://fav.or.it">fav.or.it</a> on a new design for <a href="http://tweetmeme.com">tweetmeme</a>. The old design wasn’t very nice and lots of users were put off the site because of it’s garish colour scheme, but now we are back with, hopefully, a really successful new design.</p>
<p><strong>You can find a full review of the new features on the </strong><a href="http://blog.tweetmeme.com/2009/02/11/major-revamp/"><strong>tweetmeme blog</strong></a>.</p>
<p> <span id="more-459"></span>
<div align="center">
<p><a href="http://dtsn.co.uk/wp-content/uploads/2009/02/holding.gif"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="holding" border="0" alt="holding" src="http://dtsn.co.uk/wp-content/uploads/2009/02/holding-thumb.gif" width="363" height="236" /></a> </p>
</p></div>
<h4>Minimal</h4>
<p>Much like this website, Nick wanted the tweetmeme website to be really minimal and as far away from the old design as possible. A quick search on Kuler found the <a href="http://kuler.adobe.com/#themeID/193782">perfect colour scheme</a>. Combine that colour scheme with a few shades of grey and we have the perfect website.</p>
<h4>Rockwell</h4>
<p>You will notice that <a href="http://www.fonts.com/findfonts/detail.asp?pid=201908">Rockwel</a>l is used a lot around the website, i thought that the bold text contrasted really nicely with the small and minimal design.</p>
<h4>Feedback</h4>
<p>I am always interested in any feedback any can give me about my designs, so please leave feedback here, or on the tweetmeme blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://dtsn.co.uk/2009/02/11/tweetmeme-revamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter T-Shirt Design</title>
		<link>http://dtsn.co.uk/2009/02/09/twitter-t-shirt-design/</link>
		<comments>http://dtsn.co.uk/2009/02/09/twitter-t-shirt-design/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 14:33:29 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://dtsn.co.uk/2009/02/09/twitter-t-shirt-design/</guid>
		<description><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 3px 0px 0px 10px;">
			<br />
				<br />
			
		</div>
<p>Twestival is just around the corner&#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%2F09%2Ftwitter-t-shirt-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><a href="http://twestival.com">Twestival</a> is just around the corner (Feb. 12th) and I thought I would share the special T-shirt that I designed for the occasion. I wanted a T-shirt which I could put my own username on, but I was unable to find one, therefore I broke out illustrator and started designing.</p>
<p><span id="more-421"></span></p>
<p>I really wanted something that wasn’t in your face and was subtle, and preferably something that didn’t have the twitter logo on it. Therefore I chose a simple design using the original twitter bird, designed by Simon Oxley, available on <a href="http://www.istockphoto.com/file_closeup/concepts-and-ideas/time/2437874-blue-bird.php?id=2437874">iStockPhoto</a>, and a cloud to hold the name.</p>
<p>There were some modifications that had to be made to the vector images, firstly none of the lines could be two small and all the objects had to be converted so that none of their paths crossed.</p>
<p><a href="http://dtsn.co.uk/wp-content/uploads/2009/02/tshirt.png"><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="t-shirt" src="http://dtsn.co.uk/wp-content/uploads/2009/02/tshirt-thumb.png" border="0" alt="t-shirt" width="415" height="415" /></a></p>
<h4>Using SpreadShirt</h4>
<p><a href="http://spreadshirt.net">SpreadShirt</a> was chosen to print the T-Shirts because they accept vector drawings which allow for the most flexibility when it comes to colours, they allow up the 3 colours, but I would only be using two. The uploading process is really old tech, each vector drawing has to be approved by a human before they let you use it, but this process should takes less than 24 hours.</p>
<p>After the design has been approved the design can then be added to products, anything from T-shirts to umbrella’s can be printed with your design. I choose 2 different forms of T-shirt one a slim fit and one a normal fit, £14.50 and £14 respectively. You can then tweak around with the designs/colours/text to get your design perfect. I also converted mine into a product for my own store.</p>
<p>You can currently buy this T-shirt which will be printed with your name, in one of 7 colours at <a href="http://dtsn.spreadshirt.net">http://dtsn.spreadshirt.co.uk.</a></p>
<p><strong>N.B. The Slim-Fit Tee is really slim fit, leave a comment if you would like the design on any other products like girl tee&#8217;s, mugs, umbrella&#8217;s etc.</strong></p>
<p><a href="http://dtsn.co.uk/wp-content/uploads/2009/02/image.png"><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 10px 0px 0px; border-right-width: 0px" title="image" src="http://dtsn.co.uk/wp-content/uploads/2009/02/image-thumb.png" border="0" alt="image" width="230" height="305" /></a> <a href="http://dtsn.co.uk/wp-content/uploads/2009/02/tshirt2.jpg"><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="t-shirt2" src="http://dtsn.co.uk/wp-content/uploads/2009/02/tshirt2-thumb.jpg" border="0" alt="t-shirt2" width="230" height="306" /></a></p>
<p><em>All the profits for this T-shirt will go to </em><a href="http://twestival.com"><em>Twestival</em></a><em>.</em></p>
<p><em>Roughly £1.40 &#8211; VAT will go to Twestival for every T-shirt brought, however spreadshirt will only release the money if more than 30 shirts are sold (thats just their store policy).</em></p>
]]></content:encoded>
			<wfw:commentRss>http://dtsn.co.uk/2009/02/09/twitter-t-shirt-design/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

