Some PHP snippets, the cURL-based HTTP class, session starter that works across the browsers and a little tip for your .htaccess to lowering load and save the bandwith. Go on!
A PHP snippet, which checks given mail address not only by regular expression (right form of address, i.e. "must contain one '@' character"), but checks if the mail server has the given mailbox.
A bunch of interesting PHP scripts ready-for-use: Microblog, social community portal, DB manager, bookmarks manager and last (but not least): Working with video in real time.
An interesting URL fetcher by Bin-Co. It workarounds all the curl, fsockopen and file_get_contents problems and provides a nice way to do content fetching.