News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

Padraic Brady's Blog:
Zend Framework Surviving The Deep End Report!
December 29, 2008 @ 08:49:36

Padraic Brady has made a post about the upcoming Zend Framework book (and website) he'll be releasing in January:

In January, the new book will commence its long awaited publishing process online. The book has been a long time coming since I started posting my now infamous tutorial series which focused on the practical side of creating an application more so than acting as a reference book. The book is being made available free of charge online funded by donations and some advertising.

The book will include the ability to comment on chapters (with changes to be included in possible revisions) via a jQuery-powered commenting system that allows for thoughts to be added to each paragraph. You can see the website in this screenshot.

0 comments voice your opinion now!
zendframework book report comment jquery website screenshot



Chris Jones' Blog:
PHP Brasil '08 - Trip Report
December 08, 2008 @ 09:32:31

Chris Jones (of Oracle) has posted his trip report from this year's PHP Brasil conference he attended:

Last week's PHP Brasil '08 conference was held at the "UNIFIEO" University in Osasco, a region of Sao Paulo. [...] The conference was organized under the leadership of Er Galvao Abbott with community input, and in conjunction with a logistics team from "Tempo Real Eventos". The conference was very interesting and successful.

He mentions the training sessions, talks and the exhibition hall that was "arranged around a basket ball court with a life-size PHP ElePHPant dominating one end". Lots of Oracle elePHPants were given away and the social events were enjoyed, accomidations were nice and plenty of networking was going on throughout the days.

0 comments voice your opinion now!
phpbrasil08 brasil conference oracle recap report


DevShed:
Web Application Security Overview
September 22, 2008 @ 14:42:51

DevShed starts off a new series today focusing on security in web applications, specifically in PHP-based ones, with this first article - an overview.

With the web and web sites open to everyone -- including malicious hackers -- the security of web applications sits at the top of the list of issues on any web developer's mind. In this eight-part series, we will look at the security concerns of PHP developers, and what they can do to make their web applications more secure.

They talk about the importance of having a security plan from the start and look at a few simple steps to get started with in enhancing your application's security - the proper use of register globals, using error reporting to correctly catch problems and how to minimize the code exposure of your app.

0 comments voice your opinion now!
application security overview tutorial series registerglobals error report exposure


Zend Developer Zone:
Report Review Open Source in the Enterprise
July 30, 2008 @ 08:43:22

The Zend Developer Zone has a review posted of a report that the O'Reilly Radar group put out concerning Open Source software and its place in the Enterprise business today.

It's not often that a report generates this much excitement but "Open Source in the Enterprise" says a lot of what needs to be said to C-Levels considering making the jump to Open Source.

Cal mentions one of the 6 factors that are driving more and more businesses to open source software (like PHP) - the community that surrounds them (how vibrant is it?). He also points out the concept of "vendor lock-in" and how open source can help companies accomplish it by ridding themselves of proprietary software. The report can be gotten from the O'Reilly Radar group for $399 for an individual copy or $995 for a sitewide license.

0 comments voice your opinion now!
oreilly radar report opensource enterprise review


DevX.com:
Generating Reports and Statistics in PHP
June 27, 2008 @ 10:26:31

The DevX site has posted a new tutorial talking about their method for creating reports and generating statistics based off of data from your PHP application.

Statistics and reports analyze the change over time of any kind of phenomena. [...] For the software industry, statistics and reports provide both an ongoing challenge and an ongoing market. At present, programming languages such as PHP and Java come with built-in packages for developing applications around statistical problems.

They use two PEAR packages for the statistics - Text_Statistics and XML_Statistics to pull in different kinds of data and extract results from it. The next step is to make a meaningful report out of these numbers - that's where PHPReports comes in. It's a simple tool that makes simple reports for you that can then be styled with CSS however you'd like.

0 comments voice your opinion now!
tutorial report statistic pear package textstatistics xmlstatistics phpreports


