Found some generic plasma effect and rewrote it using javascript and canvas. I didnt do the math my self!
Tag Archives: javascript
Trigger setInterval immediately
Its probably common knowledge that you can do this, but I didn’t know that you could. This is a great way to trigger a function at the beginning of a `setInterval`. As you might know `setInterval` triggers after the given millisecond. So what this does it that it triggers it self at the beginning and returns it self as a function to `setInterval`.
Mixing MooTools class with jQuery
http://ryanflorence.com/object-oriented-jquery-with-mootools-pigs-take-flight/ this is pretty fucking awesome! I thing i know what im spending my weekend doing! Brilliant work
days of month in javascript
Heres a quick tip to get the total number of days in a month in javascript
Some pretty slick jquery plugins : http:…
Some pretty slick jquery plugins :
http://fredhq.com/projects/roundabout/
http://james.padolsey.com/javascript/macros-in-jquery/
jQuery Snow Plugin
I was looking for a plugin for jquery that would render snow but without luck. So i decided to create my own. Here it is
JS animation framework
Thomas Fuchs just released a tiny animation framework. Its only 50 lines of code and gzipped around 1k. Awesome stuff if you dont need an entire library but only smooth good looking animation. Get it here: http://github.com/madrobby/emile
JS Event Debugging
Random filter for jQuery
Ever needed a random filter selector for jquery?
I created a little splash page for verk….
I created a little splash page for verk.dk while we are moving sites back and fourth between servers. Also we have a new webpage coming up soon with all new content and such. Cant wait to see how it’ll end up.
Till then i give you the splash page!
I did all the code in javascript. The source can be found here. The illustrations was made in illustrator with a quick and smooth brush
Update:
Added some background and changed a few images here and there. Tweaked a few javascript things.