Posts Tagged ‘ include-name ’

All Technical FAQs: ASP.NET Error Handling and Tracing

May 9, 2010
By

NET Error Handling and Tracing. ASP.NET Trace ASP.NET introduces tracing functionality which allows one to view diagnostic information about a single request for an ASP.NET page simply by enabling it for your page or application. ...

Read more »

Dan Dar3: XBMC Python tips โ€“ how to get build version & date

March 20, 2010
By

XBMC Python tips โ€“ how to get build version & date. Python code: import xbmc result = xbmc.executehttpapi('GetSystemInfo(120;121)') system_info = result.split(' ') print "Version = " + system_info print "Date = " + system_info ...

Read more »

Advanced PHP Error Handling via htaccess

February 28, 2010
By

perishablepress.com, Jeff Starr -- In my previous article on logging PHP errors, How to Enable PHP Error Logging via htaccess, we observed three fundamental aspects of preventing, preserving, and protecting your site's PHP errors ...

Read more »

Debugging PHP Script

February 24, 2010
By

You've done your best to make your code watertight, and yes, some errors still manage to seep through. How do you go about removing the little blighters? That process is called troubleshooting. Troubleshooting gradually eliminates ...

Read more »

Another Python Tips

February 17, 2010
By

Here are more Python tips : http://www.linuxuser.co.uk/tutorials/another-ten-essential- python-tips /

Read more »

Tech stuff for the slacker: Ten more essential Python tips

February 5, 2010
By

Ten more essential Python tips : "Today, Python is one of the most popular programming languages in the open source space. Look around and you will find it running everywhere, from various configuration tools to XML parsing. ...

Read more »

FISHER/UNITECH Blog: Kansas City SolidWorks User Group Announcement

January 20, 2010
By

NET error handling technique, Try > Catch). API macros are an extremely powerful tool to improve your performance, while working with repetitive tasks. Come and learn how API can improve your SolidWorks experience. ...

Read more »

Error Handling in ASP.NET

November 24, 2009
By

NET errors are shown to the local host. This is the default. By default, the section looks like this when you create a Web application. Posted by Rajiv at 10:52 PM. Labels: Asp. net, Error Handling ...

Read more »

The Kemp Project: Python tips – Reverse iteration

October 25, 2009
By

Python tips - Reverse iteration. My apologies to those subscribing to this feed, as I'm not sure how your reader will handle a heavily modified post. You'll either get an effective duplicate or just not see this. ...

Read more »

SourceField.blogspot.com: try catch python: error handling in python

September 2, 2009
By

try catch python: error handling in python. simple error handling in python: try: .... your code here .... except Exception, e: print "Error",i,e. Labels: python. 0 comments: Post a Comment ยท Older Post Home. Subscribe to: Post Comments ...

Read more »