ONLamp.com:
Microsoft Report PHP on Windows Community Involvement Improves Performance
June 09, 2008 @ 12:07:09

According to this post on O'Reilly's ONLamp.com website, Microsoft has released a new five page PDF file titled "PHP on Windows: Community Involvement Improves Performance" discussing the relationship between the software giant and the language over recent years.

The first effort described is the partnership between Microsoft and Zend that resulted in the development of the FastCGI Extension that essentially allowed PHP to be a first-class citizen when used on a Windows Server with IIS. The second effort described is the Microsoft SQL Server 2005 Driver for PHP developed internally by the SQL Server team.

They also mention Phlanger and the PHP for Microsoft Ajax projects.

0 comments voice your opinion now!
microsoft performance report windows community involvement


Stefan Reuter's Blog:
Profiling PHP Applications
December 14, 2007 @ 10:27:00

Stefan Reuter has a very quick example of a method for profiling your PHP applications with Xdebug and KCachegrind.

Ever wondered where your PHP applications spend their time? [...] We wanted to gain performance insights of a newly developed application based on Zend Framework to spot areas worth receiving some fine tuning. We did not want to modify the application for that purpose so I had a look at the options available for PHP.

The resulting combination of XDebug and KCachegrind to grab the stats from the application and create great output images/reports to help make locating the problem a snap.

0 comments voice your opinion now!
xdebug profile application kcachegrind output image report xdebug profile application kcachegrind output image report


PHPWomen.org:
IPC (International PHP Conference) Report
November 23, 2007 @ 13:17:00

Lorna Mitchell has posted up a summary of her trip to the International PHP Conference for this year to the PHP Women website.

At the beginning of November I attended the International PHP Conference in Frankfurt, Germany. This was my first attendance at any of the larger conferences and I thought I'd share my experiences as a conference newbie.

She mentions the number and types of attendees, the venue for the conference, "Code Camp", some of the talks given (including keynotes) and some of the off times.

0 comments voice your opinion now!
intlphpcon2007 report summary lornamitchell intlphpcon2007 report summary lornamitchell


Sebastian Bergmann's Blog:
Profiling and Optimizing PHPUnit
October 23, 2007 @ 07:54:00

Sebastian Bergmann has posted about a bottle neck in the PHPUnit unit testing software for PHP:

Now that collecting code coverage information is not slow anymore (as of Xdebug 2.0.1), PHPUnit's report generation code (PHPUnit_Util_Report_*) has become a bottleneck.

There are several images included in the post (output of KCachegrind):

0 comments voice your opinion now!
phpunit xdebug bottleneck generate report kcachegrind phpunit xdebug bottleneck generate report kcachegrind


Tobias Schlitt's Blog:
Why code coverage matters
April 12, 2007 @ 11:57:00

In a new post today, Tobias Schlitt reinforces something that several developers don't even seem to bother with - generating and understanding coder coverage reports for their applications.

I'm a fan of PHPUnits code coverage reports. And with this sentence I can see a lot of the developers out there shiver, because they are of the opinion, that code coverage reports for unit tests are nonsense and cannot give you any hint on the quality of a test suite. I see it a bit differently. Surely, a high code coverage rate of a test suite does never indicate, that code is well tested (if you have not written the code and tests yourself). But the other way around works: A small code coverage rate definitly means, that the test suite is not sufficient. But let me dig a bit deeper into code coverage and what it gives you.

Benefits he mentions include:

  • Shows how much of your code is actually touched during execution
  • Shows how well the unit test coverage is
  • Helps you create all needed unit tests for your code (a guide or sorts)
He also mentions code mutation as a method for testing the quality of your test suite. However, it's currently not integrated into PHPUnit.

0 comments voice your opinion now!
codecoverage unittest report phpunit codecoverage unittest report phpunit



Community Events









Don't see your event here?
Let us know!


job application code release mysql framework zend developer PEAR cakephp ajax releases conference book package example zendframework security database PHP5

All content copyright, 2009 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework