May 12

20+ Wicked Proof of Concepts for Better use of jQuery/CSS

The web is a perfect playground for lots of creative designers and developers. Static HTML is just boring and these days the user wants to see some more eye candy from/on the web. By using and/or combining awesome web techniques like JavaScript (and of course, jQuery), CSS(3) and Flash (or Adobe Flex) this kind of interaction can be achieved.

Since "the sky is the limit" with these techniques, the programmers can get really creative and innovative. Some really like to take it to the next level and want to show off their use of the technique, even if it doesn’t have any practical use. These Proof of Concepts are just created because they CAN. Most of them are just really for fun or just beautiful to watch.

These PoC’s (or experiments) show off some serious power and potential, but don’t have any real practical use (yet). They’re insanely cool to watch, but really seek some better use.

Blurry Background Effect

Although not a real experiment, Chris Coyier shows the use of one often forgotten CSS trick using background-attachment. When checking the demo and resizing the browser, a blurry effect is added by using two images. Simple, yet effective and this one could actually be implemented more. Sadly, I haven’t seen it anywhere (yet).

Poc Blurry in 20+ Wicked Proof of Concepts for Better use of jQuery/CSS

3d Monster

No: It’s not a 3d render created with fancy software that you see below. It is an actual JavaScript "monster". This wicked Javascript experiment really shows some potential of a functional 3d engine. Simply check out the demo and be amazed. The monster is growing, rotating, resizing en you have the power to have influence on it.

Poc 3dmonster in 20+ Wicked Proof of Concepts for Better use of jQuery/CSS

BallDroppings

BallDroppings is an addicting and noisy play-toy. It can also be seen as an emergence game. I first met this program while browsing some cool Mac Apps, but the JavaScript version works just as well. Balls fall from the top of the screen and bounce off the lines you are drawing with the mouse. They play a melodic sound when they bounce of the lines. Useless, yet very addictive and fun.

Poc Balldroppings in 20+ Wicked Proof of Concepts for Better use of jQuery/CSS

BoingPic

You got to love these useless JavaScript experiments. This one, from Kelvin Luck, allows you to load an image and split it to pieces. The pieces move away when hovering with your mouse, as if they are afraid. Yet another fun experiment.

Poc Boingpic in 20+ Wicked Proof of Concepts for Better use of jQuery/CSS

BrowserBall

This JavaScript experiment has the tagline Possible More Cool Than You Think It Will Be. When I first stumbled on that page, I really didn’t know what to expect. After launching the project and creating child windows, I was absolutely stunned. This experiment allows the user to throw a ball across several windows! I’m not sure if this will ever become useful in the future, but it sure is an awesome demonstration of some JavaScript power.

Poc Browserball in 20+ Wicked Proof of Concepts for Better use of jQuery/CSS

BrowserTalk

Just like BrowserBall, this JavaScript experiment manipulates the windows of your webbrowser. This proof of concept is really cool, since it is a bit more interactive. First, you’ll need to enable your microphone and grant access to the app. Launch the app, speak and (or let others) be amazed.

Poc Browsertalk in 20+ Wicked Proof of Concepts for Better use of jQuery/CSS

Clock with CSS3 and jQuery

Toby Pitman saw a real good experimental use of the CSS3 rotate property. By combining this CSS3 property with some great jQuery, he managed to create a fully working old school clock in your webbrowser. Now that’s something really creative.

Poc Clock in 20+ Wicked Proof of Concepts for Better use of jQuery/CSS

CSS Puzzle

It’s amazing wot CSS can do. This example of a CSS Puzzle really shows that. Walk through the maze with your mouse and be amazed. Not by how difficult the maze is, but just by keeping in mind this example is fully written with CSS without a single line of JavaScript.

Poc Csspuzzle in 20+ Wicked Proof of Concepts for Better use of jQuery/CSS

DragCaptcha

This example is actually more than a regular proof of concept. This jQuery plugin could really be used. DragCaptcha is created to drag a specified icon on a certain spot to determine if the visitor is an actual human. This fun experiment is not really userfriendly (when does CAPTCHA ever become userfriendly?), but it still shows an amazing technique.

Poc Dragcaptcha in 20+ Wicked Proof of Concepts for Better use of jQuery/CSS

CSS Decorative Gallery

Yet another CSS Proof of Concept that really could be used in the wild. Nick La shows a simple, yet effective technique to decorate an image gallery. This trick, using only CSS and some images, could make any image gallery outstanding.

Poc Gallery in 20+ Wicked Proof of Concepts for Better use of jQuery/CSS

jQuery Gestures

With the coming of the iPhone and the rise of Mac OS, gestures have really become part of our lives. This example shows an image gallery that fully works on the gestures that you make with your mouse. You can even download this experiment and implement it on your own website! Sadly, this experiment isn’t that useful, still it does demonstrates an awesome technique.

Poc Gestures in 20+ Wicked Proof of Concepts for Better use of jQuery/CSS

CSS Gradient Text Effect

