• Joseph Crawford's Blog: Zend Framework: Creating RESTful Applications

    Updated: 2010-03-11 17:25:04
    Joseph Crawford has a new post to his blog today with a look at his use of the Zend_Rest_Controller and Zend_Rest_Route components of the Zend Framework to create a simple REST service .

  • php|architect: Programming: you're doing it wrong

    Updated: 2010-03-11 17:06:42
    In an opinion piece posted to the php|architect site Marco Tabini suggests that we (as developers) are doing it wrong as we move further and further away from the pragmatic side of programming into the abstract. No matter how advanced the techniques that we use, there is always something that we could be doing better. [...] Which one is right? The real problem is that the answer to that question is, "yes." That's because it lacks a specific context in which it can be inserted. He suggests that, in our quest to figure out what the perfect case for any situation, we stop focusing on the practicality of writing applications to accomplish goals. Sometimes it's not about getting the right theory behind the code - sometimes it's just doing it.

  • Webinar - New in Zend Framework 1.10!

    Updated: 2010-03-11 16:27:55
    Zend Framework 1.10 sports a ton of new features, as well as completely revamped online documentation. In this webinar, Matthew Weier O’Phinney, Framework Project Lead, and Ralph Schindler, Zend Framework Software Engineer, will present a synopsis of the new features, discuss the new online documentation system and how it’s built, and answer your questions about the new release….

  • Brian Moon's Blog: PHP command line progress bar

    Updated: 2010-03-11 16:23:41
    Brian Moon has a quick post that links to a but of code that gives you a progress bar for the command line that's flexible enough to be used in an number of situations. Was just looking through some code and came across this function I wrote some time ago. If you do a lot of your processing scripts in PHP like we do, you probably need to know what is going on sometimes. So, I made a progress bar for use on the cli. I thought I would share it. You can see a demo of it here (screencast) or just download the code. Comments on the post also point out the PEAR Console_Progressbar package and the ez Components class for creating a more advanced progress bar.

  • Webinar - Optimizing Drupal: Performance Tips and Benchmarking by Zend and Acquia

    Updated: 2010-03-11 16:19:55
    To be successful, larger Drupal sites face key issues of site performance and scalability. This webinar is targeted at managers and developers who are trying to get the most out of a Drupal site. We’ll discuss common Drupal performance bottlenecks and a number of techniques to dramatically improve site performance. A detailed review of recent performance and stress testing will highlight PHP opt…

  • Alan Skorkin's Blog: How To Fix The WP-Syntax Special Character Escaping Issue

    Updated: 2010-03-11 15:15:21
    Alan Skorkin has a recent post to his blog about a trouble that many WordPress users have come across in working with their content and the WP-Syntax plugin (for displaying code) - a special character escaping bug that escapes characters that don't need it. Suffice to say, [WP-Syntax] does the job fine except for one very annoying issue. Whenever you have any kind of special characters in your code (which you inevitably do e.g. , & etc.), these always render as their escaped representations. It only happens with the WYSIWYG editor for writing content (which the tool's FAQ recommends turning off) but there's a better solution that Alan found - change a line of code in the plugin to use the htmlspecialchars_decode function to rid your install of this pesky escaping bug.

  • Eli White's Blog: An intriguing use of lambda functions

    Updated: 2010-03-11 14:48:16
    In a new post to his blog today Eli White takes a look at an interesting use of lambda functions he's figured out for a his development at work. I found a very specific use out of the blue of Lambda functions that I have now used and I see as a great use-case. Which is specifically passing functions/logic from your Controller to your View. In the case of Goodsie, I'm using PHP for my templating language and as usual I'm trying to remove as much logic from my View as possible, while still allowing the view to be malleable. His method centered around a pagination subview that he wanted to make flexible enough to work with both the standard page view and with an ajax request. Lambda functions came to the rescue by dynamically creating a function based on the request need.

  • Site News: Blast from the Past - One Year Ago in PHP

    Updated: 2010-03-11 13:03:15
    : : News Feed Jobs Feed Sections Tutorials Books Events Talks Jobs Recent Jobs Job Posting : Vermont Information Processing Seeks Senior Lead PHP Developer Burlington , VT Job Posting : Mediware Blood Center Technologies Seeks PHP Software Developer Jacksonville , FL PHP Zone : Can Learning Drupal Get You a Job Job Posting : Tilllate Media Seeks Senior PHP Developer Glasgow , UK Job Posting : Agency Matrix Seeks Senior Application Developer Addison , TX Job Posting : HUGE Seeks Freelance Zend WordPress Developer Brooklyn , NY Job Posting : Abbott Laboratories Seeks PHP Developer Irving , TX Job Posting : BetFair Seeks Lead Software Engineer Web Job Posting : Uplifting Innovations Seeks Lead PHP Developer Portland , OR Job Posting : Ganz Seeks PHP Developer Toronto , Ontario News Archive php|architect : Programming : you're doing it wrong Brian Moon's Blog : PHP command line progress bar Alan Skorkin's Blog : How To Fix The WP-Syntax Special Character Escaping Issue Eli White's Blog : An intriguing use of lambda functions Site News : Blast from the Past One Year Ago in PHP Perplexed Labs Blog : PHP Forking to Concurrency with pcntl_fork( Community News : Microsoft Returns with The

  • DZone.com: Q&A with Jason Gilmore: The Zend Framework

    Updated: 2010-03-10 01:12:39
    On DZone.com today there's a new interview by Lyndsey Clevesy with Jason Gilmore looking at the Zend Framework and some of the general things to expect in coming versions.

  • Ben Scholzen's Blog: Modern Application Design - Part 1

    Updated: 2010-03-05 22:13:16
    Ben Scholzen has started a serial about modern appication design on his blog. As base of this serial he is using his blog source for demonstration. </img

  • Matthew Weier O'Phinney's Blog: Responding to Different Content Types in RESTful ZF Apps

    Updated: 2010-03-05 21:11:04
    Continuing on from his previous articles on working with REST in Zend Framework applications (and making the endpoints for a web service) Matthew Weier O'Phinney has a new tutorial with the next logical step in the series, automatically responding to different content types in your application based on the content-type the client sends.

  • Do you queue? Introduction to the Zend Server Job Queue

    Updated: 2010-03-05 14:00:54
    There has been a lot of talk over the past several years about the difference between performance and scalability. Never mind that the difference between the two will probably not really affect most developers. Never mind that the “difference between performance and scalability” argument is often used when someone’s code performs poorly and their best argument is “Yeah, but my code scales”. Yeah, sure it does.

  • Michael Kimsal's Blog: Zend Framework and Doctrine integration - autoloading of doctrine models

    Updated: 2010-03-05 04:56:19
    Michael Kimsal has a new post today looking at using Doctrine models in a Zend Framework application and how to get them to autoload when you need them with the help of Zend's Zend_Loader_Autoloader.

  • Rob Allen's Blog: Zend Framework, IIS and 500 errors

    Updated: 2010-03-05 04:53:03
    If you've been using the Zend Framework on a Windows platform (running IIS as the web server) and have been getting some 500 errors and have been left lacking the detail you need on the problem, you should read this new post from Rob Allen about an IIS setting that can help you out.

  • System i Network's IBM i Essentials 2010 Virtual Conference will feature PHP!

    Updated: 2010-03-05 04:40:48
    This FREE event will help you learn how to leverage the power of the IBM i platform to develop, deploy and manage web applications. The Virtual Conference has the advantages of a traditional conference without any of the travel time and cost! Attend an educational session, ask questions, visit a trade show booth, interact with other industry professionals and pick up valuable literature – all from the comfort of your office!

  • Juozas Kaziukenas' Blog: Don't be afraid of PHP 5.3

    Updated: 2010-03-02 22:15:02
    Juozas Kaziukenas has a suggestion for all of those developers (and web applications) out there that are still resting back on their comfort zone of PHP 5.2 - don't be afraid of PHP 5.3 , the earlier the adoption the better!

  • ZendCasts.com: Creating Custom Zend_Form Decorators

    Updated: 2010-03-02 21:15:49
    On ZendCasts.com today there's a new screencast aimed at showing off custom Zend_Form decorators for your Zend Framework application.

  • Connecting Flex 4 and RESTful Web Services using Zend Framework

    Updated: 2010-03-02 19:04:19
    With Adobe’s latest incarnation of the Flex Framework and the Flash Builder integrated development environment ( IDE ), creating truly engaging front-end clients is now more streamlined. Some of the useful tools and features covered in this article are the Data/Services, Test Operation, and Network Monitor additions to Flash Builder. In this article, I explain how to set up a simple Representational State Transfer ( REST ) service using the Zend Framework 1.9 locally and connect to it in the Flex 4 application.

  • PHP.net: PHP 5.2.13 Released!

    Updated: 2010-02-26 18:03:13
    As mentioned on the main PHP site today, the latest version in the PHP 5.2 series has been released - PHP 5.2.13 .

  • Padraic Brady's Blog: PHP Framework Benchmarks: Entertaining But Ultimately Useless

    Updated: 2010-02-25 00:50:05
    In a new post to his blog Padraic Brady takes a humorous look at benchmarking PHP frameworks in a response to some of the other recent posts from developers on the Symfony and Solar frameworks.

  • Cal Evans' Blog: How I got Zend_Tool working on Windows

    Updated: 2010-02-25 00:43:14
    A few version back the Zend Framework introduced a handy component that can help you get a Zend Framework started quickly - Zend_Tool (and the command line "zf"). It works like a charm on unix-based systems, but has some quirks about it on Windows. To help with the situation, Cal Evans has posted a guide on Zend_Tool and how he got it working on his Windows 7 platform.

  • Zend Framework 1.10.2 Released

    Updated: 2010-02-24 23:04:34
    On behalf of the Zend Framework community, I'm pleased to announce the immediate availability of Zend Framework 1.10.2, our second maintenance release in the 1.10 series. You can download it from our downloads page: http://framework.zend.com/download/latest This release includes approximately 50 bugfixes, the majority of which were contributed during our Bug Hunt Days last week (more information on that in the days to come). The fixes contributed are helping stabilize and improve this release.

Previous Months Items

Feb 2010 | Jan 2010 | Dec 2009 | Nov 2009 | Oct 2009 | Sep 2009