More fun with Javascript and CSS
Working on a little example of panning images with javascript. So far it doesn’t do image boundary detection. It also just pans one large image, not a tiled and continously loading set, like Google Maps.
Working on a little example of panning images with javascript. So far it doesn’t do image boundary detection. It also just pans one large image, not a tiled and continously loading set, like Google Maps.
Had some fun this weekend playing with Javascript, trying draw dynamic lines. Since Javascript doesn’t actually have any kind of Draw() or Paint() methods, it comes down to manipulating images. I originally started by scaling images of lines, but even … Continue reading
So a while back I read an an article about the Client Callback Feature in ASP.NET 2.0, which allows ASP.NET 2.0 to do updates to a page without a full page rountrip to the server. But wouldn’t you know it, … Continue reading