Re: [Moo] Merry Christmas

2011-12-23 Thread Daniel Antonio Peraza Cedrez
Merry Christmas from Venezuela!, I´d wish a facebook-like button exists to share some hallacas with everybody ;-) El 24/12/2011, a las 02:02, Timo Henke escribió: > Merry Christmas from Germany to the whole Moo-Community. > > Enjoy these days and stay away from your computer and like ... > >

Re: [Moo] Element.pin() moves when window gets resized

2011-12-17 Thread Daniel Antonio Peraza Cedrez
e *a lot*, so it's best to apply it after a > slight pause (setTimeout/clearTimeout). > > Barry van Oudtshoorn > http://barryvan.com.au/ > bvanoudtsho...@gmail.com > > > On Sun, Dec 18, 2011 at 1:13 PM, Daniel Antonio Peraza Cedrez > wrote: > Hi, I need to

[Moo] Element.pin() moves when window gets resized

2011-12-17 Thread Daniel Antonio Peraza Cedrez
Hi, I need to do something like Element.pin(), the problem is that when the browser window gets resized, the element remains fixed instead of move along with its parent. I mean, I need the element to remain fixed relative to its parent, maybe by setting its top and left position in relative unit

Re: [Moo] Chained Select Boxes

2011-12-14 Thread Daniel Antonio Peraza Cedrez
x27;s a memory leak. >> >> 2. You're also adding a new addEvent('change') each time chainTo is called. >> Try this: chainTo().chainTo(); // and change the select. You should get two >> Requests. Instead you should this.retrieve('chainTo:request

Re: [Moo] Chained Select Boxes

2011-12-13 Thread Daniel Antonio Peraza Cedrez
nTo:request'). If not set, > then lazy load it. If they're new options, then just pass the options in the > send method of the Request. > > 3. You're not taking advantage of OO practices. I'd make a another class that > either composes a Request.JSON or extend

[Moo] Chained Select Boxes

2011-11-30 Thread Daniel Antonio Peraza Cedrez
Hi, I was looking for a chained select boxes plugin into the forge, but I wasn't able to find one, so I wrote a simple function to extend Element. Here is the fiddle: http://jsfiddle.net/enTsg/ Please give me some feedback on how can I improve it. At first sight, the only problem I see it's som

[Moo] HTML5 Form API Compatibility library

2011-11-12 Thread Daniel Antonio Peraza Cedrez
Hi guys. Looking to the Modernizr feature detection library, I wonder if there is any other moo tools -based library which nicely integrates existing widgets as the Aaron's DatePicker, and the Moo Form Validation library to work as fallback APIs for browsers that don't support the new HTML5 For

Re: [Moo] Right use of console.log() in IE

2011-11-04 Thread Daniel Antonio Peraza Cedrez
So dbug does this for me? I vote to include it in Mootools Core in future releases…. El 05/11/2011, a las 00:23, Aaron Newton escribió: > dbug rules > > On Fri, Nov 4, 2011 at 9:36 PM, Sanford Whiteman wrote: > > What I'd like to know is if MooTools doesn't define an empty > > interfa

[Moo] Right use of console.log() in IE

2011-11-04 Thread Daniel Antonio Peraza Cedrez
Hi, I've been noticing that IE complains a lot about the console.log() function. It seems something weird: in IE 8, when the Developer Tools are visible, it works OK, but when they are hidden, it throws an error. What I'd like to know is if MooTools doesn't define an empty interface (i.e. defin