<?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>occasionally useful &#187; merb</title>
	<atom:link href="http://blog.maxaller.name/category/merb/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.maxaller.name</link>
	<description>ruby, ubuntu, etc</description>
	<lastBuildDate>Sun, 11 Jul 2010 07:01:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Projects in progress</title>
		<link>http://blog.maxaller.name/2008/12/projects-in-progress/</link>
		<comments>http://blog.maxaller.name/2008/12/projects-in-progress/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 01:12:54 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[merb]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://giftswappo.com/wordpress/?p=46</guid>
		<description><![CDATA[I have many projects in progress...
1) "Anybody can program" book, have half of the outline for the first draft done
2) Stylometry web app, have some of the backend services done that calculate stylometry stats
a) Dictionary looker upper, reasonably complete for Merriam-Webster only
3) Blog application, just a few thoughts on paper and a few lines of [...]]]></description>
			<content:encoded><![CDATA[<p>I have many projects in progress...</p>
<p>1) "Anybody can program" book, have half of the outline for the first draft done<br />
2) Stylometry web app, have some of the backend services done that calculate stylometry stats<br />
a) Dictionary looker upper, reasonably complete for Merriam-Webster only<br />
3) Blog application, just a few thoughts on paper and a few lines of code<br />
4) Notepad, a note-keeping application, could pass for done<br />
5) Merb Google RSS feed sample application, could pass for done<br />
6) jQuery_merb, a javascript library bridging the gap between jQuery/javascript and merb.  limited scope, but could pass for done<br />
7) merb_solitary_part, a merb slice for hitting parts outside of "regular" requests.  Needs some renaming/refactoring and some docs, but could pass for done<br />
8 ) Kollaba, a site for finding collaborators to work on...anything.  fair bit of progress on it, but probably dead.<br />
9) merb-rails upload benchmark application, basically creating the same simple application in both versions.  done enough to be used for benchmarks, at least (and yes, merb's faster).</p>
<p>Phew.  I need to finish some stuff!  But new ideas are so much more exciting...</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.maxaller.name/2008/12/projects-in-progress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mini sample merb application</title>
		<link>http://blog.maxaller.name/2008/11/mini-sample-merb-application/</link>
		<comments>http://blog.maxaller.name/2008/11/mini-sample-merb-application/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 02:02:04 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[merb]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://giftswappo.com/wordpress/?p=45</guid>
		<description><![CDATA[Made a little sample application: http://github.com/nanodeath/merb_example_google_rss
It's already got 3 followers, which is sorta cool.  It's just a little thing that makes a Google search query and RSS-izes it.  Uses Haml for the templating engine, which is officially awesome.
]]></description>
			<content:encoded><![CDATA[<p>Made a little sample application: http://github.com/nanodeath/merb_example_google_rss</p>
<p>It's already got 3 followers, which is sorta cool.  It's just a little thing that makes a Google search query and RSS-izes it.  Uses Haml for the templating engine, which is officially awesome.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.maxaller.name/2008/11/mini-sample-merb-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merb Blog?</title>
		<link>http://blog.maxaller.name/2008/11/merb-blog/</link>
		<comments>http://blog.maxaller.name/2008/11/merb-blog/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 05:22:16 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[merb]]></category>

		<guid isPermaLink="false">http://giftswappo.com/wordpress/?p=42</guid>
		<description><![CDATA[So this is a bit ambitious, but I want my next project to be a feather-like blog.  Feather-like in that it's simple, uses Merb, and is a blog, but probably that's it.  Also, extensible to the point of ridiculosity.  We'll see how far that goes.  I plan on having it be [...]]]></description>
			<content:encoded><![CDATA[<p>So this is a bit ambitious, but I want my next project to be a <a title="Feather blog homepage" href="http://github.com/mleung/feather/wikis" target="_blank">feather</a>-like blog.  Feather-like in that it's simple, uses Merb, and is a blog, but probably that's it.  Also, extensible to the point of ridiculosity.  We'll see how far that goes.  I plan on having it be similar to Feather too in that it'll be open source and a learning tool, I hope.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.maxaller.name/2008/11/merb-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jquery_merb continued</title>
		<link>http://blog.maxaller.name/2008/11/jquery_merb-continued/</link>
		<comments>http://blog.maxaller.name/2008/11/jquery_merb-continued/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 19:00:29 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[just for fun]]></category>
		<category><![CDATA[merb]]></category>

		<guid isPermaLink="false">http://giftswappo.com/wordpress/?p=41</guid>
		<description><![CDATA[So...I think, for now, I'm done with jquery_merb.

And for once, that's a good thing, because by "done for now" I mean..."done" pending more ideas.  It's thoroughly documented and tested, and I think I might just set it aside for now until I find other features it needs to interact with Merb better.  Which [...]]]></description>
			<content:encoded><![CDATA[<p>So...I think, for now, I'm done with jquery_merb.</p>
<p><span id="more-41"></span></p>
<p>And for once, that's a good thing, because by "done for now" I mean..."done" pending more ideas.  It's thoroughly documented and tested, and I think I might just set it aside for now until I find other features it needs to interact with Merb better.  Which may be never.</p>
<p>On the bright side, Minirequest/Solitary Part came out of it and is now living in its own repository.  It's like half done, but doesn't have tests or much documentation.  Also I'd like it to work with partials, which it currently doesn't handle <em>at all</em>.  After that though, it's on to my next project...</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.maxaller.name/2008/11/jquery_merb-continued/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>introducing&#8230;jquery_merb (sort of)</title>
		<link>http://blog.maxaller.name/2008/11/introducingjquery_merb-sort-of/</link>
		<comments>http://blog.maxaller.name/2008/11/introducingjquery_merb-sort-of/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 05:40:07 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[just for fun]]></category>
		<category><![CDATA[merb]]></category>

		<guid isPermaLink="false">http://giftswappo.com/wordpress/?p=40</guid>
		<description><![CDATA[I love jQuery.  I love Merb.  I thought, so why not work on both?  I tried this previously from the merb side with the now gone merb_multi_js plugin, which I had made a substantial amount of progress on before I killed it.  It was designed to mimic rails and generate handy [...]]]></description>
			<content:encoded><![CDATA[<p>I love jQuery.  I love Merb.  I thought, so why not work on both?  I tried this previously from the merb side with the now gone merb_multi_js plugin, which I had made a substantial amount of progress on before I killed it.  It was designed to mimic rails and generate handy JavaScript for you not using Prototype.js, but whatever web framework you wanted (I of course had jQuery, Prototype.js, and I think YUI).  Alas, I realized that because of some of its design principles, it would never be performance-friendly.</p>
<p>Enter jquery_merb, or jquery.merb.js.</p>
<p><span id="more-40"></span></p>
<p>This library takes on a different role; rather than generating javascript for you (ew) it's meant to be a collection of helpers that assist your coding in interacting with your Merb server.  For instance, if you want to use AJAX to perform CRUD operations on a resource, instead of hacking together an ajax call you can say this:</p>
<pre><span class="c">$.merb.resource.read({resources: 'notes', id: 5, dataType: 'json'})
</span></pre>
<p>Neat huh?  The interface isn't <em>quite </em>as clean as it could be, but alas, that's because of the inescapable fact that resources have singular and plural forms which can't be resolved programmatically in JavaScript.</p>
<p>The thing I've been working on for the past couple days actually <em>does </em>dip into the merb side, but only just.  I think it would be cool to be able to easily reload a <strong>part</strong> (using AJAX) that you use in your view, without a lot of extra work from you (no special controller methods or templates, or even writing an ajax call).  This would mean something as simple as $("#my_part").merb_reload(); and the part would reload with, say, the most recent blog posts.  See <a href="http://github.com/nanodeath/jquery_merb/wikis/ideas" target="_blank">here</a> for more details.</p>
<p>So that's what I'm working on these days...</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.maxaller.name/2008/11/introducingjquery_merb-sort-of/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Merb tutorial resumed</title>
		<link>http://blog.maxaller.name/2008/09/merb-tutorial-resumed/</link>
		<comments>http://blog.maxaller.name/2008/09/merb-tutorial-resumed/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 23:11:59 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[just for fun]]></category>
		<category><![CDATA[merb]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://giftswappo.com/wordpress/?p=37</guid>
		<description><![CDATA[It's been a retarded week at work (65 hours in 6 days) but things should be lightening up a bit from here on and so I might actually get home at a reasonable hour.  In any case, I'm working more on my catch-all merb guide tutorial thing and will be filling in the self-contained [...]]]></description>
			<content:encoded><![CDATA[<p>It's been a retarded week at work (65 hours in 6 days) but things should be lightening up a bit from here on and so I might actually get home at a reasonable hour.  In any case, I'm working more on my catch-all merb guide tutorial thing and will be filling in the self-contained sections, but decided I should put off the sample application until I write it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.maxaller.name/2008/09/merb-tutorial-resumed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Granddaddy of all merb tutorials!</title>
		<link>http://blog.maxaller.name/2008/08/granddaddy-of-all-merb-tutorials/</link>
		<comments>http://blog.maxaller.name/2008/08/granddaddy-of-all-merb-tutorials/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 23:49:49 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[merb]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://giftswappo.com/wordpress/?p=36</guid>
		<description><![CDATA[It's something I've started that's totally a work-in-progress, but as of right now it gets you to the "okay I have merb installed now what" point from no ruby no nothin'.  I'll try to keep working on it in the coming days, but for now check it out and let me know what you [...]]]></description>
			<content:encoded><![CDATA[<p>It's something I've started that's totally a work-in-progress, but as of right now it gets you to the "okay I have merb installed now what" point from no ruby no nothin'.  I'll try to keep working on it in the coming days, but for now check it out and let me know what you think of what I do have!  Note that some stuff is deliberately "first draft" and will get replaced later.</p>
<p><a href="http://nanodeath.wikidot.com/everything-you-wanted-to-know-about-merb#toc1">Here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.maxaller.name/2008/08/granddaddy-of-all-merb-tutorials/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>merb_multi_js</title>
		<link>http://blog.maxaller.name/2008/06/merb_multi_js/</link>
		<comments>http://blog.maxaller.name/2008/06/merb_multi_js/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 19:06:54 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[merb]]></category>

		<guid isPermaLink="false">http://giftswappo.com/wordpress/?p=19</guid>
		<description><![CDATA[I'm writing a plugin right now to add some built-in JS functionality to Merb.  It's coming along pretty well, but is still pretty raw and not specced, though it does have SOME documentation.  It's available at http://github.com/nanodeath/merb_multi_js/wikis/home.  If you have questions, you're encouraged to send me a message at Freenode#merb.
]]></description>
			<content:encoded><![CDATA[<p>I'm writing a plugin right now to add some built-in JS functionality to Merb.  It's coming along pretty well, but is still pretty raw and not specced, though it does have SOME documentation.  It's available at http://github.com/nanodeath/merb_multi_js/wikis/home.  If you have questions, you're encouraged to send me a message at Freenode#merb.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.maxaller.name/2008/06/merb_multi_js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorials??</title>
		<link>http://blog.maxaller.name/2008/06/tutorials/</link>
		<comments>http://blog.maxaller.name/2008/06/tutorials/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 19:05:00 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[merb]]></category>

		<guid isPermaLink="false">http://giftswappo.com/wordpress/?p=18</guid>
		<description><![CDATA[In the time I have in the future, I'll try to write a couple tutorials for merbful_authentication and possibly DM (once I learn how to use it  ).  Should be fun...I think I'll upload them to merbunity.
]]></description>
			<content:encoded><![CDATA[<p>In the time I have in the future, I'll try to write a couple tutorials for merbful_authentication and possibly DM (once I learn how to use it <img src='http://blog.maxaller.name/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ).  Should be fun...I think I'll upload them to merbunity.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.maxaller.name/2008/06/tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merb and the edit form</title>
		<link>http://blog.maxaller.name/2008/05/merb-and-the-edit-form/</link>
		<comments>http://blog.maxaller.name/2008/05/merb-and-the-edit-form/#comments</comments>
		<pubDate>Fri, 09 May 2008 19:36:41 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[merb]]></category>

		<guid isPermaLink="false">http://giftswappo.com/wordpress/?p=17</guid>
		<description><![CDATA[This was surprisingly difficult for me, so I thought I'd pass a little along.
For the "New Idea" page, my form_for looks like this:
 url(:ideas)) do &#124;f&#124; %>
For my "Edit Idea" page, my form_for looks like this:
 url(:idea, @idea)) do &#124;f&#124; %>
I'm not sure how the heck that works out, but it does (merb 0.9.3)
]]></description>
			<content:encoded><![CDATA[<p>This was surprisingly difficult for me, so I thought I'd pass a little along.</p>
<p>For the "New Idea" page, my form_for looks like this:</p>
<pre lang="Ruby"><% form_for(@idea, :action => url(:ideas)) do |f| %></pre>
<p>For my "Edit Idea" page, my form_for looks like this:</p>
<pre lang="Ruby"><% form_for(:idea, :action => url(:idea, @idea)) do |f| %></pre>
<p>I'm not sure how the heck that works out, but it does (merb 0.9.3)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.maxaller.name/2008/05/merb-and-the-edit-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
