Zend Studio for Eclipse - New Framework Project Problems
January 3, 2009 by Jon | 3 Comments »
While working on a new project where my base was Zend Framework I desided to give the default layout for new ZF projects in Zend Studio for Eclipse a chance. While it does start a good layout for a project by generating the default code which is a real time saver I did notice some problems.
Zend_Id3
So while working with out dated libraries to fetch id3 tags I deiced to try and write my own Id3 Tag parser and of course I figured why not share it with the Zend Framework Community. I have crated the Zend_Id3 Proposal and I have started initial coding on it.
It’s been a busy time…
Wow I can’t believe it’s been almost a month since my last post but my time has been very limited to do personal things. Since my last blog post I have been on two trips and done countless other things with work and personal stuff.
PHP implemented in 100% Java
August 9, 2008 by Jon | 1 Comment »
Quercus allows developers to incorporate Java code into PHP web applications and gives both Java and PHP developers a fast, safe, and powerful alternative to the standard PHP interpreter.
Adobe to contribute AMF support to Zend Framework
Adobe has made a proposal for an AMF (Action Message Format) component in Zend Framework. This ZF component will allow for client-side applications built with Flex and Adobe AIR to communicate easily and efficiently with PHP on the server-side. Leading the design of the component for Adobe is Wade Arnold. Wade already has a track record of bringing the Adobe RIA technologies to PHP as a result of all of his work on AMFPHP.
Migrating OOP Libraries and Frameworks to PHP 5.3
Over at Phly, boy, phly, Zend Framework coder Matthew Weier O’Phinney, talks about issues with implementation of namespacing in PHP 5.3 and the coding standards of Zend Framework
Building Admin Tools With JavaScript and PHP
So part of my job at the Indianapolis Motor Speedway is writing Admin Tools for our users to administer the sites with. There are a mix of older admin tools which don’t use any JavaScript and newer admin tools where the front end is completely based on JavaScript.
I was recently asked to build an admin tool to allow one of our users to maintain the drop down portions of the site navigation since they can change with each passing event that happens at the track.