WEB

TwitterFacebook
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: http://mbed.org/cookbook/Websockets-Server
http://charlesleifer.com/blog/building-bookmarking-service-python-and-phantomjs/

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

Create a stylish HTML5 template from scratch

http://www.red-team-design.com/create-a-stylish-html5-template-from-scratch
http://www.html5rocks.com/en/tutorials/webaudio/intro/

Getting Started with Web Audio API

Before the HTML5 <audio> element, Flash or another plugin was required to break the silence of the web. While audio on the web no longer requires a plugin, the audio tag brings significant limitations for implementing sophisticated games and interactive applications. The Web Audio API is a high-level JavaScript API for processing and synthesizing audio in web applications. The goal of this API is to include capabilities found in modern game audio engines and some of the mixing, processing, and filtering tasks that are found in modern desktop audio production applications. What follows is a gentle introduction to using this powerful API.