Coding Tips & Tricks
Posts tagged 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 …
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
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
openSUSE News » openSUSE Weekly News, Issue 111 is out!
Feb 20th
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?
Feb 19th
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?
Feb 19th
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
Feb 17th
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