0
votes
1answer
19 views
How to Limit DOM interaction to an element and its children?
I am building a modular frame work for a PHP MVC site. I am using Jquery. I have a registerModule('module_name') method that when called creates an instance of a module object with this name. These …
0
votes
3answers
30 views
Visual effects in Javascript.
I am looking for a book, tutorial or something like where I can learn to Create
visual effects like Scriptaculous for example
http://wiki.github.com/madrobby/scriptaculous/effect-fold
Thanks in …
0
votes
2answers
35 views
Existing Drag-and-Drop Application/Framework in Javascript
Does anyone here know of a Javascript application (something similar to Lightbox, only not for images) for drag-and-drop, preferably running on the Prototype Javascript Framework?
Alternatively, I'm …
0
votes
4answers
109 views
Which javaScript framework for cross-domain?
Hi All,
I am building a web service that will make heavy use of cross-domain GET and POST data, and then update some lightbox or similar windows on the client.
Is there one JavaScript framework that …
0
votes
3answers
81 views
How do hosted services like UserVoice embed their content on other web sites?
Hi,
How do hosted services like UserVoice embed their content on other web sites?
I see that it is via including a JavaScript file from the service provider on your own page, however, what I'm …
1
vote
3answers
71 views
How good is jQuery at coexisting with other Javascript libraries?
I am working on a server-side framework.
Here and there I have been adding hand-crafted javascript to do things on the client side. However this is becoming more and more painful and from what I …
4
votes
4answers
112 views
Are there any guides on converting between Javascript frameworks?
I have a date picker library written for MooTools that I want to port to Prototype. It's looking to be a long arduous task and I'm wondering if anyone has seen or written guides on the differences …
0
votes
1answer
51 views
How do I create folders and add/update Javascript (use a jQuery framework for my site) on Google sites?
How do I create folders and add/update Javascript (use a jQuery framework for my site) on Google sites?
0
votes
4answers
207 views
Extjs Training
Our company is starting a major re factor of its front end Javascript code. We have decided to use Extjs as a framework and would like to invest in some training for several of our employees. We are …
0
votes
1answer
429 views
Image Flip effect using prototype / scriptaculous javascript framework
Here is the flip effect that I need: http://jonraasch.com/blog/quickflip-2-jquery-plugin
Is there any prototype / scriptaculous plugin doing the same thing?
2
votes
2answers
198 views
How to create a jQuery plugin with methods?
Hi,
I'm trying to write a jQuery plugin that will provide additional functions/methods to the object that calls it. All the tutorials I read online (have been browsing for the past 2 hours) include, …
1
vote
1answer
86 views
Can I use a Javascript framework within my Firefox Addons?
I'm writing a Firefox Addon and I was wondering if I could take advantage of frameworks such as jQuery within my Firefox addon source code? Would it be as simple as including the jquery JS file within …
8
votes
6answers
450 views
What are your tips for best practice for web application structure?
I do a lot of custom applications at work. I'm trying to define some standards for new applications. Something a little like Elements.
CSS: How do you organize the style sheets? Should I have one …
4
votes
6answers
468 views
Suggestions for a JavaScript form builder?
I'm looking to integrate a form builder into a site I'm using, but I'm hoping to find a library that has some or most of the functionality I'm looking for.
I'm looking for a library that will give me …
4
votes
7answers
220 views
Which JavaScript Library Has the Most Comprehensive Class Inheritance Support?
After playing with a dozen different JavaScript Libraries such as Prototype, jQuery, YUI, just to name a few, I found every different library has a different way of simulating some sort of Class …
