search for: duffield

Displaying 20 results from an estimated 48 matches for "duffield".

2006 Jun 15
8
Loading CSS for AJAX apps.
..."Modules" I want each module to be self contained, including all its specific js and CSS. Does any one know of a good solution for loading in new CSS to go with the code loaded in via the AJAX call? Thanks. ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http:// www.incontrolsolutions.com _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2005 Sep 20
5
scriptaculous setting options - Speed
...a page, some are small boxes but others are larger, I want to be able to set the speed of each effect individually. so the question is how do I have 2 effect.BlindUp objects on one page with different speeds? Thanks. ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http:// www.incontrolsolutions.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20050920/96dcb993/attachment.html
2006 Jan 16
2
Behaviour.js and prototype Event.pointerX
...prototypes Event.pointerX when using Behaviour to manage my events? somthing like.. var myrules = { ''body'' : function(el){ el.onclick = function(){ alert(Event.pointerX(e)); } } }; thanks ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http:// www.incontrolsolutions.com _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 Feb 17
4
RE: Ajax.Updater and loading new javascriptfunctions.
...Type == 3) ? node.nextSibling : node; document.body.insertBefore(jsScript, node); ________________________________ From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Alex Duffield Sent: Friday, February 17, 2006 2:01 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: [Rails-spinoffs] Ajax.Updater and loading new javascript functions. I working on rebuilding my CMS software using AJAX, and have run into a couple problems I cant seem to find t...
2006 Jan 31
5
resizing multiple images using getElementsByClassName
...there now, it is a little choppy. There must be a better/more efficient way to scale all elements of a given class... Oh ya, I have only tested this on Firefox, so I have no idea what will happen in IE!!! Thanks!!! ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http:// www.incontrolsolutions.com _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 Jun 16
3
onCreate not getting triggered.
...none"; } function completedRequest(loader, target) { alert("request Done"); new Effect.Fade($(loader), {duration: 0.5}); new Effect.BlindDown($(target)); } Can any one see what I am doing wrong? ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http:// www.incontrolsolutions.com _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 Jan 20
2
Effect.moveTo??
...om the top left corner of the page. I know I could find the current position, and do the math to find out how far to move it, but is there already a built in function in script.aculo.us or prototype to do this? Cheers ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http:// www.incontrolsolutions.com _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2005 Oct 10
2
Scriptaculous - chaining effects.
...ther : 1) Have blind up wait till blind down is finished befor going back up when called on the same element. 2) Have Blind down stop when blind up is called on the same element, then blind up goes from there. Cheers! ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http:// www.incontrolsolutions.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20051010/2dbd0d9f/attachment-0001.html
2005 Oct 11
2
Effect.BlindDown height clipping bug
...hile the blindUp is in mid animation. I think a more correct behavior for queued effects would be to retrieve the height data when actually starting the effect, based on its place in the queue, not when it is called. ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http:// www.incontrolsolutions.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20051011/37430e75/attachment.html
2006 Feb 17
6
Ajax.Updater and loading new javascript functions.
..., but even worse, if the element the rule is applied to does not exist in the app in its initial state, the rule doesn''t take. Any how, I am sure there is a simple solution to this so your help is appreciated! ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http:// www.incontrolsolutions.com _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 Feb 14
5
Yahoo! User Interface Libraries
Yahoo! recently unveiled their UI Libraries which appear to provide a lot of the functionality that script.aculo.us and prototype does. I''ve tried some of the demos and the effects run quite smooth/fast. Could be an opportunity for us to adapt some ideas/approaches to improve. http://developer.yahoo.net/yui/
2004 Apr 22
2
Interfacing with an existing phone system
...Also does anyone have any ideas what the best way to go about this is, should I just forward existing lines to specific phones (just to save on running new telephone cabling) or would there be any simple ways to make a small menu and just put one more layer before they get through? Thanks Joel Duffield Near North Business Machines www.NearNorthBusiness.com
2005 Sep 21
8
Slider controls
Heya! Thanks to Marty Haught, script.aculo.us (as of changeset 2281) now sports a new Control for horizontal and vertical sliders. See the functional test file (test/functional/slider_test.html) for information on how to use it. Basically, you do: <div id="track1" style="width:200px;background-color:#aaa;height:5px;"> <div id="handle1"
2005 Jan 08
4
Best gateway to use for *?
...yone trust these cards enough to use them? I hant to make sure this setup is clean so I can convince my boss to move to asterisk for the whole system. If these cards are no good, what other hardware is out there in the same kind of price range ($300-400) that can handle 4 Fxo's. Thanks Joel Duffield
2006 Jan 18
1
Dragable without the fade
How do I disable the fade or ghosting effect on my dragable?? I want it 100% opacity on drag. Thanks. ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http:// www.incontrolsolutions.com _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 Jan 20
2
FireFox JavaScript Console
...errors for things that I am forced to use to make IE Windows work... Does any one know a way to get the Javascript Console to only show actual Javascript errors, disabling the CSS errors??? Oh ya, im on OSX. Thanks. ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http:// www.incontrolsolutions.com _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2005 Oct 04
1
using events...
...en better to the "scalebar" div... I see there are pointerX(event) and pointerY(event) functions in prototype, but cant for the life of me figure out how to use them to get the info I am looking for. Thanks! ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http:// www.incontrolsolutions.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20051004/8497712e/attachment.html
2005 Oct 10
2
sriptaculous - Size of files.
Is there any way to compress the js files?? Using Scriptaculous adds 124k to my page, plus another 40k for prototype.. ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http:// www.incontrolsolutions.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20051010/7d97fe0a/attachment.html
2006 Mar 02
6
Question about $F()
Hi Guys, Maybe this is a stupid question, but I am confused at the moment. The $F() function is a handy shortcut to get the value of the an input field. So, doing something like $F(''name'') is equivalent to document.formname.name.value which is pretty cool. Now, what if I have 2 forms on the page, that same field name "name"? What would $F return? It does not take
2006 Mar 22
1
event:selectors VS Behavior
This looks quite nice at first glance.. http://encytemedia.com/event-selectors/ I would love to hear some of your comments pro or con on how this compares to Behavior. ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http:// www.incontrolsolutions.com _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs