AJAX in Olympus?

Discussion of general topics related to the new version and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Forum rules
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
ronoxQ
Registered User
Posts: 17
Joined: Thu Jun 08, 2006 6:16 pm

Re: AJAX in Olympus?

Post by ronoxQ »

Ah, but I DO use vBulletin, you see. I just WISH I could switch to a more open bulletin board: they DO seem to be sadly lacking, which is what I am posting about.

User avatar
Highway of Life
Registered User
Posts: 1399
Joined: Tue Feb 08, 2005 10:18 pm
Location: I'd love to change the World, but they won't give me the Source Code
Contact:

Re: AJAX in Olympus?

Post by Highway of Life »

In all honesty, I love AJAX, I really do.
I think it's one of vB's best features.

But I'm glad it is not a standard feature in phpBB3.
I would love to see it in a Mod, and I think we will. But not everyone want's AJAX (as you can tell ;) )

One thing you'll notice... if AJAX was not compatable with all/most browsers, you would not see so many on vB boards around the internet.
As of right now, I don't know of a vB board that does NOT have AJAX.

Just to repeat, it's not going to be in phpBB 3.0, and I don't think it should be.

But I will be one of the first to pick it up as a mod... if I don't design it first ;)
Image

ronoxQ
Registered User
Posts: 17
Joined: Thu Jun 08, 2006 6:16 pm

Re: AJAX in Olympus?

Post by ronoxQ »

Then again, most people arguing against it make it obvious that they don't know what they mean by AJAX... ;)

User avatar
Highway of Life
Registered User
Posts: 1399
Joined: Tue Feb 08, 2005 10:18 pm
Location: I'd love to change the World, but they won't give me the Source Code
Contact:

Re: AJAX in Olympus?

Post by Highway of Life »

I know. I noticed that as well.

Still, It should be left as an optional feature.
A feature yes... but an added optional one. :D
Image

User avatar
Dr.Death
Registered User
Posts: 25
Joined: Thu Feb 24, 2005 10:33 am
Location: Germany
Contact:

Re: AJAX in Olympus?

Post by Dr.Death »

Yes, AJAX should be a separated MOD.

This will be a MOD i would never install :roll:
Doc.

Image

Yoda_IRC
Registered User
Posts: 158
Joined: Tue Mar 01, 2005 10:19 pm

Re: AJAX in Olympus?

Post by Yoda_IRC »

ronoxQ wrote: I just WISH I could switch to a more open bulletin board: they DO seem to be sadly lacking, which is what I am posting about.
https://www.sourceforge.net" target="_blank <-- go create a project.
Why don't you help make things better instead of just saying its not good enough.

To the two of you who say people objecting don't know what AJAX is, I think you'll find some of us do know what AJAX is, many people however assume any Javascript is AJAX, and some even think some of the CSS stuff if AJAX, it isn't.

If it doesn't connect back to the server using the XML javascript then you can't really call it AJAX.

And claiming AJAX works on EVERY browser, have you tested EVERY browser? even all the ones for mobile devices and the ones for Mac, Linux and BSD? I suspect not.

Also some browser are configured to block Javascript, this was commonly done when people used it to block javascript popups.

Javascript does have accessability problems, the amount of sites with bad Javascript is appalling, with an extension I could get Javascript errors listed, and many of the sites raised errors.

User avatar
Highway of Life
Registered User
Posts: 1399
Joined: Tue Feb 08, 2005 10:18 pm
Location: I'd love to change the World, but they won't give me the Source Code
Contact:

Re: AJAX in Olympus?

Post by Highway of Life »

Yoda_IRC wrote: And claiming AJAX works on EVERY browser, have you tested EVERY browser? even all the ones for mobile devices and the ones for Mac, Linux and BSD? I suspect not.
Every browser on the Mac, yes. Most browsers on Windows, Yes. BSD, yes. Linux... not yet.
Yoda_IRC wrote: Also some browser are configured to block Javascript, this was commonly done when people used it to block javascript popups.
AJAX is easily programmed to get around this. I've done it before.
Yoda_IRC wrote: Javascript does have accessability problems, the amount of sites with bad Javascript is appalling, with an extension I could get Javascript errors listed, and many of the sites raised errors.
But the Olympus Devs would make a great AJAX, don't you think? :D

