Login Register

ajax

Contract Dojo developer in Redwood City, CA

We're looking to hire a contractor on a 3-month basis to help us integrate a brand new web UI into our Zend-framework backend.

Must be able to work in Redwood City CA (ONSITE) full time January-April 2009. Please don't reply if you are not in the area, and you are not available to commit full-time.

Skills required:

  • DOJO
  • AJAX
  • Javascript
  • Good knowledge of PHP, Zend would be very helpful
  • HTML

We are a small startup, and have just been funded.

Please email me at :

dnamax@gmail.com

for more details.

Principals only please!

How to make xhrGet call to render Tiles2 fragment?

To render a apache tiles2 fragment w/ a dojo.xhrGet call compose the call this way...

dojo.xhrGet({
                url: "test",
                content: { "fragments" : "body" },
                handleAs: "text",
                headers: {"Accept" : "text/html;type=ajax"},
                load: testCallback,
                error: testError
                });

This was gleaned from the Spring-Dojo.js.uncompressed.js file in spring webflow. The headers var is necessary.

Problem with dojo grid and ajax UpdatePanel control

Hi all,

I am facing a problem with dojo grid while I am using ajax UpdatePanel;
When I try to sort the dojo grid ,a javascript error appeares "unspecified error". can any one help me??

Thanks in advanced

compression of ajax request?

Hi,
in my application I need to send a lot of data (json) from the client to the server. But as upload is always very slow it would be great if this data could be sent in a compressed form... Is that possible somehow?
Thank you,
Chriss

MVC + AJAX + DOJO

Hi
I'm trying to create a web page using a MVC model (Zend) and some of Dojo/Dijit 's features. My layout is pretty heavy to load each time so I've decided to only load each view content when a link is clicked. To do this I use AJAX, putting the request's answer into a dojox ContentPane. I chose a dojox pane because by setting executeScripts and parseOnLoad to true I'm able to execute, for example, javascript code.

Active request count

Is there a way in Dojo to keep track of active requests?

I'm thinking about something similar to Prototype:

http://www.prototypejs.org/api/ajax/responders

My apps needs to query the number of active requests at any time.

Did anyone solve this problem?

Thx

Issue using dojo in firefox2.0.0.16

Hi,

I am using autocompleter and richtext option of struts2.0.11 which supports dojo 0.4. Every thing is working fine with IE. In firefox 2.0.0.16 autocompleter is behaving like combo box and rich text editor is behaving like a normal text editor. Is there anything I need to include in my coding for firefox browser support........

In the error console:
Error: too much recursion
Source File: http://localhost:8080/Sample/struts/dojo/dojo.js
Line: 8272
Error: djConfig.baseScriptUri has no properties
Source File: http://localhost:8080/Sample/struts/dojo/dojo.js
Line: 155

HTML and dojo widget in a string returned from Ajax-PHP response

I'm fine up to the point of returning data from the server and changing the HTML tag's innerHTML, but the Dojo widget embedded in the HTML is disabled (inline edit, to be specific). I'm guessing I have to reparse the widgets coming from the server response. My code's fine. All I need to know is how do I parse a widget copied in, not created programmatically?

dojox.cometd - list of the subscribed clients on the server available ???

Hello!
It's hard for me to explain but I give a try and hope you understand.
My Map Web Application realizes a cometd client server communication.
Client:

dojox.cometd.init("./cometd");
dojox.cometd.subscribe("/test", sample, "publishHandler");
...

DOJO Guru needed for Remote working

URGENT
WE are looking for a DOJO GURU who can take our lovely front end HTML/Javascript screens and clean up the back end ready for integration into JAVA/Stuts 2 Application
3 Different Projects - Tight Deadline - good rates for right person plus chance of more work
e-mail: peter.turnbull@atomus.co.uk

Syndicate content