•July 21, 2010 •
Leave a Comment
•July 20, 2010 •
Leave a Comment
From the article:
The Future of the Web: HTML5 Web Sockets | AJAX & RIA Journal
HTML 5 Web Sockets, as defined in the Communication section of the HTML 5 specification, represent the next evolution of Web communications. Web Sockets provide not only a standard against which Comet- and AJAX -style, or any other RIA application, can be built, but also a socket, native to the browser, that facilitates network programming from the browser with efficient bi-directional (or full-duplex) communication over a single connection, eliminating many of the connection limitations that surround Comet and AJAX.
Posted in technology, web
Tags: html5, ajax, web sockets, comet
•July 20, 2010 •
Leave a Comment
•July 19, 2010 •
Leave a Comment
JavaScript RegExp Example: Online Regular Expression Tester
Feel free to test JavaScript’s RegExp support right here in your browser. Obviously, JavaScript (or Microsoft’s variant JScript) will need to be enabled in your browser for this to work. Since this tester is implemented in JavaScript, it will reflect the features and limitations of your web browser’s JavaScript implementation. If you’re looking for a general-purpose regular expression tester supporting a variety of regex flavors, grab yourself a copy of RegexBuddy.
Posted in development, web
Tags: javascript, web development, toolbox, regexp
•July 19, 2010 •
Leave a Comment
Building iPhone Apps with HTML, CSS, and JavaScript
If you know HTML, CSS, and JavaScript, you already have what you need to develop your own iPhone apps. With this book, you’ll learn how to use these open source web technologies to design and build apps for both the iPhone and iPod Touch.
Posted in design, development, mobile, technology, tips-n-tricks, web
Tags: javascript, iPhone, css, jquery, html, mobile, web development, jQTouch, apps, ipod touch
•July 19, 2010 •
Leave a Comment
Compatibility Master Table
My Compatibility Tables are by far the most popular resource on this site. Here you find the master table that contains links to the individual tables.
Posted in development, technology, web
Tags: css, html5, browsers, DOM, reference
•July 16, 2010 •
Leave a Comment
Excerpt:
HTML5 video markup, compatibility and playback
The emerging HTML5 specification lifts video playback out of the generic <object> element and into specialized <video> handlers. Explicit markup for audio and video places elevates moving pictures to a similar native rendering capacity as <img /> markup we are used to but with more fine-grained details about underlying formats and compression available before loading. In this post I will dive into implementation details of HTML5 video based on currently available consuming agents and outline some of the nuances of preparing media for playback.
Posted in development, mobile, technology, video, web
Tags: javascript, html5, mobile, video, flash, browsers
•July 16, 2010 •
Leave a Comment
•July 16, 2010 •
Leave a Comment
•July 15, 2010 •
Leave a Comment
Excerpt:
YouTube – HTML5 Video, CSS Animations, and jQTouch
The HTML5 Video tag, CSS3 Animations, and jQTouch are all beautiful things. Unfortunately, they look like crap when combined. Follow along as I show you how to make these three technologies play nicely together.
Posted in development, mobile, tips-n-tricks, video, web
Tags: css, html5, howto, video, animation, jQTouch