Monthly Archives: May 2009

Some Django tips and tricks pages that I've found helpful. | Kenji …

May 28, 2009
By

Small Django tips from one newbie to another: Another older article, this one also emphasizes the need for unit testing, and gives some examples (with code) about how to go about this. It also discusses ways to manage frequent model ...

Read more »

Translating PHP error constants

May 12, 2009
By

I wanted to log all the errors thrown out by Fwd:Vault processes to ensure that any bugs I don’t catch myself bubble to the top very quickly. To get started, I replaced PHP’s default error handling with a custom error handler function, ...

Read more »

Errors And Exceptions In ASP.NET

May 12, 2009
By

NET Error Handling Remarks. There is always a possibility to create error in your error handling code. In that case you need avoid infinitive loop. For example, if your Page_Error procedure contains an error it will call itself again ...

Read more »

Comment on Advanced PHP Error Handling via htaccess by links for …

May 5, 2009
By

Advanced PHP Error Handling via htaccess • Perishable Press (tags: howto examples .htaccess php development tutorial tips security htaccess wordpress error administration programming webdev apache config errors debug php_value ...

Read more »