Earlier quoted context omitted.
No, when something is overused, it actually does become a cliche. Perhaps noise can improve the visual quality of a design when it's used subtly. However, I'm increasingly seeing it (over) used in a conspicuous way, and I think it's become a trend. In some cases, I think there's an element of 'lets jump on the bandwagon'. Round corners definitely became a cliche. EDIT: re. noise - see dribbble for proof.
Do you mean dribbble uses noise subtly or that it's contributing to the overuse? Your point is a bit vague. I would guess the former, because I think the noise really adds to their presentation. It almost feels like I can rub the lettering on the paper.
JQuery noise generator
21–30 of 40 posts
Re: JQuery noise generator
#22I like the fact that this is jQuery - and that it could probably be used dynamically with other effects. .. but I'm starting to think noise + block-color backgrounds are starting to become a bit cliche.
Re: JQuery noise generator
#23I like the fact that this is jQuery - and that it could probably be used dynamically with other effects. .. but I'm starting to think noise + block-color backgrounds are starting to become a bit cliche.
Cliche, trend, or progress?
Re: JQuery noise generator
#24Earlier quoted context omitted.
Sorry, it might be a bit confusing if you're not used to github. Here is an interactive demo: http://rappdaniel.com/noisy/
I don't get it either. Your demo link just leads to a page with some text boxes on it. I tried it in Firefox and Safari and can't see anything that looks "noisy". I tried changing some of the parameters but that just crashed Firefox.
Re: JQuery noise generator
#25Any benchmarks?
Re: JQuery noise generator
#26Why does everything have to be JQuery dependent these days?
It could very easily be converted to any framework of your choosing, I originally created it in pure javascript. Do you have any requests for frameworks you'd like me to port it to?
Re: JQuery noise generator
#27All the rest is cross-browser gradient and rounded corner code from http://css3please.com, and I'm debating whether to vectorize the picture of me via raphael.js or do an inline data-URL image in my CSS (it might be considered cheating).
Re: JQuery noise generator
#28If you can help out by running the tests, it'll be great to compare browsers.
This isn't exactly the perfect tool for the job, but it's close enough.
Re: JQuery noise generator
#29Re: JQuery noise generator
#30Earlier quoted context omitted.
It could very easily be converted to any framework of your choosing, I originally created it in pure javascript. Do you have any requests for frameworks you'd like me to port it to?
Nope. I'd write it in plain vanilla JS. Frameworks are great, but sometimes I think the world is too dependent on them.