Check out this sweet little CSS trick from WebDesignerWall. Creating images from your text, just to achieve a nice gradient, isn’t very search friendly. Also, the user isn’t able to select the text. This simple proof of concept shows a way how you can change your normal headings into some fancy gradient headings. If you don’t like gradients, there also is a Grunge effect of this technique.

Poc Gradient in 20+ Wicked Proof of Concepts for Better use of jQuery/CSS

Simulate Gravity with jQuery

With the use of the jQuery easing methods, Gaya Kessler created a sweet Proof of Concept to simulate some actualy gravity in your webbrowser. Cut the strings and see the blocks fall down, bouncing up and down untill they stop. As you could have expect, this has no practical use (yet?), but it really adds some fun to your website.

Poc Gravity in 20+ Wicked Proof of Concepts for Better use of jQuery/CSS

CSS3 Hidden Messages

Craig Wilson shows an amazingly simple technique using the CSS3 selection property to hide messages on your webpage. Just read the article, check out the demo and select some text. You’ll clearly be able to see the hidden message; A great way to add sumliminal messages to your site.

Poc Hiddenmessage in 20+ Wicked Proof of Concepts for Better use of jQuery/CSS

CSS Image Text Wrap

This is one technique that I actually don’t really like. Not because of the crazy code you would have to write to achieve it, but just because it doesn’t look that fancy. With CSS Image Text Wrap, you can wrap your text around an image, giving the user the feeling that it’s created outside the box model. To wrap your text around an image, simply think outside the box!

Poc Imagewrap in 20+ Wicked Proof of Concepts for Better use of jQuery/CSS

jParallax

I absolutely love the parallax effect, it just gives the browser a whole new dimension. jParallax, a jQuery plugin, allows you to create this effect and act on mousemovement. Althouh some websites make use of this technique, it could be used in more ways. If you’re a MooTools lover, there also is a Mootools version: mParallax.

Poc Jparallax in 20+ Wicked Proof of Concepts for Better use of jQuery/CSS

The Leopard Desktop

What? Placing an OS inside your webbrowser? What’s the use of that? None (just like creating the iPhone for your browser is useless fun)! It just shows the power of jQuery and brings some beauty of the OS to your browser. Harley did a great job converting a big part of the Leopard Desktop to a webpage, just to show that he can. Some parts might be useful, most parts of the tutorial are just for fun.

Poc Leopard in 20+ Wicked Proof of Concepts for Better use of jQuery/CSS

CSS3 3d Cubes

Did you ever thought you could create an actual 3D cube using only CSS? Paul Hayes managed to create this effect using the CSS3 transform properties. Combined with the transition property, these cubes can move too: All without the help of any JavaScript. These kind of experiments could give the web a whole new dimension.

Poc Multicubes in 20+ Wicked Proof of Concepts for Better use of jQuery/CSS

Illusion using the Parallax effect

A great example using the CSS parallax effect to create an awesome illusion. You would simply have to check out the demo and be amazed. You can also learn how to create such an effect of your own to use in any of your future projects. There are no real practical uses that I can think of, still it’s pretty cool to see.

Poc Parallax in 20+ Wicked Proof of Concepts for Better use of jQuery/CSS

CSS3 Polaroid Photo Viewer

Another creative CSS3 and jQuery experiment. Although pretty cool to use when the CSS3 options aren’t enabled, the real fun of this application is the rotation of the polaroids. It simply gives you more feel, as if you’re really tossing those pictures around. Combined with a neat look, this example could be used when CSS3 will be more of a standard. For now, this is a real cool proof of concept.

Poc Polaroids in 20+ Wicked Proof of Concepts for Better use of jQuery/CSS

Animated Cartoon Robot

The article from Anthony Calzadilla starts with Why?. Like I said in the start of this article, the answer is: Just because it can! Check out this cute little robot moving and bouncing on your script, mainly using jQuery. His detailed tutorial even explains how he created the little fella.

Poc Robot in 20+ Wicked Proof of Concepts for Better use of jQuery/CSS

CSS Secret Message by scrolling

Chris Coyier once again makes the name of his website – CSS-Tricks – proud. Another kind of Secret Message, but now the user only sees the message when scrolling down. Very easy to implement and use, but not really userfriendly. Still once again showing some unique uses of CSS.

Poc Secretmessage in 20+ Wicked Proof of Concepts for Better use of jQuery/CSS

BONUS: Facebook Lens Flare

I learned this little trick from Jacob Cass. Click on the background of the Facebook website and press the following: Up, Up, Down, Down, Left, Right, Left, Right, b, a, enter, click. Check it out: An awesome lens flare! The combination of pressing the keys is the Konami Code. Useless? Kinda. Fun? Absolutely.

Poc Lens in 20+ Wicked Proof of Concepts for Better use of jQuery/CSS

Do you know any proof of concepts out there that are really awesome, but aren’t on the list? Please share it with us!

Marco in 20+ Wicked Proof of Concepts for Better use of jQuery/CSS

