You are here

Web Dev Tip of the Day

Edit in Place

While not strictly a new idea, edit-in-place functionality can really expand the usability of a CMS. Normally, a CMS has a complex backend for editing content, a segregated editor screen, or buttons that have to be accounted for in the layout code. The idea here is that all output is editable (with proper permissions, of course), by merely clicking (or double-clicking) on it. Like an a local editor. These tools are not production ready, IMHO, but this guy is definitely going in the right direction, and his to-do list perfectly matches what I think needs to be fixed.

A regex for the rest of us!

Aaron's Web tip of the day. (by way of my friend skogie)

Rex V: an AJAX Regular Expression Validator

Basically, you can throw a mess of text at this thing, then enter a regular expression to evaluate, and it will tell you what matches, and what doesn't. More than that, it'll tell you precisely where the match borders are.. so if you're grabbing extra line breaks or spaces you don't want.. it'll show you why.

good stuff.

Subscribe to RSS - Web Dev Tip of the Day