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.

Ask HN: Server-side rendering/proxy for website compatibility in IE5/6?

2 pointsby spolualmost 11 years ago
It looks like something useful for banks etc... and feasible even though that would probably feel "slow".<p>One could send transcoded versions of a website with a renderer running on a server and gathering inputs from the client and applying it to the server-side rendered version?<p>Anyone heard of something similar to that?

2 comments

networkedalmost 11 years ago
WRP [1] implements exactly that and it works with browsers that are much older than IE 5. The author has a write-up about how it got made with some curious screenshots of ancient browsers at [2], [3] (parts one and two). One downside to WRP is that because it uses images with an image map for the rendered pages the content are not searchable.<p>There&#x27;s also Opera Mini for Java ME. It reflows the websites for what screen resolution it&#x27;s running at, usually quite well, and gives you searchable text. It&#x27;s intended for featurephones but I once got a legacy version of it to run on an old laptop with Linux for fun with Microemulator [4].<p>Of course, an administratively simpler option would be to have the old machines access a server running the users&#x27; an entire desktop with a modern browser, PDF viewer and the like using remote desktop software. I arranged this kind of setup with a Linux server and a Windows client for a legacy workstation at work and it proved quite usable. Out of all the major remote desktop software that would run on old Windows (VNC clients, Remote Desktop, NX) the RealVNC client proved the easiest on the client machine&#x27;s CPU in our setup.<p>If you had to absolutely make it happen from within the browser you could employ a VNC Java applet but that would be to the detriment of user experience. For security and privacy you can tunnel VNC over SSH.<p>[1] <a href="http://www.tenox.net/out/#wrp" rel="nofollow">http:&#x2F;&#x2F;www.tenox.net&#x2F;out&#x2F;#wrp</a><p>[2] <a href="http://virtuallyfun.superglobalmegacorp.com/?p=3866" rel="nofollow">http:&#x2F;&#x2F;virtuallyfun.superglobalmegacorp.com&#x2F;?p=3866</a><p>[3] <a href="http://virtuallyfun.superglobalmegacorp.com/?p=3910" rel="nofollow">http:&#x2F;&#x2F;virtuallyfun.superglobalmegacorp.com&#x2F;?p=3910</a><p>[4] <a href="https://code.google.com/p/microemu/downloads/list" rel="nofollow">https:&#x2F;&#x2F;code.google.com&#x2F;p&#x2F;microemu&#x2F;downloads&#x2F;list</a>
评论 #7955457 未加载
27182818284almost 11 years ago
<a href="http://www.browserstack.com/" rel="nofollow">http:&#x2F;&#x2F;www.browserstack.com&#x2F;</a><p>Allows for the testing of internal and external URLs with a number of systems including IE 6 on XP (but I don&#x27;t see IE5 in the list)