How to Make website without Page Refresh
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: How to Make website without Page Refresh
This is done with Javascript modifying the CSS of elements. Search for Ajax.
(#10850)
Re: How to Make website without Page Refresh
Some things to note: Unless done correctly, this completely KILL the ability to link to "inside" pages, and if so, kills SEO on those pages. A local newspaper started doing this for their news stories. Guess what, no one (at first till they worked on it) could directly link to inside content.
Javascript content control has it's places, but can be done poorly. (I hate sites that as I scroll to the bottom, they use ajax to load more, than say 3 "loads" later I click on a link listed. I'm done reading, I hit back, and nope, not where I left off, have to scroll to get it to load again.... )
Javascript content control has it's places, but can be done poorly. (I hate sites that as I scroll to the bottom, they use ajax to load more, than say 3 "loads" later I click on a link listed. I'm done reading, I hit back, and nope, not where I left off, have to scroll to get it to load again.... )