Posted by Paul on Jul 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 [...]
Tags: code, Computers, PHP, points
Posted by Paul on Dec 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?
Tags: Computers, PHP, URLs, usability