Posted by R. Rajesh Jeba Anbiah on 02/04/07 07:02
On Feb 3, 2:09 am, "p...@N05PAM.o2.pl" <p...@N05PAM.o2.pl> wrote:
> I'm going to create applications PHP + AJAX + Linux + Apache + Postgres.
> - Other Open Source technologies / Frameworks, etc. also :)
>
> Is this bookhttp://www.amazon.com/gp/reader/0471777781
> suitable for my "case"? I'm asking persons who read this book :)
<snip>
FWIW.. I haven't read that book.. but...
The real conceived use of Ajax is to avoid unnecessary data
retrieval (and so JSON); but that is proved to be wrong in many
applications.
Many applications prefer "degrades gracefully" architecture and
unobtrusive JavaScript. The idea is:
1. You construct the web application in standard compliance manner
2. Then you Ajaxify the application--usually "degrades gracefully"
manner
SEO and easy interation is major advantage. My <spam>BehaviorS.js</
spam> and JQuery libs could be mentioned here.
--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
[Back to original message]
|