clean code video

Html Helper Class

Html Helper Class

One of the things that can make your scripts really hard to read and take up much space are inline HTML tags. This helper class makes it possible to write inline html tags in a really simple an clean way. Take for example the following code. It is used to show a select box and the selected variable is to choose a select item. <?php $selected = 'green' ?><br /><select name="colors" id="colors" /><br /> <opti...

CSS3 Button Generator

CSS3 Button Generator

CSS3 BUTTON GENERATOR Created by Tiago Lopes Exlusive: CodeCanyon.net Feedback and Rating is highly appreciated. UPDATES v1.2 – 21.07.2010 1334 Sample Buttons Added! Font-family Option with Ajax’ed Real Time Preview ‘Another Similar Buttons’ Function (Shows 16 variations more with options you’ve choosen) Hexadecimal test on colors was improved Strip spaces (on form values) function added Replace other characters than letter...