Tag Archives: Zend Framework

Last Night’s PHP UG Meeting

Thanks everyone who came out to last night’s PHP Users Group meeting – we had the best turnout so far! Lee Brimelow, Platform Evangelist with Adobe, gave a great presentation on Flash, Flex, AMFPHP, and the upcoming Zend_Amf. I thought his presentation was refreshingly straightforward and honest. I have several reservations with using Flash myself […]

Northeast Pools & Spas Website Launch

We just launched the new Northeast Pools & Spas website. I think Dave and Jason did a great job on the visual design and Liz did a fabulous job on organizing and helping to write the content! I worked primarily on the functionality for the construction and portfolio pages. The site is implemented using semantic […]

PHP Users Group Meeting

The next meeting of the Burlington, VT PHP Users Group will be Thursday, August 28th, 2008 at 6pm. Special guest Lee Brimelow, a Platform Evangelist with Adobe and an award-winning interactive designer, will discuss the various ways in which you can integrate PHP with Flash and Flex to create Rich Internet Applications. We will start […]

Draft Zend_Container Proposal

Wow, my draft Zend_Container proposal got a lot more interest than I expected. I want to clarify a few things about this proposal. First, this proposal is still very much a draft. I’ve made a few updates this weekend, so I’d love to hear any feedback you have but keep in mind the proposal is […]

Dependency Injection in Zend Framework

Ibuildings has an article on Dependency Injection and Zend Framework Controllers. In the comments, the Zend_Di proposal is mentioned. I had posted several comments when the Zend_Di component was proposed. Most of my comments were ideas on how to make a dead-simple dependency injection container for Zend Framework. Zend Framework prides itself on simplicity and, […]

Easy Way to Run Web Applications Locally

I’ve been trying out a new way to run web applications on my local machine. Since I work on many different websites I like to be able to run these sites on my local machine. This lets me try out changes locally before committing them to Subversion and rolling them out to a staging or […]

Burlington, VT PHP Users Group Meeting Last Night

A big thanks to Bluehouse Group for hosting Last nights Burlington, VT PHP Users Group meeting! Both Matthew Weier O’Phinney and Rob Riggen provided some great presentations. Matthew’s presentation was a continuation of his best practices series. This one was on documenation. Rob presented the latest installment of his framework series, this one on Zend […]

New Found Line Website Launched

I am happy to report that the new Found Line website has launched! This new version includes some much needed content and visual updates and is now running in Zend Framework (although there is very little functionality beyond static content). All of the visual effects use jQuery, there is no Flash to be found on […]

Google App Engine

Google has just launched a preview release of the Google App Engine. Developers can now create web applications and run them on Google’s infrastructure. This gives developers access to a lot of the same tools that Google uses to build its own web applications including GFS and Bigtable. Unfortunately, it’s only available for Python and […]

Magento 1.0

Magento 1.0 has just been announced. Magento is an open source eCommerce platform based on Zend Framework. I’ve used several shopping cart applications in the past and have been very disappointed with all of them. Magento looks promising and I hope to demo it soon.