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

World: r3wp

[AJAX] Web Development Using AJAX

[unknown: 9]
22-Apr-2006
[134x2]
I agree with Brian.  LiveScript was a better name, and reduced confusion. 
 I have never like Rebel, but really like the idea of Rebel.

There are so many exmaples of name space conflict where there does 
not need to be.


And on the topic of AJAX:	http://www.macworld.com/news/2006/04/21/ajax/index.php
You know how when something new comes along they give it a new word, 
and it really just does what the old thing did? 

For me this means we have to learn a new word, when in reality it 
is just the same thing. 


 AJAX is the "concept" that a browser can talk to the server and ask 
 for a little information, instead of loading the whole page again 
 and again and again! 


This is a Technology!?!  This is "all" that AJAX is, nothing more. 
 It is the "concept" that we are finally doing something the way 
it should have been done in the first place. 


I'm coming out with a new technology next year, I'm working with 
two doctors on it.  It is called SBYNH: 

Stop Banging Your Nuts with a Hammer. 


We expect quite a turn out.  We will have medical professionals on 
hand to explain the long term affects of failing to use SBYNH.
Maxim
22-Apr-2006
[136x2]
and obviously the surgery procedures already worked out to fix failed 
SBYNH  ;-)
(well, fixing is not the proper term I guess ;-)
[unknown: 9]
22-Apr-2006
[138x2]
In my first post about Rebel I meant to say "I never liked Rebol 
(the spelling), but like the idea behind the name.
Ruby is cute... (a little gem).
Maxim
22-Apr-2006
[140]
its funny how people constantly mixup java and javascript.   :-(
Gregg
22-Apr-2006
[141]
The great thing about SBYNH is that those who don't use it won't 
likely procreate.
Terry
23-Apr-2006
[142x2]
25  3   3   1   4
(a puzzle)
Robert
23-Apr-2006
[144x2]
I really don't understand all the buzz about Ajax. About 1998/1999 
a friend of mine and I made a remote Javascript debugger that used 
IFrames to update the client page without reloading. And we were 
able to remote debug the client side. The problem was, that we really 
drove the Javascript and DOM engines to the limit...
If someone is interested I can see if I find the old sources.
MichaelB
23-Apr-2006
[146]
I guess it's really just because most people (me included) didn't 
know about it until recently. :-) And it's so nice, because (as Reichart 
said) it's for some things the way it should have been done in the 
first place. (it's nice for me, because in a small project I'm doing 
right now, I can skip almost all PHP coding, because I can do most 
stuff in Javascript and just let the PHP do the database handling)
Sunanda
23-Apr-2006
[147]
Bear in mind that around 10% of all people do not have javascript 
enabled. That way be through choice, necessity, or following US government 
security advice.

Javascript usage stats: http://www.w3schools.com/browsers/browsers_stats.asp

Before clicking on a link to a web site that you are not familiar 
with or do not trust, take the precaution of disabling active content.
:
http://www.us-cert.gov/cas/tips/ST04-012.html


With PHP all the oomph is in the server , so it is under your control. 
As you cannot guarantee that JS will be available in the client if, 
extra steps are needed to ensure the website works without it -- 
even though it may work spectacularly better with it.
MichaelB
23-Apr-2006
[148]
Good point.
Robert
23-Apr-2006
[149]
But Ajax nees JS as well, right?
Sunanda
23-Apr-2006
[150]
Yes.

Which means Ajax is not a universally appliable solution....At least 
not yet.
Volker
23-Apr-2006
[151x2]
Ajax also need decent css-support for  drag/drop etc. its not only 
quick downloads, the browser mustbe good enough to allow a "native 
app".
(although java made that possible for years, and the fatness of a 
comparable ajax-browser is the same)
Chris
23-Apr-2006
[153x2]
There are three aspects that make Ajax apps compelling: 1) distribution 
is easy, with no installation, one click away from any web site; 
2) the environment is consistent, rich and predictable; 3) Remotely 
accessible, one does not have to own a computer, or even have disk 
access,  to resume using an app (classic example, using a library 
to use a web mail app).
Of course there are glaring drawbacks, but they don't matter enough. 
 Widgets (read Reblets) do have a niche -- eg. Apple's Dashboard 
