2011年5月6日

Add Apture Highlights to Blogger

Edit your blogger html and add the following javascript to the end of BODY part:
<script id="aptureScript">
(function (){var a=document.createElement("script");a.defer="true";
a.src="http://www.apture.com/js/apture.js?siteToken=vsJttrn";
document.getElementsByTagName("head")[0].appendChild(a);})();
</script> 
 
 There are also plugins for Firefox, Chrome, and Safari. You can download from: http://www.apture.com/

沒有留言:

coap-client 4.3.0 Windows build

coap-client  is a  wget -like tool to generate simple requests for retrieval and modification of resources on a remote server.  Got the sour...