search for: brickyard

Displaying 14 results from an estimated 14 matches for "brickyard".

Did you mean: backyard
2005 Oct 14
6
Draggables onDragStart
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 1027 bytes Desc: image001.gif Url : http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20051014/b3c26edf/attachment.gif
2006 May 29
2
Really easy field validation with Prototype Help
Hello, I''m trying to implement this. The problem that I am having is that the form submits via an Ajax call and I can figure out how to get the validation code to return false if something failed validation. Below is the link to the webpage but I see nothing on how to have it call a function when everything is valid.
2005 Aug 03
2
a place to put prototype and scriptaculous documentation.
Hello, I just got done trying to find some documentation on how to use the Ajax functions in prototype and found no luck except for in this list. I am wondering if anyone is willing to help me start a wiki for these scripts. I have website that I will gladly use to host this. please let me know if anyone else see''s the value in this. If everyone is up for doing this I will be more
2005 Aug 03
2
Ajax in prototype.js
Can someone please explain to me what I need to do to create an Ajax class using the prototype lib. Thanks, Jon Whitcraft Web Application Developer Online Services - Indianapolis Motor Speedway (317) 492-8623 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20050803/2f662bb3/attachment.html
2005 Aug 11
7
script.aculo.us V1.5_pre1 released
Heya, I''ve just released script.aculo.us V1.5_pre1. Please give it a try! Important new stuff (since V1.1b1): * Added a main scriptaculous.js file to load in the other libraries transparently. * Fixed a condition where standard a href=xxx links wouldn''t work in autocomplete results. These do now, the onclick event is not cancelled. [thx to Jasper Slits] * Added
2005 Aug 04
10
Rails Spin-offs WIKI.
http://rails-spinoffs.bombdiggity.net/index.php?title=Main_Page guys here is the wiki. Once you register let me know and I''ll give you full access to the site. Jon Jon Whitcraft Online Services (317) 492-8623 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Oct 03
0
Question about Droppable
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 1027 bytes Desc: image001.gif Url : http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20051003/b23e1821/attachment-0001.gif
2005 Sep 01
0
Finding the width of a div inside a div.
Hello. I have this code. [code] <div style="position:relative;width:800px;height:25px;overflow:hidden;border: 1px solid #000;" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=marqueespeed"> <div id="iemarquee" style="position:absolute;left:0px;top:0px"><nobr><font face="Arial">Thank
2005 Aug 26
1
Wired Problem in IE
Guys, I am using the blind up and blind down to achieve a cool effect on my news page. http://dev.brickyard400.com/news/ But if you try this in IE and hit one of the first two it goes up way to much. I''m not sure what the problem is. Would it be because I have my over flow set to auto and IE is being dumb and does know how to handle it? I am using the 1.5_pre2 Thanks. Jon Whitc...
2005 Aug 29
0
Opera Problem with Autocompleter.Local
Hello, I have this page. http://dev2.indycar.com/online/jon/test/auto.php It calls a PHP page that out puts the JavaScript array need to feed the Autocompleter.Local command. But when I do it returns false, can someone please take a look at my code and let me know if I''m doing anything wrong? I don''t think that I am doing anything wrong as it works in IE, Firefox
2005 Jul 12
0
Re: flashing divs in IE with use of BlindUp andBlindDown
I agree. -----Original Message----- From: rails-spinoffs-bounces@lists.rubyonrails.org [mailto:rails-spinoffs-bounces@lists.rubyonrails.org] On Behalf Of Andrew Kaspick Sent: Tuesday, July 12, 2005 9:40 AM To: rails-spinoffs@lists.rubyonrails.org Subject: Re: [Rails-spinoffs] Re: flashing divs in IE with use of BlindUp andBlindDown Can this "fix" proposed by Marc be integrated into
2005 Jul 28
0
fix in effects.js
Hello. I was doing some work with the Appear and fade command and found a problem when you are not using an opicaty of 1.0. if you test it out with something like 0.4 it will always appear lighter than normal. this fixes it. render: function(pos) { if(pos != this.options.to) { if(this.options.transition) pos = this.options.transition(pos); pos = pos *
2005 Aug 11
3
Demo Scripts on script.aculo.us
I have a suggestion for the demo scripts on the http://script.acolo.us site. Currently only the source for ruby on rails is shown. I think it would be beneficial for the site to also so how do it with just basic html also. Let me know what you guys think about this idea. Jon Whitcraft Web Application Developer Online Services - Indianapolis Motor Speedway (317) 492-8623
2005 Jul 08
3
Problem with script.aculo.us 1.0
I just upgraded to the new version and now my storable containers are not working. here is my code. Sortable.create("leadstories", {handle:''handle'',tag:''div'',containment:''leadstories'',onUpdate: function(element) { new save_order(issueId,Sortable.serialize(element)); }}); Sortable.create("rightnav",