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 …

Active Server Pages (ASP)/Visual Basic (VB).NET – Instructor-based …

NET and VB.NET debugging procedures; Includes 7 levels of VB.NET Visual Basic.NET programming levels; Learn about everything from VB. NET error handling to polymorphism and upgrading applications to VB.NET …

Read the original here: 
Active Server Pages (ASP)/Visual Basic (VB).NET – Instructor-based …

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

Django tips: Tech Model: Re: test_cookie_worked() fails although …

Django tips : Tech Model. Friday, February 26, 2010. Re: test_cookie_worked() fails although cookie is set. Okay, the problem was that the cookie was from my admin login (which I had not logged out of). When I deleted this cookie, …

Read the original post:
Django tips: Tech Model: Re: test_cookie_worked() fails although …

Django tips: Tech Model: Re: what's the right way to extend an …

Django tips : Tech Model. Friday, February 26, 2010. Re: what’s the right way to extend an admin view with AJAX? Django was definitely designed to be extended. But it is sometimes hard to find the write ways to extend what you …

View original here:
Django tips: Tech Model: Re: what's the right way to extend an …

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

Django tips: Tech Model: Re: How to Create models with columns not …

Django tips : Tech Model. Sunday, February 21, 2010. Re: How to Create models with columns not corresponding to database. ok i had read, but was unclear … ok, now , i am not using admin module. but can we create a model model.py which …

See the original post:
Django tips: Tech Model: Re: How to Create models with columns not …