<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Web Side Attractions</title>
	<atom:link href="http://www.websideattractions.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.websideattractions.com</link>
	<description></description>
	<pubDate>Mon, 01 Dec 2008 17:16:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>Comment on No Color for Git by Anonymous</title>
		<link>http://www.websideattractions.com/2008/10/21/no-color-for-git/#comment-769</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 09 Nov 2008 21:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.websideattractions.com/?p=37#comment-769</guid>
		<description>&lt;p&gt;You really don't want to use GREP_OPTIONS="--color=always".  Use GREP_OPTIONS="--color=auto" instead, and grep will only colorize output sent to a terminal.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You really don&#8217;t want to use GREP_OPTIONS=&#8221;&#8211;color=always&#8221;.  Use GREP_OPTIONS=&#8221;&#8211;color=auto&#8221; instead, and grep will only colorize output sent to a terminal.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Squish the slug the Rails way by Patrick Reagan</title>
		<link>http://www.websideattractions.com/2008/11/06/squish-the-slug-the-rails-way/#comment-765</link>
		<dc:creator>Patrick Reagan</dc:creator>
		<pubDate>Thu, 06 Nov 2008 19:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.websideattractions.com/?p=39#comment-765</guid>
		<description>&lt;p&gt;I've always wondered why this isn't built in to Rails - you should take this and submit it as a patch.  I was thinking about cleaning mine up and doing something similar, but your version is way more robust.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve always wondered why this isn&#8217;t built in to Rails - you should take this and submit it as a patch.  I was thinking about cleaning mine up and doing something similar, but your version is way more robust.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby script to convert file(s) character encoding by Ben</title>
		<link>http://www.websideattractions.com/2007/10/24/ruby-script-to-convert-files-character-encoding/#comment-703</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 24 Oct 2008 23:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.websideattractions.com/2007/10/24/ruby-script-to-convert-files-character-encoding/#comment-703</guid>
		<description>&lt;p&gt;Straight-forward character conversion with a 'built-in' Ruby lib. Just what I was looking for. Thanks.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Straight-forward character conversion with a &#8216;built-in&#8217; Ruby lib. Just what I was looking for. Thanks.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on `is_blank` Function for PHP by Brian</title>
		<link>http://www.websideattractions.com/2008/03/24/is_blank-function-for-php/#comment-448</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 26 Aug 2008 12:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.websideattractions.com/2008/03/24/is_blank-function-for-php/#comment-448</guid>
		<description>&lt;p&gt;The "empty()" function is very close to what I want but I also usually want to consider nested enumerable objects (arrays or otherwise) that have all "empty" objects to be also considered blank/empty. And that's why I created this function.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The &#8220;empty()&#8221; function is very close to what I want but I also usually want to consider nested enumerable objects (arrays or otherwise) that have all &#8220;empty&#8221; objects to be also considered blank/empty. And that&#8217;s why I created this function.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on `is_blank` Function for PHP by segunda mano</title>
		<link>http://www.websideattractions.com/2008/03/24/is_blank-function-for-php/#comment-446</link>
		<dc:creator>segunda mano</dc:creator>
		<pubDate>Tue, 26 Aug 2008 11:43:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.websideattractions.com/2008/03/24/is_blank-function-for-php/#comment-446</guid>
		<description>&lt;p&gt;what about http://www.php.net/empty  ??&lt;/p&gt;

&lt;p&gt;i think that is what you need&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>what about <a href="http://www.php.net/empty" rel="nofollow">http://www.php.net/empty</a>  ??</p>

<p>i think that is what you need</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Converting Video to Flash in Rails by Tim Kadom</title>
		<link>http://www.websideattractions.com/2008/03/07/converting-video-to-flash-in-rails/#comment-356</link>
		<dc:creator>Tim Kadom</dc:creator>
		<pubDate>Thu, 01 May 2008 18:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.websideattractions.com/2008/03/07/converting-video-to-flash-in-rails/#comment-356</guid>
		<description>&lt;p&gt;I have a screencast and project on the same topic.  It also uses activemessaging instead of backgrounDrb.  It does the whole upload and convert in under 100 lines of code.  Actually, I will probably chop another 30 lines or so by using paperclip...  The project files, and screencast are here:&lt;/p&gt;

&lt;p&gt;http://blog.skiptree.com/?cat=21&lt;/p&gt;

