snippets

Digett.com: How to Theme the Comment Form in Drupal 6

PHPDeveloper.org  Thu, 07/01/2010 - 10:26

If you're a Drupal user and are looking for a way to change up that standard comment form that comes pre-loaded in the site, you should check out this new post on the Digett blog about the handy hook_form_alter function.


 

CatsWhoCode.com: 10 awesome things to do with cURL

PHPDeveloper.org  Thu, 11/26/2009 - 17:03

On the CatsWhoCode.com blog there's a new post looking at a few cool things (ten, to be precise) you can do with the cURL extension in PHP.

New to cURL?

If yes, check out the following articles to learn the purposes and basics of cURL/libcurl. [...] Please note that some of the techniques shown here can be used for "blackhat" methods.

The goal of this article is only educationnal, please do not use any of the snippets below for illegal stuff.

Their ten cool things incldue:


 

Raphael Stolt's Blog: Kicking off custom Phing task development ...

PHPDeveloper.org  Mon, 08/24/2009 - 07:17

In this new entry to his blog Raphael Stolt shows how to combine TextMate's snippets (handy bits that can be inserted/executed over and over) and Phing to run custom tasks.