Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
As far as open source php code goes: GOOP Gallery which recently got added to Sourceforge. I've modularized the code recently and am working on adding different types of galleries besides table based.
A map interface using flash on the frontend / PHP & GD to generate the maps themselves, all with draggable interface similiar to google maps. This won't go live for another month.
Being a hobbyest for most of my life has allowed me to venture off into some pretty cool code...much of which is never finished....but nonetheless quite cool
I have some old code floating around which attempts to render HTML...
Structured document rendering...is a pretty tricky subject - you wanna experience recursion...try that
Publicly I have the following code posted on the codeproject...
I used some very non-traditional techniques to accomplish the hyperlinking effects in this textbox...really had to play around with the way messages work, etc...because all of this was uncharted territory - for me atleast...I couldn't find anything on MSDN or anything...so I experimented until something worked...which in itself was a challenge