Skyline for Sale
As already mentioned, I’m selling my Nissan Skyline R32 GTS-T.
It is currently advertised on the AutoTrader website; PistonHeads; GT-R forum and Skyline Owners forum.
I’ve also created a mini-site to enhance the sale and provide more information than the character-limited ads allow for.
Focus
As you may have already read - I’m going to be a Dad on 06/07/08 (if Baby sticks to its due date)!
After several weeks of thinking, I’ve finally decided to sell the Nissan Skyline R32 GTS and part exchange the Fiat Punto for a proper family car. Today we visited Evans Halshaw, after seeing what Fiat had to offer. We stumbled across a Ford Focus Zetec 1.8 TDCi 5 door, 56 registered and after much deliberating, we signed a few papers and will be picking it up towards the end of next week. Pictures to follow!
So, that leaves the Skyline. We’re off to get it washed again and take some more photos tomorrow, before advertising it as much as possible and creating a mini-site for the sale.
If anyone is after a rare piece of Japanese cult-classic, then look no further than a Nissan Skyline R32 GTS!
AddThis
Today I was tasked with adding several Social Bookmarking sites to a client’s website, at work. Whilst reading through the various APIs for each site, I decided to look at AddThis that I had come across over the weekend.
AddThis saved me 2 days (estimated) development time, by combining all of the popular Social Bookmarking sites in one easy-to-integrate solution. I was so impressed that I decided to add AddThis to slickhouse!
AddThis provides a WordPress plugin from the outset, but I often find plugins to be too restrictive. AddThis is also available as a standard button or a dropdown menu, displaying several options. All 3 options use a new window to display the various Social Bookmarking sites.
I decided to opt for the dropdown, but hard-coded into the WordPress theme files. Firstly, to display AddThis on the main pages, open index.php and add the AddThis code. However, as you’ll most likely be calling this code several times on the page, you need to define the URL and Title for each instance of AddThis:
addthis_url = ‘<?php the_permalink() ?>’;
addthis_title = ‘<?php the_title(); ?>’;
Use the above to replace the default Javascript location.href and document.title respectively. This uses WordPress’ dynamic variables for each instance of AddThis.
On a single WordPress page (single.php), you can use the default code provided by AddThis easily enough, or use the above alterations - either way will work fine, as you should only be calling AddThis once.
And hey presto - AddThis has been added to WordPress! Feel free to use AddThis to add slickhouse posts to your preferred Social Bookmarking site. Personally, I’m a Digg/Google user.
