Posts Tagged ‘ stumbleupon ’

Error Handling in .Net with Example | ASP.net/C# learner, ASP.Net …

August 12, 2011
By

Net, Error Handling in asp. net, Error Handling in c# August 12, 2011. What is Exception? An exception is unexpected error or problem. What is Exception Handling? Method to handle error and solution to recover from it, so that program ...

Read more »

AutoMount partitions in GNU/Linux using Python « Simplifying the …

June 24, 2011
By

Simplifying the technologies · About Blog · solve your problem · CV · Archives · RSS Feed · automount, python system administration, python tips , subprocess. AutoMount partitions in GNU/Linux using Python ...

Read more »

Python Tips, Tricks, and Hacks – Siafoo

October 5, 2010
By

Want to write shorter, cleaner code? Have an unfortunate situation where you need to fit as much as you can in one expression? Prefer a quick dose.

Read more »

Python to the Rescue | ShowMeDo Blogs the World

February 25, 2010
By

Will give more thought to any more tips. about 3 hours ago from webin reply to voidspace · # Python Tips (2) - access member variable ('foo') of 'obj' with default (0) if non-existent: obj.__dict__.get('foo', 0) ; using in decorator ...

Read more »

Another ten essential Python tips | Linux User

February 12, 2010
By

To compliment our 'ten essential Python tips for beginners' and 'ten more essential Python tips ' features, we've compiled yet another collection of ten gems to make your Python experience that much more worthwhile…

Read more »

Ten more essential Python tips | Linux User

February 3, 2010
By

Today, Python is one of the most popular programming languages in the open source space. Following on from the success of our original 'ten essential Python tips for beginners', we've compiled a further collection of ten gems to make ...

Read more »

Ten essential Python tips for beginners | Linux User

January 22, 2010
By

Today, Python is one of the most popular programming languages in the open source space. It's a vast language and there are many gems to discover - here are ten tips for new users to get the ball rolling…

Read more »

PHP Error Handling

November 12, 2009
By

error. When creating scripts and web applications, error handling is an important part. If your code lacks error checking code, your program may look very unprofessional and you may be open to security risks. ...

Read more »

Ruby Exceptions And Exception Handling

September 24, 2009
By

That's all, nothing too fancy, just the kinds of basics that everybody needs to know. You're now a Ruby exception guru, go forth and use your new Ruby error handling powers for good instead of evil :). Image by valentin.d ...

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 »