Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old October 12th, 2008, 02:45 PM
FutureShock
Guest
 
Posts: n/a
Default OT: Need opinions to reinforce use of AJAX w/ PHP

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. I think from most posts that most PHP coders
have that same philosophy.

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).

Thanks
Scotty
  #2  
Old October 12th, 2008, 03:25 PM
Jerry Stuckle
Guest
 
Posts: n/a
Default Re: OT: Need opinions to reinforce use of AJAX w/ PHP

FutureShock wrote:
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. I think from most posts that most PHP coders
have that same philosophy.
>
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).
>
Thanks
Scotty
>
I use javascript (including AJAX) to enhance the site. Not for anything
required to use the site.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

  #3  
Old October 12th, 2008, 09:55 PM
Michael Fesser
Guest
 
Posts: n/a
Default Re: OT: Need opinions to reinforce use of AJAX w/ PHP

..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
  #4  
Old October 12th, 2008, 11:05 PM
=?UTF-8?B?SXbDoW4gU8OhbmNoZXogT3J0ZWdh?=
Guest
 
Posts: n/a
Default Re: OT: Need opinions to reinforce use of AJAX w/ PHP

FutureShock wrote:
Quote:
I am asking opinions from the PHP developers their thoughts on using AJAX
that would be a foundation part of a site (required).
It really depends on the particular case. There will be cases where
accesibility is a must and you must ditch all traces of javascript, and
there will be cases where you must ditch accesibility for providing another
experience.

--
----------------------------------
Iván Sánchez Ortega -ivan-algarroba-sanchezortega-punto-es-

Green light in A.M. for new projects. Red light in P.M. for traffic
tickets.

  #5  
Old October 13th, 2008, 12:25 AM
FutureShock
Guest
 
Posts: n/a
Default Re: OT: Need opinions to reinforce use of AJAX w/ PHP

Iván Sánchez Ortega wrote:
Quote:
FutureShock wrote:
>
Quote:
>I am asking opinions from the PHP developers their thoughts on using AJAX
>that would be a foundation part of a site (required).
>
It really depends on the particular case. There will be cases where
accesibility is a must and you must ditch all traces of javascript, and
there will be cases where you must ditch accesibility for providing another
experience.
>
Thanks for taking the time to respond, they seem to reinforce my
decisions to only use them for optional bells and whistles.


Scotty
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles