Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #44.2K
Ranked #3K
~417 People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for cariocgl

Try something like this to replace the first code: [code] function getXHR() { /* Used to retrieve and XML HTTP Request object Output: an XMLHttpRequest object */ var XHR; // First determine user's browser if (window.XMLHttpRequest) // Non-IE browser such as FireFox or Netscape { return new XMLHttpRequest(); } else …

Member Avatar for cariocgl
0
74
Member Avatar for ardeezstyle

Not to be negative, but I'm not too enthusiastic about w3schools. The site's fine if your looking to play around with programming and learn the basics but I've found a lot of their tutorials to be a bit out dated. If you're serious about learning ASP.NET (btw, ASP.NET 2.0 is …

Member Avatar for ardeezstyle
0
152
Member Avatar for fluffythebunny

A great tutorial on AJAX can be found at Google [URL="http://code.google.com/edu/ajax/index.html"]here[/URL] AJAX doesn't involve databases - its more of a way to display data that's already been retrieved from a server (which may, then, involve database access).

Member Avatar for KenK
0
116
Member Avatar for Icetigris

Your declared column names and values don't line up correctly. Try this: [code] INSERT INTO grades (GWid, classid, semester, year, grade, required) VALUES(100000089, 'CS210', 'fall', '2006', 'B', 'yes'); [/code]

Member Avatar for KenK
0
75

The End.