Monthly Archives: February 2009

ASP.NET Error Handling Tutorial : Handle Error simple way in ASP …

February 24, 2009
By

ASP.NET is more easier than other development technologies and languages. While working on asp.net platform, you may access to system windows event log. Using System namespace you retrieve messages.

Read more »

aegisknight: Reporting Crashes in IMVU, Part II: C++ Exceptions

February 23, 2009
By

If the C++ functions called from updateAnimations() or redrawWindows() raise a C++ exception, it will be caught by the Python error-handling code and reported to us the same way Python exceptions are. ...

Read more »

Reporting Crashes in IMVU: Part II: C++ Exceptions | Chad Austin

February 22, 2009
By

If the C++ functions called from updateAnimations() or redrawWindows() raise a C++ exception, it will be caught by the Python error-handling code and reported to us the same way Python exceptions are. ...

Read more »

Error Handling For Beginners – Part One – VB.NET Tutorials | Dream …

February 17, 2009
By

NET: Error handling for beginners - Part one, kinds of errors and methods for error handling. A small tutorial for the beginner on error handling in VB.NET. This - part one - looks at the kind of errors there are and what methods we ...

Read more »

VB.NET Tutorials – Error Handling For Beginners – Part One …

February 17, 2009
By

NET: Error handling for beginners - Part one, kinds of errors and methods for error handling. A small tutorial for the beginner on error handling in VB.NET. This - part one - looks at the kind of errors there are and what methods we ...

Read more »

Django Tips – Unique Date Querysets | Beardy Geek

February 15, 2009
By

I swear this particular feature of querysets was made especially for the archive listing of a blog. You know, the month and year listing in the side bar for all your previous posts. This solves that problem exactly.

Read more »

Django Tips – Unique Date Querysets

February 15, 2009
By

I swear this particular feature of querysets was made especially for the archive listing of a blog. You know, the month and year listing in the side bar for all ...

Read more »

10 Insanely Useful Django Tips « Captain Tsubasa Logs…

February 13, 2009
By

10 Insanely Useful Django Tips . 13 02 2009. One of the reasons i add posts in this blog is to open it in the future and read my posts. I can say this is a kind of bookmarking for me. This post will be a bookmark to ...

Read more »

Everybody Needs an oOcha!: PHP Errors and Exceptions

February 12, 2009
By

I learned something about php error handling the other day. I was digging through the docs and discovered how to catch errors, warnings, and such and then re-throw them as exceptions. This is great because I already implemented a ...

Read more »

Python's set datatype – amix.dk

February 6, 2009
By

Labels: Code Python Tips . Like this post? Subscribe to the RSS feed! 6 comments so far. Peteris Krumins 6. Feb 2009. Can I add my tip as well? I wrote an article on set operations in Unix shell a while ago. Do all the ops with diff, ...

Read more »