Never limit your imagination to a plain rectangle! Don’t forget to include some interactivity – people love to play and solve puzzles.
Daily Archives: January 22, 2012
TinyMCE automatically remove empty tags
I need to have the following HTML code: <div id="boxContainer"></div> but the editor removes all "empty" situations!
How to fix ‘Function eregi() is deprecated’ in PHP 5.3.0?
I used to use eregi for validating email address input that matches to the regular expression.