aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes any debugging tools for Ajax Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "any debugging tools for Ajax" Watch "any debugging tools for Ajax" New topic
Author

any debugging tools for Ajax

Jeanette Miles
Greenhorn

Joined: Mar 16, 2007
Posts: 4
Also, what Javascript books are recommended that would be great to accompaniment an Ajax book?
Jord Sonneveld
Author
Ranch Hand

Joined: Apr 09, 2007
Posts: 31
To answer the question from the topic title about debugging tools for Ajax:

FIREBUG!!! http://www.getfirebug.com/

It's only for Firefox, but it's (probably) the only debugging tool you need.
Jord Sonneveld
Author
Ranch Hand

Joined: Apr 09, 2007
Posts: 31
Originally posted by Jeanette Miles:
Also, what Javascript books are recommended that would be great to accompaniment an Ajax book?


You'll actually need books on three topics:
-JavaScript
-DHTML
-JavaScript + DHTML

For just JavaScript, the Rhino Book from O'Reilly is indispensable:
http://www.oreilly.com/catalog/jscript5/index.html

For the last two, I must confess that I usually just look through the W3C specs and the Mozilla developer manuals, which is sub-optimal. Anyone care to recommend some good ones?

People always forget (myself included) that JavaScript really is a powerful language in its own right. (At a previous company, we wrote apps in pure JavaScript which was then compiled to Java bytecode.) But having just JavaScript in a browser is useless. What makes JavaScript so powerful in the browser is that browsers expose access to their underlying internals through the DOM.

This is why you really need three books. The first to learn JavaScript by itself properly. The second to see how browsers expose the DOM to JavaScript. The third to see what neat stuff you can do w/ the combination.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56191
    
  13

For DHTML, I swear by the flamingo:

http://www.oreilly.com/catalog/9780596527402/index.html


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Jord Sonneveld
Author
Ranch Hand

Joined: Apr 09, 2007
Posts: 31
Originally posted by Bear Bibeault:
For DHTML, I swear by the flamingo



Forsooth! How could I forget the flamingo!

Yes, between the Rhino and the Flamingo, you should be off to a good start.
Christophe Verré
Sheriff

Joined: Nov 24, 2005
Posts: 14672
    
  11

And if you're interested in CSS too, I remember Bear recommending Eric Meyer's CSS : http://meyerweb.com/eric/css/


[My Blog]
All roads lead to JavaRanch
Christophe Verré
Sheriff

Joined: Nov 24, 2005
Posts: 14672
    
  11

Those Rhino and Flamingo are so massive !!
I'll stick with Internet
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56191
    
  13

Originally posted by Satou kurinosuke:
Those Rhino and Flamingo are so massive !!


That's just another word for thorough.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: any debugging tools for Ajax
 
Similar Threads
what's hot and what's not?
Spreadsheet custom component
JSP Search & Display results on same page.
Delay while I type characters in the text box
Place Association