Skip to toolbar

Community & Business Groups

First Draft of Cloud Provider Service Engagement published by Cloud Computing Community Group

On 2012-09-20 the Cloud Computing Community Group published the first draft of the following specification: Cloud Provider Service Engagement. Participants contribute material to this specification under the W3C Community Contributor License Agreement (CLA). If you have any questions, please contact … Continue reading

Respondu 0.0.4 – Up to date with proposed picture sytax

Hey Everyone Just to let you all know, the Respondu framework has undergone some changes to make it cleaner, simpler and more robust. https://github.com/davidmarkclements/Respondu http://respondu.davidmarkclements.com Respondu uses a different method to Scott Jehl’s polyfill, it piggy backs on the noscript … Continue reading

A Propusal for A New Pseudo Element Called :icon

Take a look to this HTML5 code as shown here: <menu type=”toolbar”> <command type=”radio” radiogroup=”alignment” checked=”checked” label=”Left” icon=”icons/alL.png” onclick=”setAlign(‘left’)”> <command type=”radio” radiogroup=”alignment” label=”Center” icon=”icons/alC.png” onclick=”setAlign(‘center’)”> <command type=”radio” radiogroup=”alignment” label=”Right” icon=”icons/alR.png” onclick=”setAlign(‘right’)”> <hr> <command type=”command” disabled label=”Publish” icon=”icons/pub.png” onclick=”publish()”> </menu> The … Continue reading