Always remain updated about current software development trends

Articles having tag: CANVAS

HTML5 Snow Canvas

the HTML5 Canvas can be used as a background in websites modified as needed to design.

HTML5 Gaming: How to Animate Sprites in Canvas with EaselJS

I've decided to use EaselJS which was used to write PiratesLoveDaisies, a great HTML5 Tower Defense game. We're going to see in this tutorial how to use your existing sprite elements and animate them.

WebRTC efforts underway at Mozilla!

Last week, a small team from Mozilla attended IETF 83 in Paris, and we showed an early demo of a simple video call between two BrowserID-authenticated parties in a special build of Firefox with WebRTC support. It is still very early days for WebRTC integration...

Code and Slides: Building the Account at a Glance ASP.NET MVC, EF Code First, HTML5, and jQuery Application

This presentation was given at the spring 2012DevConnectionsconference in Las Vegas and is based on myPluralsight course. The presentation shows how several different technologies including ASP.NET MVC, EF Code First, HTML5, jQuery, Canvas, SVG, JavaScript...

Gethu Games

Two canvas based games – one a spirograph maker with adjustable parameters to allow users to create different shapes and colours. The other is a 9×9 versions of tic-tac-toe that has an audio track playing. Both games will run offline …Continue...

Using Modernizr to detect HTML5 features and provide fallbacks

Modernizr is a JavaScript library that detects which HTML5 and CSS3 features your visitor's browser supports. In detecting feature support, it allows developers to test for some of the new technologies and then provide fallbacks for browsers that do not support...

BrowserQuest – a massively multiplayer HTML5 (WebSocket + Canvas) game experiment

It’s time for some gaming action with a new HTML5 game demo: BrowserQuest, a massively multiplayer adventure game created by Little Workshop (@glecollinet & @whatthefranck) and Mozilla. Play the game: browserquest.mozilla.org BrowserQuest is a tribute...

Picozu Image Editor

Picozu is an online image editor that uses the canvas element and other HTML5 technologies. Appcache is used to store images used in the app’s skin for offline use, and localStorage is used as part of the Facebook integration. In …Continue reading→

CanvasLoader Creator

A nice little web app that creates a spinning loading graphic using canvas, with a VML fallback for non-supporting browsers. The diameter, FPS, speed, colour and other variables can be tweaked to customise the graphic. In the markup there is …Continue...