search for: yzkc1iywistfj

Displaying 8 results from an estimated 8 matches for "yzkc1iywistfj".

2006 Jul 10
11
prototype hash method
var v1 = { a: ''value for a'', b:''value for b'' } var v2 = { c: ''value for c'', d: function(){some code...} }; var v3 = v2.merge(v1); I''m getting an error doing this... what is wrong?
2006 May 26
25
migration to rails
Hi, I''m a PHP developer and I''m think about migration to rails... my big problem is about printing web Reports, well I could not found a good thing to help me with this... Does Ror or some other ruby project have some thing to help about make/print database reports? tks
2006 May 25
1
prototype Ajax.Request
Hi, I''m using like this var pars = ''table=''+this.config[''table'']+''&op=update&id=''+id; new Ajax.Request( this.config[''url''], { method: ''get'', parameters: pars,
2006 May 18
1
RE: Rails-spinoffs Digest, Vol 12, Issue 29
...quot;75"></img> And it doesn''t display the image. What did I do wrong? How do I make the @pic be the url that i did a search for in my database? Thank you, Ben ------------------------------ Message: 2 Date: Wed, 17 May 2006 17:56:10 -0300 From: Fernando <fernando-YZKC1iyWIStfJ/NunPodnw@public.gmane.org> Subject: [Rails-spinoffs] How to send data using prototype To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Message-ID: <446B8DEA.4070504-YZKC1iyWIStfJ/NunPodnw@public.gmane.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed I h...
2006 Jun 16
1
mask input fields
how to mask input fields? like my mask = ''## / ####'' when user type it will put / after the second char . and bla bla bla have ror a helper for do it? or, someone knows a good js code for it? tks _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2006 Jun 28
1
Proxy
how to set my proxy, so that I can install rails with.. gem install rails --remote. please, how to define the proxy? tks. _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 May 17
1
How to send data using prototype
I have a form, with a input type="file", how to send this "file" to the POST var?
2006 May 18
2
script.aculo.us auto-completing
Hi, there is a way to use the html list like <selects> so I can use a text to display information and a value that have the real information to send. like <li > <div id="value> </div> <div id="text> </div> </li> the div text, I will show , and the div value will be the value of my input.... tks