473,508 Members | 2,282 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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
Oct 12 '08 #1
4 1390
FutureShock wrote:
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.
js*******@attglobal.net
==================

Oct 12 '08 #2
..oO(FutureShock)
>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.
>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, ...
>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
Oct 12 '08 #3
FutureShock wrote:
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.

Oct 12 '08 #4
Iván Sánchez Ortega wrote:
FutureShock wrote:
>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
Oct 12 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
1554
by: Kate | last post by:
Hi, we are now developing complex business application using Ajax framework. Could anyone point me to the editable javascript grid control which supports XML loading. Good javascript API would be...
6
3239
by: lisa | last post by:
One of the things I hate the most about ASP.NET is the postback of an entire page just to update a single field. So I was looking around, and I came across Remote Scripting. See, when I write...
8
1273
by: rviray | last post by:
I am just looking for opinions about this project that I am working on. Background: Windows Application built under Delphi. The application uses 4-5 (depending on drill down avenue) deep modal...
0
1826
by: melledge | last post by:
Ajax Developers' Day added to XTech 2006 agenda XTech 2006 - 17-19 May - Hotel Grand Krasnopolsky - Amsterdam, The Netherlands
16
2505
by: pamelafluente | last post by:
I am still working with no success on that client/server problem. I need your help. I will submit simplified versions of my problem so we can see clearly what is going on. My model: A client...
1
16474
by: www.web20developers.com | last post by:
http://www.web20developers.com http://www.web20developers.com/index.php?option=com_content&task=view... Ajallerix : AJAX, simple, fast Web image gallery demo ; at Novell AJAX -...
2
1321
by: brakai295 | last post by:
Hi there, I need someone to customise an autocompletion AJAX script a little bit. This free script here (demo | info & download) offers you auto-completion when typing in a country's name. I...
1
1320
by: demandingdata | last post by:
Hello, I am looking for a few opinions. I am exploring creating my own version of those fancy tee shirt designers used by spreadshirt.com, cafepress.com and others. I have a version working of a...
112
4585
by: Prisoner at War | last post by:
Friends, your opinions and advice, please: I have a very simple JavaScript image-swap which works on my end but when uploaded to my host at http://buildit.sitesell.com/sunnyside.html does not...
0
7229
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7129
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7333
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7398
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7061
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7502
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
4716
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
1
769
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
428
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.