Show HN: A jQuery plugin for easy single page web sites.
11–14 of 14 posts
Re: Show HN: A jQuery plugin for easy single page web sites.
#12Almost as easy as just, you know, creating a website. Obviously, the simplified example is simplified, but can you sketch a case where this would actually be useful? Or, even better, point to a site where it is actually in use? EDIT: Just to clarify, what I'm wondering is, where would a single-page site that consists of pages of content (rather than an app) be useful?
Why not simply make one HTML page and a couple of anchors for navigation. That would yield a simple site without the need to code anything.
-jsl
Re: Show HN: A jQuery plugin for easy single page web sites.
#13Is it just me or does this not work on iPad?
Re: Show HN: A jQuery plugin for easy single page web sites.
#14A drawback is that the content isn't directly crawlable by search engines. I made an app earlier that uses Javascript to make static sites dynamic using Javascript, but got lots of comments saying that it's anti-seo: http://news.ycombinator.com/item?id=2830429 Hence I offered a secondary PHP option.
SEO is fine when pre-loading the content and hiding it.