development
Drums, please!
This anticipated project in the Prototype JS community came close to its debut! Watch out for updates.
Designing a simple token algorithm with PHP
Update: this article assumes that the encryption algorithm would not be distributed to the user openly. It would instead be stored remotely (i.e. on the server), or be distributed in an encrypted form.
Update: Arnold Daniels has responded in his blog with the significant improvement step.
This article is intended for programmers who haven’t had a chance [...]
How to build a node in Drupal programmatically
Sometimes you want to create a page or a story, or any other node-based piece of content (but not content-type) programmatically. I’ve searched for explanation, and once again, when I can’t find something fast, I share it here. In this case I had to have some conversations.
It’s quite simple. Turns out Drupal uses php standard [...]