Sometimes, we don’t think about the simplest tricks. Steven Harman has a new post with some tips for developing with Visual…
Category Archives: Programming
ASP.NET AJAX: How to call client-side Javascript once an UpdatePanel request is over
The UpdatePanel control in Microsoft’s ASP.NET AJAX, is a good way to save some time when you have simple AJAX…
Zoom-to-fit in Google Maps
I am currently extensively using the Google Maps API for a project. Their API is great, but good documentation is…