HOME
Articles

With CSS3, you can rotate Web page elements by a specified number of degrees, clockwise or anti-clockwise. With a small amount of HTML and JavaScript code in conjunction with CSS declarations, you can also animate these rotations. In this tutorial...

I’ve been trying out Haskell for developing a web application, using the Yesod framework. I always found Haskell quite nice, but never tried developing web apps with it. After using Yesod, I’m slowly starting to think that Haskell might...

There’s been quite a bit of talk, recently, in PHP-land about templates and the ramifications of enforcing “pure” PHP scripts by preventing scripts from entering HTML mode. I’m not quite sure how I feel about this RFC, but it got me thinking...

A Big collection of CSS designs tables, you can download any table design code for free.
Scripts

This is a highly flexible PHP/MySQL web-based program that allows people to register themselves in it, create quizzes and take quizzes made by others.
Generate a password or a random key (I use it to confirm newsletter unsubscribe)
<?php
//use $row->clau = $this->_helper->getHelper('Password')->generate(10, 20);
class Helper_Password extends...

We choose the best language between possible languages and between languages that the browser accepts
Usage:
$accepted = $this->_helper->getHelper('Language')->accepted();
$optimal =...

Extends php doctrine record for search with Zend_Lucene
Usage:
1.- Replace base model:
Ex:
replace
abstract class BaseBlacklisted extends Doctrine_Record
with
abstract class BaseBlacklisted extends...