Posted on September 30, 2008 by michaelangela
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 />
Filed under: bug, cool, ie6, tip, workaround | Leave a Comment »
Posted on September 27, 2008 by michaelangela
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 [...]
Filed under: dev, flash, tool | Leave a Comment »
Posted on September 25, 2008 by michaelangela
openflux – Google Code
OpenFlux is an open-source component framework for Flex which makes radically custom component development fast and easy.
Filed under: cool, dev, flex | Leave a Comment »
Posted on September 20, 2008 by michaelangela
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 [...]
Filed under: entrepreneur, monetize | Leave a Comment »
Posted on September 20, 2008 by michaelangela
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 [...]
Filed under: cool, php, tip, tool | Leave a Comment »
Posted on September 11, 2008 by michaelangela
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 [...]
Filed under: cool, python, tip, tool | Leave a Comment »
Posted on September 5, 2008 by michaelangela
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.
Filed under: php, tip | Leave a Comment »
Posted on September 5, 2008 by michaelangela
grep -nr -C2 text *
Filed under: php, tip | Leave a Comment »