You are browsing the archive for web development.

Active Module Based Config with Zend Framework

January 4, 2010 in Zend Framework

I’ve recently taken to using Zend Framework for a project that I needed to bring up to date. I won’t go into the pros and cons of choosing a framework as there are many much more qualified people who have done a much better job of this subject than I would or could. So Instead [...]

php: processing raw Post / Get Values

January 21, 2009 in PHP

I just added a jquery plugin to call head requests, but because you are not doing a get or post request php won’t convert the values that are sent back to their form. To get around this we have to use the php://input stream ( is that the right word?) which is handy for a [...]

Buzzword of the Day: Hijax

January 13, 2009 in Buzzword of the day, Web Development

Came across this today: being 01:58 on Wednesday January the 14th 2009 .. i declare Today’s Buzzword of the day: HIJAX Basically when you replace links in a page to perform ajax instead and update content instead of refreshing, that’s Hijax. Visit http://domscripting.com/blog/display/41 for more info