Categories
- agile (3)
- algorithms (16)
- css (29)
- download (3)
- featured (46)
- flex 3 (25)
- javascript (138)
- micro tutorial (202)
- PHP (108)
- portfolio (5)
- snippets (7)
- video (1)
- web development (167)
- zend framework (80)
Monthly Archives: June 2009
__flash__removeCallback problem on IE6
Every time the page unloads If there’s a flash movie into your page using the AMF protocol to speak with the other part of the site, there may be a bug under Internet Explorer version 6 … again. The AMF … Continue reading
Posted in javascript, micro tutorial, web development
Tagged ie6, issue, SWFObject, unload issue, __flash__removeCallback
4 Comments
debug JavaScript on IE6
The built-in JavaScript debugger While developing your next site, you’ve may noticed that under IE, specially version 6, it’s very hard to debug any kind of JavaScript code. Yes actually if you’ve configured the browser for that purpose you may … Continue reading
Posted in javascript, web development
Tagged debugger, ie, microsoft script debugger
Leave a comment
sprite usage and website optimization
What’s a sprite? When a website is developed common scenario is to put all of your images used in the UI in a .css file. Yes some did not use it, which I think is too much old school, but … Continue reading
Zend Framework – quick tutorial (part 3) – front controller plugins
Why writing a front controller plugin? Almost every application uses a database connection and acl module. Why doing this in the bootstrap and to mantain many lines of code there, instead of making it clear and mantainable. Of course you … Continue reading
Posted in PHP, web development, zend framework
Tagged front_controller, front_controller_plugin, quick start, tutorial
6 Comments







