0
Testing for Points
Posted by Paul on July 1, 2006 in Uncategorized
My coworker had to find a way to test if a point is within a certain convex shape using PHP. He found a function in C++ that did the trick and ported it to PHP. I’m posting it here so that anyone who needs it can find it. Here’s the source code. Bear in mind [...]
My Name is URL
Posted by Paul on December 9, 2005 in Uncategorized
Well Designed URLs are Beautiful! I’d have to agree. Well designed URLs give users context, let the user predict where they’re going to go, and let the user navigate from the address bar. They’re not difficult to implement, and provide a reinforcement for object oriented programming. So why not use them?