Category Archives: Zend

Primal Screen website launch

Did I mention that our new website launched? Primal Screen website (100% of code and 75% of design by yours truly). Oh, and I’ll never write another website in that bloated carcass of a useable PHP framework: Zend Framework. My … Continue reading

Posted in Actionscript/Flash, CodeIgniter, HTML/CSS, HTML5, Javascript, jQuery, PHP, Zend | Tagged , , , , , , , , , | Leave a comment

Getting the current Zend Controller or Method/Action

I already wrote a post about how to do this same thing in CodeIgniter (my PHP framework of choice), but what about Zend (a HUGE, bloated, hard to follow framework I don’t really like, but have to work in). The … Continue reading

Posted in PHP, Zend | Tagged , , , , , , , | Leave a comment

Using PHP to generate your CSS Stylesheets (or .JS files)

So maybe you want to just declare a variable once in PHP at the top of your stylesheet: $theColor = “#363636″; And then when you need to refer to it a dozen times, spread throughout your stylesheet, you can, and … Continue reading

Posted in CodeIgniter, HTML/CSS, Javascript, PHP, Zend | Tagged , , , , , , , , , | Leave a comment