Verdage.com Makes a Splash

My development company, Verdage, has finally launched a site. It’s nothing terribly exciting, but if you have nothing better to do (and you probably don’t), please take a look. Feedback is much appreciated. :)

This entry was posted in Entrepreneurship, Technology. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

4 Comments

  1. Posted July 12, 2007 at 8:37 pm | Permalink

    Congratulations. Very nice site. One picky comment: the URLs could be nicer. How about /about instead of /pages/2?

  2. m
    Posted July 12, 2007 at 8:39 pm | Permalink

    Thanks for the feedback! I was wondering if anyone would notice. I guess that’s a “yes”… pretty URL’s it is.

  3. Jeff Dean
    Posted July 12, 2007 at 11:26 pm | Permalink

    Well done – I love how clean it is.

    A for those URLs, try this way down in your routes.rb:

    map.connect ‘*path’, :controller => ‘pages’, :action => ’show’

    Then in the pages controller you can get the path like this:

    params[:path] && !params[:path].join(’/').blank? ? params[:path].join(’/') : ‘index’

    Add a field in your pages table with a corresponding path (’about’ etc…) and you’re golden.

    Looking forward to seeing the new Evolvist.

  4. m
    Posted July 13, 2007 at 5:53 am | Permalink

    I insult my readers by saying they have nothing better to do than visit my site, and I get all this great feedback. Awesome! (And thanks. :) )

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>