Deal of the Day

Home » Main » Manning Forums » Pascarello

User Profile: Pascarello


User Profile for: Pascarello
UserID: 3509
Username: Pascarello
Name: Eric Pascarello  
Email: A1ien51@hotmail.com  
Status Level:
Manning Author (208)
Avatar:  
Registered: 5/2/05
Location: Laurel, Maryland, USA
Total Posts: 208
Recent Messages:
Re: Ajax Form Validation
 
Author Online » 2005 » Ajax in Action, Jul 9, 2007 4:58 PM
It is better to generate a method that is reusable than hardcoding values. If you have multiple ...
Re: Double combo Chapter 9 problems
 
Author Online » 2005 » Ajax in Action, Jun 21, 2007 2:50 PM
Basic idea: var xmlDoc = this.req.responseXML.documentElement; var sel = xmlDoc.getElementsByT...
Re: Double combo Chapter 9 problems
 
Author Online » 2005 » Ajax in Action, Jun 21, 2007 11:43 AM
If you open this php/xml directly in the browser. Put the url in the address bar, does the xml rende...
Re: Double combo Chapter 9 problems
 
Author Online » 2005 » Ajax in Action, Jun 20, 2007 11:27 PM
When I said to check the responseText I wanted you to do exactly what you were doing with the other ...
Re: Double combo Chapter 9 problems
 
Author Online » 2005 » Ajax in Action, Jun 20, 2007 6:14 PM
Take a look at a blog: http://radio.javaranch.com/pascarello/2006/09/12/1158096122600.html If you...
Re: Ajax enabled web application live-chess.com
 
Author Online » 2005 » Ajax in Action, Jun 6, 2007 11:35 AM
I will have to check it out even though I suck at chess. :) Eric
Re: Chapter 3 Question - ContentLoader object dos not work under IE 7
 
Author Online » 2005 » Ajax in Action, Jun 6, 2007 11:32 AM
What is the exact error? Eric
Re: net.js cross-browser fix
 
Author Online » 2005 » Ajax in Action, Apr 11, 2007 5:06 AM
If you are using the local file system it returns a value of zero. Eric Also to add a note t...
Re: net.ContentLoader Problem
 
Author Online » 2005 » Ajax in Action, Apr 8, 2007 9:03 AM
Grab a version from the later chapters and see if it still gives you a problem. If it is, what do...
Re: loadXMLDoc on listing 3.1 in page 74 can't run under IE7
 
Author Online » 2005 » Ajax in Action, Feb 21, 2007 2:07 AM
The problem I see is here: var s=new net.ConentLoader("index.html",myFunc[b]()[/b]); There is a ...