Overflow:visible IE6 bug workaround

I can’t believe it but it actually seems to work!
Is there any workaround to this bug (overflow:visible;)?

> #sidebar { overflow: hidden; }<br /> /> #sidebarContents { position:relative; }<br />

Good AS2 class for textfields

Just taking a note on this. It looks quite useful.
Easy Custom Scrollbar Class for TextFields (AS2) | Taterboy.com: Graphics, Multimedia and Such
Here is the twin brother of the Easy Scrollbar MovieClip Class
that works with TextFields. It does not require the masking and is
perfect for Input TextFields. It has all the features of the MovieClip
version except [...]

I simple have to check this out

openflux – Google Code
OpenFlux is an open-source component framework for Flex which makes radically custom component development fast and easy.

The era of free everything is ending?

Well not exactly. But building something and hoping it scales to massive numbers to be funded by advertising is not the big game plan as much any more… or at least it’s changing. Anyway, I just wanted to keep tabs on Hank’s site. Good stuff there.
Why does everything suck?: Web Meets World (a.k.a. Web Meets [...]

Adding a PHP nature to a project

I have a remote project already online and the PHP project type functions weren’t working, i.e. the PHP Explorer, the Outline view, Command(Ctrl) clicking an item to jump to it’s definition, etc. Those are really helpful! Not to mention auto completion! What was needed was the .project file on the server had to be updated [...]

Pythonic grep sort of

Looking for a way to crank through files and search for specific text within matching files. Found this and it’s very neat.
Python: find files using Unix shell-style wildcards « Muharem Hrnjadovic
The download though was a little hard to find so I just got the source tar.gz file from here:
http://ppa.launchpad.net/al-maisan/ubuntu/pool/main/s/scriptutil/
[update]In the end I tried grep which [...]

OS X, XDebug, MAMP, Zend Optimizer

It’s true… disable the Zend Optimizer. I had the same issue and this resolved it.
Installing XDebug with Mac OS X MAMP: disable PHP Zend Optimizer | AgaricDesign.com
After getting rid of (commenting out) the three lines about Zend optimizer in php.ini, it failed a couple times but then started working.

Recursive grep on OS X

grep -nr -C2 text *