User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 374,504 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,801 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 4 of 4
Search took 0.01 seconds.
Posts Made By: KenK
Forum: JavaScript / DHTML / AJAX May 6th, 2008
Replies: 1
Views: 469
Posted By KenK
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
Posted By KenK
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
Posted By KenK
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
Posted By KenK
Re: How to make these Javascript codes work in Firefox too

Try something like this to replace the first code:

function getXHR()
{
/* Used to retrieve and XML HTTP Request object
Output: an XMLHttpRequest object
*/

var XHR;
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 2:09 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC