<?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>AjaxCamp &#187; Javascript</title>
	<atom:link href="http://www.ajaxcamp.org/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxcamp.org</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 07 Jan 2010 21:11:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>News &amp; Reviews 001</title>
		<link>http://www.ajaxcamp.org/2008/03/03/news-reviews-001/</link>
		<comments>http://www.ajaxcamp.org/2008/03/03/news-reviews-001/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 13:56:44 +0000</pubDate>
		<dc:creator>krispy</dc:creator>
				<category><![CDATA[Ajax News]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Props]]></category>
		<category><![CDATA[Pub Nite]]></category>

		<guid isPermaLink="false">http://ajaxcamp.org/2008/03/03/news-reviews-001/</guid>
		<description><![CDATA[Well folks, it has been a busy month!
James Newton-King has released a new version of Json.NET that apparently has a new easier syntax that allows for developer friendly querying and creation of JSON code.
Pownce (a Kevin Rose project) has released version 2.0 of their API and apologized for taking so long in getting it out. [...]]]></description>
			<content:encoded><![CDATA[<p>Well folks, it has been a busy month!</p>
<p>James Newton-King has released a <a href="http://james.newtonking.com/archive/2008/03/02/json-net-2-0-beta-2.aspx">new version</a> of Json.NET that apparently has a new easier syntax that allows for developer friendly querying and creation of <acronym title="JavaScript Object Notation">JSON</acronym> code.</p>
<p>Pownce (a Kevin Rose project) has <a href="http://blog.pownce.com/2008/02/28/announcing-pownce-api-v20/">released version 2.0</a> of their API and apologized for taking so long in getting it out. They claim that it has been made developer friendly and they hope to start to compete with twitter on the 3rd party client metric… hmm… we&#8217;ll see how that goes. It sounds to me like we are getting into the realm of GMail 2.0…</p>
<p>Jeff Atwood posted a <a href="http://www.codinghorror.com/blog/archives/001065.html">hilarious storming viewpoint</a> on <acronym title="David Heinemeier Hansson">DHH</acronym> (David Heinemeier Hansson) calling him a “Douchebag”—its a must read as Jeff calls David on “…gets off on putting other people down.”</p>
<p>Hot off the press it appears that Joey deVilla (<a href="http://globalnerdy.com">Global Nerdy</a>,  <a href="http://www.joeydevilla.com/">The Accordion Guy</a>)—(formerly of Tucows; <em>NOW</em> formerly of <a href="http://tsotinc.com/">TSOT</a>) <a href="http://globalnerdy.com/2008/03/03/the-new-job-nerd-wrangler-at-b5media/">has moved on to work for B5 Media</a>!  As stated this morning he has moved on… the question now is why?</p>
<p>Have a great day all!</p>
<p>Remember <strong>Monday March 10th</strong> is the next <strong>Ajax Pub Nite</strong>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ajaxcamp.org/2008/03/03/news-reviews-001/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Props to Helma &#8211; Server Side Javascript Framework</title>
		<link>http://www.ajaxcamp.org/2008/02/04/props-to-helma-server-side-javascript-framework/</link>
		<comments>http://www.ajaxcamp.org/2008/02/04/props-to-helma-server-side-javascript-framework/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 21:57:29 +0000</pubDate>
		<dc:creator>krispy</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Helma]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Props]]></category>

		<guid isPermaLink="false">http://ajaxcamp.org/2008/02/04/props-to-helma-server-side-javascript-framework/</guid>
		<description><![CDATA[I want to send props out to Chris Zumbrunn of Helma fame. What is Helma you ask?
 There has been a recent surge of interest in more light weight approaches for rapid web application development, highlighted by the rise in popularity of RubyOnRails, especially amongst the Java/J2EE developer community.
But using a framework like RoR means [...]]]></description>
			<content:encoded><![CDATA[<p>I want to send props out to <a href="http://zumbrunn.com/mochazone/" title="Chris Zumbrunn">Chris Zumbrunn</a> of Helma fame. What is Helma you ask?</p>
<blockquote cite="https://victorianjug.dev.java.net/2008/January/January.html"><p> There has been a recent surge of interest in more light weight approaches for rapid web application development, highlighted by the rise in popularity of RubyOnRails, especially amongst the Java/J2EE developer community.</p>
<p>But using a framework like RoR means Java developers need to learn not only a new language, but a new class library and completely different ways of working, giving up their very valuable experience and knowledge of the Java and J2EE.</p>
<p><a href="http://dev.helma.org" alt="Helma Developers">Helma</a>, a server-side Javascript web development framework offers a compelling alternative. Built on the Java platform and using technologies (Servlets, JDBC, etc) familiar to Java web application developers, it provides much of the same functionality as RoR while still letting Java developers have easy access to any Java libraries they need. Likewise, using JavaScript as the scripting language means that Java developers have a more familiar language to work with and one they may already be familiar with if they are building AJAXy, Web 2.0 style applications.</p></blockquote>
<p>Helma is also being featured in the latest <a href="http://www.openexpo.ch/openexpo-2008-bern/open-source-projekte/" title="OpenExpo">OpenExpo</a> which looks to be shaping up to be a great  event. (Note: You might need to know German to get the full value of the event &#8211; no I do not speak or understand German but google translate does a decent job)</p>
<p>It was also featured in a Linux Journal in and around September 2007 (I&#8217;ll post the issue when I look it up again) from it I started <a href="http://www.helmablog.com" title="Helma Development">HelmaBlog.com</a> which can help you get a simple feed reader project under way.</p>
<p>Helma is worth checking out if you are into JavaScript development.  I&#8217;m working on a comparison of Helma and Grails and Groovy On Rails &#8211; we&#8217;ll see where that goes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ajaxcamp.org/2008/02/04/props-to-helma-server-side-javascript-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
