09
May
2010
11
Display your latest Twitter update with jQuery, part 2
Back in July of last year, we published the article Display your latest Twitter update with jQuery to show you how simple it was to display your latest Tweets on your website using jQuery. Since that article was published, Twitter have made some changes to their core API which affects how the script in this article works. Before carrying on, if you haven’t already, I recommend that you read the original article first so that the following makes sense.
Everything was working nice and smoothly until Twitter changed the way users can retweet from the main Twitter website. Not that this was a bad thing, the new(ish) functionality was a great addition to an already great service. Before the changes, users manually typed ‘RT’ at the beginning of their tweet to signify that they have retweeted it from another user. Now days, you simply click a button which will take care of it for you.
But, as Kerem pointed out in the comments of the original article, our code does not display these new retweets. Instead, it just displays an empty space where your latest tweet should be sitting pride of place. In nearly all circumstances, I would imagine that this is not the desired effect, especially as the retweet functionality is used a lot more these thanks to the new functionality.
As a result, I have got back to the drawing board to investigate how we can get around this problem and improve the current script. If you wish, you can download the sources files before continuing on.
13
Oct
2009
0
You Write The Play site launched
This morning we launched a new viral microsite for the Daring Pairings 3 writing festival at the Hampstead Theatre in London. The site, www.youwritetheplay.com, is an attempt to break the world record for the highest number of authors for a single play.
The people at the Hampstead Theatre came up with the idea to create a play using content completely written by visitor submissions and then to perform it at the theatre during their writing festival. Every visitor to the site can see the last five submitted lines and then add their own line to the play.
Please visit the You Write The Play site and submit your line. There have been some hilarious lines submitted already and the final play is set to be fantastic, if not a little bizarre.
Thanks!
28
Sep
2009
4
Why IE6 will probably out live IE7
Microsoft’s outdated and non-standard web browser, Internet Explorer 6, has no doubt had you ripping out large clumps of hair in frustration. I know it has brought me to the point of despair on several occasions. Whether you are a web developer or not, I’m pretty sure you are aware of the array of quirks that IE6 brings to the table when trying to render the most basic of CSS rules correctly.
There are several well supported campaigns running in the web design community (and beyond) to bring the end to this life sapping browser. The most notable are the Death to IE6 and the Bring Down IE6 campaigns, both of which receive my full support for trying to change the web for the better. Most of the big names on the Internet are getting in on the action as well with Facebook and YouTube (amongst others) displaying messages to users who visit their sites using IE6.
23
Jul
2009
26
Display your latest Twitter update with jQuery
UPDATE: May 2010 – There is now a new updated blog article that follows on from this article. Once you have finished reading this, please read part 2.
I’m pretty sure that it has not escaped your attention that Twitter is an invaluable tool if you want to communicate with your clients and peers. As you are spending all this time tweeting, it makes sense to display this information on you own website so you can draw in more followers on Twitter and get your voice heard.
There are quite a few tutorials available on this subject and several jQuery plugins that will display your tweets for you, all of which are very good in their individual way. However, this tutorial will show you just how easy it is to use the Twitter API tools with a tiny bit of jQuery to display your latest tweets in a fully customisable, simple and functional way.
First we will create a very basic HTML document to display our latest tweet. Then I will show you how to get the Twitter JavaScript code which will translate the returned data for us. We will be using our Twitter account, @carronmedia in the examples, please feel free to follow us.
12
Jul
2009
1
Carron Media website updates
First of all, many apologies for the lack of blog posts/tutorials recently. We’ve been rather busy in the last couple of months (which is by no means a bad thing!) on various client projects and we simply haven’t had the time to keep it up to date. We have some great articles planned for the near future so please keep checking back. If you have any suggestions or requests for an article, please get in touch and we will be more than happy to help out.
Ever since we launched Carron Media in March, there have been a few little bits of our site which we a) were not happy with or b) didn’t get around too in the first place. The main part of the site that required updating was the contact form. Although the Wordpress plugin we used has been around for ages and is used by millions of bloggers, it didn’t give us the flexibility we were looking for. So now we have hand coded our own forms and along with a new standard contact form, we have launched a new online get a quote form.
The second element that was in need of an update was the footer of each page. We believe the new style footer not only looks better, but is easier to use and provides a lot more information and it gives us somewhere to include our latest updates on Twitter.
We would love to here any feedback you may have about any aspect of the new features or of Carron Media as a whole, so please comment below. Also, you can follow us on Twitter.
Thanks!