is a far better experience than Windows Live and its ilk -- but we're 
not in that space, Reblets are still too tricky to deploy...
Terry
28-Apr-2006
[155]
Javeline DeskRun: Run Ajax Apps as Native Windows Programs
http://www.javeline.org/modules/products/deskrun.php
Chris
16-May-2006
[156]
http://www.yahoo.com/preview-- imo. this is an Ajaxian nightmare: 
spaghetti code, slow response, over-designed (but then Yahoo! has 
never been noted for their design restraint).
Maxim
16-May-2006
[157x2]
standard Windows user type designing,  bad layout, bad looks, cramped, 
and very inconsistent with itself in the first look!

an example to be site in courses about how NOT to design a UI.
oops:   site == cited
Chris
16-May-2006
[159]
For all Yahoo!'s talk about web UI patterns and best practise, I 
still required User Agent Spoofing (through Camitools) to get it 
working...
Alek_K
16-May-2006
[160]
http://thedailywtf.com/forums/70666/ShowPost.aspx:-)
Will
25-May-2007
[161]
http://blog.kevinhoyt.org/2007/05/21/file-upload-with-apollo-and-javascript/
Graham
27-Dec-2008
[162]
Exhibit seems a very interesting light weight JS framework.
Robert
28-Jan-2009
[163]
Does anyone has a good overview about current Ajax frameworks and 
pros/cons about these?
Oldes
28-Jan-2009
[164x2]
From what I tried (not much) I prefere jQuery
And using this site you can compare, how much the frameworks use 
the global variables (the less is better I think) http://mankz.com/code/GlobalCheck.htm
Pekr
28-Jan-2009
[166]
Robert - Microsoft.cz guys visited me last month, and we talked about 
some 2 - 3 years future, about SharePoint portal. They told me one 
thing towards AJAX - MS is going to adopt jquery, without any changes. 
But of course, I would not consider it being set-in-stone. So maybe 
a jquery?
Robert
28-Jan-2009
[167]
Ok, will take a look at it.
Reichart
28-Jan-2009
[168]
Why would they adopt jQuery as opposed to push Silverlight?
Maarten
28-Jan-2009
[169]
I think they'll  use jQuery to instantiate Silverlight controls.
Reichart
28-Jan-2009
[170]
Maybe.
Maarten
28-Jan-2009
[171]
So as to push Silverlight, e.g. http://malsup.com/jquery/ag/
BrianH
29-Jan-2009
[172x2]
Not everyone can or will install Silverlight, and not every site 
can insist that their customers do so. MS developer tools division 
tries to support whatever their developers want to do on MS development 
platforms like ASP.NET. AJAX needs JS frameworks.
So they adopted JQuery *and* push Silverlight where they can, even 
if that means supporting the Moonlight project like they did for 
the inauguration stream. I think that Silverlight has more potential 
than Flash, but I am not Flash's target market :)
Reichart
29-Jan-2009
[174]
Flash UI libraries are getting pretty good, check this http://www.splashup.com/
Oldes
29-Jan-2009
[175]
I don't think that Silverlight has more potential than Flash. From 
what I've seen, Flash is still much more better. And you have IDEs 
to make graphics for Flash which almost every designer is using now. 
I've dowloaded one MS tool to try to make Silverlight graphic app 
(to test if it would be possible to make a Silverlight version of 
the game we are making in Flash) and I must say, that I have a problems 
to use it. I cannot imagine how not programmers can use it.
[unknown: 5]
29-Jan-2009
[176]
I'm with Oldes.  I still think that Flash is far better than Silverlight.
Reichart
29-Jan-2009
[177]
I don't know which is better, or which will win, but both systems 
are not the best or desired final design in my opionion.


We need a completely open/free base that is a webased standard all 
devices can and do support by default.
Maarten
30-Jan-2009
[178]
But early attempts strand so far. Anybody remmeber SMIL? More recently, 
SVG? Or..?
Reichart
30-Jan-2009
[179x2]
SVG though I think of as ONLY 2D vector stuff.  No?
Why don't we just take PS, and simply move what NeXT did over to 
the web 15 years ago?
Worked well there.
BrianH
30-Jan-2009
[181]
I think that Flash is *currently* better than Silverlight, but Silverlight 
has more *potential* because of the system model and such. It would 
be relatively easy to change the tools around Silverlight and add 
new capabilities to it, but it would be hard to change the entire 
semanitc model and system structure of Flash without breaking all 
Flash code in existence. That is what I mean about more potential.
Henrik
30-Jan-2009
[182]
I was amazed at how well video runs in Silverlight on my Mac. But 
I'd still like to see a separation of video from Flash to get a simpler 
and truly optimized video player.
BrianH
30-Jan-2009
[183]
I'd like to see HTML5 video, and not use Flash or Silverlight for 
video at all.