The latest release of PHP has been announced, PHP 5.2.9 is out and available for download. This release includes 4 major security/stability fixes, and numerous other enhancements as well.
25
2009
Leveraging Zend Framework Components from Adobe Flash Platform Applications
As of version 1.7, Zend Framework includes an extension for native Adobe Action Message Format (AMF) communication between Adobe Flash Platform applications and PHP. The Zend Framework includes extensions for a vast array of common programming tasks, including database connectivity and abstraction, e-mail, authentication, and third-party application programming interface (API) access. Most of these are useful in Flex applications, and with Zend_Amf, leveraging them has never been easier. In this article, you create a Flex application that takes advantage of some useful Zend Framework extensions.
23
2009
Observer pattern in PHP
I’ve recently pretty much fell in love with an observer design pattern. You can basically build the whole application on it using awesome power of event driven programming. What exactly is an observer pattern? Basically we have an object you want to monitor ( observe ) for any changes. Most of the time this object just fires out events and we want to listen to them. We can have more objects observing one or more other objects so basically this can be M:N relationship.
22
2009
Google Code Hosting
If you don’t already know Google provides a free service for hosting your open-sourced projects called Google Code.
When you create a project define the license you want to use (i.e. GPL2, GPL3, etc…).
21
2009
Zend_Acl – Resource / Role / Privilege Viewer?
Today at work I made a Zend_Acl – Resource / Role / Privilege Viewer that I wish I could share, but can’t. Pretty straight forward, globs the resources by their file names and instantiates all the roles on another glob. Overrode the allow/deny in Zend_Acl to save the privileges and then use that to display a table of all the isAllowed calls for a specific resource for all the roles for their privileges.
Was looking around to see if there are any open-sourced projects and didn’t find any.
21
2009
A Big Stimulus Boost for Electronic Health Records
Wiring up physicians from small practices will be one of the biggest hurdles.
Physicians and information specialists across the country are feverishly figuring out how to best prepare for the impending availability of $19 billion designated for health-care IT spending in the newly signed stimulus bill. Broadly deploying electronic health records (EHRs), they say, will require special support for small private practices across the country.
In my humble opinion we need to fix things like the vulnerability of DNS servers and SSL certificates, before something like this goes into effect. (more…)
