Friday, May 4th, 2007
Mindframe: An Adobe Spry-like Ajax Framework
<p>Mindframe is a new Ajax framework that builds on top of Prototype and ZParse.Mindframe is inspired by Adobe Spry, and gives you:
- xml dataset & simple array database
- region binding & controlling
- Data utility methods: sorting, filtering, selection
- drag&drop, trade zones, data export import between regions
- developer API for extensions
Related Content:












“almost” works in IE6…
How incompetent can a dev be when they take a framework made to work crossbrowser and somehow f’ that up. Come on.
ie bug fixed.
Very cool — and very responsive Rizqi!
I knew the IE issue couln’t be a big deal — thanks for the fix. (although the row hover is still missing)
@Marty
hover is a css problem, IE6 doesn’t support :hover pseoudo-class :(
True, but don’t let that stop you ;)
No dice in Safari.
Hmm, why does it work in Swift? isn’t it based on Webkit?
There must be something wrong with the code on the first demo, because the “advanced demo” works perfectly in WebKit. The second one works but has a broken layout. Still, I’m delighted to see the benefits of Spry coming to the expanding Prototype universe, and Zparse looks awesome!
Unfortunately, Safari gets no love from Apple, so all the great work that’s been done in WebKit in recent months hasn’t made it to Safari yet.
@Leland,
doesn’t it mean it will works in Safari nightly build?
It wont work in Safari because it ignores html comment tags instead of parsing it, so they disappear when innerHTML is called. This problem is solved by the latest Webkit.
It’d be awesome if WebKit improvements ever got backported into Safari. Stupid Apple.