Great minds think alike, I suppose :)
Instant Motivation
21–29 of 29 posts
Re: Instant Motivation
#22Does any know if there are any scripts/css around that could help me create something like this? I'm more of a tinkerer than a coder
I was just thinking a hackernews userscript that tossed these up somewhere in the layout might be good, given the audience. The core of it's just picking a random quote from an array so it should be simple. You could select lines or quotes from users and add them to the queue with LocalStorage or something. I am now apparently working on this...
Re: Instant Motivation
#23Re: Instant Motivation
#24Re: Instant Motivation
#25Re: Instant Motivation
#26My friend and I made something similar, for photographers: http://www.youknowyoureaphotographerwhen.com
Are the background images huge? They took a long time to load :(
Re: Instant Motivation
#27My friend and I made something similar, for photographers: http://www.youknowyoureaphotographerwhen.com
Nice! Are the background images huge? They took a long time to load :(
Re: Instant Motivation
#28I like the colours - how do you come up with colours that look stylish like these, but aren't garish or crude?
Re: Instant Motivation
#29Earlier quoted context omitted.
I was just thinking a hackernews userscript that tossed these up somewhere in the layout might be good, given the audience. The core of it's just picking a random quote from an array so it should be simple. You could select lines or quotes from users and add them to the queue with LocalStorage or something. I am now apparently working on this...
haha look forward to seeing it! Letme know when you get it up and running @mutlu82
https://gist.github.com/4220255
All it does is take a random quote from the array and stick it in an extra table row, and there's a link that alerts text selected by the mouse (which is currently pointless) and I need to do all the localstorage stuff but yeah.