<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <title>JustinBKay.org - All Comments</title>
  <id>tag:justinbkay.org,2008:mephisto/comments</id>
  <generator version="0.8.0" uri="http://mephistoblog.com">Mephisto Drax</generator>
  <link href="http://justinbkay.org/feed/all_comments.xml" rel="self" type="application/atom+xml"/>
  <link href="http://justinbkay.org/" rel="alternate" type="text/html"/>
  <updated>2008-09-04T05:26:36Z</updated>
  <entry xml:base="http://justinbkay.org/">
    <author>
      <name>moe</name>
    </author>
    <id>tag:justinbkay.org,2007-08-24:21:153</id>
    <published>2008-09-03T04:05:28Z</published>
    <updated>2008-09-03T04:05:28Z</updated>
    <category term="Ruby"/>
    <category term="Ruby on Rails"/>
    <link href="http://justinbkay.org/2007/8/24/rails-select-options" rel="alternate" type="text/html"/>
    <title>Comment on 'Rails select options' by moe</title>
<content type="html">Putting it in the helper class is the best way to go. For example, I always write a quick function for selecting genders.

#Helper
def gender_select
     [ [ 'Male',  'Male'], [ 'Female','Female'] ]
end

#View
&amp;lt;%= select :member, :gender , gender_select %&gt;

I just wrote a blog on the Rails Select Helper. If you get a chance check it out and let me know what you think.

http://badpopcorn.com/blog/2008/09/02/rails-select-helper/</content>  </entry>
  <entry xml:base="http://justinbkay.org/">
    <author>
      <name>meeka</name>
    </author>
    <id>tag:justinbkay.org,2008-06-25:122:127</id>
    <published>2008-08-19T07:04:14Z</published>
    <updated>2008-08-19T07:04:14Z</updated>
    <category term="Family"/>
    <link href="http://justinbkay.org/2008/6/25/house-for-sale" rel="alternate" type="text/html"/>
    <title>Comment on 'House For Sale' by meeka</title>
<content type="html">you should post every once in a while</content>  </entry>
  <entry xml:base="http://justinbkay.org/">
    <author>
      <name>Amber</name>
    </author>
    <id>tag:justinbkay.org,2008-05-21:116:119</id>
    <published>2008-06-06T21:20:23Z</published>
    <updated>2008-06-06T21:20:23Z</updated>
    <category term="misc"/>
    <link href="http://justinbkay.org/2008/5/21/redirecting-uploads-to-merb" rel="alternate" type="text/html"/>
    <title>Comment on 'redirecting uploads to merb' by Amber</title>
<content type="html">Tell Meeka to start a family blog!  Their so fun and it's a nice way to keep in touch.</content>  </entry>
  <entry xml:base="http://justinbkay.org/">
    <author>
      <name>Amber</name>
    </author>
    <id>tag:justinbkay.org,2008-04-11:100:101</id>
    <published>2008-04-12T04:57:26Z</published>
    <updated>2008-04-12T04:57:26Z</updated>
    <category term="misc"/>
    <link href="http://justinbkay.org/2008/4/11/xserve-smb-file-sharing-blues" rel="alternate" type="text/html"/>
    <title>Comment on 'Xserve smb file sharing blues' by Amber</title>
<content type="html">I was wondering if you know much about Photoshop?  I downloaded 7.0 to try for digi scrapbooking and I can't figure it out.  Any tips???</content>  </entry>
  <entry xml:base="http://justinbkay.org/">
    <author>
      <name>Meeka</name>
    </author>
    <id>tag:justinbkay.org,2008-03-17:75:80</id>
    <published>2008-03-30T04:25:27Z</published>
    <updated>2008-03-30T04:25:27Z</updated>
    <category term="misc"/>
    <link href="http://justinbkay.org/2008/3/17/trying-twitter" rel="alternate" type="text/html"/>
    <title>Comment on 'Trying Twitter' by Meeka</title>
<content type="html">He NEEDS someone to keep an eye on him.</content>  </entry>
  <entry xml:base="http://justinbkay.org/">
    <author>
      <name>Amber</name>
    </author>
    <id>tag:justinbkay.org,2008-03-17:75:77</id>
    <published>2008-03-24T05:42:05Z</published>
    <updated>2008-03-24T05:42:05Z</updated>
    <category term="misc"/>
    <link href="http://justinbkay.org/2008/3/17/trying-twitter" rel="alternate" type="text/html"/>
    <title>Comment on 'Trying Twitter' by Amber</title>
<content type="html">Justin I added you to my list!  Now I can keep my eye on you!!! haha</content>  </entry>
  <entry xml:base="http://justinbkay.org/">
    <author>
      <name>Wing</name>
    </author>
    <id>tag:justinbkay.org,2007-07-23:7:61</id>
    <published>2008-02-20T02:58:01Z</published>
    <updated>2008-02-20T02:58:01Z</updated>
    <category term="Ruby on Rails"/>
    <link href="http://justinbkay.org/2007/7/23/google-maps-rails-geokit" rel="alternate" type="text/html"/>
    <title>Comment on 'Google Maps, Rails &amp; GeoKit' by Wing</title>
