Category: Web Development

Lucid Chat – In Memoriam

Reading Time: 2 minutes In honor of its 10th year, I finally decided to officially retire the original LucidChat.com site. Lucid Chat hasn’t been actively developed since 2000, and I figured it was time to focus on other projects. Although the site is still up (and probably will be for some time), I’ve put a memorial page in it’s…
Read more

JSMF – JavaScript State Management Framework

Reading Time: < 1 minute Over the years, I’ve used various techniques for maintaining state within my web-based applications. Recently I started experimenting with IFrames and decided to expand on these techniques and create a JavaScript API. Enter JSMF…. JSMF (JavaScript State Management Framework) provides your web-based applications with a comprehensive mechanism to maintain state. This solution is made possible…
Read more

ClearSilver – A fairly impressive templating system

Reading Time: < 1 minute Last week I stumbled upon a gem of a templating system. I accidently discovered ClearSilver as I was in the middle of developing a prototype web interface for a project at work. For years I’ve been looking for a C API that allows me to completely seperate my HTML content from my source code. Admittedly,…
Read more