<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Generate HTML from a JSON Without any Template but HTML and Javascript</title>
	<atom:link href="http://beebole.com/blog/pure/generate-html-from-a-json-without-any-template-but-html-and-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://beebole.com/blog/pure/generate-html-from-a-json-without-any-template-but-html-and-javascript/</link>
	<description>The News about the Easiest and Fastest Timesheet</description>
	<lastBuildDate>Tue, 04 Nov 2008 03:22:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: design</title>
		<link>http://beebole.com/blog/pure/generate-html-from-a-json-without-any-template-but-html-and-javascript/#comment-90</link>
		<dc:creator>design</dc:creator>
		<pubDate>Tue, 19 Aug 2008 06:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://beebole.com/blog/?p=84#comment-90</guid>
		<description>feedback doesn&#039;t have a plural. [you wanted feedback, that&#039;s why I&#039;m saying it] </description>
		<content:encoded><![CDATA[<p>feedback doesn&#8217;t have a plural. [you wanted feedback, that's why I'm saying it] </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mic</title>
		<link>http://beebole.com/blog/pure/generate-html-from-a-json-without-any-template-but-html-and-javascript/#comment-89</link>
		<dc:creator>Mic</dc:creator>
		<pubDate>Thu, 07 Aug 2008 09:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://beebole.com/blog/?p=84#comment-89</guid>
		<description>@Stephan, #14,
I moved this to the discussion group: http://groups.google.com/group/Pure-Unobtrusive-Rendering-Engine/browse_thread/thread/ddfc6b59d286b031?hl=en
And will answer there.</description>
		<content:encoded><![CDATA[<p>@Stephan, #14,<br />
I moved this to the discussion group: <a href="http://groups.google.com/group/Pure-Unobtrusive-Rendering-Engine/browse_thread/thread/ddfc6b59d286b031?hl=en" rel="nofollow">http://groups.google.com/group/Pure-Unobtrusive-Rendering-Engine/browse_thread/thread/ddfc6b59d286b031?hl=en</a><br />
And will answer there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephan Schmidt</title>
		<link>http://beebole.com/blog/pure/generate-html-from-a-json-without-any-template-but-html-and-javascript/#comment-88</link>
		<dc:creator>Stephan Schmidt</dc:creator>
		<pubDate>Thu, 07 Aug 2008 08:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://beebole.com/blog/?p=84#comment-88</guid>
		<description>Thanks for the reply.

Doesn&#039;t sound very usable from a designer view point. And as far as I see doesn&#039;t allow for &quot;push-button&quot; release management, when a developer has to modify all pages by hand for release. Or I don&#039;t get it yet :-)

Peace
-stephan</description>
		<content:encoded><![CDATA[<p>Thanks for the reply.</p>
<p>Doesn&#8217;t sound very usable from a designer view point. And as far as I see doesn&#8217;t allow for &#8220;push-button&#8221; release management, when a developer has to modify all pages by hand for release. Or I don&#8217;t get it yet <img src='http://beebole.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Peace<br />
-stephan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mic</title>
		<link>http://beebole.com/blog/pure/generate-html-from-a-json-without-any-template-but-html-and-javascript/#comment-87</link>
		<dc:creator>Mic</dc:creator>
		<pubDate>Thu, 07 Aug 2008 08:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://beebole.com/blog/?p=84#comment-87</guid>
		<description>@Stephan, #12
As a login screen is a fairly static HTML you can apply the following procedure:

* Place the HTML for the login screen in a page while you develop
* Set the directives to make it live
* Then compile it to a JS function (with $p.compile)
* collect this JS function, (with $p.getRuntime; See a &quot;how to&quot; at the bottom of the page: http://www.beebole.com/pure/examples/docs/allExamples.html)
* copy&amp;paste the JS functions into a file(.js) that is common to all your pages (probably with your login logic too)
* Then call this JS function when needed. Note the browser will cache this JS file</description>
		<content:encoded><![CDATA[<p>@Stephan, #12<br />
As a login screen is a fairly static HTML you can apply the following procedure:</p>
<p>* Place the HTML for the login screen in a page while you develop<br />
* Set the directives to make it live<br />
* Then compile it to a JS function (with $p.compile)<br />
* collect this JS function, (with $p.getRuntime; See a &#8220;how to&#8221; at the bottom of the page: <a href="http://www.beebole.com/pure/examples/docs/allExamples.html" rel="nofollow">http://www.beebole.com/pure/examples/docs/allExamples.html</a>)<br />
* copy&#038;paste the JS functions into a file(.js) that is common to all your pages (probably with your login logic too)<br />
* Then call this JS function when needed. Note the browser will cache this JS file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephan Schmidt</title>
		<link>http://beebole.com/blog/pure/generate-html-from-a-json-without-any-template-but-html-and-javascript/#comment-86</link>
		<dc:creator>Stephan Schmidt</dc:creator>
		<pubDate>Wed, 06 Aug 2008 09:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://beebole.com/blog/?p=84#comment-86</guid>
		<description>Looks very good. One issue I see is reuse of components. For example you might want a login box on every page, which changes state when being logged in.

Can solve Pure this requirement withouth cut&amp;paste the box into every page?

Peace
-stephan</description>
		<content:encoded><![CDATA[<p>Looks very good. One issue I see is reuse of components. For example you might want a login box on every page, which changes state when being logged in.</p>
<p>Can solve Pure this requirement withouth cut&amp;paste the box into every page?</p>
<p>Peace<br />
-stephan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yves</title>
		<link>http://beebole.com/blog/pure/generate-html-from-a-json-without-any-template-but-html-and-javascript/#comment-85</link>
		<dc:creator>Yves</dc:creator>
		<pubDate>Wed, 06 Aug 2008 07:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://beebole.com/blog/?p=84#comment-85</guid>
		<description>@ Mirza

Thank you for the link.

If you have experienced Apache Wicket, what was the main difficulties for you in the mind-shift you described ?

I am always happy to know that kind of info to make our documentation and examples better.</description>
		<content:encoded><![CDATA[<p>@ Mirza</p>
<p>Thank you for the link.</p>
<p>If you have experienced Apache Wicket, what was the main difficulties for you in the mind-shift you described ?</p>
<p>I am always happy to know that kind of info to make our documentation and examples better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yves</title>
		<link>http://beebole.com/blog/pure/generate-html-from-a-json-without-any-template-but-html-and-javascript/#comment-84</link>
		<dc:creator>Yves</dc:creator>
		<pubDate>Wed, 06 Aug 2008 04:45:03 +0000</pubDate>
		<guid isPermaLink="false">http://beebole.com/blog/?p=84#comment-84</guid>
		<description>@ Darrell: Thanks a lot for your comment! Mic has been the main thinker and contributor to this project (largely).

If you create a rails plug-in, just drop us a message on our discussion group: http://groups.google.com/group/Pure-Unobtrusive-Rendering-Engine. We will always be interested in all kind of evolutions (even if it is just the logic).

@ Trans: Thank you for your comment.

It is true that PURE is still very young and we will learn more from various experiences and contexts, as people will start using it.

PURE came from an internal need as explained in the post and has been built in that sense first.

The main reason of releasing it as Open Source is to benefit from all those external experiences and to share with others having the same needs.

On SEO, again, we created PURE in the development phase of our web app BeeLit for which search engine indexation is not relevant.

We still think the logic behind PURE is good and we will translate it to our Erlang back-end. It could be done on other languages as well.

A comment on Reddit mentioned the use of Rhino and Spidermonkey to have it on the server side.</description>
		<content:encoded><![CDATA[<p>@ Darrell: Thanks a lot for your comment! Mic has been the main thinker and contributor to this project (largely).</p>
<p>If you create a rails plug-in, just drop us a message on our discussion group: <a href="http://groups.google.com/group/Pure-Unobtrusive-Rendering-Engine" rel="nofollow">http://groups.google.com/group/Pure-Unobtrusive-Rendering-Engine</a>. We will always be interested in all kind of evolutions (even if it is just the logic).</p>
<p>@ Trans: Thank you for your comment.</p>
<p>It is true that PURE is still very young and we will learn more from various experiences and contexts, as people will start using it.</p>
<p>PURE came from an internal need as explained in the post and has been built in that sense first.</p>
<p>The main reason of releasing it as Open Source is to benefit from all those external experiences and to share with others having the same needs.</p>
<p>On SEO, again, we created PURE in the development phase of our web app BeeLit for which search engine indexation is not relevant.</p>
<p>We still think the logic behind PURE is good and we will translate it to our Erlang back-end. It could be done on other languages as well.</p>
<p>A comment on Reddit mentioned the use of Rhino and Spidermonkey to have it on the server side.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trans</title>
		<link>http://beebole.com/blog/pure/generate-html-from-a-json-without-any-template-but-html-and-javascript/#comment-83</link>
		<dc:creator>Trans</dc:creator>
		<pubDate>Wed, 06 Aug 2008 01:21:05 +0000</pubDate>
		<guid isPermaLink="false">http://beebole.com/blog/?p=84#comment-83</guid>
		<description>I&#039;ve worked with this type of template system before (it&#039;s not new). It seems perfect at first, but it proves to have some issues. For starters, while the logic/template separation is very clean, that isn&#039;t always so convenient. It tends to be a little more involved should something need to be changed. It may seem like that the separation will lend itself to division of labor between designers and programmers, but that turns out to be limited. Also, doing this on the client-side isn&#039;t so helpful for search engines, if that is important to your page.

Having said that however, this type of system still has it&#039;s merits. It&#039;s clean, has good SOC, and can off-load some template processing to the client.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve worked with this type of template system before (it&#8217;s not new). It seems perfect at first, but it proves to have some issues. For starters, while the logic/template separation is very clean, that isn&#8217;t always so convenient. It tends to be a little more involved should something need to be changed. It may seem like that the separation will lend itself to division of labor between designers and programmers, but that turns out to be limited. Also, doing this on the client-side isn&#8217;t so helpful for search engines, if that is important to your page.</p>
<p>Having said that however, this type of system still has it&#8217;s merits. It&#8217;s clean, has good SOC, and can off-load some template processing to the client.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darrell</title>
		<link>http://beebole.com/blog/pure/generate-html-from-a-json-without-any-template-but-html-and-javascript/#comment-82</link>
		<dc:creator>Darrell</dc:creator>
		<pubDate>Wed, 06 Aug 2008 00:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://beebole.com/blog/?p=84#comment-82</guid>
		<description>Template code has always been ugly, even in rails. And designers want to be able to use dreamweaver or other visual tools to make templates.  Whoever had the brainwave for this idea is a genius. You win the internets. Now the mockup IS the template. You just deleted me a very tedious and error prone job. I might make a rails plugin for this because it is so great.</description>
		<content:encoded><![CDATA[<p>Template code has always been ugly, even in rails. And designers want to be able to use dreamweaver or other visual tools to make templates.  Whoever had the brainwave for this idea is a genius. You win the internets. Now the mockup IS the template. You just deleted me a very tedious and error prone job. I might make a rails plugin for this because it is so great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roScripts &#045; Webmaster resources and websites</title>
		<link>http://beebole.com/blog/pure/generate-html-from-a-json-without-any-template-but-html-and-javascript/#comment-81</link>
		<dc:creator>roScripts &#045; Webmaster resources and websites</dc:creator>
		<pubDate>Tue, 05 Aug 2008 17:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://beebole.com/blog/?p=84#comment-81</guid>
		<description>&lt;strong&gt;Generate HTML from a JSON Without any Template but HTML and JavaScript &#124; BeeBuzz...&lt;/strong&gt;

Learn how we built a truly unobtrusive JavaScript Template Engine that leaves your HTML untouched...</description>
		<content:encoded><![CDATA[<p><strong>Generate HTML from a JSON Without any Template but HTML and JavaScript | BeeBuzz&#8230;</strong></p>
<p>Learn how we built a truly unobtrusive JavaScript Template Engine that leaves your HTML untouched&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

