search for: hhis

Displaying 2 results from an estimated 2 matches for "hhis".

Did you mean: his
2005 Nov 14
3
InPlaceEditor question
...m=storyTitle&storyTitle='' + value.value;}, }); </script> The problem I''m having is with the callback function. In the examples at script.aculo.us, they show assigning parameters the new form value by simply saying: "param=" + value; For some reason hhis not working for me in Firefox (1.07). Instead I have to do: "param=" + value.value.value; In IE (6.0) none of these work (value, value.value, value.value.value). I''m stumped -- anyone see what I''m mising? Cheers, Brandon ____________________________________________...
2006 May 31
3
Database can''t connect -
I''m sorry guys. I''m really still such a newbie at this. i''ve been having trouble getting my Rails apps to run on Dreamhost, and I think it might be a problem with the database connection. Anyway, I read on Code Snippets that I should do this: [rhod]$ ruby -Iconfig -renvironment -e "p ActiveRecord::Base.connection" to find out if my database.yml file is