 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
DevShed: Web Application Security Overview
by Chris Cornutt 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.
voice your opinion now!
application security overview tutorial series registerglobals error report exposure
Zend Developer Zone: Report Review Open Source in the Enterprise
by Chris Cornutt 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.
voice your opinion now!
oreilly radar report opensource enterprise review
DevX.com: Generating Reports and Statistics in PHP
by Chris Cornutt 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.
voice your opinion now!
tutorial report statistic pear package textstatistics xmlstatistics phpreports
Tobias Schlitt's Blog: Why code coverage matters
by Chris Cornutt 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.
voice your opinion now!
codecoverage unittest report phpunit codecoverage unittest report phpunit
Cyberlot's Blog: PHP bugs, whos responsible? Do they even read them?
by Chris Cornutt January 26, 2007 @ 10:43:00
In this new post to his blog, Richard Thomas talks about a bug issue that he's "gotten in the middle of" and the conflict between the PHP group and the PEAR developers that came out of it.
Today I managed to get right in the middle of this. [...] Both pear and php are pointing the fingers at each other, neither seem to be able to work together and Im not even sure if either one of them has even taken the time to run my test code and realize what the issue is to begin with.
The problem comes when he created a a script with the Pear Mail, Mail_mime and Net_SMTP PEAR classes and, following the execution of the rest of the script, tried it both ways - turning the erro reporting back off or not messing with it at all. As a result, the code with the ending error_reporting() call throws an error, the one without does not.
Unfortunately, at the time of this writing both sides are still pointing at the other for blame on the issue.
voice your opinion now!
bug responsible bugfix report pear errorreporting bug responsible bugfix report pear errorreporting
|
Community Events
Don't see your event here? Let us know!
|