MySpace Open Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

Mootools usage ...

Last post 06-04-2008 7:32 AM by Qweqw. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 06-03-2008 1:55 PM

    • Qweqw
    • Not Ranked
    • Joined on 03-20-2008
    • Posts 5

    Mootools usage ...

    Hi there, I have to develop a widget for a compagny. But i need to use Mootools Framework. So here's my question, will my application refused because i used something like " <script src="http://blablabla.com/mootools.js"> </script>" ? (i use it in canvas/profile and home page :/) Is there another way to use/include mootools library ? Thank you for reading.
    Regards.
  • 06-03-2008 7:56 PM In reply to

    Re: Mootools usage ...

    Usage like that is fine on the canvas page, but not allowed on the profile and homepage. One way around it is to put the entire contents of mootools.js into a <script> tag on the profile and homepage surfaces. However, this is pretty messy.

    Do you really need mootools on the canvas and homepage? Most apps have a very simple homepage/profile surface, they just grab data from a remote server via makeRequest(), and display it. Consider using "plain" JavaScript for the profile surface, it makes it less bulky and quicker to load (which is important for people with lots of apps).

  • 06-04-2008 7:32 AM In reply to

    • Qweqw
    • Not Ranked
    • Joined on 03-20-2008
    • Posts 5

    Re: Mootools usage ...

    Hi again, I know for the canvas page. I need a slideshow on the profile/home page :/ I think i will paste the compressed mootools ^^
Page 1 of 1 (3 items)