Return to iWEBTOOL

Go Back   iWEBTOOL Talk > The Web and your Website > Programming > HTML
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
 
Welcome to iWEBTOOL Talk, where you talk about webmaster-related stuff.
 
Discuss topics which interest you.
With over thousands of threads (topics), we're sure you'll find something that'll interest you.
Ask for help whenever you need it.
We have thousands of members who are available to help you if you need it.
It's absolutely FREE!

 1  Register           2  Browse the board           3  Discuss whatever may interest you!
 


Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 07-05-2006, 02:53 PM   #16
compuXP
Retired Member
 
compuXP's Avatar
 
Join Date: Dec 2005
Posts: 139
compuXP will become famous soon enough
Default Re: AJAX Tutorial [including the 2nd part]

The tutorial is great but digg users buried it I think they reported about 8 inaccurate things. You want the link?
__________________
Retired Moderator/Member/Friend/Helper - it was great working with all of you!
compuXP is offline  
Old 07-05-2006, 08:36 PM   #17
tdangstl
Newcomer
 
tdangstl's Avatar
 
Join Date: Jul 2006
Posts: 1
tdangstl will become famous soon enough
Default Re: AJAX Tutorial [including the 2nd part]

Hi Rohan,
it is a very impressive application of AJAX. I'm currently using AJAX as a communication mechanism from client script to server side script and wonder if you know anything about security setting that may prevent XMLHTTP from working properly? I'm experiencing a case where on win2k-server, XMLHTTP working properly when connects to server script from client script. However, on win2k3 server, I receives "internal server error" error code = 500.

thanks in advance.
tdangstl is offline  
Old 07-10-2006, 08:32 AM   #18
rohan2kool
Member
 
rohan2kool's Avatar
 
Join Date: Dec 2005
Posts: 132
rohan2kool will become famous soon enough
Default Re: AJAX Tutorial [including the 2nd part]

yep.. can u please give me the link. BTW, who submitted it to digg??

@tdangstl: Are you not the one who also posted the same question on Cafe18?? Check back there for the answer, I'll paste it here too soon.
__________________
Eat healthy, Stay Fit, Die Anyway.
--==--
If there is a man who knows everything about women, there is a Windows distribution without bugs.

Last edited 07-10-2006 at 08:39 AM.
rohan2kool is offline  
Old 07-10-2006, 05:50 PM   #19
jumpenjuhosaphat
 Contributor 
 
jumpenjuhosaphat's Avatar
 
Join Date: Jun 2006
Location: Denver
Posts: 4,470
jumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud of
Default Re: AJAX Tutorial [including the 2nd part]

Congratulations on the new car. What is dene walaa jabhi deta deta chappar phar ke?
__________________
Storage Sheds
Lost Forum
jumpenjuhosaphat is offline  
Old 07-11-2006, 04:13 AM   #20
rohan2kool
Member
 
rohan2kool's Avatar
 
Join Date: Dec 2005
Posts: 132
rohan2kool will become famous soon enough
Default Re: AJAX Tutorial [including the 2nd part]

It's not a car, Activa's a scooter. 'Dene walaa jabhi deta, deta chappar phar ke' is a hindi saying which means, "The one who gives(Denewalaa) whenever he gives(jabhi deta), he gives by opening all roofs(deta chappar phar ke)"
__________________
Eat healthy, Stay Fit, Die Anyway.
--==--
If there is a man who knows everything about women, there is a Windows distribution without bugs.
rohan2kool is offline  
Old 07-11-2006, 04:30 PM   #21
compuXP
Retired Member
 
compuXP's Avatar
 
Join Date: Dec 2005
Posts: 139
compuXP will become famous soon enough
Default Re: AJAX Tutorial [including the 2nd part]

Quote:
Originally Posted by rohan2kool
yep.. can u please give me the link. BTW, who submitted it to digg??

@tdangstl: Are you not the one who also posted the same question on Cafe18?? Check back there for the answer, I'll paste it here too soon.
Uh, I am embarrassed to say that I submitted it... sorry it didn't work out: http://digg.com/programming/Superb_Ajax_Tutorial
__________________
Retired Moderator/Member/Friend/Helper - it was great working with all of you!
compuXP is offline  
Old 07-12-2006, 03:56 AM   #22
rohan2kool
Member
 
rohan2kool's Avatar
 
Join Date: Dec 2005
Posts: 132
rohan2kool will become famous soon enough
Default Re: AJAX Tutorial [including the 2nd part]

