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

World: r3wp

[Tech News] Interesting technology

Pekr
31-May-2007
[2404]
and what is the difference? Isn't fronted of web 2.0 (ajax stuff) 
about html, css, js, and that you can have whatever architecture 
on server?
Henrik
31-May-2007
[2405x2]
Well, you might be locked into precisely ajax, XML and managing session 
data in a non-persistent way, which is not optimal if you're building 
an application. We already know that, we're REBOLers. :-) He talks 
also about maintaining data persistence across sessions.
it's amazing. it's like he's talking about REBOL. :-)
Pekr
31-May-2007
[2407x2]
hmm, maybe I don't properly understand. Does ajax aproach have problem 
with persistency, sessions? Well, I ruined one of our internal apps 
by simply pressing browser back, forward buttons, instead of links 
....
Everybody will talk REBOL in one year, so better get used to it :-)
Henrik
31-May-2007
[2409x2]
Bad design, I guess. but you have to remember that AJAX is a huge 
hack on top of a non-persistent protocol. it's by definition harder 
to do these things, than with a clean implementation like REBOL/Services.
imagine a P2P client in AJAX...
Sunanda
31-May-2007
[2411]
Previously posted (and perhaps lost in the flurry) in the I'm New 
group: Google announces its method of making web apps run offline, 
hence a lurch toward the x-internet:
http://gearsblog.blogspot.com/

<<The Gears team believes in the open web and the simple technologies 
it is built on, and we didn't want to change that. So Gears is an 
incremental improvement to the web as it is today. It adds just enough 
to AJAX to make current web applications work offline.>>

I'd say the terms [simple technology / AJAX / incremental improvement] 
are combinable to make several new oxymorons.
Volker
31-May-2007
[2412]
I think simple means what a community knows. AJAX etc, once learned, 
is "simple". Change to much and you loose a lot of people. Maybe 
"simple" should be replaced with - thought "beruhigend" - humm, http://www.dict.cc/?s=beruhigend, 
i guess i pick "reassuring", but "sedative" fits well from another 
angle^^
Mchean
31-May-2007
[2413x2]
Sunanda, what is your take on that.  Seems pretty significant development.
or anyone else
Sunanda
1-Jun-2007
[2415x2]
Making the *browser* the application platform is a nice idea.
But a browser is under-resourced, not designed for that role.

And (like desktop operating systems) there are multiple versions: 
IE, FF, Opera, Safari etc.
That is all problematical.

Millions are being thrown at the problem. But not much evidence that 
it is feasible.
For an alternative approach (which may be just as problematical in 
other ways), look at the Gnome Online Desktop project:
http://log.ometer.com/2007-04.html#3
Volker
1-Jun-2007
[2417x2]
But its much easier to get all people on board. English is not the 
best language to, except that its so much used.
And its free. Else look no further than ios (add fantasies about 
improvements if the browser/os markets had spend their money there 
;)
Maxim
1-Jun-2007
[2419x3]
rebol really is a browser in the same sense of why people use web 
browsers.  in fact rebol is a rebol language browser, and IE is an 
html browser.  both intepret a set of specifications.  Rebol has 
all the same limitations of a browser, it implements only a subset 
of what can be done by an OS by default.    but the only real advantage 
REBOL has over "the web" (not to mix up with "internet") is that 
all parts of the development are in the same language, from  layout, 
stylesheet, interactivity, DB, all of this is coded using one single 
language.
this is REBO's simplicity, the language in itself, can be argued 
to be simple or not... many will find the lack of syntad makes REBOL 
complex.
but the fact that its an Abstraction layer which deals with all parts 
of interfacing an abstract thing like a computer to a human is why 
its so compelling... you can forget about sooooo much things and 
just concentrate on DOing stuff.
Volker
1-Jun-2007
[2422x2]
Not rebol, ios. Offline, quick distribution, a desktop for files 
and programms.
Thats where the others try to morph the browser.
Maxim
1-Jun-2007
[2424x3]
volker, rebol is a platform, just like the browsers.
IOS is an application.
a browser has no "desktop"
Volker
1-Jun-2007
[2427]
rebol is the javascript of that thing. ios is the browser. browsers 
have http, cache and such.
Maxim
1-Jun-2007
[2428]
it just loads html and runs it...  providing a gui space, an execution 
space ... all is defined within the html source.  just like a rebol 
app.
Volker
1-Jun-2007
[2429x3]
Mine has. back, forward, bookmarks
pasting an url. navigation and open things. thats desktop
You need that to deal with multiple "installations"/vendors of a 
webpage/script
Maxim
1-Jun-2007
[2432]
no, a desktop is a virtualisation of a desk litterally.  there are 
html desktops too ("EYE OS")
Volker
1-Jun-2007
[2433]
replace the word desktop
Maxim
1-Jun-2007
[2434x2]
rebol supplies its own DOM (view)
view even has its own desktop, just like ios...
Volker
1-Jun-2007
[2436]
something to find files and programms, which lookes the same for 
everyone.
Maxim
1-Jun-2007
[2437]
ios actually provides something web browsers don't have by default.
Volker
1-Jun-2007
[2438x2]
view has read-thru, thats the more important part.
yes, they dont. but they want to get it.
Maxim
1-Jun-2007
[2440]
well, I am thinking about it and even rebol/view has the offline 
capabilities which browser apps don't really have yet.
Volker
1-Jun-2007
[2441]
It adds just enough to AJAX to make current web applications work 
offline.
 thats what Sunanda startet with.
Maxim
1-Jun-2007
[2442x2]
yes everyone is trying to get to it.
strange that we have been doing it for 5-6 years now.
Volker
1-Jun-2007
[2444x3]
Evrything with "online desktop" (to me focus on collaboration) is 
so outdated now.. ;)
So when someone suggests a better solution than incremental browser-improvements, 
i know one. I know both. The best incremental stuff, which gets attention, 
and the way it should work. Links to "rebuilds it radically better" 
are usually nothing new.
Except of shared editors like writely. But ios would do that now.
Maxim
1-Jun-2007
[2447]
except IOS has bismal applications... sorry to say it so bluntly 
and it being not free, it never got the spin it would have had otherwise.
Mchean
1-Jun-2007
[2448x4]
my thoughts also, Rebol has been doing it for 5 or 6 years already, 
and IOS is an example of how it might have been but didn't go far 
enough.
Now the market is catching up, so the advocacy issue has become harder
the 3000 lb gorilla has entered the room.
a $99 pc with all data stored on Amzon S3 for $12 a month! http://www.zonbu.com/home/index.htm
Oldes
5-Jun-2007
[2452]
Sony's Flexible OLED http://youtube.com/watch?v=htn3_xQqo8s&mode=related&search=
yeksoon
6-Jun-2007
[2453]
Yahoo! Pipes. (Feed aggregator and manipulator).....
http://pipes.yahoo.com/pipes/