New site launch!
Just launched my new design today, completely implemented into WordPress. What do you think?
I know there’s still some bugs, specifically:
- My Twitter JS on the hompage isn’t working for some reason
- I have weird validation errors on the homepage
- Looks like crap in IE6
While I have to move onto some client work todya, please poke around and let me know if you find any other bugs or problems or have any suggestions, thanks!

Your twitter js isn’t working because there is a syntax error. Your missing the closing for the document.ready function. It should look like this: http://gist.github.com/281239 (has been tested).
The new design looks great.
Sorry for the double comment, looks like most of your validating problems on the home page are due to double title attributes on your slider links. You will have to remove one of the title tags from each link in your recent development slider to fix those problems. I believe that will solve most of them.
@James yea I tried that, the title is only declared once in the code, so I have no clue why that is doubling it….and the excerpt isn’t showing either :/
I tried the new JS code as well and it still doesn’t work…I’ve been staring at this site too long
Hmmm, strange the updated JS code isn’t working. As you can see (and view source) it works here: http://fleetingftw.com/private/tweet.html
As for the double title, guess without seeing the actual template file for it, can’t really tell where the extra title is coming from. I would guess maybe the slider js is adding it. Could be WP but I doubt it.
Here it is and the excerpt isnt showing either
http://gist.github.com/281275
Please, on behalf of all web developers, don’t fix your layout for IE6. Much appreciated