Archive for October, 2007

Monday, October 15th, 2007

In PHP, to successively filter data in one array based on some data in each row of another, array_filter() can be combined with create_function().
The function array_filter() takes the array to be filtered as its first argument, and a callback function as its second. The callback function is a function with one parameter, which is also […]

Friday, October 12th, 2007

Wow! Steve Jobs wants you to write web applications for the iPhone so that he can offer them to users.
Let me read that back to you:
Steve Jobs wants you to write web applications for the iPhone so that he can offer them to users.
Fantastic, thanks Steve!
On a related topic, I have to say something about […]

Friday, October 12th, 2007

I almost feel sorry for Microsoft having this guy in charge. At least Bill Gates had some tech savvy and sense of reality. Steve Ballmer seems to truly see things in terms of money. As in, “we have the most money and therefore we are the best.”
Bill Gates is leaving Microsoft, probably because he knows […]