You are currently browsing the JavaScript category.

ZendCon 2010 Slides

Unfortunately, I didn’t had the time to participate in this years ZendCon :-(. For all those of you who had the same problem: here are the slides of the talks. Nearly all of the slides are very interesting for all those of you involved in any kind of web project. Continue Reading

Posted November 9th, 2010.

1 comment

jQuery: loading content with load() and dealing with errors

If you are using jQuery, you will probably know what load() does. Basically, it enables you to load content from your Server using AJAX techniques and inject it into a HTML tag, e.g. a <div>. But what, if loading fails? Well, here is a simple way to solve this issue. Continue Reading

Posted September 16th, 2010.

2 comments - 1 pingback / trackback

Coolest Dojo Menu Ever

I’m currently playing around with some dojo features for a project that I’m currently working on. To be more precise I had to create a menu that drops down from the top to the bottom of the screen simulating gravity. Actually, the menu looks really cool ;-). Continue Reading

Posted August 20th, 2010.

2 comments - 1 pingback / trackback

How to Visualize Graphs in Your Web-Application (InfoVis and JSViz)

I had to visualize some simple directed (acyclic and cyclic) graphs in one of the projects I am currently working on. If you google for packages that will help you to visualize graphs, you will probably find at least two JavaScript packages: JSViz and InfoVis. In this post I would like to share my experience with these two packages with you. Continue Reading

Posted July 27th, 2010.

3 comments - 1 pingback / trackback

An Image Gallery and Slideshow with Zend Framework and Dojo

Ever wanted to have a fancy image gallery and slideshow on your website? This tutorial will show you how to implement an image gallery for your Zend Framework application using Dojo (see screenshot). Dojo’s image gallery already comes with some very nice built-in features like a thumbnail picker or a slideshow. Continue Reading

Posted July 4th, 2010.

7 comments - 2 pingbacks / trackbacks

JavaScript: The Good, the Bad and the Ugly (Parts)

I’ve just stumbled upon this great talk given by Douglas Crockford on Google Tech Talks about JavaScript. For me, this talk was an eye-opener and taught me how to solve and/or avoid several problems I had with JavaScript. Continue Reading

Posted June 27th, 2010.

2 comments

Site tools