Forum: JavaScript / DHTML / AJAX May 6th, 2008 |
| Replies: 1 Views: 469 Re: Ajax is new to me A great tutorial on AJAX can be found at Google here (http://code.google.com/edu/ajax/index.html)
AJAX doesn't involve databases - its more of a way to display data that's already been retrieved from... |
Forum: ASP.NET May 6th, 2008 |
| Replies: 9 Views: 402 Re: ASP.NET Beginner 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... |
Forum: MySQL May 6th, 2008 |
| Replies: 1 Views: 334 Re: Insert doesn't do what it's supposed to Your declared column names and values don't line up correctly. Try this:
INSERT INTO grades (GWid, classid, semester, year, grade, required)
VALUES(100000089, 'CS210', 'fall', '2006', 'B', 'yes'); |
Forum: JavaScript / DHTML / AJAX May 6th, 2008 |
| Replies: 2 Views: 755 |