 | News Feed |
Sections
|
| feed this: |  |
Developer Tutorials Blog: Port Scanning and Service Status Checking in PHP
by Chris Cornutt June 10, 2008 @ 08:46:08
The Developer Tutorials blog has posted a new tutorial covering how to scan ports and checking a remote service's status with PHP.
Having access to the current status of public servers can empower your applications to make decisions and respond to problems automatically. Acknowledging a service is offline can also save endless support emails. In this tutorial, I'll show you how to keep track of your server status by scanning ports on your server with PHP.
They show how to check a remote instance (a socket open with a timeout) and how to run through a list of ports, looping from one to one-thousand and running an fsockopen on each. They make a sample script to show these two combined - a simple page that loops through the common protocols (HTTP, FTP, SSH, etc) and checks to see if the remote machine is running something on that port.
voice your opinion now!
port scan service status check fsockopen http ftp ssh
Lukas Smith's Blog: Little status update
by Chris Cornutt October 16, 2006 @ 10:04:00
Along with a few personal comments, Lukas Smith has posted some thoughts about the state of everything PEAR following his stepping down from working as an active developer on the project.
I guess with me and Pierre leaving it did spawn a lot of energy about how to organize PEAR in the future. I am still participating in this discussion to some extent, mainly functioning as the historian who can explain why things are the way they are etc in order to prevent people from making rash decisions or even worse repeating old mistakes.
He also comments on the state of package submissions to PEAR, noting that some of them are just unrealistic and that it might be better to start a "PEAR2" side to allow for some of these more expanded ideas to flourish.
Instead I think each of the categories should manage itself more. So packages approval would be handled within the category. The same for QA'ing etc. This way new developers would not be facing this gigantic community. I think this is simply overwhelming. Even for old developers it becomes impossible to feel "at home" in a project of the size of PEAR.
voice your opinion now!
pear status update proposals pear2 repository project pear status update proposals pear2 repository project
Jared White's Blog: Status update on xajax and Willowgarden
by Chris Cornutt June 21, 2006 @ 06:19:41
Jared White provides us with an update on his two main projects right now - xajax and Willowgarden - including some highlights surrounding the Willowgarden framework.
I know I promised to post something last week, but I was just feeling too crummy. However, I'm much better this week and getting back into the swing of things. Man, I feel like most of June just completely disappeared on me.
Anyway, I want to give you all a status update on the two big PHP projects I've been working on, xajax and Willowgarden. First off, however, I want to thank my day-job employer, Commandtext, for allowing me to spend some time working on these projects during business hours.
The main update to the xajax project is a shift in the API to move towards version 0.5 (a large shift that will break backwards compatibility). They have suggested, though, a "legacy layer" that would make this transition easier.
On the Willowgarden front, they're working more and more towards a new release - Developer Release 2. This new version will include things like a Data Access layer, configuration classes using XML, framework-wide access to logging/sessions, and "smart archetypes" to make the flow of the code easier.
voice your opinion now!
status update xajax willowgarden developer release status update xajax willowgarden developer release
WebReferece.com: How to Use the HTTP Protocol
by Chris Cornutt May 22, 2006 @ 06:09:55
It's one of the most base aspects of the internet and helps to connect users to the resources they're searching for, but it's surprising how many developers out there don't know how to work with it directly. WebReference.com is here to help with that in their new tutorial looking at the basics of the HTTP protocol.
The article is actually an excerpt from the Sams book "Teach Yourself Ajax in Ten Minutes", but it's one of the better overviews that I've seen. It introduces what HTTP is and some of the base components (request, response, formats, etc). There are brief code examples along the way to help with formats of things like the headers sent back and forth.
They move on to the status codes that can be returned and what each means. With the basic knowledge of a message format under your belt, they get into an example - working with GET and POST requests via a simple form (and what it's sending).
voice your opinion now!
php use http protocol basics tutorial get post form status codes php use http protocol basics tutorial get post form status codes
Ajax Magazine: Interview with Jared White, XAJAX project's lead
by Chris Cornutt May 02, 2006 @ 07:23:47
In the Ajax Magazine site today, there's an interview with the project lead for a popular PHP and Ajax development framework, XAJAX - Jared White.
The interviewer starts off just getting to know Jared, including the large amount of other projects he's associated with (both technology and not-tech related). From there, they move into the Web 2.0 discussion, asking him what he finds interesting about the movement and what he doesn't like about it all.
The remainder of the interview is talk about the XAJAX framework - what functionality it currently has, who's working on it currently, and a few hints on what's coming up in the next versions.
There's also a quick mention of Willowgarden, a rapid application development platform for PHP. Developer Preview 1 has been released for those that are interested.
voice your opinion now!
php interview xajax project lead status web2.0 future willowgarden php interview xajax project lead status web2.0 future willowgarden
|
Community Events
Don't see your event here? Let us know!
|