&lt;p&gt;uses rvideo, activemessaging, ffmpeg, activemq&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have a screencast and project on the same topic.  It also uses activemessaging instead of backgrounDrb.  It does the whole upload and convert in under 100 lines of code.  Actually, I will probably chop another 30 lines or so by using paperclip&#8230;  The project files, and screencast are here:</p>

<p><a href="http://blog.skiptree.com/?cat=21" rel="nofollow">http://blog.skiptree.com/?cat=21</a></p>

<p>uses rvideo, activemessaging, ffmpeg, activemq</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Release of UJS Date-Picker Rails Plugin by Brian</title>
		<link>http://www.websideattractions.com/2008/03/08/new-release-of-ujs-date-picker-rails-plugin/#comment-320</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Wed, 26 Mar 2008 15:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.websideattractions.com/2008/03/08/new-release-of-ujs-date-picker-rails-plugin/#comment-320</guid>
		<description>&lt;p&gt;Steve, this issue has now been fixed.&lt;/p&gt;

&lt;p&gt;Thanks for helping report the issue, and thanks for using the plugin!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Steve, this issue has now been fixed.</p>

<p>Thanks for helping report the issue, and thanks for using the plugin!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Release of UJS Date-Picker Rails Plugin by Steve</title>
		<link>http://www.websideattractions.com/2008/03/08/new-release-of-ujs-date-picker-rails-plugin/#comment-315</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 25 Mar 2008 20:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.websideattractions.com/2008/03/08/new-release-of-ujs-date-picker-rails-plugin/#comment-315</guid>
		<description>&lt;p&gt;Hello Brian;
