Six-Letter Success
February 19, 2008The literal-minded among you are saying “but wouldn’t that be succes?”
Nope, referring to a post from zenhabits. Any blog post that starts with Johnny Rotten in full snarl is going to get my attention. Great start to a post, and the follow-through lives up to it.
Tags: action, Culture, Johnny Rotten, success, zenhabits


February 20, 2008 at 8:37 am
[...] function showImage(img){ return (function(){ img.style.display=’inline’; }) } var ul = document.createElement(’ul’); for (var i=0, post; post = Delicious.posts[i]; i++) { var li = document.createElement(’li’); var a = document.createElement(’a'); a.setAttribute(’href’, post.u); a.appendChild(document.createTextNode(post.d)); li.appendChild(a); ul.appendChild(li); } ul.setAttribute(’id’, ‘delicious-list’); document.getElementById(’delicious-box’).appendChild(ul); « Six-Letter Success [...]