jQuery meets Markaby
mlanza.github.com
jQuery meets Markaby
1–10 of 10 posts
Re: jQuery meets Markaby
#2I'm doing a trigger.io app where I know I'll just want a few simple templates and I don't really want to add anything to the build process right now. This might be perfect.
Re: jQuery meets Markaby
#3I've been working on the exact same thing. It works with nodejs out of the box. It's still in beta, but being actively developed.
http://mcleopold.github.com/JavascriptHtmlr/
Someday I'll make it a jquery plugin as well...
Re: jQuery meets Markaby
#4Re: jQuery meets Markaby
#5Shameless plug: I've been working on the exact same thing. It works with nodejs out of the box. It's still in beta, but being actively developed. http://mcleopold.github.com/JavascriptHtmlr/ Someday I'll make it a jquery plugin as well...
Re: jQuery meets Markaby
#6Please note: there is another open source project named "buildr": http://buildr.apache.org/ . It's a rake-based build tool for Java projects.
Re: jQuery meets Markaby
#7When you draw many elements on a page or are constantly redrawing elements with updated data, how does it perform?
Re: jQuery meets Markaby
#8Shameless plug: I've been working on the exact same thing. It works with nodejs out of the box. It's still in beta, but being actively developed. http://mcleopold.github.com/JavascriptHtmlr/ Someday I'll make it a jquery plugin as well...
No worries. There are lots of flavors. I was just looking to scratch an itch. :)
Re: jQuery meets Markaby
#9Earlier quoted context omitted.
No worries. There are lots of flavors. I was just looking to scratch an itch. :)
You'd be surprised how may projects exist that are like this. But somehow template languages are always more popular and have more traction. I guess there are very few people who would rather have code produce markup than have markup allow code. Perhaps because large projects have their markup written by non-coders?
Yes there are a lot of these Builder libraries/modules available in many languages:
* http://stackoverflow.com/questions/671572/cl-who-like-html-t...
* http://builder.rubyforge.org/
Re: jQuery meets Markaby
#10Earlier quoted context omitted.
No worries. There are lots of flavors. I was just looking to scratch an itch. :)
You'd be surprised how may projects exist that are like this. But somehow template languages are always more popular and have more traction. I guess there are very few people who would rather have code produce markup than have markup allow code. Perhaps because large projects have their markup written by non-coders?
Don't get me wrong. Markup/templating languages are great for 80% of what you use them for. And I especially like that they sandbox the average user from doing anything dangerous. I just felt like in the 20% scenarios, tweaking the markup language was a painful hoop through which to jump.