If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > ASP Chat

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-06-02, 13:49
Khalid Khalid is offline
Registered User
 
Join Date: Jan 2002
Location: Libya
Posts: 50
Post ASP Chat

Hi,
I am trying to build a Chat application using ASP, and I am looking for examples, but all I found on the net is poor applications, refreshing the application after several seconds and updating application variables to be displayed on the page, or storing messages in database and retrieve them back to be displayed on the asp page and this could take ages..

It seems weak, I need something stronger, like a java applet..
Can Microsoft Visual basic ActiveX replace the java applet in asp and visual basic?

I need only the idea, and I will work it out...

I will appreciate any professional ideas..

Thanks
__________________
Khalid Yousef
Reply With Quote
  #2 (permalink)  
Old 09-07-02, 09:39
JonathanB JonathanB is offline
Registered User
 
Join Date: Feb 2002
Location: North Wales, UK
Posts: 114
A java applet is executed on the client side... meaning if you replace it with something like an ActiveX component you restrict yourself to the IE browser plat form. With Mozilla now I see IE losing a portion of the browser market and quickly!

Have a look at - http://bodytag.org/dchat/ - it uses an interesting idea for a live chat system.
__________________
J^ - web | email
newsASP Developer
Reply With Quote
  #3 (permalink)  
Old 09-07-02, 13:33
Khalid Khalid is offline
Registered User
 
Join Date: Jan 2002
Location: Libya
Posts: 50
Thank you for your reply..
I had a look at the site you mentioned, the idea looks great and it works in PHP while I script ASP, but this won't be a big problem, since I need an idea only.

Do you know how it works, since it doesn't refresh the page, and it does not use java applets, shockwaves,...etc.

Thanks again
__________________
Khalid Yousef
Reply With Quote
  #4 (permalink)  
Old 09-07-02, 15:34
JonathanB JonathanB is offline
Registered User
 
Join Date: Feb 2002
Location: North Wales, UK
Posts: 114
This weblog entry has links to the site that describes the method used.

http://www.bath.ac.uk/~cs1spw/blog/a...#dChatReleased
__________________
J^ - web | email
newsASP Developer
Reply With Quote
  #5 (permalink)  
Old 09-08-02, 07:41
Khalid Khalid is offline
Registered User
 
Join Date: Jan 2002
Location: Libya
Posts: 50
Thank you JonathanB, Remote Scripting is very interesting and I had never heard about it, though it is exactly what I am looking for.

Thank you for your advise, help and support.
__________________
Khalid Yousef
Reply With Quote
  #6 (permalink)  
Old 09-08-02, 14:45
JonathanB JonathanB is offline
Registered User
 
Join Date: Feb 2002
Location: North Wales, UK
Posts: 114
np
__________________
J^ - web | email
newsASP Developer
Reply With Quote
  #7 (permalink)  
Old 09-23-02, 16:14
Khalid Khalid is offline
Registered User
 
Join Date: Jan 2002
Location: Libya
Posts: 50
Hi,
I have done very well with Remote Scripting.

My application works fine, I do the following from client side scripts:

-call server side functions to save data in SQL-Server database.
-call server side fucntion to read data from SQL-Server database.

But when passing text parameters in arabic language from client side to the server side, it is displayed as ?????? and this means it is undefined as a code page or something.
Do you know if Remote Scripting does not support passing parameters in other language than english.

Thanks a lot

Khalid
__________________
Khalid Yousef

Last edited by Khalid; 09-23-02 at 16:16.
Reply With Quote
Reply

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On