Displaying 3 results from an estimated 3 matches for "cndgsa".
Did you mean:
cnassa
2010 Oct 31
1
Rails application Webservices
hi all,
I have a rails application at http://electric-sky-98.heroku.com/products
require ''net/http''
require ''uri''
res = Net::HTTP.get_response(URI.parse(''http://electric-
sky-98.heroku.com/products.xml''))
puts res.body
the above code gave me the xml file below:
<?xml version="1.0"
2010 Mar 28
3
Array data type----What can Be Done
Hi all,
please i have an array in my rails application (for example; $x = [23,
how, this,56, you, nice])
I want to store it in a mysql database as a SINGLE RECORD with a
name .
thus i can get each array with its name and still be able to access
the array like an array
i.e $x[0] # => 23
$x[1] # => how
.....and so on
I don''t know what DATA TYPE to use and how to do
2006 Oct 29
1
scriptaculous: fade out then in.
I''m pretty new to javascript, and scriptaculous, but I know what I want
to do.
I want to make it so that when a person clicks a link, the previous
content of the div fades out, and the new content fades in.
This is what I''ve got for my function:
<script type="text/javascript">
//<![CDATA[
function loadmerch(im)
{
new