ajax?

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!
Post Reply
User avatar
iyeru42
Registered User
Posts: 30
Joined: Thu Jan 18, 2007 6:50 pm
Location: Madison, WI
Contact:

Re: ajax?

Post by iyeru42 »

Just so all of you people know, the WYSIWYG Editor for popular board softwares such as vBull don't use AJAX to init. the Editor, rather... it's a Java Applet used through JavaScript, but not AJAX.
Danopia: wats wrong with windows server?
Iyeru: Everything
Danopia: r u another stereotyper?
Iyeru: No, I'm not a stereotyper.
Iyeru: In fact, I don't think I can type in stereo.

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?

Post by Highway of Life »

FYI, the vB quick reply currently uses AJAX technology to post.
Image

User avatar
Tienchen
Registered User
Posts: 91
Joined: Thu Sep 14, 2006 5:23 pm
Location: Germany
Contact:

Re: ajax?

Post by Tienchen »

Isn't AJAX and Javascript quite the same, only a bit extended one? Or am I false informated...
I don't like these cold, precise, perfect people, who, in order not to speak wrong, never speak at all, and in order not to do wrong, never do anything. (Henry Ward Beecher)
Die Stifthelden

User avatar
Handyman
Registered User
Posts: 522
Joined: Thu Feb 03, 2005 5:09 am
Location: Where no man has gone before!
Contact:

Re: ajax?

Post by Handyman »

AJAX uses Javascript and XML to do what it needs to do.
For instance, when you are viewing a page generated by AJAX, the javascript makes the php page run and display the outcome in XML and from there, the javascript grabs the XML and displays it however you want it displayed.

My first AJAX script didn't use XML, and it had a few problems... so now I use all XML for the display.
My phpBB3 Mods || My Mod Queue
Search Engine Friendly (SEO) URLs || Profile link on Avatar and/or Username || AJAX Chat
Display Posts Anywhere || CashMod || AJAX Quick Edit || AJAX Quick Reply

Image

Klors
Registered User
Posts: 95
Joined: Fri Sep 19, 2003 2:08 pm

Re: ajax?

Post by Klors »

Tienchen wrote: Isn't AJAX and Javascript quite the same, only a bit extended one? Or am I false informated...

Yes and no.

AJAX is a term that was coined for one way of using some existing technologies (Javascript's XmlHttpRequest Object and XML) to make asynchronous (ie. without refreshing the entire page) GET and POST requests back to the web server and receive data back.

Which is why it's so useless when people come here and say "phpBB needs AJAX" as a feature request as it means nothing inherently.

The same asynchronous behaviour can be achieved using other technologies too (flash, vbscript, java applets, etc. I believe).

Daworm
Registered User
Posts: 10
Joined: Mon Jan 08, 2007 4:51 am

Re: ajax?

Post by Daworm »

I'd like to see an AJAX mouseover of topics, that'll display the first X lines of a post.

User avatar
Handyman
Registered User
Posts: 522
Joined: Thu Feb 03, 2005 5:09 am
Location: Where no man has gone before!
Contact:

Re: ajax?

Post by Handyman »

Daworm wrote: I'd like to see an AJAX mouseover of topics, that'll display the first X lines of a post.

Why would you need ajax to do that? that would be to slow.
It's best to just use a tooltip. Even VB only uses a tooltip.
My phpBB3 Mods || My Mod Queue
Search Engine Friendly (SEO) URLs || Profile link on Avatar and/or Username || AJAX Chat
Display Posts Anywhere || CashMod || AJAX Quick Edit || AJAX Quick Reply

Image

APTX
Registered User
Posts: 680
Joined: Thu Apr 24, 2003 12:07 pm

Re: ajax?

Post by APTX »

On the whole AJAX is useful, but not too useful and not quite all the time.
Don't give me my freedom out of pity!

sahtor
Registered User
Posts: 5
Joined: Sun Aug 15, 2004 10:42 am
Contact:

Re: ajax?

Post by sahtor »

Only good ajax-features I've seen have been cron-execution without browser status loading... and the edit button already mentioned in this thread.

User avatar
Handyman
Registered User
Posts: 522
Joined: Thu Feb 03, 2005 5:09 am
Location: Where no man has gone before!
Contact:

Re: ajax?

Post by Handyman »

sahtor wrote: Only good ajax-features I've seen have been cron-execution without browser status loading... and the edit button already mentioned in this thread.

cron execution? of what sort? I wouldn't think that a cron would have to be called by Javascript since it's already being called when you load the page via php.

Does something display automatically?
My phpBB3 Mods || My Mod Queue
Search Engine Friendly (SEO) URLs || Profile link on Avatar and/or Username || AJAX Chat
Display Posts Anywhere || CashMod || AJAX Quick Edit || AJAX Quick Reply

Image

Post Reply