mncaudill + php   20

Hacker News on PHP and its deployment
"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 
7 weeks ago by mncaudill
Unpacking binary data in PHP
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
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
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
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 ]
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
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
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
I really like this one at first glance.
php  template  webdev 
october 2008 by mncaudill
Problems with PHP
Decent list of what is wrong with PHP.
php  programming 
october 2007 by mncaudill
PHP_SELF PHP - SCRIPT_NAME PHP - REQUEST_URI PHP
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:



description:


tags: