This is a demo of an HTML Prototyping Toolkit that I've assembled from a few open source libraries. The idea is to create something super light so you can sketch your wireframes in HTML.
Using Templates
I'm using a jQuery template for creating columns in a grid.
Columns look like this:
{cols} <-- grid layout container
{col12} <-- 12 unit column
{/col} <-- closed column
{col12last} <-- 12 unit column
last in container
{/col}
{/cols} <-- end of container
You can try out the prototypes I'm playing with here:
http://www.konigi.com/protokit/projects/tsi-proteus/index.html
If you have Firebug, inspect the page to see what the templates are building.
Works with ixEdit
As I said above, this is meant to be super light and uses existing libraries. I'll start posting the code when it's cleaner.
Looks very promising. I'm definitely looking forward to seeing the code!
Great work Mike! (and all the authors of the frameworks that you have built-upon)
I look forward to seeing Protokit as it is refined.
Please let the community know if you need testers down the line.
-Ben
This looks great, far superior in so many way s to the SaaS options we have at present. If you get the code cleaned up and it is easy to implement I will be championing this!
Can't wait for the first release.
Thanks for your effort and for sharing your excellent work.
Best regards,
Corrado

Comments