search for: rdmiller

Displaying 7 results from an estimated 7 matches for "rdmiller".

Did you mean: dmiller
2006 Feb 21
4
[Prototype] implementation of bind()?
http://dev.rubyonrails.org/browser/spinoffs/prototype/src/base.js contains this definition: Function.prototype.bind = function() { var __method = this, args = $A(arguments), object = args.shift(); return function() { return __method.apply(object, args.concat($A(arguments))); } } In other words, if a bound function is given the arguments (This,A,B,C) the underlying
2006 Apr 06
0
script.aculo.us V1.6.1
...ns] * Added benchmark method to unittest.js; some cleaning up of unit tests * Major speedup for sortable with handles initialization [thx Jamis Buck] * Add passing through of scroll options from Sortable to Draggable [thx Gregory Hill] * Make it possible to scroll window on dragging, #3921 [thx rdmiller] </li> * added visualEffect method for the Element Mixin, fixed so you can chain multiple calls. [Rick Olson] Bug fixes: * Fix an IE flicker with SlideUp/SlideDown, fixes #3774, [thx sbbowers] * Fix a problem with window scrolling on draggables [thx Gregory Hill] * Fix a problem with id-b...
2006 Mar 22
0
Support for window scrolling for drag and drop
Today has seen the incorporation of patch #3921 into the script.aculo.us trunk, which allows for automatic scrolling of the page when dragging a draggable element. Thanks to rdmiller for submitting the patch! To use it, you basically just do: new Draggable(''blah'',{scroll:window}); Anyone: Please give it good testing and report any problems you might have. -Thomas
2006 Mar 26
2
script.aculo.us 1.6 beta
...e in the scriptaculous loader * Refactor effects.js to use the new Prototype 1.5 Element Methods syntax * Update to latest Prototype 1.5.0_pre0 trunk * Add passing through of scroll options from Sortable to Draggable [thx Gregory Hill] * Make it possible to scroll window on dragging, #3921 [thx rdmiller] * added visualEffect method for the Element Mixin, fixed so you can chain multiple calls. [Rick Olson] * Fix only option on Sortable.create to accept multiple class names, fixes #3427 [thx glenn nilsson] * Added workaround for a rendering bug in Safari when using floating elements with Effec...
2006 Mar 22
1
RE: Support for window scrolling for draganddrop
...r window scrolling for drag > > anddrop > > > > Today has seen the incorporation of patch #3921 into the > > script.aculo.us trunk, > > which allows for automatic scrolling of the page when dragging a > > draggable > > element. > > > > Thanks to rdmiller for submitting the patch! > > > > To use it, you basically just do: > > > > new Draggable(''blah'',{scroll:window}); > > > > Anyone: Please give it good testing and report any problems you might > > have. > > > > -Thomas > &gt...
2006 Mar 22
2
RE: Support for window scrolling for drag anddrop
...Subject: [Rails-spinoffs] [ANN] Support for window scrolling for drag > anddrop > > Today has seen the incorporation of patch #3921 into the > script.aculo.us trunk, > which allows for automatic scrolling of the page when dragging a > draggable > element. > > Thanks to rdmiller for submitting the patch! > > To use it, you basically just do: > > new Draggable(''blah'',{scroll:window}); > > Anyone: Please give it good testing and report any problems you might > have. > > -Thomas > ____________________________________________...
1998 Jun 05
0
Re: "Flavors of Securit
> If you encrypt something twice with different keys,you can decrypt it with > both keys - but mathematically, there is another > key of a similar length that can decrypt that message equally well. The probability that the result is strong is increased (consider the case where 1/1000 keys is weak). Also, if you do a bit more work, you can come up with something like 3des. [mod: Now