<?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"
	>
<channel>
	<title>Comments on: ErlyWeb Tutorial: Creating a Simple Login Page</title>
	<atom:link href="http://yarivsblog.com/articles/2007/01/11/erlyweb-tutorial-creating-a-simple-login-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://yarivsblog.com/articles/2007/01/11/erlyweb-tutorial-creating-a-simple-login-page/</link>
	<description>Adventures in Open Source Erlang</description>
	<pubDate>Fri, 16 May 2008 04:45:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Yariv</title>
		<link>http://yarivsblog.com/articles/2007/01/11/erlyweb-tutorial-creating-a-simple-login-page/#comment-18111</link>
		<dc:creator>Yariv</dc:creator>
		<pubDate>Fri, 23 Mar 2007 15:36:51 +0000</pubDate>
		<guid isPermaLink="false">https://admin.yarivsblog.com/articles/2007/01/11/erlyweb-tutorial-creating-a-simple-login-page/#comment-18111</guid>
		<description>I think the best approach is to check if the user is logged in the the app controller's hook/1 function and then put the result in the Arg's opaque field before passing the Arg down to other components. I haven't found before_call to be very useful thus far, but it may come in handy for some purposes.</description>
		<content:encoded><![CDATA[<p>I think the best approach is to check if the user is logged in the the app controller&#8217;s hook/1 function and then put the result in the Arg&#8217;s opaque field before passing the Arg down to other components. I haven&#8217;t found before_call to be very useful thus far, but it may come in handy for some purposes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khigia</title>
		<link>http://yarivsblog.com/articles/2007/01/11/erlyweb-tutorial-creating-a-simple-login-page/#comment-18109</link>
		<dc:creator>khigia</dc:creator>
		<pubDate>Fri, 23 Mar 2007 15:33:02 +0000</pubDate>
		<guid isPermaLink="false">https://admin.yarivsblog.com/articles/2007/01/11/erlyweb-tutorial-creating-a-simple-login-page/#comment-18109</guid>
		<description>What does the code to check that user is logged looks like?

Shall we use the hook function of application or implement before_call in every components? How to pass the user data to all components?</description>
		<content:encoded><![CDATA[<p>What does the code to check that user is logged looks like?</p>
<p>Shall we use the hook function of application or implement before_call in every components? How to pass the user data to all components?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Marko</title>
		<link>http://yarivsblog.com/articles/2007/01/11/erlyweb-tutorial-creating-a-simple-login-page/#comment-6175</link>
		<dc:creator>David Marko</dc:creator>
		<pubDate>Tue, 23 Jan 2007 19:17:07 +0000</pubDate>
		<guid isPermaLink="false">https://admin.yarivsblog.com/articles/2007/01/11/erlyweb-tutorial-creating-a-simple-login-page/#comment-6175</guid>
		<description>Well, ErlyWeb seems to be 3 months old ... :-) Sure its three times more,  but still a young baby. 

David</description>
		<content:encoded><![CDATA[<p>Well, ErlyWeb seems to be 3 months old &#8230; :-) Sure its three times more,  but still a young baby. </p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hyperstruct</title>
		<link>http://yarivsblog.com/articles/2007/01/11/erlyweb-tutorial-creating-a-simple-login-page/#comment-6105</link>
		<dc:creator>hyperstruct</dc:creator>
		<pubDate>Tue, 23 Jan 2007 12:29:24 +0000</pubDate>
		<guid isPermaLink="false">https://admin.yarivsblog.com/articles/2007/01/11/erlyweb-tutorial-creating-a-simple-login-page/#comment-6105</guid>
		<description>David,

seethrough is only one month old, and I am nowhere as experienced with Erlang as Yariv is.  Please keep both things in mind if you have to choose a templating system. :-)</description>
		<content:encoded><![CDATA[<p>David,</p>
<p>seethrough is only one month old, and I am nowhere as experienced with Erlang as Yariv is.  Please keep both things in mind if you have to choose a templating system. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Marko</title>
		<link>http://yarivsblog.com/articles/2007/01/11/erlyweb-tutorial-creating-a-simple-login-page/#comment-5360</link>
		<dc:creator>David Marko</dc:creator>
		<pubDate>Tue, 16 Jan 2007 19:09:12 +0000</pubDate>
		<guid isPermaLink="false">https://admin.yarivsblog.com/articles/2007/01/11/erlyweb-tutorial-creating-a-simple-login-page/#comment-5360</guid>
		<description>ErlTL issue ... what about suing something like this:

http://blog.hyperstruct.net/2007/1/7/seethrough-a-simple-xml-xhtml-templating-system-for-erlang

Its based on Python's ZopePageTemplates, which has a good concept.</description>
		<content:encoded><![CDATA[<p>ErlTL issue &#8230; what about suing something like this:</p>
<p><a href="http://blog.hyperstruct.net/2007/1/7/seethrough-a-simple-xml-xhtml-templating-system-for-erlang" rel="nofollow">http://blog.hyperstruct.net/2007/1/7/seethrough-a-simple-xml-xhtml-templating-system-for-erlang</a></p>
<p>Its based on Python&#8217;s ZopePageTemplates, which has a good concept.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yariv</title>
		<link>http://yarivsblog.com/articles/2007/01/11/erlyweb-tutorial-creating-a-simple-login-page/#comment-5344</link>
		<dc:creator>Yariv</dc:creator>
		<pubDate>Tue, 16 Jan 2007 16:21:22 +0000</pubDate>
		<guid isPermaLink="false">https://admin.yarivsblog.com/articles/2007/01/11/erlyweb-tutorial-creating-a-simple-login-page/#comment-5344</guid>
		<description>Charles -- the Group seems to work fine. I didn't realize it was offline.

Evilman -- I've heard many conflicting opinions about ErlTL. Some people love it, others don't. I think that usually once people start using it, they grow to like it. Anyway, if you have specific suggestions for how you think it can be improved, I'll be happy to hear them.</description>
		<content:encoded><![CDATA[<p>Charles &#8212; the Group seems to work fine. I didn&#8217;t realize it was offline.</p>
<p>Evilman &#8212; I&#8217;ve heard many conflicting opinions about ErlTL. Some people love it, others don&#8217;t. I think that usually once people start using it, they grow to like it. Anyway, if you have specific suggestions for how you think it can be improved, I&#8217;ll be happy to hear them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: evilman</title>
		<link>http://yarivsblog.com/articles/2007/01/11/erlyweb-tutorial-creating-a-simple-login-page/#comment-5338</link>
		<dc:creator>evilman</dc:creator>
		<pubDate>Tue, 16 Jan 2007 15:20:39 +0000</pubDate>
		<guid isPermaLink="false">https://admin.yarivsblog.com/articles/2007/01/11/erlyweb-tutorial-creating-a-simple-login-page/#comment-5338</guid>
		<description>I have to say that I love erlang but your web framework code looks really messy. You will not find people who want to code templates like that - people are spoiled and want the code to be clean, that code of yours looks like really early JSPs.</description>
		<content:encoded><![CDATA[<p>I have to say that I love erlang but your web framework code looks really messy. You will not find people who want to code templates like that - people are spoiled and want the code to be clean, that code of yours looks like really early JSPs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://yarivsblog.com/articles/2007/01/11/erlyweb-tutorial-creating-a-simple-login-page/#comment-5226</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Mon, 15 Jan 2007 11:11:19 +0000</pubDate>
		<guid isPermaLink="false">https://admin.yarivsblog.com/articles/2007/01/11/erlyweb-tutorial-creating-a-simple-login-page/#comment-5226</guid>
		<description>Please bring the ErlyWeb Google Group back. It's unavailable since... Yesterday... An eternity. Seems I'm getting addicted! Thank you.</description>
		<content:encoded><![CDATA[<p>Please bring the ErlyWeb Google Group back. It&#8217;s unavailable since&#8230; Yesterday&#8230; An eternity. Seems I&#8217;m getting addicted! Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
