search for: clientx

Displaying 11 results from an estimated 11 matches for "clientx".

Did you mean: client
2006 Jan 06
1
How to make fancy urls (like basecamp clientx.clientsection.com]?
Im writing a app, and i wanted to have something like basecamp urls for a account of the user of the user.
2006 Jan 02
2
mouse position without event
Hello, Is it possible somehow to get mouse coordinates without using the event mechanism ? I need to get the current mouse position to initialize some div position, but not at page load Tarek _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 Jun 15
3
RE: Yahoo!-like Eventobjectemulation/abstractioninPrototype?
...tr]; } this.target = Event.element(event); this.srcElement = Event.element(event); this.which = event.which || event.button; this.button = event.button || event.which; this.pageX = Event.pointerX(event); this.pageY = Event.pointerY(event); this.clientX = this.pageX - (document.documentElement.scrollLeft || document.body.scrollLeft); this.clientY = this.pageY - (document.documentElement.scrollTop || document.body.scrollTop); this.preventDefault = Event.stop.bind(Event, event); this.stopPropagation = Event.stop.bind(Event, even...
2010 Jul 07
7
inventory of managed resources
Hi, are there any good ways of scripting an inventory of managed resources on all nodes? I''ve found the inventory script by R.I.Pienaar ( http://www.devco.net/archives/2010/02/26/what_does_puppet_manage_on_a_node-2.php) which does what I want but only locally on each client. Is there any native way of syncing the client_yaml data centrally or any other way of doing this? I need a
2007 Sep 06
1
semi-nube help request
...hrome://firebug/content/panel.html#> <chrome://firebug/content/panel.html#> $(form) has no properties getElements("addLinkForm")prototype.js (line 2656) serialize("addLinkForm", undefined)prototype.js (line 2652) addNewOffsiteLink() admin.php (line 475) onclick(click clientX=0, clientY=0)admin.php (line 1) return $A($(form).getElementsByTagName(''*'')).inject([], prototype.js (line 2656) I am at complete loss because the following form works (which is damned near identical: <div id="container" style="clear:both;display:block;"...
1998 Jan 07
1
Netbench running on Samba 1.9.18alpha4
...browser and connect to the public share I created (logins work OK). Running the tests in DIAGNOSIS.txt produces no errors also. I can also install netbench and start up the controller from the binary that resides on the share. But when I try to start the cleints up, I get an error message "Clientx already exists", where x is the number assigned to that client. This happens with any client I try to run. I have run the NetBench program sucessfully from several NT-based servers, so i don't believe the netbench installation is the problem. Any ideas, suggestions about where to look, p...
2006 Jun 28
1
getting agentID and DNID help
...-hours,s,1) exten => _X.,3,GotoIfTime(17:59-07:29|sun|*|*?After-hours,s,1) exten => _X.,4,Answer exten => _X.,5,Wait(2) exten => _X.,6,NoOp(-----ID ${CALLERID(num)}-----) exten => _X.,7,DBget(COMPDNID=checked/${DNID}) exten => _X.,8,GotoIf($["${DNID}" = "4966"]?clientX,4966,1:9) exten => _X.,9,GotoIf($["${COMPDNID}" = "1"]?10:102) exten => _X.,10,ResponseTimeout(7) exten => _X.,11,Background(custom/${DNID}1) exten => 1,1,Goto(english-q,1,1) exten => 2,1,Goto(lang-2-q,1,1) exten => 3,1,Goto .......etc I have tried to do a: ex...
2005 Aug 15
6
setting position for draggables?
Hi list, how can I set the top and left CSS properties for draggable divs? When I modify the properties directly, the DIV jumps to its old position when I start to drag it. Thanks in advance! Martin _________________________________________________________________________ Mit der Gruppen-SMS von WEB.DE FreeMail k?nnen Sie eine SMS an alle Freunde gleichzeitig schicken:
2006 Apr 10
24
Proposal of "Resizable" javascript library
Hi, All. I''ve developed the small javascript library to make the widgets "resizable". Please try attached file or following URL URL: http://221.112.61.214/~kzk/others/mixi/resizer.html Now I wish script.aculo.us developers to merge this into the "script.aculo.us". Is there any chance of merge? Is this a right place to ask this question? Thanks in advance. Kazuki
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...dElement: function(event, expression) { @@ -3791,11 +3870,15 @@ Event.Methods = (function() { }, pointer: function(event) { + var docElement = document.documentElement, + body = document.body || { scrollLeft: 0, scrollTop: 0 }; return { x: event.pageX || (event.clientX + - (document.documentElement.scrollLeft || document.body.scrollLeft)), + (docElement.scrollLeft || body.scrollLeft) - + (docElement.clientLeft || 0)), y: event.pageY || (event.clientY + - (document.documentElement.scrollTop || document.body.scrollTop))...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server