HTML5 now ‘feature-complete,’ W3C says

Published: December 19, 2012

And yet:

“Consortium’s next priority is tackling vexing browser defragmentation for the open Web platform.”

Source: InfoWorld

Learning HTML Through a Board Game

Published: October 8, 2012

chtemele

cHTeMeLe is a board game about HTML @ geek.com

cHTeMeLe is a board game about writing HTML5 code. In cHTeMeLe, players endorse their favorite web browser (Firefox, Safari, Chrome, Opera, or IE) and then score points by correctly laying out HTML tags, while also trying to bug or crash their opponents’ code. From the article: ‘Despite cHTeMeLe’s technical theme, its developers claim you don’t need any web programming experience to play. The game takes web design standards and boils them down into game rules that even children can learn. To help less technical players keep everything straight, the tag cards use syntax highlighting that different parts of code have unique colors — just like an Integrated Developer Environment. No one is going to completely pick up HTML5 purely by playing cHTeMeLe, but it does have some educational value for understanding basic tags and how they fit together.

[Via Slashdot]

“The bad news is that cHTeMeLe is only in French for the time being, so many English speakers will have to wait for a translation of the rule book — which, of course, is called ReadMe_fr. Fortunately, the developers have followed in Cards Against Humanity’s footsteps by licensing the game under Creative Commons and making it available for download and printing. So once cHTeMeLe supports other languages, it should be easy to make your own copy.”

Adobe ceases development on mobile browser Flash, refocuses efforts on HTML5

Published: November 9, 2011

Less Flash, more HTML5. That’s the word from Adobe:

Over the past two years, we’ve delivered Flash Player for mobile browsers and brought the full expressiveness of the web to many mobile devices.

However, HTML5 is now universally supported on major mobile devices, in some cases exclusively. This makes HTML5 the best solution for creating and deploying content in the browser across mobile platforms. We are excited about this, and will continue our work with key players in the HTML community, including Google, Apple, Microsoft and RIM, to drive HTML5 innovation they can use to advance their mobile browsers.

We will no longer continue to develop Flash Player in the browser to work with new mobile device configurations (chipset, browser, OS version, etc.) following the upcoming release of Flash Player 11.1 for Android and BlackBerry PlayBook.

Danny Winokur, Vice President & General Manager, Interactive Development at Adobe

Via ZDNet.

Characters and Codes

Published: April 20, 2011

HTML character entities

Superscript:

http://code.google.com/p/doctype/wiki/Sup2CharacterEntity

http://code.google.com/p/doctype/wiki/CharacterEntitiesS

Unicode

Unicode is a computing industry standard for the consistent encoding, representation and handling of text expressed in most of the world’s writing systems.

UTF-8

UTF-8 is a multibyte character encoding for Unicode.

UTF-8 is like UTF-16 and UTF-32, because it can represent every character in the Unicode character set.

Unlike UTF-16 and UTF-32, UTF-8 possesses the advantages of being backward-compatible with ASCII.

UTF-8 has become the dominant character encoding for the World-Wide Web, accounting for more than half of all Web pages.

Meta elements

Published:

Meta elements (tags):

http://webdesign.karljones.com/category/html/html-elements/meta/

30 Examples of Websites Using HTML5

Published: April 11, 2011

Link.

Adobe Releases Flash to HTML 5 Converter

Published: March 9, 2011

Press release of interest to Flash developers:

Adobe has released its Flash to HTML 5 conversion tool, codenamed “Wallaby.”

Wallaby is an application to convert Adobe Flash Professional CS5 files (.FLA) to HTML5 and its primary design goals were to get the best quality and performance on browsers within iOS devices like iPhone and iPad.

Wallaby has a very simple user interface, which accepts as input a FLA file and exports HTML and support files to a user-selected folder. There is also an option to launch the default application assigned for the .html extension, Adobe said.

The focus for this initial version of Wallaby is to do the best job possible of converting typical banner ads to HTML5 and supported Webkit browsers include Chrome and Safari on OSX, Windows, and iOS.

International Business Times

Via Slashdot.

In the News

Published: October 11, 2010

New Web Code Draws Concern Over Risks to Privacy

Worries over Internet privacy have spurred lawsuits, conspiracy theories and consumer anxiety as marketers and others invent new ways to track computer users on the Internet. But the alarmists have not seen anything yet.

In the next few years, a powerful new suite of capabilities will become available to Web developers that could give marketers and advertisers access to many more details about computer users’ online activities. Nearly everyone who uses the Internet will face the privacy risks that come with those capabilities, which are an integral part of the Web language that will soon power the Internet: HTML 5.

Tanzina Vega @ New York Times [via Slashdot]

New Tool Blocks Downloads From Malicious Sites

Science Daily Headlines reports that a new tool has been developed (funded by the National Science Foundation, US Army Research Office and US Office of Naval Research) to prevent ‘drive-by downloads’ whereby simply visiting a website, malware can be silently installed on a computer to steal a user’s identity and other personal information, launch denial-of-service attacks, or participate in botnet activity. The software called Blade — short for Block All Drive-By Download Exploits — is browser-independent and designed to eliminate all drive-by malware installation threats by tracking how users interact with their browsers to distinguish downloads that received user authorization from those that do not. ‘BLADE monitors and analyzes everything that is downloaded to a user’s hard drive to cross-check whether the user authorized the computer to open, run or store the file on the hard drive. If the answer is no to these questions, BLADE stops the program from installing or running and removes it from the hard drive,’ says Wenke Lee, a professor in the School of Computer Science in Georgia Tech’s College of Computing. Blade’s testbed automatically harvests malware URLs from multiple whitehat sources on a daily basis and has an interesting display of the infection rate of different browsers, the applications targeted by drive-by exploits, and the anti-virus detect and miss rates of drive-by binaries.

Hugh Pickens @ Slashdot

Sites of Interest

Published: September 10, 2010

PHP HTML Form Example @ tizag.com

Password Protect a Page @ Totally PHP

Code Gallery @ Zend

Php Sample Code @ happycodings.com

PHP Example Scripts @ php-scripts.com

19 Unique jQuery Tutorials for Web Developers @ webdesignledger.com