:: AIM Sniff : About ::

:: AIM Sniff : About ::
AIM Sniff is a utility for monitoring and archiving AOL Instant Messenger messages across a network. You can either do a live dump (actively sniff the network) or read a PCAP file and parse the file for IM messages.

Wonder what kind of traffic a school district would see…

Dashboard vs. Konfabulator

Dashboard vs. Konfabulator: “

A sliding puzzle. A calculator. A clock. A little notepad. Tiny
little applets — little pieces of software that are something less
than full applications themselves, but which run alongside real apps
and are easily accessed at any time.

Obviously, Apple ripped off the idea for Dashboard. Stolen
wholesale, without even the decency to mention where they took the
original idea.

Way worth reading, and more and more validates my decision to subscribe to what could be considered a free service. John makes the reading more then worth the time, and the little money that I spent to make myself seem better informed. Thanks John!

(Via Daring Fireball.)

: A HOWTO on Optimizing PHP with tips and methodologies

: A HOWTO on Optimizing PHP with tips and methodologies
PHP is a very fast programming language, but there is more to optimizing PHP than just speed of code execution.

In this chapter, we explain why optimizing PHP involves many factors which are not code related, and why tuning PHP requires an understanding of how PHP performs in relation to all the other subsystems on your server, and then identifying bottlenecks caused by these subsystems and fixing them. We also cover how to tune and optimize your PHP scripts so they run even faster.

Good notes for reference…

Posted in PHP

Dashboard

…what the widgets actually are written in. They are Web pages, plain and simple (with extra features thrown in for added measure). Apple’s own web site says “build your own widgets using the JavaScript language”, but that’s sort of misleading. The widgets are HTML+CSS+JS. They are not some JS-only thing.

In other words, each widget is just a web page, and so you have the full power of WebKit behind each one… CSS2, DOM2, JS, HTML, XMLHttpRequest, Flash, Quicktime, Java, etc. I’ll have a lot more to say later on, but I thought it important to clear that up right up front, since a lot of people were asking me about it in email and such.

There is a lot more differences that the Konfabulator clan are missing and could learn from…

(Via Confessions of a Mozillian.)