Monthly Archives: January 2010

GeoIP Map Of Visitors

0
Filed under Uncategorized
Tagged as

Just messing about with maxmind’s free GeoIP databases, and grabbed the logs for here to plot the IP addresses of visitors…

Adding twitter feeds to a site

0
Filed under Uncategorized

Just a bit of code I’ve come across that uses the Twitter API and is fairly fast

<ul id="twitter_update_list" style="width: 200px; "></ul>
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/{__USERNAME__}.json?callback=twitterCallback2&count=all"></script>