Category Archives: Uncategorized

CSS Goodness

0
Filed under Uncategorized, php

A complete rip-off of a page that was featured in b3ta a week back. I liked it so much I based an entire site on the concept.

I give you some CSS shit!

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>