[Proto-Scripty] Problem calculating height on non visible elements

2011-05-18 Thread nestorma...@gmail.com
Hi All I'm a core developer of Zikula Web Application Framework [1] and recently I saw an issue calculating the height of hidden elements. We use the livepipe library [2] and we have a custom Zikula.UI set. While I was reviewing some days ago a bug trying to get equal tabs heights [3] on our Zikul

[Proto-Scripty] Top Navigation with prototype.js in magento

2011-05-18 Thread huzefa husain
Hello I have used prototype.js on this site. www.emedco.com Follow these steps to replicate the issue. 1. Place your cursor on the logo in header 2. Move your mouse to the body content scrolling over the menu ( Sign ) till customize it written in bold green. 3. your will see when you move curso

[Proto-Scripty] Calling WCF REST/JSON Service with Ajax.Request

2011-05-18 Thread Gordon
Hallo together, I have some problems by calling a REST webservice with Ajax.Request. I already checked the service with Fiddler, so it should be working. the script runs on localhost:80 and the webservice on localhost:8732 the result of transport.responseText is "" and my service is not called (I

[Proto-Scripty] Re: Calling WCF REST/JSON Service with Ajax.Request

2011-05-18 Thread T.J. Crowder
Hi, Because the ports are different, that qualifies as a cross-origin call, and cross-origin calls are essentially disallowed because of the Same Origin Policy[1]. You have a couple of options, both of which require specific support on the server: * You could have your web service support JSON-P

Re: [Proto-Scripty] Top Navigation with prototype.js in magento

2011-05-18 Thread Ngoc Anh Doan
Hi, so you have to rework the toggleMenu() function and a delay, but don't forget to destroy that delay afterwards. Cheers, Ngoc -- Ngoc Anh Doan Podbielskistr. 68 30177 Hannover 0511 6406893 01577 6806327 n...@nhdoan.de www: http://www.nhdoan.de Blog: http://blog.nhdoan.de Magento: http://

Re: [Proto-Scripty] Top Navigation with prototype.js in magento

2011-05-18 Thread huzefa husain
Hey Yes i am done with that work. Thanks for the reply. With Regards, *Huzefa Husain* Web Developer On Thu, May 19, 2011 at 12:12 PM, Ngoc Anh Doan wrote: > Hi, > > so you have to rework the toggleMenu() function and a delay, but don't > forget to destroy that delay afterwards. > > > Cheers