Monthly Archives: March 2009
-
Announcing MapTooltip
One of the shortcomings in the Google Maps API is that there’s no easy way to add tooltips to polylines and polygons. That’s why I felt inclined to build an extension to Google Maps that adds that functionality. MapTooltip makes … Continue reading
-
Updating images with Javascript
This is a quicktip on how to update images on a webpage that retain the same filename but is periodically updated, without having to perform a full page load.
-
Free e-book chapter on ASP.NET MVC Framework
If you’re into ASP.NET MVC then you should definitely check out this free chapter from the upcoming Wrox book Professional ASP.NET MVC 1.0. The chapter is a 185 page long tutorial on how to build a complete web application with … Continue reading
-
Non-modal alert with jQuery
In circumstances where you want to notify the user of something, like for example that some information have been saved, a non-modal alert is an excellent solution. It gets your message across without being intrusive and without the need for … Continue reading