Sep 8 2009

Twitter Code for Text Widget in Wordpress Sidebar


<div id="twitter_div">
<ul id="twitter_update_list">
<a href="http://twitter.com/YOURURLHERE" id="twitter-link" style="display:block;text-align:right;">follow me on Twitter</a>
</div>
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/YOURURLHERE.json?callback=twitterCallback2&count=5"></script>

Change the YOURURLHERE to your actual twitter url and voila.


Apr 10 2009

CSS Background Position Transitions w/ JQuery

Is there nothing this library can’t do, or can’t be added on to do??  Here we’ve stumbled on how this jquery plugin allows you to fade background colors, images, slide colors from the side/top & even at angles.

Get the jQuery Background Position Plugin

View some Background Transition Examples

Awesome.