I'm sure I'm being completely clueless here but...
I &lt;em&gt;think&lt;/em&gt; I followed the instructions.
:(
First, I wasn't getting the calendar, or anything but the basic html select form widgets. It seems the stylesheet thinks the graphic assets are in a directory called "media" when in fact they are in images/datepicker&lt;/p&gt;

&lt;p&gt;I made that change and now that part works. Cool!&lt;/p&gt;

&lt;p&gt;But...
When I clicked the submit button to save a new record I got the following error:&lt;/p&gt;

&lt;p&gt;NoMethodError in AssignmentsController#create
undefined method `to_i' for {"hour"=&#62;"9"}:HashWithIndifferentAccess&lt;/p&gt;

&lt;p&gt;(In this little test my model is named Assignment. I made the test project with the basic 2.0.2 scaffold, and defined the table data type as datetime. Was that the right thing to have done? I have it set to distinguish between AM and PM, and I tried to save a new Assignment for May 30, 2008 at 9:00 AM. It seems to have trouble with the hour.)&lt;/p&gt;

&lt;p&gt;Thanks for your help, and &lt;em&gt;thanks&lt;/em&gt; for this great plugin!&lt;/p&gt;

&lt;p&gt;I've got another question not specifically related to your plugin. I can't figure out how to work with time separate from date. The project I hope to use this for will be aimed at managing bookings for the photo studio I work for. When booking a new assignment we will need to record the day, month and year obviously. And a start time (hour and minute). But ideally I'd also like to be able to define an &lt;em&gt;end&lt;/em&gt; time. Most of our jobs don't span multiple days, so the only thing I need to record for the end time is... the time, since the date is the same. Do you have any tips for how to save only the time for this bit (excluding the date)? There is a Date object that doesn't hold any time data, but seemingly no corresponding Time object that doesn't have a reference to date info. And it seems that even if you only &lt;em&gt;display&lt;/em&gt; the time part, somehow some default date data gets saved with the time data which could really mess things up down the road. Or maybe I'm just not grasping some obvious basic concept.&lt;/p&gt;

&lt;p&gt;Anyway - thanks again!&lt;/p&gt;

&lt;p&gt;Steve&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello Brian;
I&#8217;m sure I&#8217;m being completely clueless here but&#8230;
I <em>think</em> I followed the instructions. <img src='http://www.websideattractions.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> First, I wasn&#8217;t getting the calendar, or anything but the basic html select form widgets. It seems the stylesheet thinks the graphic assets are in a directory called &#8220;media&#8221; when in fact they are in images/datepicker</p>

<p>I made that change and now that part works. Cool!</p>

<p>But&#8230;
When I clicked the submit button to save a new record I got the following error:</p>

<p>NoMethodError in AssignmentsController#create
undefined method `to_i&#8217; for {&#8221;hour&#8221;=&gt;&#8221;9&#8243;}:HashWithIndifferentAccess</p>

<p>(In this little test my model is named Assignment. I made the test project with the basic 2.0.2 scaffold, and defined the table data type as datetime. Was that the right thing to have done? I have it set to distinguish between AM and PM, and I tried to save a new Assignment for May 30, 2008 at 9:00 AM. It seems to have trouble with the hour.)</p>

<p>Thanks for your help, and <em>thanks</em> for this great plugin!</p>

<p>I&#8217;ve got another question not specifically related to your plugin. I can&#8217;t figure out how to work with time separate from date. The project I hope to use this for will be aimed at managing bookings for the photo studio I work for. When booking a new assignment we will need to record the day, month and year obviously. And a start time (hour and minute). But ideally I&#8217;d also like to be able to define an <em>end</em> time. Most of our jobs don&#8217;t span multiple days, so the only thing I need to record for the end time is&#8230; the time, since the date is the same. Do you have any tips for how to save only the time for this bit (excluding the date)? There is a Date object that doesn&#8217;t hold any time data, but seemingly no corresponding Time object that doesn&#8217;t have a reference to date info. And it seems that even if you only <em>display</em> the time part, somehow some default date data gets saved with the time data which could really mess things up down the road. Or maybe I&#8217;m just not grasping some obvious basic concept.</p>

<p>Anyway - thanks again!</p>

<p>Steve</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Converting Video to Flash in Rails by Peter Zingg</title>
		<link>http://www.websideattractions.com/2008/03/07/converting-video-to-flash-in-rails/#comment-305</link>
		<dc:creator>Peter Zingg</dc:creator>
		<pubDate>Mon, 17 Mar 2008 19:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.websideattractions.com/2008/03/07/converting-video-to-flash-in-rails/#comment-305</guid>
		<description>&lt;p&gt;A lot of us are trying to do this, I have a feeling.  I'd love to be able to learn from your source code, but thanks for posting your process.  I did find a smaller project from last year (also uses S3 storage and background conversion):&lt;/p&gt;

&lt;p&gt;http://blog.snowonrails.com/articles/2007/05/31/how-to-build-a-mini-youtube-using-activemessaging-plugin-and-amazon-s3&lt;/p&gt;

&lt;p&gt;Peter Zingg, Kentfield School District&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>A lot of us are trying to do this, I have a feeling.  I&#8217;d love to be able to learn from your source code, but thanks for posting your process.  I did find a smaller project from last year (also uses S3 storage and background conversion):</p>

<p><a href="http://blog.snowonrails.com/articles/2007/05/31/how-to-build-a-mini-youtube-using-activemessaging-plugin-and-amazon-s3" rel="nofollow">http://blog.snowonrails.com/articles/2007/05/31/how-to-build-a-mini-youtube-using-activemessaging-plugin-and-amazon-s3</a></p>

<p>Peter Zingg, Kentfield School District</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on My First Rails site is Live by Bill Eisenhauer</title>
		<link>http://www.websideattractions.com/2008/02/29/my-first-rails-site-is-live/#comment-298</link>
		<dc:creator>Bill Eisenhauer</dc:creator>
		<pubDate>Wed, 12 Mar 2008 01:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.websideattractions.com/2008/02/29/my-first-rails-site-is-live/#comment-298</guid>
		<description>&lt;p&gt;Congrats on the site -- always nice to see who is using GeoKit.  Nice design!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Congrats on the site &#8212; always nice to see who is using GeoKit.  Nice design!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why make yet another Rails date picker plugin! by Brian</title>
		<link>http://www.websideattractions.com/2007/12/06/why-make-yet-another-rails-date-picker-plugin/#comment-296</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sat, 01 Mar 2008 21:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.websideattractions.com/2007/12/06/why-make-yet-another-rails-date-picker-plugin/#comment-296</guid>
		<description>&lt;p&gt;max: You need to make sure to include the javascript and css files needed by the plugin, they should have been installed in your apps "public/" directory when you ran "script/plugin install" You can include it either by adding "&#60;%= unobtrusive_datepicker_includes %&#62;" to the &#60;head&#62; tag in your layout, or by manually including the files via the "javascript_include_tag" and "stylesheet_link_tag" helper methods. The respective file names are "datepicker.js" and "datepicker.css".&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>max: You need to make sure to include the javascript and css files needed by the plugin, they should have been installed in your apps &#8220;public/&#8221; directory when you ran &#8220;script/plugin install&#8221; You can include it either by adding &#8220;&lt;%= unobtrusive_datepicker_includes %&gt;&#8221; to the &lt;head&gt; tag in your layout, or by manually including the files via the &#8220;javascript_include_tag&#8221; and &#8220;stylesheet_link_tag&#8221; helper methods. The respective file names are &#8220;datepicker.js&#8221; and &#8220;datepicker.css&#8221;.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why make yet another Rails date picker plugin! by max</title>
		<link>http://www.websideattractions.com/2007/12/06/why-make-yet-another-rails-date-picker-plugin/#comment-187</link>
		<dc:creator>max</dc:creator>
		<pubDate>Sun, 09 Dec 2007 22:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.websideattractions.com/2007/12/06/why-make-yet-another-rails-date-picker-plugin/#comment-187</guid>
		<description>&lt;p&gt;Well, this sounds amazing and checking the widget site I cannot wait to use this plugin. Unfortunately, I have no idea how ;)
