Support Legal Downloads!

Category Archives: webdev

Automatic Twitter ‘Tweet This Page’ Button with Bit.ly URL Shortening

I have been helping out a friend that needed to add a Twitter button to a number of different pages. I could find lots of complex ways of doing this but not much in the way of reliable copy & paste solution that would capture the page title and also shorten the URLs.
I decided the [...]

Also posted in Social Media | Tagged , , , , , , | 1 Comment

The Poker Tree are launching a brand new concept for Pub Poker in the UK

The Poker Tree is launching their national pub and bar poker gaming concept throughout the UK in July 2009. With hundreds of pubs already on board and more signing up every day, the poker league will be reaching all corners of the country over the coming months.
By operating a national points driven league system The [...]

Also posted in Social Media | Tagged , , , | 2 Comments

Kleenex Twitter Hayfever Mashup

A great use of social media here from my friends at AD, done in a similar way to the #uksnow map we saw earlier in the year.
When a user on Twitter tweets #atishoo + postcode + score out of 5 it gets aggregated on to a map plotting the level of hay fever agitation in that area.
Good work [...]

Also posted in Social Media, health | Tagged , , , | 7 Comments

Asp echo()

This could be seen as a slightly lazy piece of classic asp code but it works for me.
Php coders should understand this one.
sub echo(input)
response.write(replace(input,”‘”,”"”"))
end sub
The single quote is now essentially being used an escape character similar to php echo which saves having to do double quotes when using response.write to output html.
Enjoy

Also posted in asp, software | 2 Comments