Monthly Archives: August 2009

python – Favorite Django Tips & Features? – Stack Overflow

August 31, 2009
By

Inspired by the question series 'Hidden features of ...', I am curious to hear about your favorite Django tips or lesser known but useful features you know of. Please, include only one tip per answer. ... I'm just going to ...

Read more »

Top 10 tips to a new django developer – Move On

August 31, 2009
By

Other resources: 1.http://stackoverflow.com/questions/550632/favorite- django-tips -features. If you know any important tips to a new django developers please let me know in comments.,. Loading mentions Retweet. Posted 4 months ago ...

Read more »

Solutions to SQL Injection Attack – Hungred Dot Com

August 22, 2009
By

The best way is to prevent such embarassement by providing a more end-user type of message with a php error handling function. function sql_failure_handler($query, $error) { $msg = htmlspecialchars('Failed Query: {$query} SQL Error: ...

Read more »

Solutions to SQL Injection Attack – Hungred.com

August 22, 2009
By

The best way is to prevent such embarassement by providing a more end-user type of message with a php error handling function. function sql_failure_handler($query, $error) { $msg = htmlspecialchars(“Failed Query: {$query} SQL Error: ...

Read more »

FastForward.NET: Beta 3 Released « Automated Coder

August 22, 2009
By

The binaries can be downloaded from https://www.ohloh.net/p/FastForwardNET/download. Written by Craig Sutherland. 22 August, 2009 at 7:11 pm. Posted in FastForward.NET. Tagged with FF.NET: Release. « FastForward. NET: Error Handling ...

Read more »

FastForward.NET: Error Handling « Automated Coder

August 21, 2009
By

Exploring the Code of CruiseControl.Net. FastForward. NET: Error Handling · leave a comment ». Oh No, It's Crashed! It's hard building real-world software. Not that writing software is hard, no it's the “real-world” part that is hard! ...

Read more »

Exception Handling Advice for ASP.NET Web Applications « Ramani …

August 19, 2009
By

NET Error Handling . This entry was posted on August 19, 2009 at 3:06 pm and is filed under ASP.NET. Tagged: Exception Handling Advice for ASP.NET Web Applications, Exception Handling. You can follow any responses to this entry through ...

Read more »

errors.php

August 19, 2009
By

ADVANCED PHP ERROR HANDLING VIA PHP - NO HTACCESS REQUIRED This tutorial covers advanced PHP error handling and logging without htaccess, using only PHP via a php.ini file located in your site's public_html. POSTING BLOG TENTANG ERRORS. ...

Read more »

Update: customErrors returning 404s not 302s & another Microsoft Hack

August 17, 2009
By

NET, Error Handling . A few weeks back I wrote a post about using ASP.NET customErrors and how to make sure that the errors returned the correct status codes in the response (you can read that post here). All was working great, ...

Read more »

PHP5 Magazine: Tekuna, MVC Microframework for PHP

August 15, 2009
By

Component-oriented Definition of the Application; Intuitive Routing of Actions to Controllers; Friendly URLs (RESTful API ); MVC Architecture; PHP Error handling with Exceptions (and thus catchable); Separate Request and Response ...

Read more »