
WEB
Get flash to fully experience Pearltrees
Websockets Server - Cookbook
As explained in this webpage , the Websocket protocol allows full-duplex, bi-directional communications between a server and clients. For this WebSocket tutorial, we will need to implement a server. We chose the Tornado Websocket server for our Internet of Things project . In this tutorial, we will present an example of how to get the Tornado Server running using websockets. This tutorial is divided into two parts:charles leifer | Building a bookmarking service with python and phantomjs
Using python and phantomjs, a headless webkit browser, it is a snap to build a self-hosted bookmarking service that can capture images of entire pages. Combine this with a simple javascript bookmarklet and you end up with a really convenient way of storing bookmarks. The purpose of this post will be to walk through the steps to getting a simple bookmarking service up and running. Installing phantomjs First step is installing phantomjs and making sure it is working correctly. Depending on your system you may need to follow slightly different instructions to get things running, so refer to phantomjs's documentation if you run into issues.HTML5 is certainly one of the latest buzzwords in the web community. It isn’t something new anymore and we’ve already seen how cool it is. Features like simplified doctype , more semantic markup , input types and placeholders are just some of the reasons you’d like to use a HTML5 template. So, today we’re going to build a HTML5 template using the full power of CSS3. View demo The HTML5 template design

