Category: Uncategorized

2011-03-14

2011 NCAA Basketball Tourney Bracket Generator

by Charles — Categories: Uncategorized — Tags: , Leave a comment

Just a quick note to let you know I have uploaded my annual NCAA bracket generator for the 2011 men’s basketball tournament. It’s a quick and dirty way to choose your winners without having to actually think about it. Disclaimer: you use it at your own risk, and I am not responsible for any gambling losses (although I’ll be happy to share in any winnings).

Good luck.

2008-12-16

My Best Friend

by Charles — Categories: Uncategorized6 Comments

I recently discovered a lump on my best friend Noggin which the veterinarian
determined needed to be removed. You can keep track of his progress on this page. We’d appreciate any prayers, positive vibes, and/or incantations on Noggin’s behalf that he get through this OK and the biopsy comes up negative.

As you might imagine, Noggin will have the bulk of my attention in the near future over comparatively trivial things like this blog.

[2009/01/27: Figured I should update this main article to let any first-time readers know that Noggin made it through the operation OK and the growth was benign.]

2008-07-13

Do You Filter?

by Charles — Categories: PHP, Uncategorized — Tags: , 1 Comment

A new PHP feature you might have missed (I know I did until I stumbled onto it recently) is the Data Filtering extension, which made its debut in PHP 5.2.0. This extension provides a set of functions for both validating and filtering of external data, such as users’ form inputs.

These functions are each controlled as to what sort of filtering/validating they do by a set of pre-defined constants. See the Data Filtering Introduction page of the manual for a list of the currently available filters. As an example of its potential utility in the simplification of your code, consider the validation of email address formats. Probably the most commonly used technique for this is to use a regular expression comparison. The most thorough implementation of such a function I’ve encountered is this one I found at iamcal.com:

(more…)

2008-07-08

Excuse Our Mess

by Charles — Categories: UncategorizedLeave a comment

I’ve dived into the theme I was using for this blog to change to a new color scheme and appearance (featurning my best friend Noggin reminding me how unimportant he thinks all this computer stuff is). Looks like I got the main parts working OK, but there is still some tweaking to do. Hopefully I’ll have it cleaned up within the next day or two.

2008/07/12: I’ve finished fixing things (to the best of my knowledge). Let me know if you run into any problems with the display of any pages.

© 2012 PHP Musings All rights reserved - Wallow theme v0.46.4 by ([][]) TwoBeers - Powered by WordPress - Have fun!