New Scripts | HTML5
What is Canvas?
posted byhsbotinSVG & Canvas
The canvas element is a drawable region defined in HTML code with height and width attributes. JavaScript code can access the canvas through a full set of drawing functions allowing for dynamically generated graphics. The canvas element was introduced in HTML5. You can read more about the element at the following locations:
Reviews0
PriceFree
Views1310
Canvas Tutorial - An Introduction
posted byhsbotinSVG & Canvas
Welcome! In this tutorial, we're going to create a breakout clone that you can play in your browser, using javascript and the element.
Reviews0
PriceFree
Views929
How to Draw with HTML 5 Canvas
posted byhsbotinSVG & Canvas
Among the set of goodies in the HTML 5 specification is Canvas which is a way to programmatically draw using JavaScript.
We’ll explore the ins and outs of Canvas in this article, demonstrating what is possible with examples and links.
Reviews0
PriceFree
Views1058
HTML 5 canvas - the basics
posted byhsbotinSVG & Canvas
This article takes you through the basics of implementing a 2D canvas context, and using the basic canvas functions, including lines, shape primitives, images, text, and more. You are assumed to have mastered JavaScript basics already.
Reviews0
PriceFree
Views965
Canvas tutorial from Mozilla
posted byhsbotinSVG & Canvas
is a new HTML element which can be used to draw graphics using scripting (usually JavaScript). It can for instance be used to draw graphs, make photo compositions or do simple (and not so simple) animations. The image on the right shows some examples of implementations which we will see later in this tutorial.
Reviews0
PriceFree
Views1404
Pike's SVG tutorials
posted byhsbotinSVG & Canvas
Collection of SVG tutorials aimed at someone creating SVG content and contains critical information for beginners.
Reviews0
PriceFree
Views1407
SVG Tutorial by Jakob Jenkov
posted byhsbotinSVG & Canvas
The purpose of this tutorial is to get you up and running with SVG in a short time, and to be able to use the tutorial as a quick reference afterwards as well. While I will try to cover as much as possible of SVG, it is not the intention to cover each and every little bit of the SVG specification.
Reviews0
PriceFree
Views2056
Fundamentals of SVG
posted byhsbotinSVG & Canvas
This area contains tutorials discussing (by example) the fundamentals of SVG. Topics include: document structure, basic shapes, text, animation, events, and more.
Reviews1
PriceFree
Views1649
Developing offline web apps with HTML5
posted byhsbotinOffline, Database
There are currently 3 separate areas of the HTML5 specification that will help you build an offline web application; web storage, offline caching and web database.
Reviews0
PriceFree
Views1358
Using Offline Web Applications to offer offline capabilities
posted byhsbotinOffline, Database
The goal of this tutorial is to write a browser based "to-do list" application that works on the iPhone, Android and Palm Pre in six steps. The application should even work when the device has no network connection.
Reviews0
PriceFree
Views906
Using Offline Web Applications to offer offline capabilities
posted byhsbotinOffline, Database
The gist of Offline Web Applications is to provide a manifest file that states which files should be downloaded for offline usage, which fallback certain files should have and other options. It is currently supported by Firefox 3.5+, Google Chrome and Safari.
Reviews0
PriceFree
Views863
HTML 5 offline web applications
posted byhsbotinOffline, Database
HTML 5 provides a new caching feature to support offline web applications.
Basically, you can specify in a specific file called the “cache manifest” the caching policy to apply to a particular web page.
To activate the HTML 5 caching feature for a specific document, you only need to specify the URI of the cache manifest file in the manifest attribute of the element.
Reviews0
PriceFree
Views1012
How to Make an HTML5 iPhone App
posted byhsbotinOffline, Database
I’ll show you how to create an offline HTML5 iPhone application. More specifically, I’ll walk you through the process of building a Tetris game.
Reviews1
PriceFree
Views1178
HTML 5: Offline Application Caching
posted byhsbotinOffline, Database
HTML 5 is introducing several new features to the web such as multi-threaded JavaScript, cross document messaging and local storage. In case you are looking for an overview of what HTML 5 promises, visit HTML 5. Today, we will look more closely at the offline application caching feature of HTML 5.
Reviews0
PriceFree
Views857
Creating a quick and dirty jQuery contentEditable Plugin
posted byhsbotinContentEditable
The nice thing about contentEditable is that it maintains original markup and is in effect live editing of text in the currently formatted text. So if unlike wwEditable which used a textbox to copy content and had to figure out what CSS attributes to copy to make the text look right and then handle markup conversion issues, the text you type into a contentEditable block is live HTML.
Reviews0
PriceFree
Views941
In-place editing with contentEditable property and jQuery
posted byhsbotinContentEditable
Firefox3 supports the “contentEditable” property. Setting this attribute to “true” allows you to make parts of a document editable. This attribute was already supported by IE6/7/8, Safari, Chrome and Opera. So now we can start using it in our applications.
Reviews0
PriceFree
Views1245
Make Any Content Editable With JavaScript
posted byhsbotinContentEditable
The contentEditable property (and the similar document.designMode) are meant to enable WYSIWYG editing. One of the cool parts about contentEditable is that it can apply to specific elements.
Reviews0
PriceFree
Views961
The Road to HTML 5: contentEditable
posted byhsbotinContentEditable
The feature of the day is contentEditable, by which I mean client-side in-browser "rich text" editing. All major browsers support this now, including Firefox 3, Safari 3, Opera 9, Google Chrome, and Internet Explorer (since 5.5).
Reviews0
PriceFree
Views1020
Degradable HTML5 audio and video Plugin
posted byhsbotinAudio Players
Wordpress plugin for html 5 audio and video allows you to embed media for native playback in supported browsers and offers a graceful degradation for unsupported browsers.
Reviews0
PriceFree
Views4231
jPlayer
posted byhsbotinAudio Players
jPlayer is a jQuery plugin that allows you to:
* play and control audio files in your webpage
* create and style an audio player using just HTML and CSS
* add sound effects to your jQuery projects
* support more devices using HTML5
All of this with HTML5 support for compliant browsers that allow mp3 or ogg format, while supporting other browsers using mp3 format with no visible Flash.
Reviews0
PriceFree
Views7978
