January PHP-Scripts Blog Archives

AJAX MyTop

Man, how many clicks does it take to get the download these days at Sourceforge? Seems like it took me a half dozen to get to the AjaxMyTop project download.

MyTop creator Jeremy Zawodny writes:
Someone has built and AJAX powered version of mytop, the little console based MySQL monitoring tool I wrote years ago. I guess […]

Showing a user’s profile picture one time on a page

This is more of a proof of concept, but is in response to a post at Performancing where the concern is the same profile picture showing up more than one time on the front page:
What bothers me most, is how it looks when one author (me) might publish like 5 times in a row…
Let’s say […]

Debugging numerical sorting with strings

Ahh, good to be back after the holidays. Took a little time off from most the blogs including this one for those who are new readers.
In the meantime a good question came in on the sorting post back in October from Beregszászi Mihály, who wrote:

I have got a problem:
rsort($numbers);
Print:
9
8
7
70
6
69
68
67
This is my problem! My […]