<content type="html">hey I was just looking to make something like this for one of our clients.  I'll be trying this out soon.  Thanks!</content>  </entry>
  <entry xml:base="http://justinbkay.org/">
    <author>
      <name>Justin</name>
    </author>
    <id>tag:justinbkay.org,2007-08-24:21:56</id>
    <published>2008-02-16T15:12:58Z</published>
    <updated>2008-02-16T15:12:58Z</updated>
    <category term="Ruby"/>
    <category term="Ruby on Rails"/>
    <link href="http://justinbkay.org/2007/8/24/rails-select-options" rel="alternate" type="text/html"/>
    <title>Comment on 'Rails select options' by Justin</title>
<content type="html">You could certainly do that, but the way I have it set up, it is in a helper module, so it would need to get moved somewhere that it could be called from the controller.</content>  </entry>
  <entry xml:base="http://justinbkay.org/">
    <author>
      <name>Cezar</name>
    </author>
    <id>tag:justinbkay.org,2007-08-24:21:55</id>
    <published>2008-02-15T03:01:01Z</published>
    <updated>2008-02-15T03:01:01Z</updated>
    <category term="Ruby"/>
    <category term="Ruby on Rails"/>
    <link href="http://justinbkay.org/2007/8/24/rails-select-options" rel="alternate" type="text/html"/>
    <title>Comment on 'Rails select options' by Cezar</title>
<content type="html">How about make ar into @ar and provide that to select ?</content>  </entry>
  <entry xml:base="http://justinbkay.org/">
    <author>
      <name>Justin</name>
    </author>
    <id>tag:justinbkay.org,2007-12-23:37:46</id>
    <published>2008-01-19T18:28:48Z</published>
    <updated>2008-01-19T18:28:48Z</updated>
    <category term="misc"/>
    <link href="http://justinbkay.org/2007/12/23/nginx-enable-directory-listing" rel="alternate" type="text/html"/>
    <title>Comment on 'Nginx - enable directory listing' by Justin</title>
<content type="html">&lt;p&gt;nginx version: nginx/0.5.34 &lt;/p&gt;

&lt;p&gt;This is just a piece of the config file.  Make sure you have a working config before adding this piece.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://justinbkay.org/">
    <author>
      <name>ERik</name>
    </author>
    <id>tag:justinbkay.org,2007-12-23:37:44</id>
    <published>2008-01-18T02:42:13Z</published>
    <updated>2008-01-18T02:42:13Z</updated>
    <category term="misc"/>
    <link href="http://justinbkay.org/2007/12/23/nginx-enable-directory-listing" rel="alternate" type="text/html"/>
    <title>Comment on 'Nginx - enable directory listing' by ERik</title>
<content type="html">Hi, What version of nginx are you using?

I can't get webdav to work at all using this example.

I am trying nginx out because i found the latest stable release of  lighttpd was crashing when using webdav to access and I didn't get much help on their forums.

thanks.</content>  </entry>
  <entry xml:base="http://justinbkay.org/">
    <author>
      <name>Justin</name>
    </author>
    <id>tag:justinbkay.org,2007-09-04:23:28</id>
    <published>2007-09-21T17:34:18Z</published>
    <updated>2007-09-21T17:34:18Z</updated>
    <category term="Ruby on Rails"/>
    <link href="http://justinbkay.org/2007/9/4/broncodashboard-com-gets-wac-info" rel="alternate" type="text/html"/>
    <title>Comment on 'BroncoDashboard.com gets WAC Info' by Justin</title>
<content type="html">That dashboard widget is in the future plan, definitely!</content>  </entry>
  <entry xml:base="http://justinbkay.org/">
    <author>
      <name>errorik</name>
    </author>
    <id>tag:justinbkay.org,2007-09-04:23:27</id>
    <published>2007-09-18T21:11:05Z</published>
    <updated>2007-09-18T21:11:05Z</updated>
    <category term="Ruby on Rails"/>
    <link href="http://justinbkay.org/2007/9/4/broncodashboard-com-gets-wac-info" rel="alternate" type="text/html"/>
    <title>Comment on 'BroncoDashboard.com gets WAC Info' by errorik</title>
<content type="html">I was expecting a sweet OS X Dashboard Widget with the schedule.

Cool site though.</content>  </entry>
  <entry xml:base="http://justinbkay.org/">
    <author>
      <name>Alan Armstrong</name>
    </author>
    <id>tag:justinbkay.org,2007-07-20:6:17</id>
    <published>2007-08-16T23:01:52Z</published>
    <updated>2007-08-16T23:01:52Z</updated>
    <category term="flex"/>
    <link href="http://justinbkay.org/2007/7/20/crossdomain-xml" rel="alternate" type="text/html"/>
    <title>Comment on 'crossdomain.xml' by Alan Armstrong</title>
<content type="html">Interested in any freelance using action script, .net, sql, flash video? If so respond to my email at BigGavel.com Thanks, Alan Armstrong</content>  </entry>
  <entry xml:base="http://justinbkay.org/">
    <author>
      <name>Meeka</name>
    </author>
    <id>tag:justinbkay.org,2007-07-25:8:13</id>
    <published>2007-08-08T04:34:03Z</published>
    <updated>2007-08-08T04:34:03Z</updated>
    <category term="Readings"/>
    <link href="http://justinbkay.org/2007/7/25/harry-potter-7" rel="alternate" type="text/html"/>
    <title>Comment on 'Harry Potter 7' by Meeka</title>
<content type="html">I, too, appreciated the Epilogue.  She pretty much said it was over, didn't she? It's nice to hear about how people's families are doing.  It's the woman in me, I guess. It was like getting the newsletter in the Christmas card.  Justin thinks it's useless...but the women like it.</content>  </entry>
</feed>
