<?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>matt vs world &#187; web</title>
	<atom:link href="http://www.mattvsworld.com/blog/category/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattvsworld.com/blog</link>
	<description>bring it on, world!</description>
	<lastBuildDate>Mon, 10 May 2010 21:02:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>rails 3 beta &#8211; &#8220;uninitialized constant ActionDispatch::Integration::Session::Test&#8221;</title>
		<link>http://www.mattvsworld.com/blog/2010/03/rails-3-beta-uninitialized-constant-actiondispatchintegrationsessiontest/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.mattvsworld.com/blog/2010/03/rails-3-beta-uninitialized-constant-actiondispatchintegrationsessiontest/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 16:10:17 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://www.mattvsworld.com/blog/?p=501</guid>
		<description><![CDATA[I just set up a new rails project with the 3.0 beta, and when I tried to run some cucumber tests I got the following: uninitialized constant ActionDispatch::Integration::Session::Test &#40;NameError&#41; Seems that there isn&#8217;t an explicit require of &#8216;test/unit/testcase&#8217; in rails/actionpack/lib/action_dispatch/testing/integration.rb, but here is this line: 127 include Test::Unit::Assertions To get around the problem you can [...]]]></description>
		<wfw:commentRss>http://www.mattvsworld.com/blog/2010/03/rails-3-beta-uninitialized-constant-actiondispatchintegrationsessiontest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>disable php in an apache virtualhost</title>
		<link>http://www.mattvsworld.com/blog/2010/03/disable-php-in-an-apache-virtualhost/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.mattvsworld.com/blog/2010/03/disable-php-in-an-apache-virtualhost/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 19:57:37 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.mattvsworld.com/blog/?p=499</guid>
		<description><![CDATA[As long as I&#8217;m messing with apache configs, I&#8217;ll share another quick tip. If you have PHP generally enabled in apache, but you want to disable it in a certain VirtualHost, just add the line &#8220;php_admin_value engine off&#8221; and you&#8217;ll be all good. PHP will work elsewhere, but it will be off inside your described [...]]]></description>
		<wfw:commentRss>http://www.mattvsworld.com/blog/2010/03/disable-php-in-an-apache-virtualhost/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>controlling the default site in apache configs</title>
		<link>http://www.mattvsworld.com/blog/2010/03/controlling-the-default-site-in-apache-configs/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.mattvsworld.com/blog/2010/03/controlling-the-default-site-in-apache-configs/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 17:55:40 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mattvsworld.com/blog/?p=493</guid>
		<description><![CDATA[I configure apache about once every 3 months, so every time I get into the files I feel like I&#8217;m learning it all over again. Apache has a ton of config options, and a ton of documentation, as well as all kinds of random sites with &#8220;help&#8221; on setting it up. This means that when [...]]]></description>
		<wfw:commentRss>http://www.mattvsworld.com/blog/2010/03/controlling-the-default-site-in-apache-configs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>remove safari&#8217;s resize grip in textareas</title>
		<link>http://www.mattvsworld.com/blog/2010/03/remove-safaris-resize-grip-in-textareas/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.mattvsworld.com/blog/2010/03/remove-safaris-resize-grip-in-textareas/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 20:45:50 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.mattvsworld.com/blog/?p=486</guid>
		<description><![CDATA[Another quickie: You know those resize grips that safari adds in to textarea input fields by default? Generally I find them helpful, but I was recently asked to remove them entirely from a website. Turns out it&#8217;s pretty easy to do, with some simple css: textarea &#123; resize: none; &#125; Cheers&#8230; Subscribe to the comments [...]]]></description>
		<wfw:commentRss>http://www.mattvsworld.com/blog/2010/03/remove-safaris-resize-grip-in-textareas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;version_requirements deprecated&#8221; warning in rails</title>
		<link>http://www.mattvsworld.com/blog/2010/03/version_requirements-deprecated-warning-in-rails/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.mattvsworld.com/blog/2010/03/version_requirements-deprecated-warning-in-rails/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 05:28:02 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://www.mattvsworld.com/blog/?p=470</guid>
		<description><![CDATA[[NOTE: This post is getting an alarming number of hits... everyone be sure and note the update at the bottom] Another minor annoyance with a quick fix: If you&#8217;re getting this warning: Warning: Gem::Dependency#version_requirements is deprecated and will be removed on or after August 2010. Use #requirement when running anything using rails (i believe this [...]]]></description>
		<wfw:commentRss>http://www.mattvsworld.com/blog/2010/03/version_requirements-deprecated-warning-in-rails/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>fixing login_generator</title>
		<link>http://www.mattvsworld.com/blog/2010/02/fixing-login_generator/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.mattvsworld.com/blog/2010/02/fixing-login_generator/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 17:39:23 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[gems]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://www.mattvsworld.com/blog/?p=467</guid>
		<description><![CDATA[The login_generator script seems to be broken with rails > 2.0.1, at least at login_generator gem version 1.2.2. It&#8217;s due to the fact that the login_generator script uses the older &#8220;.rhtml&#8221; extension, rather than the newer &#8220;.html.erb&#8221;, so you&#8217;ll get errors like this if you try and script/generate login: No such file or directory - [...]]]></description>
		<wfw:commentRss>http://www.mattvsworld.com/blog/2010/02/fixing-login_generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ruby 1.9, rails 2.3.5, and cucumber</title>
		<link>http://www.mattvsworld.com/blog/2010/02/ruby-1-9-rails-2-3-5-and-cucumber/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.mattvsworld.com/blog/2010/02/ruby-1-9-rails-2-3-5-and-cucumber/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 04:35:23 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://www.mattvsworld.com/blog/?p=461</guid>
		<description><![CDATA[My toy of the day is cucumber, a very intriguing BDD framework for ruby (and rails). I had quickly looked at a few screencasts and decided to jump right in, and did this: sudo gem install cucumber and right away, did this in a freshly made rails app folder: script/generate cucumber It&#8217;s probably not surprising [...]]]></description>
		<wfw:commentRss>http://www.mattvsworld.com/blog/2010/02/ruby-1-9-rails-2-3-5-and-cucumber/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>constraining php dynamic properties</title>
		<link>http://www.mattvsworld.com/blog/2010/02/constraining-php-dynamic-properties/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.mattvsworld.com/blog/2010/02/constraining-php-dynamic-properties/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 18:34:25 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.mattvsworld.com/blog/?p=455</guid>
		<description><![CDATA[PHP supports dynamic properties. Generally, I don&#8217;t find this feature to be very helpful at all, as it makes your code prone to bugs caused by property misspellings (yet another reason I&#8217;m not a huge fan of PHP at all). Take this snippet: 1 2 3 4 5 6 7 8 9 10 class foo [...]]]></description>
		<wfw:commentRss>http://www.mattvsworld.com/blog/2010/02/constraining-php-dynamic-properties/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery vs menumachine</title>
		<link>http://www.mattvsworld.com/blog/2010/01/jquery-vs-menumachine/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.mattvsworld.com/blog/2010/01/jquery-vs-menumachine/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 14:53:12 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.mattvsworld.com/blog/?p=275</guid>
		<description><![CDATA[How many times have you been asked to help someone with their web site, only to find out that it&#8217;s a giant mess of folders, random files, and even a mix of programming languages? Worse yet, it&#8217;s all laid out using one of those terrible position-dependant web content management tools like GoLive or Dreamweaver? Argh. [...]]]></description>
		<wfw:commentRss>http://www.mattvsworld.com/blog/2010/01/jquery-vs-menumachine/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>radiant tinymce tab fix</title>
		<link>http://www.mattvsworld.com/blog/2010/01/radiant-tinymce-tab-fix/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.mattvsworld.com/blog/2010/01/radiant-tinymce-tab-fix/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 20:03:15 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[radiant]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://www.mattvsworld.com/blog/?p=184</guid>
		<description><![CDATA[If you don&#8217;t know what Radiant CMS is, and you&#8217;re a web developer, it&#8217;s worth checking out: http://radiantcms.org. It&#8217;s a basic ruby-on-rails content management system ideal for quick projects. It doesn&#8217;t have all the bells and whistles of other systems (read: wordpress), but it&#8217;s quite extensible, and appears to be under active development. &#8230;And it&#8217;s [...]]]></description>
		<wfw:commentRss>http://www.mattvsworld.com/blog/2010/01/radiant-tinymce-tab-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
