Archive for November, 2009
For everyone who uses .Net there is good news! Aaron Goldenthal has put together a nice Impromptu helper class for ASP.NET. His class implements most of the options of Impromptu while giving it that ASP.NET feel.
ImpromptuPrompt prompt = new ImpromptuPrompt();
prompt.Message = “This is a test prompt”;
prompt.Options.Submit = “function(v,m,f) { alert(‘You selected: ‘ + [...]
I regularly use gEdit but up until recently I have never messed with Snippets. Many editors support Snippets in some fashion or another. So I thought I would share a quick Snippet with you and how to create it. Much of my time is spent with ColdFusion and CFEclipse. There you [...]

