Jump to content

Full AJAX Website.


GB_001

Recommended Posts

lots.

Unless you have a specific reason for using it, avoid AJAX. What I've found is that it's great for server-side lookups (such as auto suggest) or stuff like saving forms, but for serving entire pages it's a waste of time and pointless. Not to mention that accessibility goes out the window, and Google doesn't utilise Javascript when crawling your site so may not be able to index your site correctly.

 

My list goes on, but like I say - avoid unless you really need it. When you really need it, you'll just know...

Link to comment
https://forums.phpfreaks.com/topic/111621-full-ajax-website/#findComment-573041
Share on other sites

Yeah, you will lose out on a lot of things building an Ajax-based website. It should be used as a small tool instead.

You could however make it so that the site can run using Ajax (if javascript is enabled) and as a normal site (if disabled). Or give the option for the user!?

Link to comment
https://forums.phpfreaks.com/topic/111621-full-ajax-website/#findComment-573057
Share on other sites

lots.

Unless you have a specific reason for using it, avoid AJAX. What I've found is that it's great for server-side lookups (such as auto suggest) or stuff like saving forms, but for serving entire pages it's a waste of time and pointless. Not to mention that accessibility goes out the window, and Google doesn't utilise Javascript when crawling your site so may not be able to index your site correctly.

 

My list goes on, but like I say - avoid unless you really need it. When you really need it, you'll just know...

I agree that using ajax for the whole website is not a great idea from a usability standpoint however as far as google i am pretty sure that you can create a separate file for google to crawl your site.

Link to comment
https://forums.phpfreaks.com/topic/111621-full-ajax-website/#findComment-573177
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.