Archives

HTML5 Charting and Video Support in ColdFusion 10

Adobe Wenbinar

August 21st, 2012

Learn how to create an enriched user experience with CF10 that lets you access a large repository of interactive, client-side HTML5 charts and easily implement them using the built-in CFCHART tag. Also learn about the new CFMEDIAPLAYER tag that has a revamped flash video player and a HTML5 video player.

Speaker: Kiran Sakhare (ksakhare@adobe.com), Computer Scientist, Adobe Systems

Register here.

Auto-Save User’s Input In Your Forms With HTML5 and Sisyphus.js

This article is the third in our new series that introduces new, useful and freely available tools and techniques, developed and released by active members of the Web design community.
The first article covered PrefixFree; the second introduced Foundation, a responsive framework that helps you build prototypes and production code.
This time, we’re presenting Sisyphus.js, a library developed by Alexander Kaupanin to provide Gmail-like client-side drafts and a bit more.

Read the article and code here.

ColdFusion MeetUp: HTML5 Love and the Future of the Web, with James Brown

Announcing a new Meetup for The Online ColdFusion Meetup!

What“HTML5 Love and the Future of the Web”, with James Brown

Our 6pm (US ET) talk on Thursday June 16 will be “HTML5 Love and the Future of the Web”, with James Brown.

TOPIC DESCRIPTION: (provided by the speaker)

HTML5 is here and isn’t just hype any longer. The major browsers are already supporting it and if you don’t start learning it, you could be left behind. We will review features and enhancements that are changing the web as we know it. This isn’t some high-level overview. We’re going dive right into code and look at examples you can use today. We’ll also discuss how to code for backwards compatibility with older browsers. Lastly, we’ll explore how to use HTML5 on mobile devices. You aren’t going to want to miss this meeting!

Read More…

Adobe Releases Flash to HTML5 Conversion Tool

Today Adobe is launching an experimental Flash-to-HTML5 conversion tool called Wallaby. The tool takes content created with Adobe’s Flash Professional and converts it to HTML5, the latest revision of the Web markup language. HTML5 is supported in most Web browsers, but, most importantly, it’s supported on Apple’s iPhone, iPad and iPod Touch, where Flash is banned.

Read the article here.

Download it here.

ColdFusion MeetUp: Developing HTML 5 Applications, with Steve Drucker

Announcing a new Meetup for The Online ColdFusion Meetup!

What: “Developing HTML 5 Applications”, with Steve Drucker

Our 12pm (US ET) talk on Thursday Nov 4 will be “Developing HTML 5 Applications”, with Steve Drucker (a follow-up of his talk on Oct 7, “Upgrading your site to HTML5″.)

TOPIC DESCRIPTION: (provided by the speaker)

Join Steve Drucker, author of the “Upgrading to HTML 5″ instructor-led class for a tour of new application-level functionality in HTML 5. You’ll get an overview of the Forms 2.0 Widgets, defining a custom WYSIWYG editor, drawing with the canvas element, using Web Sockets for browser-server communications, storing data locally – including databases and offline caching of your app, implementing Drag & Drop, and using the Notification API.

MEETING URL: http://experts.acrobat.com/cfmeetup/
DURATION: Approx. 1 hour
Meeting will be recorded. URL will be posted after meeting at http://recordings.coldfusionmeetup.com

Read More…

ColdFusion MeetUp: Upgrading Your Site to HTML5, with Steve Drucker

Announcing a new Meetup for The Online ColdFusion Meetup!

What“Upgrading your site to HTML5″, with Steve Drucker

Our 6pm (US ET) talk on Thursday Oct 7 will be “Upgrading your site to HTML5″, with Steve Drucker. (This is a change in plans from the original topic/speaker announced during last week’s session. That speaker has asked to postpone for a few weeks. More on that as the time approaches.)

TOPIC DESCRIPTION: (provided by the speaker)

During this one hour session you will receive an overview of the fundamentals of HTML 5 including how it might impact your current development as well as dealing with browser inconsistencies and glitches.
Topics include:

  • Introducing HTML 5
  • Adding more structure to your document using new tags, custom attributes, and microdata
  • Embedding native browser-supported audio, video, and animation
  • Refactoring Deprecated Elements
  • Using CSS 3 for positioning and typography
  • Working with Web Forms 2.0
  • Using the for drawing
  • Using New JavaScript APIs – including using CF-based WebSockets for real-time communications

Read More…

Google Chrome Frame

Start using open web technologies like the HTML5 canvas tag right away, even technologies that aren’t yet supported in Internet Explorer 6, 7, or 8. Take advantage of JavaScript performance improvements to make your apps faster and more responsive.

Making your pages work with Google Chrome Frame is easy. Just add this tag to the top of the page:

<meta http-equiv="X-UA-Compatible" content="chrome=1">

Download the plugin for Internet Explorer here.

Google Chrome Frame Developer’s Guide

Adogo Meeting About HTML5

I attended today our ADOGO (Adobe Developers of Greater Orlando) meeting. Adam Fortuna spoke about the new stuff coming with the HTML5 standards by the W3C. (You may read it here: http://www.w3.org/TR/html5/)

It was a very good presentation, he and his colleague Daniel from Izea showed some examples using the localStorage feature where you can now store data locally on the client’s computer (maximum 4MB). That will be good for working offline with data entry and then connecting later to upload.

The new tags <header>, <footer>, <aside>, <article> are cool, but the coolest I think are <video> <audio> and <canvas>. Easy way to show video, graphics.

Unfortunately, those features are supported only by Firefox 3.x and the Mac browser, no Internet Explorer yet (it will be a long time until Microsoft launches IE9).

Well, good job Adam, and thanks for sharing.