R
E
S
O
U
R
C
E
S
       Home      Products & Services      Contact Us      Links


WebHatchers will design & develop your site for you.
_______________________

Website Menu Heaven: menus, buttons, etc.
_______________________

Send us your questions.
_______________________

site search by freefind
_______________________

HOME
SEO, Google, Privacy
   and Anonymity
Browser Insanity
JavaScript
Popups and Tooltips
Free Website Search
HTML Form Creator
Animation
Buttons and Menus
Counters
Captchas
Image Uploading
CSS and HTML
PHP
AJAX
XPATH
Website Poll
IM and Texting
Databases—MySQL
   or Not MySQL
Personal Status Boards
Content Management
   Systems
Article Content
   Management Systems
Website Directory
   CMS Systems
Photo Gallery CMS
Forum CMS
Blog CMS
Customer Records
   Management CMS
Address Book CMS
Private Messaging CMS
Chat Room CMS
JavaScript Charts
   and Graphs




Free Personal Status Boards (PSB™)

Free Standard Free PSB

Free PSB Pro Version

Free Social PSB

Free Social PSB Plus (with Email)

Free Business PSB

Free Business PSB Plus (with Email)

PSB demo

Social PSB demo

Business PSB demo

So what's all this PSB stuff about?

Chart comparing business status boards

PSB hosting diagram

PSB Licence Agreement



Copyright © 2002 -
MCS Investments, Inc. sitemap

PSBs, social networking, social evolution, microcommunities, personal status boards
PSBs, social networking, business personal status boards
website design, ecommerce solutions
website menus, buttons, image rotators
Ez-Architect, home design software
the magic carpet and the cement wall, children's adventure book
the squirrel valley railroad, model railroad videos, model train dvds
the deep rock railroad, model railroad videos, model train dvds

AJAX—Synchronous and Asynchronous Together: Test

In this test program, we will see Ajax return one array each from two separate xmlhttp.responseTexts with the use of both Synchronous and Asynchronous Ajax scripts which run separate PHP scripts. We'll see what works and what doesn't when you run consecutive Synchronous and Asynchronous Ajax scripts. In the first four Ajax tests linked to below, we see that it's simple to return combinations of strings and arrays in a single Ajax xmlhttp.responseText, so there's rarely a need for Synchronous and Asynchronous Ajax scripts run one after another to get more data—use one script. In http://www.css-resources.com/chat-room-home-page.html we used Ajax scripts and PHP scripts so complex that we ended up using Synchronous and Asynchronous Ajax scripts run one after another. But we'll probably never need to do that again. How many chat room scripts do we need to write?