| Author |
Topic Search Topic Options
|
iSec
Senior Member
Joined: 13 February 2005
Status: Offline
Points: 1140
|
Post Options
Thanks(0)
Quote Reply
Topic: Version 9, AJAX, and PM's Posted: 10 May 2007 at 11:58pm |
I was curious as to whether version 9 of Web Wiz Forums will use AJAX technology to inform members of new PM's received instead of having members refresh the page. This is used by Google Mail (Gmail). You do not need to refresh the page or click a 'Get mail' button to check for new messages, instead, it uses AJAX to check for it. No pop-up windows used!
This would be a great feature to have 
Edited by Info_Tech - 10 May 2007 at 11:59pm
|
|
"When it gets dark enough, you can see the stars"
-Charles A. Beard
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 11 May 2007 at 6:46am |
|
This is something worth looking into, my first concern though is having an open connection to the server could be resource hungry. However, do want to look into using some sort of AJAX method to more accurately track current users so could put the two things together.
|
|
|
 |
leiti
Groupie
Joined: 16 February 2005
Status: Offline
Points: 65
|
Post Options
Thanks(0)
Quote Reply
Posted: 11 May 2007 at 9:18am |
|
btw: how does programming with new version 9 is going on. Is there a timeline for finishing?
|
 |
disrael
Groupie
Joined: 28 November 2006
Status: Offline
Points: 36
|
Post Options
Thanks(0)
Quote Reply
Posted: 11 May 2007 at 6:46pm |
-boRg- wrote:
This is something worth looking into, my first concern though is having an open connection to the server could be resource hungry. However, do want to look into using some sort of AJAX method to more accurately track current users so could put the two things together.
|
Actually, it shouldn't be too bad if you put a 'long' interval on the timer. I've done a bunch of ajax programming (with ASP even!) and if it's something simple (like checking PMs) it could be quick and easy.
|
|
-D. Israel
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 13 May 2007 at 6:50pm |
|
It's certainly something worth considering as it could be used to do a number of things at once, not just the PM checking. Maybe also include something like informing you when your buddies come online, new PM's, last visit date update, and active users list, all in one hit.
|
|
|
 |
dfrancis
Senior Member
Joined: 16 March 2005
Location: United States
Status: Offline
Points: 442
|
Post Options
Thanks(0)
Quote Reply
Posted: 13 May 2007 at 10:41pm |
disrael wrote:
I've done a bunch of ajax programming (with ASP even!)
|
Can you send me some links to your work? I may have a job or two for you if you're good and/or interested.
Send by PM if you prefer... I'll check it manually until Bruce gets the Ajax checker working  .
|
“If you want things to be different, you must be willing to do different things!” David Francis
|
 |
StarDust
Senior Member
Joined: 14 May 2007
Location: Bangladesh
Status: Offline
Points: 310
|
Post Options
Thanks(0)
Quote Reply
Posted: 14 May 2007 at 10:51am |
A  for AJAX. I've seen and heard guys doing amazing things with that. I'll just love WWF a bit more
|
 |
disrael
Groupie
Joined: 28 November 2006
Status: Offline
Points: 36
|
Post Options
Thanks(0)
Quote Reply
Posted: 14 May 2007 at 5:21pm |
-boRg- wrote:
It's certainly something worth considering as it could be used to do a number of things at once, not just the PM checking. Maybe also include something like informing you when your buddies come online, new PM's, last visit date update, and active users list, all in one hit.
|
exactly. I think that's a great idea!
|
|
-D. Israel
|
 |