Saturday 13 March 2010

The design falls into place




Check the new design yo, nothing amazing or even that special but ive got a colour scheme that a like and think works. The header will need more work it doesn't exactly fit, in fact after taking this very screen shot its easy to see that the logo needs an entire rework but still a vast improvement from how busy signal 1.0 looked.

As for the code itself, using twitters website ive incorporated my latest tweets into the sidebar of all my pages.
The script....
<script>
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 6,
  interval: 6000,
  width: 250,
  height: 300,
  theme: {
    shell: {
      background: '#1590ce',
      color: '#fafafa'
    },
    tweets: {
      background: '#151a4d',
      color: '#f704ff',
      links: '#1590ce'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().setUser('busysuk').start();
</script>


Im in the process of converting my blog to Wordpress so that should be on the website very soon. stay tuned....





No comments:

Post a Comment