search for: acmeartco

Displaying 3 results from an estimated 3 matches for "acmeartco".

2007 Feb 14
0
Linking between Camping apps?
...onstructing one manually? (Yes, I realize the links could be written out explicitly, but it seems a shame to hard-code mounts when the rest of the code so cleanly handles constructing the URLs correctly.) Thanks, -- Matt Jones mdj.acme at gmail.com President/Technical Director, Acme Art Company (acmeartco.org)
2007 Jan 25
1
<!--[if IE]>....?
Hello again.. I ve been looking all over to see if there is any way to have the <!--[if IE]> thingy working without having to go to every page and add it manually...? so far my layout has: <!--[if IE]><%= stylesheet_link_tag ''ie-style'' %><![endif]--> <%= stylesheet_link_tag ''scaffold'' %> And it didnt work.... :( Any ideas on
2006 Sep 15
3
How to catch a parameter that contains a full url
Hi I need some help! I have controller that I need to pass a full url (with its own parametrs) as a parameter, e.g. I want to call my controller with: /mycontroller/catchurl?url=http://somedomain.com/afile.jsp?param1=xx&param2=yy and in action "catchurl" in mycontroller.rb I would like to have params[:url] to be "http://somedomain.com/afile.jsp?param1=xx&param2=yy"