473,799 Members | 2,868 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

New XMLHttpRequest Tutorial

Hey Everybody,

I have created an XMLHttpRequest tutorial that uses baby steps to
walk you through the XMLHttpRequestJ avaScript object. It includes a
functional example that retrieves the city and state based on a given
ZIP code without refreshing the page.

Here is the link to it:
http://www.webpasties.com/xmlHttpRequest/

Enjoy,
Bill

Jul 23 '05 #1
7 1767
Nice job but you should take the stupid gif animation off the page.

--
<%= Clinton Gallagher
METROmilwaukee "Regional Information Services"
NET csgallagher AT metromilwaukee. com
URL http://clintongallagher.metromilwaukee.com/
"bbercik" <bb*****@gmail. com> wrote in message
news:11******** *************@g 14g2000cwa.goog legroups.com...
Hey Everybody,

I have created an XMLHttpRequest tutorial that uses baby steps to
walk you through the XMLHttpRequestJ avaScript object. It includes a
functional example that retrieves the city and state based on a given
ZIP code without refreshing the page.

Here is the link to it:
http://www.webpasties.com/xmlHttpRequest/

Enjoy,
Bill

Jul 23 '05 #2
Awesome. And the animated GIF is cool, too.

Jul 23 '05 #3
If you set out to create a programming tutorial with the most tasteless
logo in history, mission accomplished!

Jul 23 '05 #4

Dude, lose the animations. They detract from the quality of the site.

Nice tutorial.

MK
"bbercik" <bb*****@gmail. com> wrote in message
news:11******** *************@g 14g2000cwa.goog legroups.com...
Hey Everybody,

I have created an XMLHttpRequest tutorial that uses baby steps to
walk you through the XMLHttpRequestJ avaScript object. It includes a
functional example that retrieves the city and state based on a given
ZIP code without refreshing the page.

Here is the link to it:
http://www.webpasties.com/xmlHttpRequest/

Enjoy,
Bill

Jul 23 '05 #5

Wouldn't it be easier to simply check for the existence of the XML services
directly instead of using comments?

If 'window.XMLHttp Request' exists, your client has native support for the
feature.

If 'window.ActiveX Object' exists and 'new
ActiveXObject(" Microsoft.XMLHT TP")' succeeds, your client has ActiveX
support for the feature.

MK
"Mighty Krell" <th************ **@earthlink.ne t> wrote in message
news:VO******** *********@newsr ead1.news.pas.e arthlink.net...

Dude, lose the animations. They detract from the quality of the site.

Nice tutorial.

MK
"bbercik" <bb*****@gmail. com> wrote in message
news:11******** *************@g 14g2000cwa.goog legroups.com...
Hey Everybody,

I have created an XMLHttpRequest tutorial that uses baby steps to
walk you through the XMLHttpRequestJ avaScript object. It includes a
functional example that retrieves the city and state based on a given
ZIP code without refreshing the page.

Here is the link to it:
http://www.webpasties.com/xmlHttpRequest/

Enjoy,
Bill


Jul 23 '05 #6
On Fri, 11 Feb 2005 02:55:36 GMT, "Mighty Krell"
<th************ **@earthlink.ne t> wrote:
If 'window.ActiveX Object' exists and 'new
ActiveXObject( "Microsoft.XMLH TTP")' succeeds, your client has ActiveX
support for the feature.


but it will also throw an error if creating the object is blocked
(something which doesn't seem possible on other clients) - the only
way to stop that is try/catch which will cause syntax errors, the
comment method allows you to prevent these errors from appearing on
IE4.

Jim.
Jul 23 '05 #7
Thanks Spats!

Its good to see somebody out there with a sense of humor.

-Bill

Spats30 wrote:
Awesome. And the animated GIF is cool, too.


Jul 23 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1500
by: Jedi-V | last post by:
I am looking for a good tutorial on how to use XMLHttpRequest to update the contents of a dop down menu .. similar to how google suggests works, except that the results are displayed in a drop down after typing a search term in a text box - any help direcitng me to a good howto, or posting something here would be great -- is it even feasible??
10
14098
by: Matt Kruse | last post by:
I'm aware of the circular reference memory leak problem with IE/closures. I'm not sure exactly how to resolve it in this situation. Also, Firefox appears to grow its memory size with the same code. So I'm wondering if I'm missing something? My test code is as follows: function myObj() { var req = new Object(); req.temp = 0;
5
2568
by: Steve | last post by:
I'm trying to use XMLHttpRequest with asp.net The tutorial that I have been following is based on PHP. All the client script stuff was working fine, but now I'm trying to create the asp.net page that will answer the request. For testing, I just want to return a simple string. I thought I could do something like this: <code> if(this.Request.QueryString.Count > 0 && this.Request.QueryString ==
5
9447
by: Rufnex | last post by:
Hi, is it possible to use the XMLHTTPRequest-Object with the Methods PUT and DELETE in JavaScript? Maybe there is a tutorial or a short e.g. thx for answer Rufnex
1
4034
by: geevaa | last post by:
http://www.phpbuilder.com/columns/kassemi20050606.php3 XMLHttpRequest and AJAX for PHP programmers James Kassemi Introduction: Although the concept isn't entirely new, XMLHttpRequest technology is implemented on more sites now than ever. Compatibility is no longer an issue (IE, Mozilla and Opera all support it), and the benefits to using it are amazing. There are too many PHP programmers avoiding any
2
5892
by: Angus | last post by:
Hello I want to get an Ajax example working with a Perl script. I have this at the moment but nothing seems to get sent to the server self.xmlHttpReq.open('GET', 'http://myurl.com/example.pl?name=lisa', true); self.send(); But as I say nothing gets sent.
6
2701
by: dmorand | last post by:
I'm having a little trouble with my ajax. I can see my results in IE, but not firefox. I'm assuming I'm missing some syntax somewhere. alert("Test " + results + testing); returns the values in IE, but in Firefox it says undefined Any ideas why this can happen? <cfform action="" enablecab="Yes" onSubmit="formSubmission();"> <table align="center"> <tr><td>ICU Capacity:</td><td><cfoutput query="GetConstants"><input...
9
4508
by: torso | last post by:
Hi Does someone know a good tutorial for multiple file upload with xmlHttpRequest. I am trying to do directory upload. So I could choose directorys and upload those to the server. Another solution would be fake multiple file upload. It's takes only address of directorys and after choosing few address, you could push send button and PHP would do the rest.
0
9689
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10269
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10248
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9085
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7573
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5469
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5597
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4148
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2942
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.