My recent links…

Dec. 20, 2006 3 Comments Posted under: Development, Hijax, JavaScript

Last night I spent about half an hour I should have spend a long time ago, installing a plug in to display my recent links from del.icio.us (social bookmarking).

It was fairly easy, I downloaded a script for displaying RSS feeds, changed the link and called if from inside an un-ordered list on my side bar. Job done.

However I have to say I am slightly un-impressed with it. Currently it seems to only update every now and again, obviously you wouldn’t want to delay my site loading whilst it fetched an RSS feed from another server. Especially not every time you refresh the page.

It seems that instead it downloads the XML to a temp folder and uses that. However its really annoying when I want to see up to the minute info on my links.

So I gathered that the solution to this problem is to overlay what I currently have with a client side script which gets the feed from the site directly after the initial page has loaded.

In effect this allows up to date information, and also has the cashed information to fall back on (Hijax-styli)… however I am yet to implement it ;)

This entry was posted on Wednesday, December 20th, 2006 at 10:35 am and is filed under Development, Hijax, JavaScript. You can leave a comment and follow any responses to this entry through the RSS 2.0 feed.

3 Comments Leave a comment

  1. Andrew 20 December 2006 at 10:52 am #

    del.icio.us require that you cache the content for your feed as too many high traffic sites hitting the server evertime a page is requested would bring the del.icio.us servers to their knees. A while back I wrote a who’s linking to this post plug-in for wordpress and this was a key requirement. However since it’s only Tom, Chris and Myself who read your blog you should be ok ;)

  2. Rob 20 December 2006 at 11:59 am #

    Don’t forget my hoards of teenaged fans!

  3. Andrew 21 December 2006 at 12:05 pm #

    oh yes, and them – I always forget your screaming fans :)

    Happy Christmas

Leave a Reply