Anzeige
Anzeige

Más contenido relacionado

Anzeige
Anzeige

Future Of Web Languages

  1. The future of web languages Mark Birbeck http://webBackplane.com/mark-birbeck
  2. Standards "The nice thing about standards is that there are so many of them to choose from." -- Andrew S Tanenbaum
  3. Agile
  4. Modular
  5. Semantic
  6. Use high-level languages to bind functionality
  7. RDFa
  8. Improving search
  9.  
  10.  
  11.  
  12.  
  13. Improve user experience
  14. Examples using RDFa
  15. @role
  16. <ul role=&quot;navigation&quot; > <li>Home</li> <li>Customers</li> <li>About Us</li> </ul>
  17. Web languages as programming languages
  18. XForms
  19. <xf:trigger> <xf:label>Send</xf:label> <xf:action ev:event=&quot;DOMActivate&quot;> <xf:message level=&quot;modeless&quot;> Your email has been sent. </xf:message> </xf:action> </xf:trigger>
  20. <div> Send <xf:action ev:event=&quot;click&quot;> <xf:message level=&quot;modeless&quot;> Your email has been sent. </xf:message> </xf:action> </div>
  21. XML Events
  22. <div> Send <xf:action ev:event=&quot;click&quot;> <xf:message level=&quot;modeless&quot;> Your email has been sent. </xf:message> </xf:action> </div>
  23. SMIL
  24. <xf:trigger> <xf:label>Animate</xf:label> <xf:action ev:event=&quot;DOMActivate&quot;> <smil:animate targetElement=&quot;panel&quot; attributeName=&quot;width&quot; to=&quot;200&quot; dur=&quot;3&quot; repeatCount=&quot;indefinite&quot;></smil:animate> <smil:set attributeName=&quot;display&quot; targetElement=&quot;hidden&quot; to=&quot;block&quot; fill=&quot;freeze&quot;></smil:set> </xf:action> </xf:trigger>
  25. Examples using XForms, XML Events, and SMIL
  26. The Ubiquity Library
  27. Summary Smarter mark-up languages make programming web apps easier (and portable)
Anzeige