Tag Archives: html
XHTML Layout – Making Use of Basic Tags
I am not actually focusing on Web Design, but as a Web Developer, I can’t skip that part. Designing a page, especially a data entry form, is such a pain during my previous projects. One of the biggest mistake I’ve … Continue reading
Fixing Checkbox Width Problem in IE
I just reviewed my code today and found my code about how to fix the checkbox width incompatibility with IE. In IE, you will find that the checkbox has extra maring / padding on its left and right side making … Continue reading
Appending Conditional Stylesheet / CSS on Zend Framework
Because of some browser incompatibility, you need to have some piece of CSS on your page for a specific browser, ex: IE. If you are using Zend Framework, it would be easy. In the controller, you can include the stylesheet … Continue reading
AJAX Example – Loading Content Dynamically
My sister has a project on creating a simple website, and thus she needs my help. Their website was about Philippine actors and actresses. One of the features they have is to display biographies of actors / actresses. Me being … Continue reading




