TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Crocodoc (YC W10) launches online HTML5 document reader

22 pointsby rhartsockover 14 years ago

3 comments

btiplingover 14 years ago
It's a very nice reader. I recommend putting all of your CSS in one external stylesheet and combine your JavaScript into one external script file. While I'm at that your HTTP expiration date for your CSS is tomorrow, even though you have cache busting. Set it to for the longest possible time and just update your cache busting version number when you update the CSS. The benefits are caching. This will be very important for an embedded product. I also recommend not using JavaScript to detect IE versions to load external CSS and JavaScript, especially since you're already using the better means, conditional comments.
评论 #2227866 未加载
rdamicoover 14 years ago
Wow, we're really flattered by these posts on HN (Crocodoc co-founder here).<p>The HN community has been really supportive of us as we've been working on this. Lim Cheng Soon from Hacker Monthly was even kind enough to give us permission to use some of their PDFs to showcase our viewer.<p>This PDF (HM issue #1) is one of my favorites: <a href="http://crocodoc.com/pUY6tB" rel="nofollow">http://crocodoc.com/pUY6tB</a>
chrisaycockover 14 years ago
Another discussion that appeared a few hours earlier:<p><a href="http://news.ycombinator.com/item?id=2226912" rel="nofollow">http://news.ycombinator.com/item?id=2226912</a>