<?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>Toby&#039;s Technical Ramblings &#187; Twitter</title> <atom:link href="http://tosbourn.com/tag/twitter/feed/" rel="self" type="application/rss+xml" /><link>http://tosbourn.com</link> <description>A web development blog.</description> <lastBuildDate>Mon, 06 Feb 2012 15:08:08 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Too many posts about the same thing on your Twitter timeline?</title><link>http://tosbourn.com/2012/01/development/too-many-posts-about-the-same-thing-on-your-twitter-timeline/</link> <comments>http://tosbourn.com/2012/01/development/too-many-posts-about-the-same-thing-on-your-twitter-timeline/#comments</comments> <pubDate>Fri, 06 Jan 2012 09:35:40 +0000</pubDate> <dc:creator>Toby</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[jQuery]]></category> <category><![CDATA[Twitter]]></category><guid
isPermaLink="false">http://tosbourn.com/?p=787</guid> <description><![CDATA[I was getting annoyed about the amount of posts about one particular topic on my timeline this morning and I decided I could fix the issue with some jQuery. var term = $('.twitter-anywhere-tweet-box-editor').val(); $(".stream-item:contains('" + term + "')").css('display','none'); If you save it as a bookmarklet you can use this by typing the term you want [...]]]></description> <content:encoded><![CDATA[<p>I was getting annoyed about the amount of posts about one particular topic on my timeline this morning and I decided I could fix the issue with some jQuery.</p><p><code><br
/> var term = $('.twitter-anywhere-tweet-box-editor').val();<br
/> $(".stream-item:contains('" + term + "')").css('display','none');<br
/> </code></p><p>If you save it as a bookmarklet you can use this by typing the term you want to disappear from your timeline in the search box and then clicking the bookmarklet.</p><p><code>javascript:var term = $('.twitter-anywhere-tweet-box-editor').val();$(".stream-item:contains('" + term + "')").css('display','none');</code></p><p>That has no practical application really as it doesn&#8217;t persist over page reloads and only lets you do one phrase at a time, but it helped me vent some frustration at dumb tweets!</p> ]]></content:encoded> <wfw:commentRss>http://tosbourn.com/2012/01/development/too-many-posts-about-the-same-thing-on-your-twitter-timeline/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How I think I am going to start using the big 3 social networks</title><link>http://tosbourn.com/2011/09/web-stuff/how-i-think-i-am-going-to-start-using-the-big-3-social-networks/</link> <comments>http://tosbourn.com/2011/09/web-stuff/how-i-think-i-am-going-to-start-using-the-big-3-social-networks/#comments</comments> <pubDate>Sat, 10 Sep 2011 13:45:19 +0000</pubDate> <dc:creator>Toby</dc:creator> <category><![CDATA[Web Stuff]]></category> <category><![CDATA[Facebook]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[Social Media]]></category> <category><![CDATA[Twitter]]></category><guid
isPermaLink="false">http://tosbourn.com/?p=550</guid> <description><![CDATA[This post was prompted by the fact I wanted to leave a status update and couldn&#8217;t immediately figure out where. That is mental, I shouldn&#8217;t have to think about being social online and where I should be doing it, something needs sorted. I think the reason I have issues with where to put stuff is [...]]]></description> <content:encoded><![CDATA[<p>This post was prompted by the fact I wanted to leave a status update and couldn&#8217;t immediately figure out where.</p><p>That is mental, I shouldn&#8217;t have to think about being social online and where I should be doing it, something needs sorted.</p><p>I think the reason I have issues with where to put stuff is because up until now I pretty much post to whichever networks I find the most convenient at that time.  Which is messy to say the least and leaves my Facebook friends with a stream of tech articles when (most of them) aren&#8217;t techie types.</p><p>Some people link all three together, so you post to one place and it posts to them all.  I used to do this but have grown to dislike it, a lot of people have profiles on all three places and if you see the exact same thing posted three times at the same time in three different places it starts to look like spam.</p><p>So, as from right now this is how I am going to break my usage down.</p><p>Twitter is going to be used mainly to find interesting links / snippets from people in my industry and people with similar interests to me and to post (hopefully) interesting links / snippets to my followers.</p><p>Google+ is going to be used for personal rants and to keep in touch with most of the people I know online, also for sharing interesting content I find from other people on Google+</p><p>Facebook is going to be used to keep in touch with friends who aren&#8217;t on Google+ and to maintain the Pages I administer on there.  There are also a couple of groups I want to be more active in on there, so I will maybe start doing that.</p><p>I think that makes sense.</p><p>By the way, did you know you can <a
href="http://twitter.com/tosbourn" target="_blank">follow me</a> on Twitter, <a
href="https://plus.google.com/108259413842523229630/" target="_blank">add me</a> on Google+ and f<a
href="https://www.facebook.com/toby.osbourn" target="_blank">riend me</a> on Facebook? You do now!</p><p>Has anyone else put thought into what they post to what social network? Would love to hear your thoughts.</p> ]]></content:encoded> <wfw:commentRss>http://tosbourn.com/2011/09/web-stuff/how-i-think-i-am-going-to-start-using-the-big-3-social-networks/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>IsTwitterUp? Nope</title><link>http://tosbourn.com/2011/08/development/istwitterup/</link> <comments>http://tosbourn.com/2011/08/development/istwitterup/#comments</comments> <pubDate>Mon, 15 Aug 2011 19:29:09 +0000</pubDate> <dc:creator>Toby</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[IsTwitterUp]]></category> <category><![CDATA[Twitter]]></category><guid
isPermaLink="false">http://tosbourn.com/?p=514</guid> <description><![CDATA[I figured it was time to close off the istwitterup.com website.  It was a bit of fun back whenever Twitter was up and down (more than yer ma) but since then Twitter has got far more stable and the novelty of my site has warn off. The site now redirects to this post, when the [...]]]></description> <content:encoded><![CDATA[<p>I figured it was time to close off the istwitterup.com website.  It was a bit of fun back whenever Twitter was up and down (more than yer ma) but since then Twitter has got far more stable and the novelty of my site has warn off.</p><p>The site now redirects to this post, when the domain expires I will not be renewing it.</p><p><a
href="http://d2aucw19zh6gg9.cloudfront.net/wp-content/uploads/2011/08/istwitterup.png?9d7bd4"><img
class="aligncenter size-full wp-image-516" title="istwitterup" src="http://d2aucw19zh6gg9.cloudfront.net/wp-content/uploads/2011/08/istwitterup.png?9d7bd4" alt="" width="619" height="694" /></a><a
href="http://d2aucw19zh6gg9.cloudfront.net/wp-content/uploads/2011/08/istwitterup.tiff?9d7bd4"><br
/> </a></p> ]]></content:encoded> <wfw:commentRss>http://tosbourn.com/2011/08/development/istwitterup/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>The Big Three Social Codes</title><link>http://tosbourn.com/2011/07/development/the-big-three-social-codes/</link> <comments>http://tosbourn.com/2011/07/development/the-big-three-social-codes/#comments</comments> <pubDate>Fri, 29 Jul 2011 13:50:19 +0000</pubDate> <dc:creator>Toby</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Facebook]]></category> <category><![CDATA[G+]]></category> <category><![CDATA[Social Media]]></category> <category><![CDATA[Twitter]]></category><guid
isPermaLink="false">http://tosbourn.com/?p=490</guid> <description><![CDATA[Just leaving these here.. Google&#8217;s +1 Twitter&#8217;s Tweet Facebook&#8217;s Like All really easy to install, basically pick some options and copy and paste some code. Job done!]]></description> <content:encoded><![CDATA[<p>Just leaving these here..</p><p><a
href="http://www.google.com/webmasters/+1/button/" target="_blank">Google&#8217;s +1</a><br
/> <a
href="https://twitter.com/about/resources/tweetbutton" target="_blank">Twitter&#8217;s Tweet</a><br
/> <a
href="https://developers.facebook.com/docs/reference/plugins/like/" target="_blank">Facebook&#8217;s Like</a></p><p>All really easy to install, basically pick some options and copy and paste some code.</p><p>Job done!</p> ]]></content:encoded> <wfw:commentRss>http://tosbourn.com/2011/07/development/the-big-three-social-codes/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Some pretty awesome web dev links.</title><link>http://tosbourn.com/2010/11/development/some-pretty-awesome-web-dev-links/</link> <comments>http://tosbourn.com/2010/11/development/some-pretty-awesome-web-dev-links/#comments</comments> <pubDate>Mon, 15 Nov 2010 20:00:30 +0000</pubDate> <dc:creator>Toby</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[jQuery]]></category> <category><![CDATA[Links]]></category> <category><![CDATA[Twitter]]></category> <category><![CDATA[Wordpress]]></category><guid
isPermaLink="false">http://www.tosbourn.com/?p=355</guid> <description><![CDATA[Here are some links I favourited today on Twitter, thought I would share. How to Protect Your WordPress Blog From Getting Hacked &#8211; Pretty self explanatory, unlike a lot of WordPress related posts, this isn&#8217;t just a list of plugins that are flavour of the month (although it does suggest some). An excellent read and essential [...]]]></description> <content:encoded><![CDATA[<p>Here are some links I favourited today on Twitter, thought I would share.</p><ul><li><a
href="http://www.onextrapixel.com/2010/11/08/how-to-protect-your-wordpress-blog-from-getting-hacked/" target="_blank">How to Protect Your WordPress Blog From Getting Hacked</a> &#8211; Pretty self explanatory, unlike a lot of WordPress related posts, this isn&#8217;t just a list of plugins that are flavour of the month (although it does suggest some). An excellent read and essential if you have a WP blog.  I will definitely look into actioning some of the points. (via @<a
href="http://twitter.com/#!/designfollow">designfollow</a>).</li><li><a
href="http://www.shoutmeloud.com/5-wordpress-security-plugin-check-hacked-wordpress-blog.html" target="_blank">5 WordPress Security Plugins To Check Hacked WordPress Blog</a> &#8211; Along the same lines as the first post (although obviously just a list of 5 plugins to checkout) but it covers more about what to do if your server is compromised as opposed to stopping it from getting compromised.  Again, something I should really look at. (via @<a
href="http://twitter.com/#!/UCTweets">UCTweets</a>).</li><li><a
href="http://speckyboy.com/2010/11/08/40-essential-css-templates-resources-and-downloads/">40 Essential CSS Templates, Resources and Downloads</a> &#8211; Not much to say about this, the title really sums it up, a fair bit of filler in the list but also some gems including a nice rule generator that will work as a shiv for IE when playing with CSS3 (via @<a
href="http://twitter.com/#!/designfollow">designfollow</a>)</li><li><a
href="http://addyosmani.com/blog/essentialjsdesignpatterns/" target="_blank">Essential JavaScript and jQuery design patterns</a> &#8211; This is an article about a free ebook that I have just downloaded and skimmed through, at first glance it looks amazingly useful.  It explains many of the core design patterns and when to use them.  It also comes with printable materials. (via @<a
href="http://twitter.com/#!/elijahmanor">elijahmanor</a>)</li></ul> ]]></content:encoded> <wfw:commentRss>http://tosbourn.com/2010/11/development/some-pretty-awesome-web-dev-links/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Raffi Krikorian &#8211; How to use Geolocation in your web app</title><link>http://tosbourn.com/2010/05/development/raffi-krikorian-how-to-use-geolocation-in-your-web-app/</link> <comments>http://tosbourn.com/2010/05/development/raffi-krikorian-how-to-use-geolocation-in-your-web-app/#comments</comments> <pubDate>Mon, 17 May 2010 13:09:51 +0000</pubDate> <dc:creator>Toby</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[FOWA]]></category> <category><![CDATA[Geolocation]]></category> <category><![CDATA[Raffi Krikorian]]></category> <category><![CDATA[Twitter]]></category><guid
isPermaLink="false">http://www.tosbourn.com/?p=236</guid> <description><![CDATA[Last Friday I attended the Future of Web Apps conference in Dublin.  It was an excellent experience (everything was better than last year bar the atmosphere) and I wanted to write up a few of the things I have learned from it.  Taking each talk in the order they were given I will write up [...]]]></description> <content:encoded><![CDATA[<p>Last Friday I attended the <a
href="http://futureofwebapps.com/dublin-2010/">Future of Web Apps</a> conference in Dublin.  It was an excellent experience (everything was better than last year bar the atmosphere) and I wanted to write up a few of the things I have learned from it.  Taking each talk in the order they were given I will write up a little blurb about them.</p><p>The first talk was by <a
href="http://twitter.com">Twitter</a>&#8216;s <a
href="http://twitter.com/raffi">Raffi Kirkorian</a>, he is the lead developer of the Twitter geospatial APIs.  I felt he delivered his content well and I enjoyed the presentation a lot.</p><p>I have done no work involving Geolocation, but from what Raffi was saying there is a lot of potential that can be unlocked without too much effort on the developers part.</p><p>He first of all gave a definition of location which is context plus relevancy, which was interesting for me because I had never really thought of location as anything other than a little bit of extra meta data for refining searches and categorising content.</p><p>We learned that with geolocation things like tweets and articles can become globally applicable but locally relevant.  Basically this means that whilst information such as &#8220;Belfast airport is closed due to ash clouds today&#8221; is globally applicable it is really only relevant to people who live in or wanted to travel to Belfast.</p><p>One of the examples used in the presentation was <a
href="http://yaketee.com/">yaketee.com</a>, this is a chat service based on location.  In my personal opinion the site serves only as a proof of concept because there are more effective ways to talk to people in your local community without going online and remembering a fairly odd sounding URL!  That being said it is an excellent proof of concept, very slick and with some excellent fallback measures.  You should check it out.</p><p>One of the issues raised by the talk was that when considering location we have to remember that people have different names for different things, an example given was language barrier where Rome and Roma are the same place.  I am guessing that from this we could also give the example of different groups of people referring to the same thing in different ways even in the same language, for example Lavery&#8217;s Bar is better known to the locals as Lav&#8217;s (or to some as just shite!).</p><p>Two examples given which would allow you to combat this are to use geolocation tables in the form of either <acronym
title="Where On Earth Indentifier">WOEID</acronym> and <acronym
title="Twitter GeoID">TwID</acronym>.</p><p>Where On Earth Identifier is stable and language agnostic.</p><p>Twitter geoID is simple at the moment but getting better.</p><p>These can be accessed by passing in your longitude and latitude into the tables and getting back a unique code for that one place on earth.</p><p>Different ways were discussed to get someones location from their web browser, the two I have notes for are IP-Based location which is dead easy, is server side but not really that local so only useful for area/country and W3C Geolocation which is done in JavaScript and works in most internet browsers.</p><p>The last example of the day was <a
href="ttp://fireeagle.yahoo.net/">fireeagle.yahoo.net</a> this is a pretty cool service for updating your location around the web from one easy to use place.</p><p>To sum up, this was a really useful talk about something I had very little exposure to.  There are already people doing some really cool stuff with Geolocation but I think we have only scratched the surface.  Cheers to Raffi for giving it!</p> ]]></content:encoded> <wfw:commentRss>http://tosbourn.com/2010/05/development/raffi-krikorian-how-to-use-geolocation-in-your-web-app/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Looking Critically at Your Design</title><link>http://tosbourn.com/2009/08/design/looking-critically-at-your-design/</link> <comments>http://tosbourn.com/2009/08/design/looking-critically-at-your-design/#comments</comments> <pubDate>Mon, 10 Aug 2009 11:00:39 +0000</pubDate> <dc:creator>Toby</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[Janko]]></category> <category><![CDATA[Twitter]]></category><guid
isPermaLink="false">http://www.tosbourn.com/?p=88</guid> <description><![CDATA[I read a post today that really opened my eyes to how you need to critically look at your design, or better still have a qualified yet unbiased third party do it for you. Janko wrote about how he feels twitter needs another redesign and goes on to highlight the different sections he thinks just [...]]]></description> <content:encoded><![CDATA[<p>I <a
href="http://www.jankoatwarpspeed.com/post/2009/08/10/Does-twitter-need-another-redesign.aspx">read a post</a> today that really opened my eyes to how you need to critically look at your design, or better still have a qualified yet unbiased third party do it for you.</p><p>Janko wrote about how he feels twitter needs another redesign and goes on to highlight the different sections he thinks just don&#8217;t work.  Now you may not agree with him (indeed a quick read of his comments tells you that a fair amount of people didn&#8217;t) but it was the fact he was able to pick up on these issues and to ask questions about them.</p><p>Personally speaking I saw the new layout and the only thing that annoyed me was the login on the main page is different from the login when you are on a profile page, I wasn&#8217;t looking at it critically enough to notice the things that he noticed.  And if I can&#8217;t look critically at an interface I use all the time yet have no real vested interest in, how I am supposed to look critically at the design of pages I do have an interest in?</p><p>Can you ever really look at a design with complete objectivity and highlight shortfalls? I don&#8217;t think you can, and what is the next option? You could get friends or co-workers to look at the design, they will be more objective than you could be but they still won&#8217;t be completely critical, human nature dictates that they just can&#8217;t be.  So do you pay for someone&#8217;s design services and let them cast an eye over your work?  If you do that then do you not stand a chance of getting back a list of changes that are only there to justify someone&#8217;s fee?</p><p>It is all a bit complicated if you ask me.</p> ]]></content:encoded> <wfw:commentRss>http://tosbourn.com/2009/08/design/looking-critically-at-your-design/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Served from: tosbourn.com @ 2012-02-07 05:20:38 by W3 Total Cache -->
