Results for: "coding"

Contents (119)

How to make a Simple HTML5 Canvas Loader
How to make a Simple HTML5 Canvas Loader

Let's code an HTML5 Canvas Loader:  HTML Js var canvas = document.getElementById('demo'); var context = canvas.getContext('2d'); var start = new Date(); var lines = 16, cW = context.canvas.width, cH…

read more
Must Have CSS Tools for Designers
Must Have CSS Tools for Designers

There are a lot of tools and tutorials which can help designers and developers in learning CSS easily and rapidly. In…

read more
318 USEFUL TWITTER BOOTSTRAP RESOURCES #6
318 USEFUL TWITTER BOOTSTRAP RESOURCES #6

How Tos Tutorials and Instructions on using Bootstrap Articles CUSTOMIZING BOOTSTRAP Tips and recommendations on getting started with LESS and Bootstrap customization. TWITTER BOOTSTRAP…

read more
25 HTML5 speed tips
25 HTML5 speed tips

Creating high-performance web sites or applications is essential for web developers. Jatinder Mann explains that the goal of a developer is…

read more
Hash Passwords With PHP 5.5
Hash Passwords With PHP 5.5

Every PHP developer would have to build an application that relies on a user login. It means that the user of the…

read more