Browse by Tags
All Tags »
ASP.NET »
UI (
RSS)
Twitter's recent security crackdown includes a list of 370 passwords that will not be allowed when signing up for new accounts (no word on whether changes to existing passwords will have the same restrictions). I'm thinking that a server script and/or...
Recently, I had a project where I was wanting to be able to create a reusable UserControl to display tooltips throughout the application. The control would need to access the jQuery framework, a jQuery plugin, required some inline scripting, and had its...
I swear radio buttons pucker up the closer my mouse gets to them. Aside from the lack of good CSS options for radio buttons, they demand a certain level of commitment from the user. Unlike our promiscuous friend the checkbox, once you manage to jab the...
Editor Note: This control does not support the most recent release of Adobe Flash . Certain security updates from that release prevent the control from working. Since the release of this control, others have released similar controls that are compatible...
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...
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...
A while back I talked about this new inline editing control that was being worked on by Mike Davis over on the Encosia blog . Yesterday, he posted an updated version that fixes some postback issues and adds some new features that make this a very useful...
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...
I really like this DataCalendar control that I found a while back and, even though it's a few years old, I keep finding new uses for it. I'm working on this little project that includes a feature for posting events (live auctions in this case). The project...
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