Plain HTML links for better search engine crawling. Check Source. No links are in the href="javascript:functionName();" format. The onClick event is also not on the links when viewing the source.
Content is database driven. Sample MySQL, CSV and XML files will be shared soon.
Still get the benefit of cool dynamic loading AJAX content but can still be indexed properly by search engines.
Downgrades well even if Javascript is disabled, the site will then run as individual static pages. Thus good for usability and should be Section 508 compliant.
Tested on some phone browsers and still runs as normal individual static pages as if Javascript was disabled.
Sending the content to friends by IM or Email or bookmarking the page will not be a problem. Buttons can be created for the generated permalink.
NOT all content is preloaded and just using CSS tricks like display:none, visibility:hidden, overflow:hidden, negative indents, letter spacing and other hacks. Having all content preload as one page dilutes the keyword focus of the page. So search engines only see the content they need to see per URL crawled.
Content and links are NOT written inside <script> tags of JavaScript code. Search engines disregard content inside the script tags.
Does NOT use any form of search engine detection by user_agent or IP for cloaking which could be risky practices.
Tested and works on Firefox 2.x, Internet Explorer (IE 7.x, 6.x, 5.5x), Safari 3.x, Opera 9.x, Flock 1.2.x, Chrome 1.0.x