Posts tagged PHP

Liveblogging at Confoo: [not just] PHP Performance by Rasmus …

Set error_reporting(-1) in wp-settings.php to catch all warnings — warnings slow you down, so get rid of all errors. PHP error handling is very slow, so getting rid of errors will make you faster. …

See the rest here:
Liveblogging at Confoo: [not just] PHP Performance by Rasmus …

Advance php error handling

log_errors instead of displaying error to stderr, you can choose to enable error logging to the file instead for production. More option can be study here : http://perishablepress.com/press/2008/01/30/advanced- php-error-handling -via-php/

Read the original here: 
Advance php error handling

ITB7334 – Advanced Multimedia – Xin Li

NET Error handling and Image Manipulation. Configuring default error page, logging errors. Dynamically generating images, image manipulation operations. 14, Working on Assignment 2, Working on Assignment 2. 15, Working on Assignment 2 …

Original post: 
ITB7334 – Advanced Multimedia – Xin Li

Blog entry for top 20 django tips

http://blog.ramavadakattu.com/top-10-tips-to-a-new-django-developer.

View post: 
Blog entry for top 20 django tips

Ping Watcher 1.0.0 RC « Wordpress Plugins – Extensions

Both plugins set PHP error handling to use custom error handlers. The Error Reporting plugin catches all error types. Although the Ping Watcher plugin only catches E_ WARNNG errors, of which it then selectively records ping errors, …

See the rest here:
Ping Watcher 1.0.0 RC « Wordpress Plugins – Extensions

Debugging PHP Script

You’ve done your best to make your code watertight, and yes, some errors still manage to seep through. How do you go about removing the little blighters? That process is called troubleshooting. Troubleshooting gradually eliminates …

Original post: 
Debugging PHP Script

openSUSE News » openSUSE Weekly News, Issue 111 is out!

openSUSE News: Number Two Always Tries Harder: openSUSE Milestone 2; Linux User & Developer/Kunal Deo: Another ten essential Python tips ; Gabriel Burt: Banshee Community Extensions; How to Make sure I didn’t get a Virus? …

Continued here: 
openSUSE News » openSUSE Weekly News, Issue 111 is out!

Django tips: Tech Model: Re: Any CRM based on django?

Django tips : Tech Model. Friday, February 19, 2010. Re: Any CRM based on django? Not sure if this is what you’re looking for but just searching for django-crm on google got me http://code.google.com/p/django-crm/ …

Read more:
Django tips: Tech Model: Re: Any CRM based on django?

Django tips: Tech Model: Any CRM based on django?

Django tips : Tech Model. Friday, February 19, 2010. Any CRM based on django? At work we are planning move from Sugar CRM PRO to something else free. I’d love moving to something python based, but it seems the only …

Originally posted here:
Django tips: Tech Model: Any CRM based on django?

Django tips: Tech Model: Re: remote desktop control using Django

Django tips : Tech Model. Wednesday, February 17, 2010. Re: remote desktop control using Django. On Feb 16, 7:35 pm, Mike Ramirez wrote: > On Tuesday 16 February 2010 10:24:46 Baurzhan Ismagulov wrote: …

Excerpt from:
Django tips: Tech Model: Re: remote desktop control using Django