Ivan's Space
Writing about leadership, management, emotional resiliency, software engineering, tech, gadgets.
Client-Side XSLT Transformations with JavaScript
I bet you haven’t ever thought of doing XSLT transformations inside the Web Browser on the client-side, but anyway it’s absolutely possible (cross-browser) and it performs pretty well as well, which shouldn’t be a big surprise since the browser is optimized to work with markup. Real-life practical applications of this...
Logging JavaScript Errors with ELMAH in ASP.NET MVC
One final piece of information I wanted to add to my last blog post about setting up ELMAH for ASP.NET MVC is how to log Client Side/JavaScript errors with ELMAH.
ASP.NET MVC Magical Error Logging with ELMAH
If you aren’t using ELMAH (Error Logging Modules and Handlers) you should be – http://code.google.com/p/elmah/ It’s the best thing since sliced bread for logging ASP.NET errors with practically zero effort. It basically plugs into the ASP.NET pipeline and logs all unhandled exceptions thrown and HTTP error codes together with all sorts of other useful...
Triply now supports Facebook Places Checkins
I’ve just published online the support for Facebook Places Checkins in Triply . This means that now you can log in and work with checkins either from Foursquare or Facebook Places.
Introducing Triply for Foursquare
During my trip to Dubrovnik last week whilst checking in on Foursquare an idea struck me – can’t I use the Foursquare checkin history and checkin comments to document the places I visit and also my route. This is how Triply was born after a two day hackathon.