Only last night we were talking about web based code editors when up pops this feed item about Bespin, a demo version of such an editor released by Mozilla! Looks interesting to say the least.
February 13, 2009
by j pimmel
0 comments
February 13, 2009
by j pimmel
0 comments
Only last night we were talking about web based code editors when up pops this feed item about Bespin, a demo version of such an editor released by Mozilla! Looks interesting to say the least.
February 12, 2009
by j pimmel
0 comments
Following my previous post I discovered a very helpful email in my inbox from Johannes Link, the author of MockMe, who provided an example of using MockMe to unit test my PrototypeJS classes. One of the benefits of MockMe, vs … Continue reading
February 11, 2009
by j pimmel
0 comments
I’ve long been used to having decent testing frameworks in Java / Groovy / Grails however its taken me a while to stumble upon similar ways to test in Javascript. I tried my hand at using JSMock and then tried … Continue reading
December 5, 2008
by j pimmel
0 comments
I needed to handle multiple dynamic instances of the same type of validating object in a form within Grails. Having searched Google and the lists for an out-of-the-box way, or plugin, or pending bug-fix, I found nothing that already provided … Continue reading