no problem. Actually, I am thankful to you that you found worth it. Never mind, I love ffedback - positive or negative. And it only gives me a chance to improve.
__________________
Eat healthy, Stay Fit, Die Anyway.
--==--
If there is a man who knows everything about women, there is a Windows distribution without bugs.
rohan2kool is offline  
Old 07-12-2006, 04:14 AM   #23
rohan2kool
Member
 
rohan2kool's Avatar
 
Join Date: Dec 2005
Posts: 132
rohan2kool will become famous soon enough
Default Re: AJAX Tutorial [including the 2nd part]

I read it, some of it are genuine, but here are the one's I am battling:

Problem1: If a browser doesn't understand <script> element, it won't be supporting AJAX either. All browsers capable of running JavaScript understand the <script> object.

Problem2: It should be a global variable, and at the same time, if he notices, I have already declared that variable in the first line only.

Problem3: Genuine Yes, I agree to that. That is a genuine problem. I should have used object detection, but for some reason window.ActiveXObject or something like that doesn't seem to work. I'll research on it and change the code.

Problem4: This was just an example for a beginner. Even the example is utter nonsense as it just prints what it recieves. Moreover, the data sent over the server is already typed by the user, it is not executed further or no processing is done on it. It is harldy vulnerable to any attacks.

Problem5: Genuine That was a misconception from my side. Sorry for that.

Problem6: Hmmph... now it is all on the developer to make the names of the url, most of it have some meaning or the other.

Problem7: Now what??? Trying to search for problems from anywhere??

Problem8: php scripting gives you much more control on the search rather than using WHERE and LIKE in SQL.

Problem9: Genuine Yes, it's very true that SQL injections are very much possible in this case. But, SQL injections and all are a seperate topic and I cannot cover it in this. This is a beginner tutorial and I don't think I needed to include all this in it. Check any php/xSQL beginner tutorial, and you find much coverage on it. However, this has prompted me to write a 'AJAX and security supplement' for this.

You have already reached the end of it d00d, and you're down to just 3 problems, out of which even one of them I have battled.
__________________
Eat healthy, Stay Fit, Die Anyway.
--==--
If there is a man who knows everything about women, there is a Windows distribution without bugs.
rohan2kool is offline  
Old 08-31-2006, 08:55 AM   #24
rohan2kool
Member
 
rohan2kool's Avatar
 
Join Date: Dec 2005
Posts: 132
rohan2kool will become famous soon enough
Default Re: AJAX Tutorial [including the 2nd part]

those interested in buying this tutorial and supporting the development of future tutorials, please check this link: http://www.iwebtool.com/talk/thread3218.html

Remember, you'll always get free and best-of-my-efforts tutorials. Thanks.
__________________
Eat healthy, Stay Fit, Die Anyway.
--==--
If there is a man who knows everything about women, there is a Windows distribution without bugs.
rohan2kool is offline  
Old 02-10-2007, 09:53 PM   #25
trichnosis
Senior Member
 
trichnosis's Avatar
 
Join Date: Jan 2007
Posts: 452
trichnosis will become famous soon enough
Send a message via MSN to trichnosis
Default Re: AJAX Tutorial [including the 2nd part]

This tutorial sure is amazing!
__________________
Türkçe Bilgi |
Hobiler | Satranç | 2
trichnosis is offline  
Old 03-28-2007, 10:21 PM   #26
elan08
Newcomer
 
elan08's Avatar
 
Join Date: Dec 2006
Posts: 10
elan08 will become famous soon enough
Default Re: AJAX Tutorial [including the 2nd part]

Hey, Ive been looking for books and such on AJax. Ill take a look, thanks for your efforts.

Admin - might want to remove above post, doesn't seem to be Ajax related.
elan08 is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
Webmaster Tools Webmaster Tools Click Here
Closed Thread

(Threads which have no activity for more than 30 days are automatically closed.)



Quick Reply
Message:

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Google releases custom search engine service including Yahoo Inc. wmicro Webmaster News 7 12-07-2006 02:04 PM
AJAX Tutorial for sale (support sale) rohan2kool Other Goods 0 08-31-2006 08:51 AM
SEO study, part 2 jumpenjuhosaphat Search Engine Optimization (SEO) 0 08-20-2006 04:28 AM
World's Biggest Directory - Be a Part of it! pairbrother Advertise your website 10 05-28-2006 08:30 AM
Ajax ciancomp HTML 0 05-20-2006 01:53 PM


All times are GMT. The time now is 03:17 PM.


Powered by vBulletin v3.6.7 © 2008, Jelsoft Enterprises Ltd. SEO by vBSEO © 2006, Crawlability, Inc.