Ivan Zlatev

Author Archives: Ivan Zlatev - Page 2

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 …

Read more »

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. To do that we need to: 1. Because ELMAH works …

Read more »

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 …

Read more »

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. What Triply really needs now is a good first pass …

Read more »

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 …

Read more »

Storing Date and Time in UTC and the definition “Today”

Storing date and times in UTC on the server side is all nice and dandy, however there are a few gotchas, one of which the definition of “Today” when you a dealing with time zones. Say we are dealing with …

Read more »

PicasaUploader 0.5.4 released

I have just released a new version of my PicasaWeb Uploader tool. This is a maintenance release to fix issues with large video uploads and to port to the new GData API.

Eclipse Colour Theme Extractor Tool

I have published my little tool that extracts just the Eclipse colour theme preferences out of the Eclipse exported preferences here. Usage is pretty simple – point it to an Eclipse preferences file and it will spit out the theme, …

Read more »

Custom model binding using IModelBinder in ASP.NET MVC – two gotchas

There are a few blog posts around the web regarding ASP.NET MVC custom model binding, but there are two key pieces of information missing. Just a quick intro – to implement custom model binding in ASP.NET MVC we need to …

Read more »

How to import a database schema into SQL Server Express with Visual Studio

Today I needed to import my SQL Server schema into a SQL Server Express instance on a different machine. I only have Visual Studio on this machine and no SQL Server Management Studio installed, so it took me a bit …

Read more »