Coding Tips & Tricks
PHP
Liveblogging at Confoo: [not just] PHP Performance by Rasmus …
Mar 11th
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 …
Mar 9th
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
Mar 5th
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
Mar 1st
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
Feb 28th
http://blog.ramavadakattu.com/top-10-tips-to-a-new-django-developer.
View post:
Blog entry for top 20 django tips
Django tips: Tech Model: Re: test_cookie_worked() fails although …
Feb 26th
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 …
Feb 26th
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
Feb 24th
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 …
Feb 21st
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 …