HOME

Articles

Rotating Web Page Elements Using The CSS3 Rotate Transform

Rotating Web Page Elements Using The CSS3 Rotate Transform 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...

Is Haskell good for web development?

Is Haskell good for web development? 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...

PHP as a templating language

PHP as a templating language 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...

CSS Table Design | CSS Table Gallery

CSS Table Design | CSS Table Gallery A Big collection of CSS designs tables, you can download any table design code for free.

Scripts

Online Flash, PHP, MySQL Quiz System - Fully Customisable

ONLINE FLASH  PHP  MYSQL QUIZ SYSTEM   FULLY CUSTOMISABLE 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.

Helper to generate a random key

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...

Redirect depending on the language

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

Search with Zend_Lucene and Doctrine

SEARCH WITH ZEND_LUCENE AND DOCTRINE 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...
RSS RSS RSS