Monthly Archives: October 2009

object and embed tag position in IE

What is OK? If you’ve written at least once the OBJECT and EMBED tags, without copy/paste you may have been noticed that the place of the EMBED tag is a bit strange. Actually after the OBJECT tag, comes the PARAM … Continue reading

Posted in web development | Tagged , , , | Leave a comment

Passing objects with ExternalInterface from JS to Flex

What if you’d like to pass an object to Flex To continue the topic of my previous post I’m just going to add that there’s a native way to pass objects from JavaScript to Flex’s actionscript. I’m not going to … Continue reading

Posted in flex 3, javascript, micro tutorial | Tagged , , , | Leave a comment

Tips and tricks in ExternalInterface communication!

ActionScript and the rest of the world In the past, when ActionScript v2 was widely used, the most common way to interact with the other parts of the web application, whether a page refresh, redirect or JavaScript method call was … Continue reading

Posted in flex 3, javascript, micro tutorial | Tagged , , , , | Leave a comment

Zend Framework custom URLs

URL organization in Zend Framework As you may know in ZF the urls are strictly organized. First you’ve the module, if you use modules. If there is only one module, and it is normally the default one, you omit the … Continue reading

Posted in micro tutorial, PHP, zend framework | Tagged , | 3 Comments

Event driven programming with jQuery – (part 4). Simple event driven app.

The sample app In my last post from the event driven programming with jQuery series, I simply will post a sample application. In my previous post I showed up the use case for a tab panel, which can be done … Continue reading

Posted in javascript, micro tutorial | Tagged , , , , | 2 Comments