Infographic: The Entire JavaScript Language in One Single Image
Chinese-based developer Yusheng, has created a nice graphic that assembles the entire JavaScript programming syntax into one single all-encompassing image. Regardless of what the TIOBE Index says, JavaScript, and not Java, is the hottest programming language right now. This popularity was won very hard, having to fight through a period where the language seemed to have stood still with no new features being released for a period of four years. Despite this, developers rushed to the language, mainly due to the technologies being developed on top of it, and more specifically Node.js. If today some of you want to delve into JavaScript in the upcoming future, there are many tutorials you can find online, all great resources for learning the language's fundamentals from the ground up in a matter of days. But if things are constantly escaping your memory, Chinese-based developer Yusheng has assembled a nice mind map of the entire JavaScript language syntax, complete with code examples.
WebRTC
webRTC-io/webRTC.io · GitHub
Web Audio Demos
javascript-society/javascript-path
WebRTC
Un article de Wikipédia, l'encyclopédie libre. WebRTC (Web Real-Time Communication, littéralement communication web en temps réel) est une interface de programmation (API) JavaScript actuellement au stade de brouillon (Draft) développée au sein du W3C et de l'IETF. C'est aussi un canevas logiciel avec des implémentations précoces dans différents navigateurs web pour permettre une communication en temps réel. Le but du WebRTC est de lier des applications comme la voix sur IP, le partage de fichiers en pair à pair en s'affranchissant des plugins propriétaires jusqu'alors nécessaires. La technologie WebRTC étant récente, son intégration au sein des différents navigateurs internet est encore inégale. Historique[modifier | modifier le code] Cependant, ces initiatives s'opposent à Microsoft qui a soumis une proposition concurrente CU-RTC-WEB (en) le 8 août 2012[11]. Le standard qui établira le WebRTC n'étant pas encore complet, il peut encore subir de fortes modifications.
priologic/easyrtc
Toutes les bonnes raisons d’utiliser WebRTC dans vos projets
Je présente souvent sur ce site, de petits services web bien sympathiques qui utilisent le WebRTC, mais savez-vous exactement ce qu'est le WebRTC ? Le WebRTC est un framework ouvert soutenu entre autres par Google, Mozilla et Opera, qui permet aux navigateurs mobiles et desktops de faire de la communication audio et vidéo temps réel (RTC) grâce à des API en JavaScript. Les specs de l'API sont gérés par le W3C et les specs sur protocole sont gérés par l'IETF, ce qui en fait bien quelque chose d'ouvert. Alors, pourquoi utiliser WebRTC ? Jusqu'à il n'y a pas si longtemps, lorsqu'on voulait proposer un service de visioconférence sur le net, il fallait obligatoirement passer par Flash, Silverlight ou des machins encore plus proprios avec bien évidemment des plugins à installer chez l'internaute pour que ça fonctionne. Utiliser du WebRTC sur son site c'est donc participer à un Internet ouvert, se faire plaisir avec le code et surtout ne plus prendre la tête à vos internautes. Source Wikipedia
11 Free jQuery CSS3 Navigation Menu Plugins
These days, jQuery Navigation menus are more than plain texts with links on it. With the command of jQuery, it can transform the menu of a web site into a dynamic menu. Despite the fact that CSS3 can now be utilized to make dynamic menu, still, the query includes more functionality to the menus. Aside from the element functionalities, the design should likewise be considered. Because of audience your site would perhaps see it for the first time they visit your website. If it is not well designed any having worst UI experience so it will not give you value add to your site. You Might be interested on : Free jQuery Sliders and jQuery autocomplete Tutorials. Mmenu Demo || Download The best jQuery plugin for app look-alike on- and off-canvas menus with sliding submenus for your website and webapp. Sidr Demo || Download The best jQuery plugin for creating side menus and the easiest way for doing your menu responsive. slimMenu Demo || Download HorizontalNav Demo || Download Pushy Demo || Download Slinky.js
Multiplayer is coming
One of the most highly demanded features for Construct 2 has been support for making real-time multiplayer online games. While we have supported WebSockets for some time, it has two key barriers to real-time multiplayer: the need to write a separate server, and the guaranteed in-order transmission using TCP. This can create head-of-line blocking and ruin the performance of latency-sensitive games, compared to UDP which can ignore dropped packets and reduce latency. With the arrival of Chrome 32 and Firefox 27, we now have a solution: WebRTC DataChannels! What is WebRTC? WebRTC is a new browser feature allowing peer-to-peer connections. Peer-to-peer connections have the advantage that you don't need to write or even host a separate server! Which platforms are supported? Currently only Chrome 32+ and Firefox 27+ support interoperable WebRTC DataChannels. Features of the multiplayer engine We are writing our own custom multiplayer engine to best suit the needs of Construct 2 developers. Demos
HenrikJoreteg/SimpleWebRTC
WebRTC Leak Test - Security Gladiators Tool
What Is WebRTC Leak? Whenever you have to use an internet service to protect your privacy and guard your identity, you run the risk of WebRTC leak problems. Even VPN users sometimes have to deal with it. But what exactly does it mean if the security product or service you’re using has a WebRTC problem? The simplest way to understand a WebRTC leak is to think of it as any security vulnerability. But what is WebRTC? WebRTC is an open-source project and stands for Web Real-Time Communication. Most of all, it eliminates the need to download lots of other add-ons and extensions to make these features work in your web browser. So how does WebRTC determine users’ real IP addresses? It makes use of another protocol called ICE, which stands for Interactive Connectivity Establishment. Security Gladiators WebRTC Leak Test <p style='text-align: center;'>Sorry WebRTC leak test requires JavaScript, please enable JavaScript to check for WebRTC leak. WebRTC leak test results How Does a WebRTC Leak Test Work?
Voxel Builder