
Owner of Awio Web Services LLC,
graduate student at Drexel U.,
community advisor at SitePoint.
LATEST PROJECT: WP Review Site 2.0
Recently I’ve been working on 3 or 4 projects at the same time on my desktop. While my primary IDE has changed to Visual Studio (even for PHP with VS.PHP), the rest of my development environment is mostly the same as it’s been since December. My projects are growing in code size, and the [...]
Dealing with characters outside the ASCII range on the web is tough. It’s tough in other environments too, but particularly for web applications since text needs to move through so many places without being mangled — from user input, through JavaScript, into and out of PHP and string manipulation functions, into and out of [...]
For a couple minutes, I just couldn’t figure out why this site had slowed to a crawl. After eliminating more serious potential causes (compromised server, DoS of some sort, etc), and taking a look at the bandwidth graphs, it finally dawned on me. This new server was maxing out its 10mbps port because I [...]
You’ve outgrown shared hosting and decided to start renting a server of your own. Since you’re still on a tight budget, you want an unmanaged server, where full responsibility for configuring and managing the server is yours. These are the steps I go through every time I set up a new server for web [...]