..oO(FutureShock)
Quote:
>This is not a PHP related question, but a question focused to PHP
>developers.
>
>Sadly enough I just started looking at the functionality using AJAX
>procedures. All my sites have been 100% PHP with the only javascript
>being used for user chosen hint boxes and date choices using a pop-up
>calendar.
>
>I was taught early on not to develop any site that requires javascript
>for its basic operation.
|
Correct.
Quote:
>I think from most posts that most PHP coders
>have that same philosophy.
|
This is not related to PHP, but simply the way the Web works. The only
thing you can rely on is HTML, which is the foundation of the Web.
Anything else is just optional: CSS, images,
JS, Flash, ...
Quote:
>I also know that times do change as does rationale behind coding. So I
>am asking opinions from the PHP developers (reason for OT post) their
>thoughts on using AJAX (javascript) that would be a foundation part of a
>site (required).
|
Bad idea.
JS is just an additional feature. It can be a nice addition
and may enhance the user experience, but relying on it to make a site
work just means a decreased accessibility and will prevent many users
from using the site.
It's your decision whether to build a site just for some users with a
given browser environment or to keep it platform-independent and more
WWW-like. In the Web what matters is content, not technology or which
browser is used.
For further discussions you should ask in an HTML authoring group.
Micha