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.
2008: The year in review
January 1, 2009 by Jon | 1 Comment »
It seems that everyone is doing this so I will join in.
In short my year was this:
- Attended 4 IndyCar Series Races (Indy, Belle Isle, Kentucky, Mid-Ohio)
- Watched all the other IndyCar Series Races on TV.
- Attended one NASCAR and MotoGP Race at IMS.
- Worked with Zend on the Zend Framework Certification
- Attended my first (but not last) ZendCon
Zend Framework 1.7.0 Released
November 19, 2008 by Jon | 2 Comments »
That’s right ZF 1.7.0 has been release and it features AMF support, JQuery support, and Twitter support, among numerous other offerings.
Twitter Service for Zend Framework
November 16, 2008 by Jon | No Comments »
After almost 2 months of work I am happy to have Zend_Service_Twitter included into the standard trunk for Zend Framework. Currently Zend_Service_Twitter is schedule to be included in the 1.7 release.
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.
Life is busy…
September 12, 2008 by Jon | No Comments »
Wow it’s been a while since my last post but my life has been busy. I traveled with for work up to the IndyCar Series Race at Belle Isle Raceway in Detroit, Mi. It was a lot of fun as the race was a very good race and I was sitting about 3 feet away from the race track in the Timing and Scoring Booth.
Copy and Paste on the iPhone
Zack White has created an non profit open source community project called OpenClip. When a participating developer adds the OpenClip framework to an iPhone app, that app gains copy & paste functionality. The OpenClip framework uses a shared space on the iPhone and iPodTouch, therefore not violation Apple SDK agreement.
This is great news as apple has been very lazy about this feature. Checkout GeekBrief Showing off OpenClip in their latest episode.
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.