 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Jorge Garifuna's Blog: Build a Complete PHP Application in 3 Clicks
by Chris Cornutt June 06, 2006 @ 17:10:02
Sometimes, just the idea of starting off a new project makes developers shy away from an idea. They think about everything they have to set up even before they get to the real work. Thankfully, there are solutions out there to help you get down to the real work real fast. For example, the ATK Code Generator, an application designed to simplify creation of an application to a few clicks. This new tutorial from Jorge Garifuna shows you how.
Developers can spend their time creating robust database schema and feed it to the ATK Code Generator to see instant web applications customized for the schema. Something that used to take months to create, has been cut to minutes and instant results.
He mentions specifically a three-step method to create an "application" around a database table. The user views the tables in the software, customizes the options for it, and clicks to have the ATK Code Generator build it out for them.
Also included in the post are links to the project's homepage, some documentation, and screenshots of the application at work.
voice your opinion now!
complete application three clicks atk generator complete application three clicks atk generator
PHPBuilder.com: Using XML - A PHP Developer's Primer (Part 3)
by Chris Cornutt March 24, 2006 @ 07:04:06
For those of you that have been following along, PHPBuilder.com has posted the third and final part of their "Using XML: A PHP Developer's Primer" series. Even if you haven't been keeping up, it's worth a look.
In this edition, they look at more advanced topics - a deeper look at Ajax and how to style the data you get back with XSL, both on the client and sever.
To start, they look at XSL - what it is, how it's used, and some code examples of both the XML and XSL structures to style XML data into a valid HTML page. Of course, you'll need the PHP extension to get this all working, so they step you through the installation/enabling of that as well.
They touch on other topics (like passing variables to a stylehseet and XSLT in Javascript) before getting to a simple XSLT and Ajax example - pulling book data and formating it with examples of both the PHP and Javascript sides.
voice your opinion now!
xml xslt primer part three style javascript server-side client-side xml xslt primer part three style javascript server-side client-side
InternetNews.com: PHP - Three Versions, One Promise
by Chris Cornutt December 29, 2005 @ 06:46:09
In this new article from InternetNews.com, there's a look back at where PHP has come from as well as a look forward to the new year and what we can expect.
PHP has long been a favorite dynamic programming language for Web developers. After 10 years of growth, 2006 looks to be a banner year for the open source language as its collaboration framework, partner ecosystem and the language itself are expected to grow and gain new users.
Look for a confluence of three distinct branches of the PHP language, with versions 4, 5 and 6 all likely to be out in the market in 2006. It will also be a year in which PHP will continue to challenge .NET and Java as the online language of choice for developers.
They also look at a brief history of PHP, what PHP6 has in store for the community, the confusion that the "three versions" (PHP 4.x, 5, and the upcoming 6) can cause. They wrap it all up with a positive note about PHP and its future from Andi Gutmans of Zend.
voice your opinion now!
three versions upcoming year three versions upcoming year
Sebastian Bergmann's Blog: PHPUnit 3.0
by Chris Cornutt December 26, 2005 @ 07:20:09
In his latest post today, Sebastian Bergmann announces the upcoming release of the latest version of the widely popular PHP unit testing suite - PHPUnit 3.0.
These past few days I have been busy hacking on what will become PHPUnit 3.0, hopefully already in January 2006.
The hallmark feature of PHPUnit 3.0 will be its support for Mock Objects. PHPUnit's Mock Object implementation has been initially developed by Jan Borsodi of eZ systems AS and is inspired by jMock.
While working with the Unit Tests for the Zend Framework I noticed that PHPUnit previously had no support for skipping the execution of a test, for instance when a required PHP extension is not available. PHPUnit 3.0 introduces the PHPUnit2_Framework_Assert::markTestSkipped() to mark a test as being skipped.
Chris Shiflett requested support for the Test Anything Protocol (TAP) which I added in the form of a respective PHPUnit2_Framework_TestListener implementation.
PHPUnit has become the de-facto standard for unit testing with PHP, and it's great to see so many more improvements coming from it. It's also good to see that, through it's efforts with the Zend Framework, it's also found some places it was lacking and fixed them right up.
voice your opinion now!
phpunit version three mock objects tap support phpunit version three mock objects tap support
PHPit.net: Building an advertising system with PHP (Part 3)
by Chris Cornutt December 19, 2005 @ 07:14:19
PHPit.net has posted the third part in their "Building an advertising system with PHP" series today.
Welcome to part 3 of the "Building an advertising system with PHP" series. In the previous parts (part 1 and part 2) I have shown you how to build your own advertising system using PHP and JavaScript. We've also added two extra features to our ad system and in part 2 we built a page to manage the ads as well. If you haven't read either part yet, I highly recommend doing so before reading this part.
In this part, the final part of the series, I will show you how to first track all kinds of statistics on each ad, and after that display neat graphs using PHP/SWF Charts. Let's get started.
Now that the front even of the system is all set up, they help you create the backend - gathering data, analyzing the traffic, and creating the graphs to map out the results. It'll require 0 comments voice your opinion now!
building advertising system part three building advertising system part three
|
Community Events
Don't see your event here? Let us know!
|