Today I’ve finally tested jsFiddle. I’m aware of the existence quite some time now but I never took the time to check  it out. It’s a very nice shell editor with html, css and JavaScript. You don’t have to go from your code editor to your browser any more, just click run Just look at the examples or create your own snippet or project to develop your JavaScript.

I’ve heard that the beta version is coming soon and there will be lot’s of new functions. For example a  user login with lot’s of features.

Go and visit jsFiddle.net

transitions

A lot of javascript frameworks have several animations to move or style elements. I thought it was very handy to have all this kind of animations in one list so you can pick them wisely.

View Mootools example

The 30 transition types above break down into 10 sets:

Continue Reading »

screenshot24Today I’ve found something on the internet: swfIR. This flash based widget allows you to rotate images, adds rounded corners (even to Internet Explorer), borders and shadow to specified elements.

swfIR (swf Image Replacement) is here to solve some of the design limitations of the standard HTML image and its widely-accepted associated CSS values, while still supporting standards-based design concepts. Using the dark arts of JavaScript and Flash, swfIR gives you the ability to apply an assortment of visual effects to any or all images on your website. Through progressive enhancement, it looks through your page and can easily add some new flavor to standard image styling.

Go to the swfIR website

I’ve created a sample page to see it in action! It’s a pity that swfIR doesn’t work in combination with Mootools or Prototype…

View example

Continue Reading »

Top of Page