2011年3月31日 星期四

PC-over-IP

http://www.teradici.com/pcoip/why-pcoip.php
1. PC-over-IP technology allows enterprise PCs and workstations to be centrally managed in a data center while providing "high resolution", full frame rate 3D graphics and HD media, with full USB peripheral interoperability, locally over a LAN or remotely over a high-latency WAN.
2. There were some video in youtube to show the performance. The zero-client, looking like all in one computer, can play with CAD software with high qulity picture and animation of 3D models.
3. http://pcoip.leadtek.com/tc/whyvp200.html Leadtek provides VP200 for this kind of applications.

Cloud desktop
Companies provide clouddesktop even with microsoft software.
http://www.synapstore.com/Virtual_Cloud_Desktop_p/clouddesktop.htm
http://www.gladinet.com/store/p/BuyNow.aspx
http://www.techrepublic.com/software/cloud-desktop-10-windows/2718739

2011年3月30日 星期三

2011年3月24日 星期四

Google map can't be shown in IE 8 (2011)

Something were changed in the IE 8.0, Google map cannot be shown in it.
The problem may be due to the following tag
<link href="http://code.google.com/apis/maps/documentation/javascript/examples/default.css" rel="stylesheet" type="text/css" />.
It may be solved by
<style type="text/css">
  html { height: 100% }
  body { height: 100%; margin: 0px; padding: 0px }
  #map_canvas { height: 100% }
</style>