[Proto-Scripty] Re: Refused to get unsafe header X-JSON

2009-09-15 Thread adster
Anyone got any ideas on this one? Thanks, Adam On Sep 14, 1:17 pm, adster a...@littledonkey.net wrote: Yep - the error I see via the Chrome Javascript console is: Refused to get unsafe header X-JSON And then second time round (i.e. refresh the page) it gives: XHR finished loading:

[Proto-Scripty] Re: Highlighting text box makes it look like Windows 95

2009-09-15 Thread Marko
Well, I've just try it and can confirm that behaviour. I would suggest these options: 1. Change effect to pulsate (I've tested it in FF) or some other 2. Create overlay div and apply effect highlight to it 3. Change the look of buttons (bg color, border) when you apply highlight

[Proto-Scripty] Re: working with google maps and onComplete

2009-09-15 Thread wilkinsmd
Thanks everyone for the input. I've found a solution that doesn't involve prototype.js. Mark On Sep 14, 4:03 pm, wilkinsmd wilkin...@hotmail.com wrote: David, thanks that's an interesting approach which I hadn't considered. (And yes sorry about the typo...correct, I'm not interested in

[Proto-Scripty] Re: [Proto] Coding disabled on a link

2009-09-15 Thread Arnaud Feltz
2009/9/14 Arnaud F. arnaud.fe...@gmail.com Hello, i need to disable a link in some case. What I do actually is something like this : html head script src=javascript/prototype.js type=text/javascript/ script /head body script type=text/javascript var

[Proto-Scripty] Re: Prototype and Xhtml validation

2009-09-15 Thread disccomp
Just to clarify, In case some other noob sees this. You EITHER use a script tag to include an external .js file OR you xml escape inline code. NOTICE: you must add two forward slashes so old browsers ignore the CDATA tags. Example: script src=prototype.js type=text/javascript/script OR

[Proto-Scripty] Re: how merge two json objects?

2009-09-15 Thread Rick Waldron
To note, the jQuery#extend implementation is a bit more in depth... has there been any talk in the proto-core list about strengthening Object#extend? Rick On Mon, Sep 14, 2009 at 8:35 PM, Miguel Beltran R. yourpa...@gmail.comwrote: Thanks to both #Mangus and #Alexander Use Object.extend look

[Proto-Scripty] Re: Refused to get unsafe header X-JSON

2009-09-15 Thread Tobie Langel
I still get this warning though: Resource interpreted as other but transferred with MIME type text/html. Probably means your resource is not referenced properly. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups