Posts Tagged ‘ architecture ’

Book review: "Python 2.6 Text Processing: Beginner's Guide" by …

April 3, 2011
By

In conclusion, I think this is a great introduction to a wide range of text processing techniques in Python, both for novice Pythonistas (who will undoubtedly also benefit from the more general Python tips and tricks presented in the ...

Read more »

Work-around for Mac OS X python package install error — “lipo: can …

January 29, 2011
By

sudo mv gcc_orig gcc. So in the end my /usr/bin directory looks exactly the same as it used to and the package is installed. Time to go do some real work. This entry was posted in Python, Tips . Bookmark the permalink. ...

Read more »

Error handling in asp.net . « Rajnish Blog…….

November 5, 2009
By

.Asp.net , JavaScript, Sql Server.. Home · About Me · Contact Us · Home > ASP.net, FAQ Dot Net > Error handling in asp.net . Error handling in asp.net . November 5, 2009 rajnishbhargava Leave a comment Go to comments ...

Read more »

Template Architecture: how to render template using several apps?

August 2, 2009
By

http://www.b-list.org/weblog/2006/jun/07/ django-tips -write-better-template-= tags/ (although it's slightly out of date as there are now some helpful decorators to take away some of the boilerplate code, see the normal documentation). ...

Read more »

Best Dot Net: Error handling in Ajax

July 29, 2009
By

1)On AsyncPostBackError event on the scriptmanager &ltasp:ScriptManager ID="ScriptManager1" runat="server" OnAsyncPostBackError="ScriptManager1_AsyncPostBackError"> 2)Implement the event on the server and set ...

Read more »

ASP.NET Error Handling | TechBubbles

June 4, 2009
By

This BLOG helps IT professionals around the world to develop applications using Microsoft .NET Technologies.

Read more »

ASP.NET Error Handling Using HttpModule, Full and Partial Post …

May 17, 2008
By

ASP. NET Error Handling Using HttpModule, Full and Partial Post Back (Ajax UpdatePanel). This post is the reason for me opening a blog. Recently I encountered a very simple problem that took me around 3 days to solve. ...

Read more »