Joshua Stengel

Everything...Is going...
To be okay!

Browse by Tags

All Tags » AJAX » ASP.NET (RSS)
Flash/AJAX File Upload w/ Progress Server Control
Recently, I blogged about my favorite file upload technique for web applications --the free flash/JavaScript-based SWFUpload . While this library is not the perfect solution for all circumstances, it certainly provides a very nice user experience and...
Cool Timeline API
I recently happened upon this intriguing little API that provides a nice interface for displaying events on a timeline. It was pretty easy to get my head around it and it's pretty easy to setup and use. It's got a Google Maps-like scrolling interface...
Uploading Files: Multiple Files, Progress Bar, No Postback
UPDATE: This is now available as a free ASP.NET control. Recently, Joe Stagner created some videos and talked about 4 upload scenarios that provide an AJAX-like file upload experience. I've used or looked at all of those options at least once or twice...
Delay Content Loading with AJAX.NET Toolkit
A while back I wrote an article for CodeProject that was just a simple demonstration of how to load portions of content after the initial page load using AJAX.NET . Basically, using a timer and an update panel, this user control loads some RSS headlines...
Posted: Oct 29 2007, 05:00 AM by jstengel | with 2 comment(s)
Filed under: , , ,
Inline Editing Makes Content Management A Snap
Inline editing can be a great supplement to the traditional "control panel" approach in content management systems. The of editing web pages and the whole control panel concept can be difficult for non-technical people to latch on to. Control panels typically...
More Posts