TAG | cool
2
Stunning and Hilarious Illustrator Designs by Glenn Jones
No comments · Posted by {rg} Sven {rg} in General, LOL, Made me look, Made me smile, Nice!, design
Awesome work !



http://digitalartempire.com/2010/04/209-stunning-and-hilarious-illustrator-designs-by-glenn-jones/
Very well done advertisement/infomercial!
9
Homemade flying hovercraft
No comments · Posted by {rg} Sven {rg} in LOL, Made me look, Made me smile, Nice!
How cool is this ! ![]()
5
jQuery Ambilight effect!
No comments · Posted by {rg} Sven {rg} in General, HowShallICategorizeThis.., Jquery, Made me look, Made me smile, Nice!, design
Damn how cool is this.. already tried to rip it — but that isn’t so easy
more info @ http://chikuyonok.ru/ambilight/
26
Very nice : Tips for better Ideas
No comments · Posted by {rg} Sven {rg} in General, Made me look, Made me smile, Nice!, Typography, design
There are some really neat effects in here .. very nice!
via @swiss-miss.com
cool · Typography · woot
12
Oh my god!
No comments · Posted by {rg} Sven {rg} in General, HowShallICategorizeThis.., Made me look, Made me smile, Nice!
How cool is this.. it took me some time to understand how cool this is..This gives me the feeling that I am actually seeing/doing it myself..
4
Mini boxes
No comments · Posted by {rg} Sven {rg} in General, Made me look, Made me smile, Nice!
How cool is this … wish I thought of that!
advertisement · boxes · cool · mini
30
10 Clever and Effective Series of Advertisements
No comments · Posted by {rg} Sven {rg} in Made me look, Made me smile, Nice!

That is why we don’t have front wheel drives
url: http://designinformer.com/ten-clever-effective-series-advertisements/
ads · advertisement · cool
24
HTML — CSS Code">A Speedy Way To Write HTML — CSS Code
No comments · Posted by {rg} Sven {rg} in General, Made me look, Nice!, xhtml/css
How much time do you spend writing HTML code: all of those tags, attributes, quotes, braces, etc. You have it easier if your editor of choice has code-completion capabilities, but you still do a lot of typing.
We had the same problem in JavaScript world when we wanted to access a specific element on a Web page. We had to write a lot of code, which became really hard to support and reuse. And then JavaScript frameworks came along, which introduced CSS selector engines. Now, you can use simple CSS expressions to access DOM elements, which is pretty cool.
But what if you could use CSS selectors not just to style and access elements, but to generate code? For example, what if you could write this…
div#content>h1+p
…and see this as the output?
<div id="content"> <h1></h1> <p></p> </div>
url : Smashing Magazine

