<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The BeeBole Blog &#187; Erlang</title>
	<atom:link href="http://beebole.com/blog/category/erlang/feed/" rel="self" type="application/rss+xml" />
	<link>http://beebole.com/blog</link>
	<description>The News about the Easiest and Fastest Timesheet</description>
	<lastBuildDate>Thu, 22 Dec 2011 15:00:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Convert HTML to PDF</title>
		<link>http://beebole.com/blog/erlang/convert-html-to-pdf-with-full-css-support-an-opensource-alternative-based-on-webkit/</link>
		<comments>http://beebole.com/blog/erlang/convert-html-to-pdf-with-full-css-support-an-opensource-alternative-based-on-webkit/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 12:44:51 +0000</pubDate>
		<dc:creator>Hughes</dc:creator>
				<category><![CDATA[Erlang]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://beebole.com/en/blog/?p=1067</guid>
		<description><![CDATA[Learn how to convert HTML to PDF in your web applications using the WKHTMLTOPDF OpenSource library. WKHTMLTOPDF allows full CSS support by leveraging the power of the Webkit Engine through QtWebKit module. <a href="http://beebole.com/blog/erlang/convert-html-to-pdf-with-full-css-support-an-opensource-alternative-based-on-webkit/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://beebole.com/blog/erlang/convert-html-to-pdf-with-full-css-support-an-opensource-alternative-based-on-webkit/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>37Signals Dives Into Erlang</title>
		<link>http://beebole.com/blog/erlang/37signals-dives-into-erlang/</link>
		<comments>http://beebole.com/blog/erlang/37signals-dives-into-erlang/#comments</comments>
		<pubDate>Thu, 14 May 2009 05:05:21 +0000</pubDate>
		<dc:creator>Yves</dc:creator>
				<category><![CDATA[Erlang]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[scalability]]></category>

		<guid isPermaLink="false">http://beebole.com/en/blog/?p=998</guid>
		<description><![CDATA[37Signals starts using Erlang for Campfire, which is a web-based messaging/chatroom solution and the performances prove one more time that Erlang is a killer language when it comes to build stable and scalable back end systems. <a href="http://beebole.com/blog/erlang/37signals-dives-into-erlang/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://beebole.com/blog/erlang/37signals-dives-into-erlang/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Test the Performance and Scalability of Your Web Applications With Tsung</title>
		<link>http://beebole.com/blog/erlang/test-performance-and-scalability-of-your-web-applications-with-tsung/</link>
		<comments>http://beebole.com/blog/erlang/test-performance-and-scalability-of-your-web-applications-with-tsung/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 12:18:06 +0000</pubDate>
		<dc:creator>Hughes</dc:creator>
				<category><![CDATA[Erlang]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[scalability]]></category>
		<category><![CDATA[stress test]]></category>
		<category><![CDATA[Tsung]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://beebole.com/blog/?p=750</guid>
		<description><![CDATA[Learn how to load and stress your web apps with Tsung to test their scalability and performance. <a href="http://beebole.com/blog/erlang/test-performance-and-scalability-of-your-web-applications-with-tsung/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://beebole.com/blog/erlang/test-performance-and-scalability-of-your-web-applications-with-tsung/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How To Implement A Captcha In An Erlang Web Application</title>
		<link>http://beebole.com/blog/erlang/how-to-implement-captcha-in-erlang-web-application/</link>
		<comments>http://beebole.com/blog/erlang/how-to-implement-captcha-in-erlang-web-application/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 10:57:50 +0000</pubDate>
		<dc:creator>Hughes</dc:creator>
				<category><![CDATA[Erlang]]></category>
		<category><![CDATA[captcha]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://beebole.com/blog/?p=651</guid>
		<description><![CDATA[Learn how to implement a Captcha challenge-response test in an Erlang web application with ImageMagick <a href="http://beebole.com/blog/erlang/how-to-implement-captcha-in-erlang-web-application/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://beebole.com/blog/erlang/how-to-implement-captcha-in-erlang-web-application/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Erlang Resources For Web Applications</title>
		<link>http://beebole.com/blog/erlang/erlang-tutorials-web-applications/</link>
		<comments>http://beebole.com/blog/erlang/erlang-tutorials-web-applications/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 10:48:02 +0000</pubDate>
		<dc:creator>Yves</dc:creator>
				<category><![CDATA[Erlang]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://beebole.com/blog/?p=517</guid>
		<description><![CDATA[We have been very happy to see more and more interest for the Erlang material we were providing (our video has just reached 1000 plays). And with the growing number of posts and tutorials, we decided it was time to &#8230; <a href="http://beebole.com/blog/erlang/erlang-tutorials-web-applications/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://beebole.com/blog/erlang/erlang-tutorials-web-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Send Emails From An Erlang Web Application</title>
		<link>http://beebole.com/blog/erlang/how-to-send-emails-from-an-erlang-web-application/</link>
		<comments>http://beebole.com/blog/erlang/how-to-send-emails-from-an-erlang-web-application/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 14:22:21 +0000</pubDate>
		<dc:creator>Hughes</dc:creator>
				<category><![CDATA[Erlang]]></category>
		<category><![CDATA[bind9]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Postfix]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://beebole.com/blog/?p=471</guid>
		<description><![CDATA[Do you want to quickly be able to send an email from your Erlang web application to one or more email addresses? In this post I will show you an easy two steps method to achieve that goal: We are &#8230; <a href="http://beebole.com/blog/erlang/how-to-send-emails-from-an-erlang-web-application/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://beebole.com/blog/erlang/how-to-send-emails-from-an-erlang-web-application/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Video Tutorial To Start Developing Web Applications on Erlang</title>
		<link>http://beebole.com/blog/erlang/tutorial-web-application-erlang/</link>
		<comments>http://beebole.com/blog/erlang/tutorial-web-application-erlang/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 10:01:28 +0000</pubDate>
		<dc:creator>Hughes</dc:creator>
				<category><![CDATA[Erlang]]></category>
		<category><![CDATA[Mochiweb]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://beebole.com/blog/?p=387</guid>
		<description><![CDATA[Please find hereunder a video tutorial highlighting the key points of developing a JSON based web application with Erlang and Mochiweb. Note that, for best performances (HD Definition), you have to directly go to the Vimeo website where the video &#8230; <a href="http://beebole.com/blog/erlang/tutorial-web-application-erlang/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://beebole.com/blog/erlang/tutorial-web-application-erlang/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>Web Application on Erlang: Configure Nginx with Mochiweb</title>
		<link>http://beebole.com/blog/erlang/web-application-on-erlang-configure-nginx-with-mochiweb/</link>
		<comments>http://beebole.com/blog/erlang/web-application-on-erlang-configure-nginx-with-mochiweb/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 11:13:44 +0000</pubDate>
		<dc:creator>Hughes</dc:creator>
				<category><![CDATA[Erlang]]></category>
		<category><![CDATA[HTTP Server]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://beebole.com/blog/?p=327</guid>
		<description><![CDATA[My previous post, the first of our series dedicated to the Erlang world, was definitively getting too long, so here is the second chapter of this marvelous article. I&#8217;ll assume that you have successfully installed Erlang and Mochiweb and deployed &#8230; <a href="http://beebole.com/blog/erlang/web-application-on-erlang-configure-nginx-with-mochiweb/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://beebole.com/blog/erlang/web-application-on-erlang-configure-nginx-with-mochiweb/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How To Quickly Set Up Ubuntu 8.04 loaded with Erlang, Mochiweb and Nginx</title>
		<link>http://beebole.com/blog/erlang/how-to-quickly-set-up-ubuntu-804-loaded-with-erlang-mochiweb-and-nginx/</link>
		<comments>http://beebole.com/blog/erlang/how-to-quickly-set-up-ubuntu-804-loaded-with-erlang-mochiweb-and-nginx/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 10:54:50 +0000</pubDate>
		<dc:creator>Hughes</dc:creator>
				<category><![CDATA[Erlang]]></category>
		<category><![CDATA[Mochiweb]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[set up]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://beebole.com/blog/?p=226</guid>
		<description><![CDATA[Let&#8217;s say you want to give a try to Erlang (Discover our post about Why Erlang?) for your next web development project and you want to be up and running as quickly as possible&#8230; you just landed smoothly in the &#8230; <a href="http://beebole.com/blog/erlang/how-to-quickly-set-up-ubuntu-804-loaded-with-erlang-mochiweb-and-nginx/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://beebole.com/blog/erlang/how-to-quickly-set-up-ubuntu-804-loaded-with-erlang-mochiweb-and-nginx/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Web Application on Erlang: So Far, So Good, …</title>
		<link>http://beebole.com/blog/erlang/web-application-on-erlang/</link>
		<comments>http://beebole.com/blog/erlang/web-application-on-erlang/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 11:07:46 +0000</pubDate>
		<dc:creator>Hughes</dc:creator>
				<category><![CDATA[Erlang]]></category>

		<guid isPermaLink="false">http://beebole.com/blog/?p=142</guid>
		<description><![CDATA[As a quick recap, I&#8217;m building a lightweight server side custom framework which focuses mainly on handling JSON service requests.  This, combined with Mnesia, is our MC stack (Model &#8211; Controller).  The client browser will be fully in charge of &#8230; <a href="http://beebole.com/blog/erlang/web-application-on-erlang/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://beebole.com/blog/erlang/web-application-on-erlang/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

