Showing posts with label html5. Show all posts
Showing posts with label html5. Show all posts

Monday, January 24, 2011

PHP Tutorial: Pecl vs Pear VS pecl

email post

PHP Tutorial: Pecl vs Pear vs PECL


"Pecl is a repository of PHP extensions, while
PEAR is a repository of PHP classes.

Extensions are written in C and included into PHP, while classes are written in PHP and included into your code.

Download and deploy php ext, office chair and supplies

Friday, January 21, 2011

W3C Introduces an HTML5 Logo

email post
W3C Introduces an HTML5 Logo

18 January 2011 | Archive
html5 logo

W3C unveiled today an HTML5 logo, a striking visual identity for the open web platform. W3C encourages early adopters to use HTML5 and to provide feedback to the W3C HTML Working Group as part of the standardization process. Now there is a logo for those who have taken up parts of HTML5 into their sites, and for anyone who wishes to tell the world they are using or referring to HTML5, CSS, SVG, WOFF, and other technologies used to build modern Web applications. The logo home page includes a badge builder (which generates code for displaying the logo), a gallery of sites using the logo, links for buying an HTML5 T-shirt, instructions for getting free stickers, and more. The logo is available under "Creative Commons 3.0 By" so it can be adapted by designers to meet their needs. See also the HTML5 logo FAQ and learn more about HTML5.

Thursday, December 02, 2010

HTML5 Demos and Examples

email post
HTML 5 experimentation and demos I've hacked together. Click on the browser support icon or the technology tag to filter the demos (the filter is an OR filter).
Introducing HTML


Demo Support Technology
dataset (data-* attributes) ie: none firefox: none opera: none safari: nightly chrome: live dataset
History API using pushState ie: none firefox: nightly opera: none safari: live chrome: live history
Drag files directly into your browser Not directly part of HTML5 ie: none firefox: live opera: none safari: none chrome: nightly file-api dnd
Simple chat client ie: none firefox: nightly opera: nightly safari: live chrome: live websocket
Two videos playing in sync ie: nightly firefox: live opera: live safari: live chrome: live video
Interactive canvas gradients ie: nightly firefox: live opera: live safari: live chrome: live canvas
Canvas & Video ie: nightly firefox: live opera: live safari: live chrome: live video canvas
Video ie: nightly firefox: live opera: live safari: live chrome: live video
Canvas ie: nightly firefox: live opera: live safari: live chrome: live canvas
Content Editable ie: live firefox: live opera: live safari: live chrome: live contenteditable storage
Geolocation Works on Safari Mobile too ie: none firefox: live opera: live safari: live chrome: live geolocation
postMessage same domain ie: live firefox: live opera: live safari: live chrome: live postMessage
postMessage cross domain ie: live firefox: live opera: live safari: live chrome: live postMessage
drag and drop ie: live firefox: live opera: none safari: live chrome: live dnd
drag anything ie: live firefox: live opera: none safari: live chrome: live dnd
offline detection Works on Safari Mobile too ie: none firefox: live opera: live safari: none chrome: none offline events
navigator.onLine tests Doesn't use events, only polls ie: live firefox: live opera: live safari: none chrome: none offline
on/offline event tests ie: none firefox: live opera: live safari: none chrome: none offline events
offline application using the manifest FF 3.6 is still buggy - doesn't request manifest after initial load ie: none firefox: live opera: live safari: live chrome: live offline manifest
Storage ie: live firefox: live opera: live safari: live chrome: live storage
Web SQL Database Storage ie: none firefox: none opera: live safari: live chrome: live sql-database
Web SQL Database - rollback test ie: none firefox: none opera: live safari: live chrome: live sql-database
Web Workers watch out - uses a lot of CPU! example without - will hang your browser ie: none firefox: live opera: live safari: live chrome: live workers