Monatsarchiv für März 2010

Zend Framework: View Helper to Render any HTML tag

Mittwoch, den 24. März 2010

Sometimes you might want to render a HTML tag with a lot of dynamic attributes in a view, of you need to create an HTML Element somewhere else were it is unlikely to use HTML with inline <?php tags. I created a view helper that just takes an array of the attributes and returns the [...]

Simulate slow connection with the Bandwith Module for Apache

Donnerstag, den 18. März 2010

For testing websites that are intended for use in the fields, I often wanted to make your http://localhost feel like on a modem connection. The easiest solution I found is the the Apache module mod_bw. This is a short setup guide for Ubuntu Webdevelopers that care about their users or everybody who want’s to get [...]