Hacker News on PHP and its deployment
7 weeks ago by mncaudill
"PHP also has some affirmative virtues. The programming model is more productive than that of compiled languages, and even many interpreted languages; save/reload the web page is just a better, tighter loop to get work done in than save/compile/restart my server/reload the web page. I'm actually a fan of PHP's concurrency model, which naifs often mistake as "no concurrency allowed"; PHP's concurrency primitive is curl[1], and if you wrap a tiny bit of library around it, you can make it behave like actors.
[1] Seriously. curl provides a shared-nothing way to asynchronously run code, and has the virtue of not caring what language the other side is written in to boot."
php
facebook
[1] Seriously. curl provides a shared-nothing way to asynchronously run code, and has the virtue of not caring what language the other side is written in to boot."
7 weeks ago by mncaudill
Unpacking binary data in PHP
april 2011 by mncaudill
PHP's documentation sucks for pack() and unpack()
php
april 2011 by mncaudill
Drupal or Django? A Guide for Decision Makers — scot hacker’s foobar blog
november 2009 by mncaudill
This is an even-handed glance into Drupal vs Django, but could probably be broadened to CMSes vs framework.
django
drupal
cms
python
php
november 2009 by mncaudill
Thoughts on the Whitehouse.gov switch to Drupal - O'Reilly Radar
october 2009 by mncaudill
Big win for Drupal and the open source community on the whole.
drupal
opensource
cms
php
october 2009 by mncaudill
PHP: Output Control Functions - Manual
october 2009 by mncaudill
I can never remember exactly which one of these I need, so I'm bookmarking this.
php
october 2009 by mncaudill
Talks [ on iamcal.com ]
april 2009 by mncaudill
Speaking respository of a former flickr engineer, Cal Henderson. Lots of information about PHP and scaling, obviously.
flickr
scalability
architecture
php
webdev
april 2009 by mncaudill
Debugging PHP applications with xdebug
january 2009 by mncaudill
Good general overview of using Eclipse and xdebug, together.
webdev
php
debug
january 2009 by mncaudill
PHP remote xdebug: How does it find php files? | ActiveState Community Site
january 2009 by mncaudill
I was never quite sure how this worked. The guys that helped write DBGP chime in.
webdev
php
debug
january 2009 by mncaudill
Template Engines
october 2008 by mncaudill
I really like this one at first glance.
php
template
webdev
october 2008 by mncaudill
nolancaudill.com
october 2007 by mncaudill
My personal site.
django
design
programming
php
development
october 2007 by mncaudill
PHP_SELF PHP - SCRIPT_NAME PHP - REQUEST_URI PHP
october 2007 by mncaudill
I always get these confused so here are nice examples to separate these PHP $_SERVER variables.
php
programming
october 2007 by mncaudill
Copy this bookmark: