Tagged Questions

42
votes
17answers
11k views

Which Javascript framework (jQuery vs Dojo vs … )?

There are a few Javascript frameworks/toolets out there, such as: jQuery; Dojo; Prototype; YUI; MooTools; ExtJS; SmartClient; and others I'm sure. It certainly seems that jQuery is ascendant in …
11
votes
6answers
998 views

What is the best resource you know to learn Dojo?

The Dojo toolkit looks like it is very useful, but the docs feel very incomplete and buggy. Can anyone suggest a book or other resource to help a javascript novice really learn to use Dojo?
4
votes
6answers
454 views

Which JavaScript framework is generally used for high performance websites?

There are different JavaScript frameworks like jQuery, Dojo, mooTools, Google Web Toolkit(GWT), YUI, etc. Which one from this is suitable for high performance websites?
4
votes
1answer
1k views

Dojo addOnLoad, but is Dojo loaded?

I've encountered what seems like a chicken & egg problem, and have what I think is a logical solution. However, it occurred to me that others must have encountered something similar, so I figured …
3
votes
1answer
60 views

dojo.dnd one item at a time only

Hi, Using dojo.dnd, I want to allow a user to drag only one item at a time, rather than any arbitrary number, as per the dojo's default behaviour. At the moment, a user can hold Ctrl and click …
3
votes
1answer
112 views

jQuery / Dojo, UI / Dijit cross reference?

I concede that this question may fall into the 'discussable' but not 'answerable' category. If so, I do apologize and please mark the question as such. The question: I've mainly used jQuery and UI …
3
votes
3answers
172 views

Which is the best ESRI ArcGIS component library to use with GWT?

We are currently designing a GIS intranet application using GWT and ESRI ArcGIS. We are looking at 2 client side Javascript libraries: The ESRI Javascript API Open Layers The library will have to …
3
votes
2answers
199 views

Why can’t I roll a loop in Javascript?

I am working on a web page that uses dojo and has a number (6 in my test case, but variable in general) of project widgets on it. I'm invoking dojo.addOnLoad(init), and in my init() function I have …
3
votes
4answers
212 views

Essential Dojo

I'm starting to use Dojo; this is (essentially) my introduction to AJAX. We have a Java backend (torque / turbine / velocity) and are using the jabsorb JSON-RPC library to bridge Java and Javascript. …
3
votes
3answers
397 views

dojo, prototype and jquery

Hi, I've been programming in PHP for some time now, and id like to start learning how to create more dynamic websites using AJAX. The question is - where do I start? Heres' what I'm considering: …
3
votes
5answers
2k views

JavaScript simulate right click through code

Hi All, I am writing some UI tests using Selenium and i have a JavaScript Tree control, using the Dojo toolkit. I have implemented a context menu for each node of the tree using the examples that …
3
votes
3answers
817 views

Why does FF3 say “Permission denied to get property HTMLDivElement.tagName” ?

When I run this through FireFox 3: <script type="text/javascript" src="../resources/dojo-1.2.3-src/dojo/dojo.js" djConfig="parseOnLoad: true"></script> <script type="text/javascript" …
3
votes
1answer
226 views

Dojo to jQuery migration

I have this code: dojo.declare("City", null, { constructor : function(cityid, cityinfo){ } }); dojo.declare("TPolyline", GPolyline, { constructor : function(points, color){ }, …
3
votes
3answers
2k views

Struts 2 & Dojo files are too heavy and affect site’s performance.. Any remedies?

Well.. we've developed a j2ee application using struts2 ajax capabilities. We find that the dojo implementation is quite slow. We did the following things: 1. Custom build of the dojo library. …
3
votes
2answers
265 views

How do you manage your DojoX code?

How are you managing your usage of DojoX code or widgets in a production application? The Dojo Toolkit is comprised of Core, Dijit, and DojoX. As an incubator for new ideas to extend the toolkit, …

1 2 3 4 5 26 next
15 30 50 per page