How to Make website without Page Refresh

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
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

Post by Christopher »

This is done with Javascript modifying the CSS of elements. Search for Ajax.
(#10850)
User avatar
twinedev
Forum Regular
Posts: 984
Joined: Tue Sep 28, 2010 11:41 am
Location: Columbus, Ohio

Re: How to Make website without Page Refresh

Post by twinedev »

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