Page 1 of 1
Re: How to Make website without Page Refresh
Posted: Tue Dec 11, 2012 12:39 pm
by Christopher
This is done with Javascript modifying the CSS of elements. Search for Ajax.
Re: How to Make website without Page Refresh
Posted: Tue Dec 11, 2012 4:04 pm
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.... )