nav-left cat-right
cat-right

Fixing "Error 320 (net::ERR_INVALID_RESPONSE)...

Without starting a browser flamewar, I'll just say that Google Chrome is a nice idea, but I won't be switching any time soon. As software evolves, competitors always appear, distilling out the good parts of existing products to create their take on something, and make it better. Google has done that with Chrome; it's light and fast and responsive. Unfortunately, it's still a bit green on the...

Defend PHP

I ran across a great discussion at StackOverflow today that started with this question: I made a tongue-in-cheek comment in another question thread calling PHP a terrible language and it got down-voted like crazy. Apparently there are lots of people here who love PHP. So I'm genuinely curious. What am I missing? Why makes PHP a good language? The article lists a dozen or so "flaws" with the language, and then...

ASP.Net Load Testing and Optimization Toolkit R...

One of my passions is optimization. There's no code related task I like more than making something run better, faster, snappier -- from tweaking UI registry keys to stripping out crap code -- I want results.  Usually if something is noticeably slow on the user's end, there's something fundamentally wrong that can be made faster -- a lot faster. Why do I love optimization? It's because it's the...

PHP Variable Test reference

I thought I'd post a link to this PHP Variable Tests reference page. It's a great reference that's kept up to date with the current version of PHP. I use it sometimes when I'm waffling over what function to use to validate a variable. Something I've noticed lately with the newer versions of PHP is that ctype_digit no longer returns true when you give it an empty string (ie. ctype_digit('')). This...
Recent Comments
  • Sanjeeb Sahu: Nice article..After reading i got some basic idea over php. ...
  • Gavin: Thanks a lot for this simple explanation and the codesample....
  • blake: Hi Yannick, Good question. I don't know of such a page, ...
  • Yannick Warnier: Hi Blake, Thanks for this nice layout of requests signing...
  • Habeeb Perwad: Good One......
  • tarun: nice..good basic points every one should remember.....
Random Articles
Installing Gearman and ge... Recently I've come face-to-face with a significant processing task for a...
ASP.Net MVC – How t... A recent question on Stack Overflow (and subsequent answer that I wrote for it)...
PHP vs .Net – The B... Blog status: activated! Just in the nick of time too. Or is it? Doing a...
Ten PHP Best Practices Ti... The last couple of weeks have been quite the experience for me. I was part of...
HTML manipulation with Sy... HTML Table of Contents Generator Example Sometimes it's easy to forget that...