Case Study - Page Flip Effect With HTML5 and Javascript

html5rocks is sharing tutorial how to create page flip effect with HTML5 and Javascript. This tutorial is case study of an HTML5-based educational web app called 20 Things I Learned about Browsers and the Web (www.20thingsilearned.com). The tutorial will take us through the process of creating our own page flip effect using the canvas element [...]

Continue Reading →

DBSlayer - Accessing a MySQL database from Node.JS

The DBacesslayer aka DBSlayer is a lightweight database abstraction layer suitable for high-load websites where you need the scalable advantages of connection pooling. Written in C for speed, DBSlayer talks to clients via JSON over HTTP, meaning it’s simple to monitor and can swiftly interoperate with any web framework you choose. Developed by the New [...]

Continue Reading →

Browser-specific CSS With CssUserAgent

CssUserAgent help Us to apply special CSS classes to your pages allowing you to use valid CSS to work around browser-specific quirks. Since these are performed once at startup, CSS may be statically defined without the need to mix browser-specific logic into the presentation. Incoming search terms for the article: browser specific css wordpress browser [...]

Continue Reading →

XRegExp - JavaScript Regular Expression Library

XRegExp is an open source JavaScript library that provides an augmented, extensible, cross-browser implementation of regular expressions, including support for additional syntax, flags, and methods. Incoming search terms for the article: jquery regex library javascript xregexp javascript regular expression library XRegExp javascript regex library regular expression library javascript XRegExp javascript xregexp nodejs xregexp include space [...]

Continue Reading →

Modernizr - Detect CSS3 and HTML5 Features Available

Modernizr is a script that will detect native CSS3 and HTML5 features available in the current UA and provide an object containing all features with a true/false value, depending on whether the UA has native support for it or not. Incoming search terms for the article: modernizr demo modernizr demos demo modernizr jquery modernizr demo [...]

Continue Reading →

Easel - Javascript Library for Working With HTML5 Canvas

The new Canvas element in HTML5 is powerful, but it can be difficult to work with. It has no internal concept of discrete display elements, so you are required to manage updates manually. The Easel Javascript library provides a full, hierarchical display list, a core interaction model, and helper classes to make working with Canvas [...]

Continue Reading →

Head JS Speeds Up, Simplifies & Modernizes Your Site

The HEAD section is the worst place to load scripts. It’s painfully slow. The more and the bigger the worse it gets. Move scrips to the bottom and you run into dependency issues and you cannot safely use HTML5 and CSS3. Enter Head JS. A compact solution to these universal issues. The alternative solution is load [...]

Continue Reading →

25+ Powerful Javascript Chart Libraries

Graphs and charts are the best way to display information at hand to the user and make it easy to read and understand. These visual structures allow you to easily simplify complex data and output easier to understand content. Thanks to Javascript and a bunch of talented developers, which is give us solutions for easily [...]

Continue Reading →

nude.js - Nudity Detection With JavaScript and HTMLCanvas

nude.js is a JavaScript implementation of a nudity scanner based on approaches from research papers. HTMLCanvas makes it possible to analyse image data and afterwards decide whether it should be displayed or not. The detection algorithm runs at the client, therefore it’s possible (with user interaction) to display the image even if it’s identified as [...]

Continue Reading →

GameBoy Emulation In JavaScript

With the recent introduction of the <canvas> tag to HTML, the question arises as to whether a JavaScript program is capable of emulating a system, much like desktop applications are available to emulate the Commodore 64, GameBoy Advance and other gaming consoles. The simplest way of checking whether this is viable is, of course, to [...]

Continue Reading →

Page 7 of 11« First...«56789»...Last »