To say that I dislike Zend Framework, would be an understatement. While it is powerful and capable of quite a bit, I find it to be a bit overkill for many (if not most) tasks and bloated in so many ways. But, I’m not a huge fan of frameworks to begin with. As programmers, we… Read more »
Posts Tagged: code
Javascript – Removing All Select (Drop-Down) Elements from a Page
The greybox effect that we use for our images in the project that I was working on had a small flaw. Unfortunately, in IE6 (go figure), drop-down menus were showing through whenever a user had expanded the image on the screen. This was obviously not desirable. I couldn’t find exactly what I was looking for… Read more »