Need to dynamically-generate a "sticky note" text
Posted
by gravyface
on Stack Overflow
See other posts from Stack Overflow
or by gravyface
Published on 2010-04-14T18:32:24Z
Indexed on
2010/04/14
18:33 UTC
Read the original article
Hit count: 206
Working on a website that has an image of a sticky note which will change text somewhat frequently (every month or so) as new "todo" items are created on it.
Font I'm currently using is not Web Safe and the text is slightly angled to match the skew of the sticky note as well.
Now I'm a pragmatist, and in situations like this I would normally secede defeat and opt for something more CSS/HTML practical. But no more!
I'm falling a bit behind on what's going on with HTML5, CSS3, PNG graphics, Flash (ugh), and/or any other rich visuals. I'm decent with PHP/CSS/JS (jquery), have dabbled in Flash/actionscript too.
My question is: what tools/method should I be looking at here?
© Stack Overflow or respective owner