<?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>3DM Design &#187; Q&amp;A</title>
	<atom:link href="http://3dmdesign.com/programming/qa/feed" rel="self" type="application/rss+xml" />
	<link>http://3dmdesign.com</link>
	<description>JavaScript and Ruby on Rails Web Applications</description>
	<lastBuildDate>Wed, 02 Mar 2011 01:36:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Q&amp;A: How to Customize Rails to_json output?</title>
		<link>http://3dmdesign.com/development/qa-how-to-customize-rails-to_json-output</link>
		<comments>http://3dmdesign.com/development/qa-how-to-customize-rails-to_json-output#comments</comments>
		<pubDate>Thu, 30 Apr 2009 01:45:33 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Controller]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[Q&A]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://dev-journal.3dmdesign.com/?p=97</guid>
		<description><![CDATA[Rails has a bunch of JavaScript helpers, but once you move beyond those and want to write your own JavaScript code for your application, you may find yourself dealing with some JSON produced on the server-side. By default, the to_json method in Rails is probably a lot more verbose than most people want. I&#8217;ll share [...]]]></description>
		<wfw:commentRss>http://3dmdesign.com/development/qa-how-to-customize-rails-to_json-output/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Q&amp;A: How to use plain JavaScript in RJS templates</title>
		<link>http://3dmdesign.com/development/qa-how-to-javascript-in-rjs-templates</link>
		<comments>http://3dmdesign.com/development/qa-how-to-javascript-in-rjs-templates#comments</comments>
		<pubDate>Mon, 12 Mar 2007 06:44:25 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[ListFinity]]></category>
		<category><![CDATA[Q&A]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[RJS]]></category>

		<guid isPermaLink="false">http://3dmdesign.com/dev-journal/rails-application-development/qa-how-to-javascript-in-rjs-templates</guid>
		<description><![CDATA[Rails provides plenty of helpers to write HTML and JavaScript code, but sometimes you need to go beyond the helper functions. I'll show you an easy way to include your own JavaScript calls within an RJS template for Rails.]]></description>
		<wfw:commentRss>http://3dmdesign.com/development/qa-how-to-javascript-in-rjs-templates/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Q&amp;A: How to get WordPress home to link to a single previous post?</title>
		<link>http://3dmdesign.com/development/qa-how-to-get-wordpress-home-to-link-to-a-single-previous-post</link>
		<comments>http://3dmdesign.com/development/qa-how-to-get-wordpress-home-to-link-to-a-single-previous-post#comments</comments>
		<pubDate>Sun, 11 Feb 2007 17:38:00 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Q&A]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://3dmdesign.com/dev-journal/qa/qa-how-to-get-wordpress-home-to-link-to-a-single-previous-post</guid>
		<description><![CDATA[Want to get rid of the standard WordPress home links to pages of previous posts, and replace it with a link to a single previous post instead? Here's one method.]]></description>
		<wfw:commentRss>http://3dmdesign.com/development/qa-how-to-get-wordpress-home-to-link-to-a-single-previous-post/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Q&amp;A: How to include a Rails text field without a variable?</title>
		<link>http://3dmdesign.com/development/qa-how-to-include-a-rails-text-field-without-a-variable</link>
		<comments>http://3dmdesign.com/development/qa-how-to-include-a-rails-text-field-without-a-variable#comments</comments>
		<pubDate>Tue, 06 Feb 2007 04:16:38 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[ListFinity]]></category>
		<category><![CDATA[Q&A]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[View]]></category>

		<guid isPermaLink="false">http://3dmdesign.com/dev-journal/rails-application-development/qa-how-to-include-a-rails-text-field-without-a-variable</guid>
		<description><![CDATA[The form helpers in Rails are great. But what do you do when you want to use a text field that isn't explicitly tied to a variable in your model?]]></description>
		<wfw:commentRss>http://3dmdesign.com/development/qa-how-to-include-a-rails-text-field-without-a-variable/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Q&amp;A: How to Set a Form&#8217;s ID in Rails?</title>
		<link>http://3dmdesign.com/development/qa-how-to-set-form-id-in-rails</link>
		<comments>http://3dmdesign.com/development/qa-how-to-set-form-id-in-rails#comments</comments>
		<pubDate>Wed, 10 Jan 2007 03:56:05 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[ListFinity]]></category>
		<category><![CDATA[Q&A]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://3dmdesign.com/dev-journal/rails-application-development/qa-how-to-set-form-id-in-rails</guid>
		<description><![CDATA[Validating a form with JavaScript is just one of the common reasons you might want to interact with you form data. But doing so requires that the form be named- how can you do that using the Rails form helpers?]]></description>
		<wfw:commentRss>http://3dmdesign.com/development/qa-how-to-set-form-id-in-rails/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Q&amp;A: How Rails Returns JavaScript to Execute on Ajax Request?</title>
		<link>http://3dmdesign.com/development/qa-how-rails-returns-javascript-execute-ajax-request</link>
		<comments>http://3dmdesign.com/development/qa-how-rails-returns-javascript-execute-ajax-request#comments</comments>
		<pubDate>Mon, 30 Oct 2006 01:25:46 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Effects]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[ListFinity]]></category>
		<category><![CDATA[Q&A]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Scriptaculous]]></category>
		<category><![CDATA[Squish]]></category>

		<guid isPermaLink="false">http://3dmdesign.com/dev-journal/rails-application-development/qa-how-rails-returns-javascript-execute-ajax-request</guid>
		<description><![CDATA[Want Rails to hit the server with an Ajax request but return JavaScript code, and execute the code that's returned? Here's one way to do it.]]></description>
		<wfw:commentRss>http://3dmdesign.com/development/qa-how-rails-returns-javascript-execute-ajax-request/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

