<?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>Twaddle &#187; Screenshot</title>
	<atom:link href="http://twaddle.mobi/index.php/category/screenshot/feed/" rel="self" type="application/rss+xml" />
	<link>http://twaddle.mobi</link>
	<description>Information for the Windows Mobile twitter client</description>
	<lastBuildDate>Tue, 14 Dec 2010 20:53:29 +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>First screenshots of Twaddle / WP7</title>
		<link>http://twaddle.mobi/index.php/2010/12/15/first-screenshots-of-twaddle-wp7/</link>
		<comments>http://twaddle.mobi/index.php/2010/12/15/first-screenshots-of-twaddle-wp7/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 20:53:29 +0000</pubDate>
		<dc:creator>MrMDavidson</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Screenshot]]></category>
		<category><![CDATA[WP7]]></category>

		<guid isPermaLink="false">http://twaddle.mobi/?p=124</guid>
		<description><![CDATA[As mentioned a couple of weeks ago I have discontinued Twaddle for Windows Mobile in favour of working on Twaddle for Windows Phone 7. Without further ado, I present a series of screenshots of the new Twaddle;

  
My home timeline &#8211; this is the main screen of Twaddle. You can see the pivot control [...]]]></description>
			<content:encoded><![CDATA[<p>As mentioned a couple of weeks ago I have discontinued Twaddle for Windows Mobile in favour of working on Twaddle for Windows Phone 7. Without further ado, I present a series of screenshots of the new Twaddle;</p>
<div class="screenshot">
  <img src="http://twaddle.mobi/images/WP7/0.1.1/HomeTimeline.png" class="screenshot" /></p>
<div class="caption">My home timeline &#8211; this is the main screen of Twaddle. You can see the pivot control being used which allows the user to swipe to see mentions, messages, etc</div>
</div>
<div class="screenshot">
  <img src="http://twaddle.mobi/images/WP7/0.1.1/Update01.png" class="screenshot" /></p>
<div class="caption">Send tweet &#8211; Here you&#8217;ll see the character count indicator. This will show once you&#8217;re near the Twitter length limit. It&#8217;s a similar experience to the SMS screen.</div>
</div>
<div class="screenshot">
  <img src="http://twaddle.mobi/images/WP7/0.1.1/PictureUpload.png" class="screenshot" /></p>
<div class="caption">Attaching pictures &#8211; here you can launch the picture chooser (and preview the result). This allows you to upload a picture from your library or snap a new one</div>
</div>
<div class="screenshot">
  <img src="http://twaddle.mobi/images/WP7/0.1.1/Update02.png" class="screenshot" /></p>
<div class="caption">Replying to a tweet &#8211; When you&#8217;re replying to a tweet you&#8217;ll see the original tweet in the update screen. I find this useful as you don&#8217;t have to remember exactly what the other person said</div>
</div>
<div class="screenshot">
  <img src="http://twaddle.mobi/images/WP7/0.1.1/Settings.png" class="screenshot" /></p>
<div class="caption">Settings screen &#8211; Or at least, part of it. I think you can all guess what this screen does. Enable/disable push notifications of different types, as well as Live Tile updates. These features are still being tweaked, but work fairly well for now</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://twaddle.mobi/index.php/2010/12/15/first-screenshots-of-twaddle-wp7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TwitPic integration</title>
		<link>http://twaddle.mobi/index.php/2010/08/15/twitpic-integration/</link>
		<comments>http://twaddle.mobi/index.php/2010/08/15/twitpic-integration/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 05:24:49 +0000</pubDate>
		<dc:creator>MrMDavidson</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Screenshot]]></category>
		<category><![CDATA[0.3]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://twaddle.mobi/?p=95</guid>
		<description><![CDATA[A few weekends back I finished implementing OAuth Echo support in Twaddle. This is the new, secure, way for you to use a third party site which communicates with Twitter for you. The classic example of this is photo sharing services such as TwitPic. Previously such services requires you to send them your username / [...]]]></description>
			<content:encoded><![CDATA[<p>A few weekends back I finished implementing OAuth Echo support in Twaddle. This is the new, secure, way for you to use a third party site which communicates with Twitter for you. The classic example of this is photo sharing services such as TwitPic. Previously such services requires you to send them your username / password which isn&#8217;t a good idea. Using OAuth Echo you send them an opaque bit of data that uniquely (and securely) identifies the request as coming from you &#8211; the third party site then &#8220;echos&#8221; this data to Twitter to use for authentication.</p>
<p>OAuth Echo support &#8211; in conjunction with the new extensible architecture of Twaddle &#8211; means that over the course of a few hours I was able to provide TwitPic support within Twaddle. This support allows you to take a new picture with your phone&#8217;s camera (for devices with cameras) or to use an existing photo, both with preview support.</p>
<div class="screenshot">
  <img src="http://twaddle.mobi/images/0.3/TwitPic01.png" class="screenshot" /></p>
<div class="caption">Image Upload &#8211; Take a new photo or upload a file</div>
</div>
<div class="screenshot">
  <img src="http://twaddle.mobi/images/0.3/TwitPic02.png" class="screenshot" /></p>
<div class="caption">Image Upload &#8211; Selecting an image</div>
</div>
<div class="screenshot">
  <img src="http://twaddle.mobi/images/0.3/TwitPic03.png" class="screenshot" /></p>
<div class="caption">Image Upload &#8211; Preview the image</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://twaddle.mobi/index.php/2010/08/15/twitpic-integration/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Goodbye PINs, Hello XAuth!</title>
		<link>http://twaddle.mobi/index.php/2010/08/03/goodbye-pins-hello-xauth/</link>
		<comments>http://twaddle.mobi/index.php/2010/08/03/goodbye-pins-hello-xauth/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 13:51:49 +0000</pubDate>
		<dc:creator>MrMDavidson</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Screenshot]]></category>
		<category><![CDATA[0.3]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://twaddle.mobi/?p=91</guid>
		<description><![CDATA[Yesterday the Twitter API team granted Twaddle access to the (newish) XAuth interface. What does that mean? Well it means that one of the biggest criticisms of Twaddle is gone. You&#8217;ll recall in previous versions to set up a new account you had to hit &#8220;Start&#8221; which would launch your browser. You&#8217;d then login to [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday the Twitter API team granted Twaddle access to the (newish) XAuth interface. What does that mean? Well it means that one of the biggest criticisms of Twaddle is gone. You&#8217;ll recall in previous versions to set up a new account you had to hit &#8220;Start&#8221; which would launch your browser. You&#8217;d then login to the Twitter website which would give you a 7 digit number. That number would need to be remembered and entered back into Twaddle. This process, which is relatively painless on a desktop or web application, was incredibly frustrating on a mobile device. XAuth is designed specifically to address this issue. I think the following screen shots of the new account setup process explain better than I could&#8230;</p>
<div class="screenshot">
<img class="screenshot" src="http://twaddle.mobi/images/0.3/xauth_start.png"/></p>
<div class="caption">Beginning the XAuth process</div>
</div>
<div class="screenshot">
<img class="screenshot" src="http://twaddle.mobi/images/0.3/xauth_finish.png"/></p>
<div class="caption">Finalising the XAuth process</div>
</div>
<p>&#8220;But isn&#8217;t this going back to username / password combinations which is insecure?&#8221; you may ask. Well, no, not really. The username / password combination is sent over a secure channel only once (at the time you fill out this form). Twitter verifies this and then sends back a token which is used for all subsequent requests. This is in fact identical to the OAuth process used in earlier versions the difference is how that token is acquired.</p>
<p>All you really need to know is that signing up with Twaddle is now pain free! Hooray!</p>
]]></content:encoded>
			<wfw:commentRss>http://twaddle.mobi/index.php/2010/08/03/goodbye-pins-hello-xauth/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Another milestone (2000 users!) and another teaser</title>
		<link>http://twaddle.mobi/index.php/2010/01/05/another-milestone-2000-users-and-another-teaser/</link>
		<comments>http://twaddle.mobi/index.php/2010/01/05/another-milestone-2000-users-and-another-teaser/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 12:55:16 +0000</pubDate>
		<dc:creator>MrMDavidson</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Screenshot]]></category>
		<category><![CDATA[0.3]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://twaddle.mobi/?p=82</guid>
		<description><![CDATA[So today I just checked the statistics for Twaddle and there are over 2000 users who have allowed Twaddle to communicate with the Twitter servers. Whilst I&#8217;d love for this number to be 10,000 and for each of those users to be paying me a fiver, I&#8217;m still rather happy with these figures. In order [...]]]></description>
			<content:encoded><![CDATA[<p>So today I just checked the statistics for Twaddle and there are over 2000 users who have allowed Twaddle to communicate with the Twitter servers. Whilst I&#8217;d love for this number to be 10,000 and for each of those users to be paying me a fiver, I&#8217;m still rather happy with these figures. In order to celebrate this nice little milestone I thought I&#8217;d present you with a recent feature I implemented as part of the 0.3 release: Threaded Conversations.</p>
<div class="screenshot">
<img class="screenshot" src="http://twaddle.mobi/images/0.3/Conversation.png"/></p>
<div class="caption">0.3 Preview – Threaded Conversations</div>
</div>
<p>Here we can see a conversation I held between my personal account and the @TwaddleWM account. You may notice a very subtle tree structure of the list &#8211; this is to indicate the hierarchy of the conversation. This view only works when statuses are properly tagged as replies to another status (which Twaddle and the Twitter website do, but some clients seem to do less reliably). I&#8217;m so far finding this feature really useful to manage long running conversations throughout the day (and you can sometimes find some great new people to follow as a result!). This interface can be brought up from any of the other views within Twaddle and allows you to interact with the tweets just like they were in your normal timeline. Expect the interface and how this is rendered to change before the final 0.3 release &#8211; this is after all just a preview! If you have any suggestions on improving the layout, I&#8217;d love to hear them.</p>
<p>Also, don&#8217;t forget to take part in the poll on the right hand side &#8211; it&#8217;s a great way for you to voice your views on what feature you desperately want included in 0.3 !</p>
]]></content:encoded>
			<wfw:commentRss>http://twaddle.mobi/index.php/2010/01/05/another-milestone-2000-users-and-another-teaser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>200 Users!</title>
		<link>http://twaddle.mobi/index.php/2009/08/16/200-users/</link>
		<comments>http://twaddle.mobi/index.php/2009/08/16/200-users/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 11:01:37 +0000</pubDate>
		<dc:creator>MrMDavidson</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Screenshot]]></category>
		<category><![CDATA[0.2]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://twaddle.mobi/?p=59</guid>
		<description><![CDATA[Earlier today Twaddle Twaddle ticked over to 200 users. Not too shabby at all. Considering that I&#8217;ve had some things going on in my personal life that have prevented me from working on, or evangelising, Twaddle as much as I&#8217;d like.
In the same spirit as the 100 user milestone I present a screenshot previewing 0.2.

 [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier today Twaddle Twaddle ticked over to 200 users. Not too shabby at all. Considering that I&#8217;ve had some things going on in my personal life that have prevented me from working on, or evangelising, Twaddle as much as I&#8217;d like.</p>
<p>In the same spirit as the 100 user milestone I present a screenshot previewing 0.2.</p>
<div class="screenshot">
  <img src="http://twaddle.mobi/images/0.2/ReceivedDirectMessages.png" class="screenshot" /></p>
<div class="caption">0.2 Preview &#8211; Received Direct Messages</div>
</div>
<div>
<p>As I anticipated in the previous post I&#8217;ve moved the icon bar to the bottom of the application. I find this is much more finger friendly as you can navigate without obscuring the screen. Additionally you can see the list of Direct Messages my test account has received (as well as the icon of the sender and your icon as an overlay). </p>
<p>Someone commented in my previous post about the icons used in Twaddle: Yes, they suck. I&#8217;m not developer not an artist. If anyone is interested in providing icons / colour advice, please get in contact with me. I&#8217;d love to hear from you.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://twaddle.mobi/index.php/2009/08/16/200-users/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>100 Users!</title>
		<link>http://twaddle.mobi/index.php/2009/07/29/100-users/</link>
		<comments>http://twaddle.mobi/index.php/2009/07/29/100-users/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 08:47:20 +0000</pubDate>
		<dc:creator>MrMDavidson</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Screenshot]]></category>
		<category><![CDATA[0.2]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://twaddle.mobi/?p=53</guid>
		<description><![CDATA[In the last 8 hours the 100th user allowed Twaddle to communicate with Twitter on their behalf. It&#8217;s good to see people are finding Twaddle useful.
As my gift on this milestone I present&#8230; a screenshot from the 0.2 version of Twaddle.

  
0.2 Preview &#8211; New navigation and @Replies


In this screenshot we can see two [...]]]></description>
			<content:encoded><![CDATA[<p>In the last 8 hours the 100th user allowed Twaddle to communicate with Twitter on their behalf. It&#8217;s good to see people are finding Twaddle useful.</p>
<p>As my gift on this milestone I present&#8230; a screenshot from the 0.2 version of Twaddle.</p>
<div class="screenshot">
  <img src="http://twaddle.mobi/images/0.2/IconBarAndReplies.png" class="screenshot" /></p>
<div class="caption">0.2 Preview &#8211; New navigation and @Replies</div>
</div>
<div>
In this screenshot we can see two new features of 0.2: First of all is the new navigation control. This is a bar of icons displayed along the top of the screen in the same vein as Microsoft&#8217;s Facebook application. I&#8217;m thinking I&#8217;ll move it to the bottom of the screen so there&#8217;s less distance for your finger to travel to get to it. Additionally the graphics used here are placeholder images &#8211; if anyone wants to volunteer to provide design services for Twaddle I&#8217;d love to hear from you. When you change which section of Twaddle you view you&#8217;ll get a textual overlay to indicate what you&#8217;re now viewing &#8211; in this screenshot I&#8217;m viewing my @Replies. The second feature, you may have picked up on, is the @Replies. In this view you can see several tweets people have targeted at me (I do apologise to those who are pictured)
</div>
<p>Anyway, if you have any feedback, suggestions, criticisms or problems, please let me know and I&#8217;ll do my best to address your issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://twaddle.mobi/index.php/2009/07/29/100-users/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>First public screenshots</title>
		<link>http://twaddle.mobi/index.php/2009/07/20/first-public-screenshots/</link>
		<comments>http://twaddle.mobi/index.php/2009/07/20/first-public-screenshots/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 08:37:40 +0000</pubDate>
		<dc:creator>MrMDavidson</dc:creator>
				<category><![CDATA[Screenshot]]></category>
		<category><![CDATA[0.1.1]]></category>

		<guid isPermaLink="false">http://twaddle.mobi/?p=9</guid>
		<description><![CDATA[Yesterday I promised that screenshots and a build would be posted shortly. Well, in order to fulfil that I present a series of images! I&#8217;ve tried to get a selection of images which demonstrate various features of Twaddle. As I&#8217;ve tried to make sure that no one on my friends list has their privacy violated [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I promised that screenshots and a build would be posted shortly. Well, in order to fulfil that I present a series of images! I&#8217;ve tried to get a selection of images which demonstrate various features of Twaddle. As I&#8217;ve tried to make sure that no one on my friends list has their privacy violated some features do not show up very well. This not only covers your friends, but anyone that they post an @reply to as well.</p>
<div class="screenshot">
  <img src="http://twaddle.mobi/images/0.1.1/YourPosts_Portrait.PNG" class="screenshot" /></p>
<div class="caption">Your Tweets (Portrait)</div>
</div>
<div>The author&#8217;s current Tweets. Unfortunately all my test tweets tend to be fairly short so you cannot see that the individual items will flow and use up as much room as they require. Additionally my test user has the default avatar</div>
<div class="screenshot">
  <img src="http://twaddle.mobi/images/0.1.1/YourPosts_Landscape.PNG" class="screenshot" /></p>
<div class="caption">Your Tweets (Landscape)</div>
</div>
<div>This is the same view as above but in landscape orientation. Twaddle will automatically reflow items when the orientation changes. It should also work across a variety of resolutions (I use a HTC Touch Pro which is higher DPI / resolution device)</div>
<div class="screenshot">
  <img src="http://twaddle.mobi/images/0.1.1/ViewLocation_Portrait.PNG" class="screenshot" /></p>
<div class="caption">Location Support</div>
</div>
<div>The focus of this screenshot is the context menu and the selected tweet. You&#8217;ll note the selected tweet ends with the text L:-33&#8230;,151&#8230;. Twaddle has recognised that as a set of GPS co-ordinates and the context menu includes a &#8220;View Location&#8221; item which will launch your default browser and show the location in Google Maps</div>
<div class="screenshot">
  <img src="http://twaddle.mobi/images/0.1.1/GeoTag_Landscape.PNG" class="screenshot" /></p>
<div class="caption">Geo Tagging</div>
</div>
<div>There&#8217;s a couple of features to take in here. First of all, we&#8217;re getting a glimpse of the reply functionality of Twaddle. It&#8217;s automatically inserted the nick of the user we&#8217;re talking to and it shows the user&#8217;s avatar as well as the tweet we&#8217;re replying to. Secondly you can see that I&#8217;ve brought up the option to GeoTag this post. Currently GeoTagging is implemented by looking up your current mobile (cell) tower&#8217;s information in Google&#8217;s database. This means that GeoTagging will work on devices <strong>without</strong> a GPS chip. It is however less accurate. Future versions will likely provide the option to use GPS instead of Google</div>
<div class="screenshot">
  <img src="http://twaddle.mobi/images/0.1.1/SIP_Portrait.png" class="screenshot" /></p>
<div class="caption">SIP Support</div>
</div>
<div>I think this screenshot flows on nicely from the previous shot &#8211; it&#8217;s the reply / post interface but this time showing the Software Input Panel (for devices without hardware keyboards). Compared to the previous image you can see that the text of the item we&#8217;re replying to flows differently. Additionally the entire interface has resized to accommodate the SIP. One final thing is the indicator for the number of characters you have left in your tweet</div>
<div class="screenshot">
  <img src="http://twaddle.mobi/images/0.1.1/ShortUrl_Landscape.PNG" class="screenshot" /></p>
<div class="caption">Short URL (Is.Gd) support</div>
</div>
<div>Still in the reply / post dialog this time showing the short URL integration. This is provided through <a href="http://is.gd">is.gd</a> and comes in two flavours: First, you can select text in this view and replace it with a short URL. Secondly you can copy a URL from elsewhere and when pasting the URL you can have it automatically replaced with a short URL.</div>
<div class="screenshot">
  <img src="http://twaddle.mobi/images/0.1.1/Notification_Landscape.PNG" class="screenshot" /></p>
<div class="caption">Popup Notifications</div>
</div>
<div>Finally away from the post / reply interface. This time into the popup notifications provided by Twaddle. When a new tweet is received by Twaddle it will optionally perform popup notifications which provide an interface for replying and retweeting. I find this is really handy when I&#8217;ve been busy as a nice way to quickly catch up on what my friends have been doing.</div>
<div>That&#8217;s all the screenshots for now. There&#8217;s a lot more beneath the surface, but going over some of it becomes tedious. Additionally some features can&#8217;t be shown in screenshots (like finger scrolling through tweets).</div>
]]></content:encoded>
			<wfw:commentRss>http://twaddle.mobi/index.php/2009/07/20/first-public-screenshots/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

