r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[AJAX] Web Development Using AJAX

Maarten
6-Dec-2005
[27]
Henrik: your remark is the classic one somebody makes when a technology 
is about to be misused for a killer app. Now we know Ajax/Web 2.0 
will boom ;-)
Henrik
6-Dec-2005
[28]
sadly, it probably will. it's the same thing as using MS Word to 
build webpages. never meant to do it, but it was shoved in there 
for the sake of adding some random feature
[unknown: 9]
6-Dec-2005
[29]
Agreed.
yeksoon
7-Dec-2005
[30]
think this is heavy on Ajax..but it is cool
http://www.fluxiom.com/
[unknown: 9]
7-Dec-2005
[31]
Interesting.  Is there a site to play with?
Terry
8-Dec-2005
[32x3]
I've said it before, but to press the point.. If Rebol wants to keep 
with the times, it needs to create a javascript dialect
I find fluxiom's style sheet to be 'inspiring'   :)
Tahoma is a nice font.
Ashley
8-Dec-2005
[35]
it needs to create a javascript dialect

 - then instead of waiting for someone else to do it, either create 
 one yourself or start a project of like-minded individuals. ;)
Terry
8-Dec-2005
[36]
I personally don't need one.. Rebol does.
Henrik
9-Dec-2005
[37]
If you don't need it, why would Rebol need one? Also I think if it 
was needed, more people would have asked for it and someone would 
have made attempts at writing one. Still, it could be interesting 
with a code generator to other languages that way...
Chris
9-Dec-2005
[38]
Javascript needs a Rebol dialect, hmm -- 
http://www.crockford.com/JSON/index.html
http://www.crockford.com/javascript/remedial.html
http://www.crockford.com/javascript/recommend.html

Close, but not quite...
Henrik
9-Dec-2005
[39]
neat.... I might read up on that, thanks :-)
Terry
9-Dec-2005
[40]
Henrik, I know javascript, but the learning curve for it is harsh.. 
A dialect would shave off that curve.
Allen
9-Dec-2005
[41]
The google issue is a good one, search engines are the reasons that 
previous things like frames and iframes failed. As Neilson often 
states, since the advent of powerfull search engines like google, 
there is no longer a real concept of websites..rather from a web 
user point of view, it is just a search box and a list result web 
 pages with what they want to find
[unknown: 9]
12-Dec-2005
[42]
http://www-128.ibm.com/developerworks/library/x-futhtml1/?ca=dgr-lnxw01FutureHTML
Will
2-Feb-2006
[43]
http://www.adaptivepath.com/publications/essays/archives/000385.php
Terry
2-Feb-2006
[44]
A-/Synchronous use of XMLHttpReqest (Pushing data from a server to 
a browser async style.. )
http://wehrlos.strain.at/httpreq/client.html
[unknown: 10]
1-Mar-2006
[45]
Actualy I dont understand a bit of the principle and functionality 
of AJAX, is there someone here who can explain me the extra value 
of AJAX? (it looks all like a very old priciple that was put in a 
jacket with strange programming languages..)
[unknown: 9]
2-Mar-2006
[46]
You got it Norman.....I went through the same "what the hell is this 
that did not alrewady exist"


AJAX is another way of say "Don't refresh teh page every time, just 
send me the small amount of data I need"
[unknown: 10]
2-Mar-2006
[47]
Thats clear Reichart ..thanks.. ;-)
[unknown: 9]
3-Mar-2006
[48]
Qtask uses a Rebol version of AJAX (we call it Comet).
Maarten
3-Mar-2006
[49]
And when is the Comet coming?
Carl
3-Mar-2006
[50]
The best quote I've seen for Ajax is: "now the browser works like 
it should have in the first place"
Maarten
3-Mar-2006
[51]
Yep. And Microsoft accidentally did that. How sad is that?
Tomc
3-Mar-2006
[52]
something about monkeys with billions banging on keyboards ...
[unknown: 9]
3-Mar-2006
[53x2]
We are activily working on Comet, and the framework.  We should see 
the first hints of the framework on Qtask in about 2 weeks is my 
guess.  The lead of the FRamework just finished the full Contact 
Manager which is live on Qtask now.
Our plan is actually to split off a page and start the UI from scratch 
for the Framework.  it will be fun.  We will simply do everything 
one step at a time, and correctly.
Terry
4-Mar-2006
[55]
now the browser works like it should have in the first place


Now? getElementById has been around since 1998.. IFRAME-based JSRS 
library from 2000, Image/Cookie technique in 2000 and XMLHttpRequest 
since 2002
Volker
4-Mar-2006
[56x2]
And java since 1996 or so?
And juice.
Terry
4-Mar-2006
[58]
Alex Russell has coined a term for a flavour of Ajax that’s been 
getting more attention of late. Comet describes applications where 
the server keeps pushing - or streaming - data to the client, instead 
of having the browser keep polling the server for fresh content. 
Alex identifies several buzzworthy examples:
http://alex.dojotoolkit.org/?p=545
Will
8-Mar-2006
[59]
Which one is better?

http://edevil.wordpress.com/2005/11/14/javascript-libraries-roundup/
Will
9-Mar-2006
[60]
What about this one? wouldn't be nice to have in rebol?
PAJAX - Remote (a)synchronous PHP objects in JavaScript
http://www.auberger.com/pajax/
Maarten
11-Mar-2006
[61]
Websites are just babysitting databases, so tehy invented RubyOnRails 
to make that easier

. I saw this on the web somewhere, and it is true (both in terms 
of RoR qualities and limitations)
Terry
11-Mar-2006
[62]
Everything is data.
Will
12-Mar-2006
[63]
Slides on Comet http://alex.dojotoolkit.org/wp-content/LowLatencyData.html
Allen
14-Mar-2006
[64]
I don't see anything on the that page, just a space where a flash 
movie is supposed to be.
Allen
27-Mar-2006
[65]
http://www.ajaxwrite.com/
Oldes
28-Mar-2006
[66]
it's running only in Firefox!
Graham
28-Mar-2006
[67]
This is a pretty bizarre program .. I tried loading a word doc from 
my docs, and it loads a completely different one.
Rebolek
28-Mar-2006
[68x2]
It's not AJAX based but XUL based and XUL is Mozilla-specific.
I don't understand why they choose that name
Maxim
28-Mar-2006
[70]
man, cant' people stop inventing synonims.
Graham
28-Mar-2006
[71x3]
And it always loads the same document regardless of what I choose.
not ready for prime time yet.
Lotus had a suite of their applications that loaded across the network 
.. looked neat when I went to the demo 10 years ago.
Maxim
28-Mar-2006
[74]
ajax :  the new way of doing everything without changing anything 
in the way we are doing things.
Oldes
28-Mar-2006
[75]
I still don't understand why so many people are so excited with Ajax, 
from my point of view it's just the getXMLHttpRequestObj() function, 
which started to work after many years in more than one browser, 
and which enable us to load something without need to reload all 
the page.
Rebolek
28-Mar-2006
[76]
yes