Tag Archives: 2016

2016

WebRTC – First steps – part 001.

The official website tells us: WebRTC is a free, open project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose. First I will come with one simple example into this tutorial. Will make one webcam into a webpage. Make… Read More »

Simple radial background.

This is the most simple example with HTML5. The result is one radial effect background blue. I add some text with style color white over this background. You can start with one default HTML5 and add the style of body tag. First create one file and named my_test.html. Then you can add this source code:… Read More »