Author: Marco Kuiper

Marco Kuiper is just another creative design geek that loves PHP, CSS and jQuery and is always looking for innovative things. He’s also the founder of Marcofolio.net: His blog and personal playground where he shares all kinds of stuff. If you’d like to connect with him, you can follow him on Twitter.

Write for Us! We are looking for exciting and creative articles, if you want to contribute, just send us an email.

Tags: , ,

51 Responses, Add Comment +

  1. nice concepts thanks for the collection..

  2. sean steezy 12 May 2009

    sweet!

  3. Jason 12 May 2009

    And here is how you can use the lens flare effect of facebook on your website.

  4. neki chan 12 May 2009

    weeewwww… great post!

  5. art2code 12 May 2009

    nice!! thx

  6. Marco 12 May 2009

    Once again a big “Thanks” Noura, for allowing me to write this guest article on Noupe. I hope some real great practical uses of these Proof of Concepts come forward :) .

    • Noupe 13 May 2009

      Thanks to you Marco for taking time to write such a nice post, we are happy to have you on our team :)

  7. josh 12 May 2009

    The “monster” HAMMERS my brand new octo-core machine … something tells me we’re years away from viable javascript based 3d (unless they make it multi-core). Definitely a good test to show how much better javascript runs with Chrome though.

  8. Janko 12 May 2009

    Nice roundup, Marco!

  9. marco 12 May 2009

    good list but those glasses make you look like king of the d-bags, d-bag.

    • Marco 12 May 2009

      Hahaha, “thanks” I guess :P .

      Still need a good picture that I don’t mind placed online.

  10. Ben 12 May 2009

    Nice list.

    3D Monster, though cool, doesn’t really have anything to do with jQuery or CSS.

  11. Tom Wright 12 May 2009

    Great roundup, and nice to see another Zotero user!

  12. pipisdicelana 12 May 2009

    just like Janko said: Nice roundup

    thanks for sharing

  13. Yura goldblog 12 May 2009

    CSS Gradient Text Effect I’m using in the header on my blog. It’s easy and beatiful. And Blend,Blur,Crop,Glow,Sepia and other effects on Jacascript here.

  14. That facebook trick is really the bomb. Great list Marco!

  15. Ezra 12 May 2009

    These are some awesome techniques. Browser Talk is my fav by far. It app made me laugh. I wish there was a tutorial.

  16. Emma 12 May 2009

    These have given me some great ideas, thanks

  17. saurabh shah 13 May 2009

    this post is awesome … this is the power of jQuery … and ofcourse CSS :) … keep rocking …

  18. Premium Theme Info 13 May 2009

    I’m focus on wordpress theme design. This is a great article to the web design! I tell me a lot. Thanks!!

  19. Many 13 May 2009

    very nice!! very very useful!!

  20. Liam McCabe 13 May 2009

    hehe awesome, I was messing with this stuff a couple of weeks back. Great creativity!

  21. 2tone 14 May 2009

    Amaaaaaizing

  22. Craig Wilson 15 May 2009

    Thanks for the include guys. :)

    Great list!

  23. Brian Cray 16 May 2009

    Great list! jQuery has definitely changed the scene in terms of what we can easily accomplish on our websites

  24. Issa Qandil 16 May 2009

    Wonderful list thank for sharing.

    BTW there is a couple of sites have the same facebook trick ;)

  25. ilz 17 May 2009

    Great post.. bookmarked for sure! That facebook thing is weird, huh? Reminds me of the old mortal kombat video game combo moves.. “Finish Him!” >

  26. Ricardo 18 May 2009

    There’s a forbidden on web designer wall (The one with the CSS-Decorative-Gallery) :(

  27. Matt Hill 18 May 2009

    “Static HTML is just boring and these days the user wants to see some more eye candy from/on the web.”

    Really? Which users want to see that? Most users I talk to don’t actually care, they just want sites that are quick, functional, useful and intuitive. Loading them up with visual trickery generally makes them harder to use. Less is more and all that…

    There are some interesting and clever effects here but I’m not sure how many of them are actually practical or useful.

  28. Neon 18 May 2009

    Awesome article, some really interesting uses of javascript. Hopefully stuff like this will be picked up commercially and driver more and quicker browser innovation. We can hope ;)

  29. Martin Luff 18 May 2009

    Nice roundup – thanks for the time to put that all together. If you’re after more then one I’d take a look at is http://www.netzgesta.de/glossy/ for some interesting effects.

    All the best…

  30. RandumBoi 7 June 2009

    I found a really cool example of javascript…
    http://ejohn.org/apps/hero/
    It’s basically a javascript version of guitar hero. You click play on a music video from YouTube (Smells Like Teen Spirit by Nirvana), and the game starts. Pausing the video pauses the game. It’s awesome!

Trackbacks

Leave a Reply

Comments are moderated – and rel="nofollow" is in use. Please no link dropping, no keywords or domains as names; do not spam, and do not advertise!