Tag Archives: HTML / CSS
Selectively Adding CSS with Zend_Layout
How to manage your CSS selectively in larger applications.
Painless HTML Emails with Zend_Mail
Quickly and easy it is to write designer-friendly HTML emails using Zend_View and Zend_Mail
Zend View Partials
This screencast covers Zend View Partials, an often overlooked portion of the Zend_View_* collection of classes, however, I’ve found them super handy when writing complex templates. Running time is a little under 10 minutes. Download the project code.
Zend View Helpers with AJAX
This is the second part of last weeks tutorial. Here we add some JQuery code and look at how Zend_View_Helper_* classes can be written in such a way that they behave the same when they’re invoked on the server and called asynchronously via an AJAX request. Feel free to follow along by downloading the project…
