practical web design & development

Archive for March, 2009

I’ve commented about an issue I’ve encountered with a few Impromptu user and I’ve decided to post on it to see if I can get some opinions on the best way to go about solving it. Currently when you open an Impromptu prompt the position of the prompt is centered, and 20% from the top. [...]

I’ve developed a few real estate websites in the past and one common request is a loan calculator. I’ve put together an example of a simple loan calculator using Impromptu with states. It also makes use of form fields, submit functions and demonstrates how to validate and show errors, so its a little more detailed [...]

I’ve had several users ask about using Impromptu with ajax to pull in content. I myself far more pull in json to build my content for Impromptu. So I figured I’d kill two birds with one stone by creating an example of using Ajax to pull in JSON content, then build a select statement with [...]