Results 1 to 18 of 18

Thread: Have you seen WebMessenger yet???

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Dec 2002
    Posts
    175

    Cool Have you seen WebMessenger yet???

    Just tried it out - what a great idea. But how does it work?
    How can a web browser update like this? I love to know!!

  2. #2
    Frenzied Member Fishcake's Avatar
    Join Date
    Feb 2001
    Location
    Derby, UK
    Posts
    1,092
    what is it?

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Dec 2002
    Posts
    175
    It's ms messenger BUT through a web browser

    http://webmessenger.msn.com

    You need a .NET passport.

  4. #4
    Frenzied Member Fishcake's Avatar
    Join Date
    Feb 2001
    Location
    Derby, UK
    Posts
    1,092
    just tried it, thats really cool thanks, now i can chat to friends whilst at work (don't let us install stuff here).

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Dec 2002
    Posts
    175
    But how does it work?????

  6. #6
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    There's an embedded object in the MainUi page.

    I not entirely sure how it operates without the browser warning for permissions to operate.

  7. #7

    Thread Starter
    Addicted Member
    Join Date
    Dec 2002
    Posts
    175
    I assumed that nothing got downloaded - as that would be a security issue.

  8. #8
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    It's probably an ASP.NET control

  9. #9

    Thread Starter
    Addicted Member
    Join Date
    Dec 2002
    Posts
    175
    But how does it communicated without doing a round trip post back?
    Could utilise functionality of IE - but must be supported by the other browsers.

  10. #10
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    The page is refreshing itself. So there are postbacks and refreshes occuring. No big deal. If you've seen blog sites, they use the same thing, just like LivePerson chat apps.

  11. #11
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    The page doesn't seem to be refreshing, and it can't be a .Net control, because they don't list the framework as a requirement...

    I was thinking its using javascript to communicate back to the server, and they copied part of the developing 2.0 framework code that will allow this, and wrapped in some sort of object .

    Attached is a screen shot from FireFox, and it doesn''t specify what type of object it is... lists it as 'unknown'
    Attached Images Attached Images  

  12. #12
    Fanatic Member venerable bede's Avatar
    Join Date
    Sep 2002
    Location
    The mystic land of Geordies
    Posts
    1,018
    Our firewall blocks everything so this must be using port 80 and http so as nemaroller said it does look like their using some client side code to possibly execute some kind of web services.

    Me thinks at least.

    Parksie

  13. #13
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    I can "SEE" it refreshing.

  14. #14
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704

    Talking

    You're imagining it....

  15. #15
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Smoking too much maybe...

  16. #16
    Addicted Member
    Join Date
    Nov 2001
    Location
    Yewston, Texis
    Posts
    240
    If you install Anayzer (You'll probably want to do this at home)
    http://analyzer.polito.it/
    You would be able to see the messages as they are transmitted back and forth over TCP/IP. The protocol format and ports being used would all provide important clues as to how it works.

    cudabean

  17. #17
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    Just use the right-click - view source method to view the HTML of it. look at the two script files it references and I think if you are any kind of programmer, you will be able to figure it out.

  18. #18
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    I had looked at the javascript files... and maybe because the script is so jumbled together I've missed something, but I didn't see anything, that would signal to the client app that a message was sent.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width