[Moo] Re: aeron calendar, blocked years

2011-01-15 Thread Mikhail Korobov
Cool! On 15 янв, 17:35, Arian Stolwijk wrote: > It's MIT now, > seehttps://github.com/arian/mootools-datepicker/issues/closed#issue/11 > Maybe I should add a license somewhere... :) > > On Sat, Jan 15, 2011 at 1:25 PM, Mikhail Korobov > wrote: > > > > > &

[Moo] Re: aeron calendar, blocked years

2011-01-15 Thread Mikhail Korobov
Please note that aeron calendar is under MIT license and arian's should be under http://creativecommons.org/licenses/by-sa/3.0/ license and that can make a difference for somebody. On 15 янв, 01:58, jacob wrote: > Did you consider using the mootools-deatepicker -- Arian worked on it > and i hear

[Moo] Re: General Form.Validator question relating to server-side form validation

2010-10-15 Thread Mikhail Korobov
On 15 окт, 03:13, Ryan Florence wrote: > How else would you validate with the server and provide user feedback on the > page with JavaScript? If you actually submit as usual, reload a new page that > validates on the server, just write the validation errors old school with the > server side cod

[Moo] Re: (1.3) fireEvent > triggerEvent > fireEvent?

2010-09-17 Thread Mikhail Korobov
First, thanks to all for patience ;) On 17 сен, 17:27, Slik Jay wrote: > This is not developers problem, this is user's problem. > If user interested in mootools development, he can join #mootools IRC > chanel on irc.freenode.net, he can follow mootools developers on > github (user doesn't know m

[Moo] Re: (1.3) fireEvent > triggerEvent > fireEvent?

2010-09-17 Thread Mikhail Korobov
r list has become a pleasant place again. This is mostly to > > > the credit of the awesome people here, but I also give a lot of created to > > > mooshell/jsfiddle, which made our response to "Accordion doesn't work" far > > > more constructive (instead of &q

[Moo] Re: (1.3) fireEvent > triggerEvent > fireEvent?

2010-09-16 Thread Mikhail Korobov
I'll continue my offtopic :) Let's take 'django-developers' list for example. It is public and have 5898 (!) subscribers. This is where all discussions about how to improve django lives. Only a small part of these thousands of subscribers actually discuss something. Most of people just read. This

[Moo] Re: (1.3) fireEvent > triggerEvent > fireEvent?

2010-09-16 Thread Mikhail Korobov
Aaron, I read this topic by accident and your answer amazes me. Why is dev list private? This is ridiculous for popular open source project. On 17 сен, 03:01, Aaron Newton wrote: > This discussion is on the dev list, which is a private list. > > > > On Thu, Sep 16, 2010 at 1:49 PM, Rolf -nl wrot

[Moo] Re: Does lazyloading of images work at all?!

2009-10-28 Thread Mikhail Korobov
No, domready means that DOM is ready and images are rendered. For example, browser have to download image to set it's width and height and DOM can't be ready until widths and heights of all elements are set. I think you should hide images using css and show them after loading. There also should b