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
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
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
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
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. 14 comments - 2 pingbacks / trackbacks
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