WebSockets API using Apache Tomcat Jump Start PRO

Java EE supports the HTML5 WebSockets API. We can easily get a WebSockets server up and running by developing a servlet that extends WebSocketServlet class. The following code sample includes two files. The following is the HTML file that includes code in JavaScript for using HTML5 Web Sockets API. <!DOCTYPE html> <html> <head> <title>Simple WebSockets […]

Lo-Dash Jump Start PRO

The Lo-Dash JavaScript library provides us with a huge range of utility functions we can use in our code. Most functions will look familiar if you already have experience using functional programming languages. If you are already familiar with Underscore.js you will find this library very easy to learn. The following code sample shows how […]

HTML5, JavaScript and CSS3 Microsoft Certification INFO

Looking for a professional and valueable certification that covers today topics in HTML5, JavaScript and CSS3 I came across Microsoft Exam 70-480. Going over the topics it covers I was a bit dissapointed.  The exam covers HTML5 official parts only. It ignores many of HTML5 non official parts, that you can already find supported in […]

Handlebars.js Jump Start PRO

The Handlebars JavaScript library provides us with a templates system we can use to create new strings for various purposes, such as new source code and configuration files. Templates created using the Mustache.js JavaScript library are compatible with Handlebars. We can use the same templates with both libraries. The following code sample shows how simple […]

Skip to content Update cookies preferences