Tag Archives: html5

Websockets with php – tutorial on basics

By | February 12, 2013

Websockets Websockets is a new feature available in browsers as a part of the Html5 specs that allows javascript clients to open bi directional socket connections to a server. Currently all major desktop browsers support the api. Websocket is not an independant socket protocol, but is based on the TCP protocol just like HTTP. Therefore… Read More »

Enable webgl in google chrome on ubuntu

By | December 29, 2012

To enable webgl in Google Chrome launch it with the following flags –enable-webgl –ignore-gpu-blacklist $ google-chrome –enable-webgl –ignore-gpu-blacklist Now test webgl by opening the following url It should show a spinning cube if webgl is working correctly. Open the following url in chrome about:chrome or chrome://gpu/ It should show the following data Graphics Feature Status… Read More »