I'm not for making AJAX for Olympus by default, it should be a Mod, and will be.
I suspect several in fact.

Also, has anybody forgotten the fact that vB comes with AJAX by default???
If it had compatability issues as bad as what you speak of, they would not use it on such a wide scale, but they do.
Image

Yoda_IRC
Registered User
Posts: 158
Joined: Tue Mar 01, 2005 10:19 pm

Re: AJAX in Olympus?

Post by Yoda_IRC »

Highway of Life wrote:
Yoda_IRC wrote: Also some browser are configured to block Javascript, this was commonly done when people used it to block javascript popups.
AJAX is easily programmed to get around this... I'm surprised you didn't know.
That will teach me for typing without thinking. you can always use <noscript> to display something if Javascript is off, or just write it in such a way that it only provides optional stuff so the user won't notice it turned off. I conceed this point :D.
Highway of Life wrote: Also, has anybody forgotten the fact that vB comes with AJAX by default???
If it had compatability issues as bad as what you speak of, they would not use it on such a wide scale, but they do.
So your saying there aren't widespread compatibility problems? hmm, big companies have compatibility issues, many huge websites do, so why can we assume VB is differant.
Yahoo for instance deliberatly introduces compatibility problems. They scan for and block certian types of browser or OS. I get the message:
launch.yahoo.com wrote: We regret that Yahoo! Music videos are not currently supported for Macintosh.
Evidently Linux == Mac.
Many many more sites have compatibility issues.

It is however possible to achieve a reasonably cross platform implementation and provide fall backs for non-script capable browsers if you are very careful about it.

The thing that is actually confusing me is you keep saying "Add AJAX", thats kind of vague, adding AJAX for the sake of AJAX is kind of pointless, in what ways would you like to see AJAX used?

Do you want people to be able to drag things round the screen into differant positions, would you like the forum view to update its topic list without you clicking refresh, would you like a post to be made from the same page as the previous posts and have it add your post to the end without refreshing?

Of course there can also be issues with the back button on certian AJAX systems.

There is also a risk AJAX is a fad that will pass.

Just thought of another, sort of, ajax use, when choosing a name when registering how about a link to check availability without filling in the entire form?

User avatar
Highway of Life
Registered User
Posts: 1399
Joined: Tue Feb 08, 2005 10:18 pm
Location: I'd love to change the World, but they won't give me the Source Code
Contact:

Re: AJAX in Olympus?

Post by Highway of Life »

Yoda_IRC wrote: That will teach me for typing without thinking. you can always use <noscript> to display something if Javascript is off, or just write it in such a way that it only provides optional stuff so the user won't notice it turned off. I conceed this point :D.
:D Yep! (sorry though, I think I was a bit rude) [edit]<-- ooh look! a bug!... eh... already reported. :(
Yoda_IRC wrote: So your saying there aren't widespread compatibility problems? hmm, big companies have compatibility issues, many huge websites do, so why can we assume VB is differant.
Yahoo for instance deliberatly introduces compatibility problems. They scan for and block certian types of browser or OS. I get the message:
launch.yahoo.com wrote: We regret that Yahoo! Music videos are not currently supported for Macintosh.
Evidently Linux == Mac.
Many many more sites have compatibility issues.
You are right.
Even CSS is not perfect.

I was only thinking of using it (AJAX) for posting... but I don't know what everyone else's intentions are.
Image

ronoxQ
Registered User
Posts: 17
Joined: Thu Jun 08, 2006 6:16 pm

Re: AJAX in Olympus?

Post by ronoxQ »

I want AJAX for two things: fast-posting and inline editing. Plus, once it's a feature, other AJAX mods can be made. (A great example of how this can work is vbulletin's RPG Inferno. Version 3.0 at gzevolution.net is the coolest mod ever, and all because of AJAX.)

Locked