I installed the plugin via "script/plugin install" but when I use the functions, I only get the select boxes. No image, no popup calendar, nothing! Is there anything I have to configure?&lt;/p&gt;

&lt;p&gt;Thanks in advance. Max&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Well, this sounds amazing and checking the widget site I cannot wait to use this plugin. Unfortunately, I have no idea how <img src='http://www.websideattractions.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> I installed the plugin via &#8220;script/plugin install&#8221; but when I use the functions, I only get the select boxes. No image, no popup calendar, nothing! Is there anything I have to configure?</p>

<p>Thanks in advance. Max</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Script and Droplet for forcing an app to run with the old WebKit by Thomas Aylott</title>
		<link>http://www.websideattractions.com/2007/07/20/script-and-droplet-for-forcing-an-app-to-run-in-the-old-safari/#comment-122</link>
		<dc:creator>Thomas Aylott</dc:creator>
		<pubDate>Sat, 13 Oct 2007 15:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.brianjlandau.com/2007/07/20/script-and-droplet-for-forcing-an-app-to-run-in-the-old-safari/#comment-122</guid>
		<description>&lt;p&gt;Michel Fortin has released Multi-Safari.
Now you can just download a standalone version of every Safari version evar!&lt;/p&gt;

&lt;p&gt;http://subtlegradient.com/articles/2007/10/10/multiple-standalone-safaris&lt;/p&gt;

&lt;p&gt;Thanks for the link :D&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Michel Fortin has released Multi-Safari.
Now you can just download a standalone version of every Safari version evar!</p>

<p><a href="http://subtlegradient.com/articles/2007/10/10/multiple-standalone-safaris" rel="nofollow">http://subtlegradient.com/articles/2007/10/10/multiple-standalone-safaris</a></p>

<p>Thanks for the link <img src='http://www.websideattractions.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Shell Script for renaming an hg project and files by Wahoo</title>
		<link>http://www.websideattractions.com/2007/04/25/a-shell-script-for-renaming-an-hg-project-and-files/#comment-121</link>
		<dc:creator>Wahoo</dc:creator>
		<pubDate>Sun, 07 Oct 2007 05:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.brianjlandau.com/2007/04/25/a-shell-script-for-renaming-an-hg-project-and-files/#comment-121</guid>
		<description>&lt;p&gt;Thank you for sharing!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you for sharing!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Mercurial and Trac for personal version control on your Mac by links for 2007-06-07 &#171; Bloggitation</title>
		<link>http://www.websideattractions.com/2007/03/07/setting-up-mercurial-and-trac-for-personal-version-control-on-your-mac/#comment-6</link>
		<dc:creator>links for 2007-06-07 &#171; Bloggitation</dc:creator>
		<pubDate>Thu, 07 Jun 2007 00:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.brianjlandau.com/2007/03/07/setting-up-mercurial-and-trac-for-personal-version-control-on-your-mac/#comment-6</guid>
		<description>&lt;p&gt;[...] Setting up Mercurial and Trac for personal version control on your Mac (tags: scm mercurial mac sysadmin) [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Setting up Mercurial and Trac for personal version control on your Mac (tags: scm mercurial mac sysadmin) [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fun with Mii Editor and Photoshop by Nate</title>
		<link>http://www.websideattractions.com/2007/05/01/fun-with-mii-editor-and-photoshop/#comment-2</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Thu, 10 May 2007 03:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.brianjlandau.com/2007/05/01/fun-with-mii-editor-and-photoshop/#comment-2</guid>
		<description>&lt;p&gt;Just a tad blurry, but cool nonetheless.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Just a tad blurry, but cool nonetheless.</p>]]></content:encoded>
	</item>
</channel>
</rss>
