News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

Johannes Schluter's Blog:
I have nothing to say - but maybe PHP...
August 27, 2008 @ 12:58:37

Johannes Schluter has posted about an interesting little project he's worked up to find his own path to usefulness in Twitter - a PHP extension that tweets bugs to his account.

The other thing I see there are people telling me what errors in their applications they are currently fixing. I can't see why that's interesting. But as people seem to be interested I found out that I have stuff to say, too, or better my PHP has, since sometimes I have errors there, too. But well, I'm lazy so I don't want to "twitter" them myself.

His "little PHP extension" that automatically sends the reported error out to the designated account. Of course, it tends to slow things down (connection to a remote machine and all) but it could be useful for sending an SMS is something pops up.

0 comments voice your opinion now!
twitter extension automatic error message monitor



PHPRiot.com:
Monitoring File Uploads using Ajax and PHP
January 11, 2008 @ 08:45:00

On the PHPRiot.com site today there's a new tutorial posted covering an alternate method for uploading files - using Ajax to help monitor the progress of the file upload.

In this article we will develop a solution that will allow users to upload a file from their computer using HTML forms. We will then determine the progress of the upload while it is in progress using Ajax, and display the status to the user.

They chose the prototype library and the APC extension for PHP to make their code work. The basic idea is, through a feature of APC, the script can receive a progress measurement back from the server. This is handed off to the Javascript (Ajax) functionality that then updates the progress meter to reflect the change.

2 comments voice your opinion now!
monitor file upload ajax apc extension prototype tutorial monitor file upload ajax apc extension prototype tutorial


IBM developerWorks:
Building the DB2 Health Monitor Sample Application for PHP (Part 2)
January 10, 2008 @ 07:52:36

On the IBM developerWorks website there's a new tutorial (part 2 of the series, here's part 1) about creating the DB2 Health Monitor sample app:

DB2 9 pureXML technology allows businesses to improve data integrity and avoid legacy data lock-in. It enables application developers to utilize the best storage medium for the task and eliminate the middle-tier application logic previously required to take advantage of Web services.

PHP's role in the creation is to generate the XML that the system needs to communicate between the application and the database.

0 comments voice your opinion now!
sample application health monitor db2 tutorial sample application health monitor db2 tutorial


ThinkPHP Blog:
LAMP App Monitoring
August 21, 2007 @ 08:49:00

On the ThinkPHP blog today, Bjorn Schotte points out a PHP extension that has the potential to be very useful for developers wanting to monitor the current usage of the parts of their scripts - mod_top.

mod_top is a PHP extension that is able to monitor PHP 4.4.x and PHP 5.x based applications. Sounds cool. Unfortunately it seems there's no source available, but the FAQ says that mod_top is free.

Check out some of the screenshots to get an idea of what the output looks like. There's three simple steps to getting it up and running - installing the Lamp1701 libraries, installing the PHP Probe extension and, of course, running the software. Check out the project's page for more information including the downloads.

0 comments voice your opinion now!
lamp application monitor modtop lamp1701 library install lamp application monitor modtop lamp1701 library install


Community News:
FirePHP Firefox PHP Extension
February 14, 2007 @ 12:04:26

As mentioned on dzone.com, there's an extension for Firefox, FirePHP, that allows you to get a bit more info on what your PHP scripts are up to.

FirePHP allows you to take a deeper look at all the work your PHP code does to generate that page you are currently looking at in your Firefox browser.

Just install the FirePHP Firefox extension, PHP PEAR package and add a few lines of code to your PHP application to get started. You will see a "FirePHP" tab in your Firebug extension to bring your PHP backend logic to your fingertips!

You can check out screenshots of it in action, a demo of its use, and of course, download the latest version all from their site. It works either as a separate window or attached in your browser and, based on an XML capabilities file, works with your application to provide details about your scripts.

1 comment voice your opinion now!
firefox firephp extension monitor request integrate firefox firephp extension monitor request integrate


Clay Loveless' Blog:
Monitor PHP Extension Releases with Y! Pipes
February 13, 2007 @ 09:49:00

Since the recent release of a new tool from Yahoo! - Yahoo! Pipes - developers have been working with it and creating their own "pipes" of functionality, already exploring the boundaries of the application. Clay Loveless is one PHP developer that has already created his own pipe to monitor feeds from several PHP extensions.

The first pipe I've created and published is the PHP Extension Monitor. It's an aggregated feed that pulls in release information on several cool extensions that aren't announced in the PECL feed, such as Suhosin, XCache and DBXML.

Check out his pipe here or you can go create your own by logging in with a Yahoo! ID here.

0 comments voice your opinion now!
pipes yahoo extension monitor release suhosin xcache dbxml pipes yahoo extension monitor release suhosin xcache dbxml


PHP-Tools Blog:
Analyzing aide (advanced intrusion detection environment) output with PHP
August 28, 2006 @ 07:28:19

Aide (Advanced Intrusion Detection Environment) is described as "a free replacement for Tripwire. It does the same things as the semi-free Tripwire and more." So, of course, one of the useful things that it does is output logs to help you keep track of what's happening on your system. In this new post on the PHP-Tools blog, they talk about the parsing of these same logs - with a little help from PHP.

Since we started hosting our sites on our own server we had some nasty cracker-attacks. To at least have a chance recognizing whether the system had been compromised we started to use aide some time ago. Aide keeps track of changes in the filesystem and provides us with a human-readable report once a day.

They note, though, that sometimes it's a valid change and not a security issue, so they employed the Util_AideAnalyzer package to help parse the logs into something useful. They give an example of what this looks like, including variations getting more specific data on certain aspects. They also point you in the right direction to get the Util_AideAnalyzer package installed on your system.

0 comments voice your opinion now!
aide system file monitor tool logs parse pear package util_aideanalyzer aide system file monitor tool logs parse pear package util_aideanalyzer



Community Events









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


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

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