Re: [Moo] Reverse builder

2013-02-14 Thread Lennart
code as you like and then just >>> ask such a builder to give you the files required. Alas, such a thing is >>> not possible. >>> >>> Is the script compiled? You could maybe post a gist and see if people >>> here can help you eyeball it. >>>

[Moo] Reverse builder

2013-02-13 Thread Lennart
I recently got a bunch of mootools scripts, written by someone else. In order to make things a bit faster I want to make Mootools build with only the necessary components. But, I don't want to go over all the code to check what's needed. Does anyone know of a reverse builder? Something you can fee

Re: [Moo] Re: In way over my head (MooTools Filemanager)

2012-07-13 Thread Lennart
I'm having the same issue. What do I need to put where to make basic authentication work? On Tuesday, 24 April 2012 21:13:32 UTC+2, Sanford Whiteman wrote: > > > pretty basic. > > No pun intended. :) > > You're using basic auth, and Flash won't pass those creds unless you > configure MTFM to pas

[Moo] Re: Unexpected behaviour in URI class

2011-11-13 Thread Lennart
Fixed it by using New URI(window.location). But think it should work by using new URI( {base: true/false} ) ; On Nov 13, 10:37 pm, Lennart wrote: > That just gives me the base href. > > On Nov 13, 7:21 pm, Fli7e wrote: > > > > > > > > > Have you

[Moo] Re: Unexpected behaviour in URI class

2011-11-13 Thread Lennart
That just gives me the base href. On Nov 13, 7:21 pm, Fli7e wrote: > Have you simly tried: > > URI.base.toString() > > Uri.base is auto-created on load and the toString() will return the > full location content. > > On 13 Nov., 17:26, Lennart wrote: > > >

[Moo] Unexpected behaviour in URI class

2011-11-13 Thread Lennart
I'm trying to get the window.location, but using the URI class (i want to set some data in the querystring later). My page has a base href ( https://www.domain.ext/foo/ ), the actual window.location is https://www.domain.ext/foo/bar. If I try new URI().toString(), it gives me the base href, which

[Moo] PicasaViewe 2.0 - for MooTools 1.4

2011-10-03 Thread Lennart
Hi, It's been a while but I upgraded an old script. PicasaViewer can be used to embed a (private) picasa gallery in your website. Demo & source at http://pilon.nl/mootools/2011/10/02/picasaviewer-2-0-embed-a-picasa-gallery-in-your-site-again/

[Moo] Re: MooTools Depender

2011-10-03 Thread Lennart
> > > > > > > On Mon, Oct 3, 2011 at 1:21 AM, Lennart wrote: > > I'll take a look at packager and depender, but figured I needed to do > > some work myself. Thanks for responding. > > > On 3 okt, 09:50, Oskar Krawczyk wrote: > > > I'

[Moo] Re: MooTools Depender

2011-10-03 Thread Lennart
er won't help you with this. > > On Oct 2, 2011, at 11:45 PM, Aaron Newton wrote: > > > > > You can use packager: > > >https://github.com/kamicane/packager > > > or Depender > > >https://github.com/anutron/mootools-depender > > > On Sun

[Moo] MooTools Depender

2011-10-02 Thread Lennart
Hi all, I'm looking for a script (either server or client side) which analyzes a mootools plugin and tells me which core/more parts are required. Think MooTools Depender can offer such a thing; is there an implementation yet? Thanks, Lennart

Re: How to very place this very simple requestJson call ?

2009-02-26 Thread Lennart
You want something like this: if (get_magic_quotes_gpc()) { $_GET["json"] = stripslashes($_GET["json"]); } so your script does not depend on the magic quotes setting. LP On Feb 24, 9:32 am, Sanford Whiteman wrote: > > In fact the mistake was on the PHP. I solved it by strip the slashed

Re: Any experience with FValidator in mootools 1.2+

2009-02-19 Thread Lennart
Or you can check it out here: http://pilon.nl/mootools/2008/11/28/hefvalidator-for-mootools-12/ Updated to 1.2 and with multi-language support. LP On Feb 19, 10:25 am, ryan wrote: > Hello > > I have used it, and updated it for 1.2... > Email me (r...@rtnetworks.net), and I'll send you the cod