Coding Tips & Tricks
Posts tagged article
ASP.NET Custom Error Pages
Jun 28th
Best Asp. net error handling article ! Parimanam on November 12, 2008. very useful article in error handling in asp.net. Thans Milan. John on January 16, 2009. Great Article!!! Thanks
. Leo schoonbroodt on February 12, 2009 …
Here is the original:
ASP.NET Custom Error Pages
Detecting errors and bottlenecks PHP
Jun 24th
In this php tutorial I’ll teach different ways to detect errors and bottlenecks in PHP projects. PHP tutorial.
Read the original post:
Detecting errors and bottlenecks PHP
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
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!
kendime notlar: Error Handling in Asp.Net
Feb 10th
… the redirect call and will not call Response.End, thus, preventing the exception. Good luck and happy error logging! http://15seconds.com/issue/030102.htm. Gönderen pantepember zaman: 11:39. Etiketler: asp. net error handling …
See more here:
kendime notlar: Error Handling in Asp.Net
Alexander's Blog » Advanced PHP Error Handling via htaccess
Feb 5th
First we will explore PHP error handling for production environments (i.e., for websites and applications that are online, active, and public), then we will consider error handling for development environments (i.e., for projects that …
Read the original here:
Alexander's Blog » Advanced PHP Error Handling via htaccess
Link: Django tips
Nov 6th
Set of helpful articles about Django– integrating Comet, Facebook Connect, captchas etc. Visit link.
Here is the original post:
Link: Django tips
Python tips – CSWiki
Dec 31st
Python tips . From CSWiki. [edit]. How to install python to a local folder? ./configure –prefix=folder; make; make install; set PYTHONPATH and LD_LIBRARY_PATH. Retrieved from “http://wiki.cs.princeton.edu/index.php/Python_tips”. Views …
Read more:
Python tips – CSWiki