I found this nice plugin for jQuery that will allow users to press ENTER instead of TAB to navigate through form elements. It makes use of the specified tabindex to […]
Category: Web Development
From XHTML to CSS to PHP and everything from web security and usability etc.
Page break on your web page
We can easily specify page break on your pages via CSS. It is just a line of code. Then apply the class to an element and the page break will […]
Optimizing jQuery Selector
I have five forms that has tons of JavaScript data validations and AJAX calls. Worst, it is looping intensive. As a result, it was too slow. At first I thought […]
Disappearing Cursor on Textbox
I encountered this problem in both IE and Firefox. When you tab to a certain textbox, the cursor does not appear (does not blink of course). It works everything fine […]
Zend Date Validations Don’t Work After Upgrading to 1.7
We have developed our ongoing application in Zend Framework 1.6.0 and later upgrade it to 1.6.2. After 2 months, Zend released their version 1.7. With no hesitation, I upgraded our […]
CSS and the browser war
Internet explorer is really a big problem when it comes to CSS styling especially when it comes to complex designs and complex forms where there are many elements invloved. Currently, […]