Future Of Web Languages

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

1 comments

Comments 1 - 1 of 1 previous next Post a comment

  • + mark.birbeck Mark Birbeck 2 years ago
    It’s a shame that SlideShare doesn’t use the speaker notes for the transcript; instead it just puts the text from the slide in there. If anyone is interested in this topic you might want to download the presentation, and then you’ll get the notes, which also include lots of links to examples.
Post a comment
Embed Video
Edit your comment Cancel

3 Favorites & 1 Group

Future Of Web Languages - Presentation Transcript

  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
    • <meta name=&quot; author &quot;content=&quot; Mark Birbeck &quot; /> <link rel=&quot; license &quot; href=&quot; http://creativecommons.org/licenses/by/2.0/ &quot; />
    • <img src=&quot; http://farm1.static.flickr.com/...jpg &quot; />
    • Zakim Bridge by Paul Keleher
    • <a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by/2.0/&quot;> ... </a>
    • <img src=&quot; http://farm1.static.flickr.com/...jpg &quot; />
    • Zakim Bridge by Paul Keleher
    • <a about =&quot; http://farm1.static.flickr.com/...jpg &quot; rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by/2.0/&quot;> ... </a>
    • Boston Harbor by Paul Keleher
    • <span about=&quot;http://farm1.static.flickr.com/...jpg&quot; > A picture of <span property=&quot;title&quot; > Boston Harbor </span> </span>
    • <span about=&quot;http://farm1.static.flickr.com/...jpg&quot; > A picture of <span property=&quot;title&quot; > Boston Harbor </span> taken by <span property=&quot;creator&quot; > Paul </span>. </span>
    • <span about=&quot;http://farm1.static.flickr.com/...jpg&quot; > A picture of <span property=&quot;title&quot; > Boston Harbor </span> taken by <span property=&quot;creator&quot; content=&quot;Paul Keleher&quot; > Paul </span>. </span>
    • Boston Harbor by Paul Keleher
    • <span about=&quot;http://farm1.static.flickr.com/...jpg&quot; > A picture of <span property=&quot;title&quot; > Christmas Lights </span> taken on <span property=&quot;created&quot; > December 1st </span>. </span>
    • <span about=&quot;http://farm1.static.flickr.com/...jpg&quot; > A picture of <span property=&quot;title&quot; > Christmas Lights </span> taken on <span property=&quot;created&quot; content=&quot;2007-12-01&quot; > December 1st </span>. </span>
    • Christmas Lights by Paul Keleher
    • Christmas Lights by Paul Keleher
    • <span about=&quot;http://farm1.static.flickr.com/...jpg&quot; > A picture of <span property=&quot;title&quot; > Christmas Lights </span> taken on <span property=&quot;created&quot; content=&quot;2007-12-01&quot; datatype=&quot;xs:date&quot; > December 1st </span>. </span>
    • Spiral Staircase by Paul Keleher
    • <span about=&quot;http://farm1.static.flickr.com/...jpg&quot; > <span property=&quot;title&quot; > Spiral Staircases </span> taken by <span property=&quot;creator&quot; > Paul Keleher </span>. <span property=&quot;geo:lat&quot; content=&quot;42.359188&quot; / > <span property=&quot;geo:long&quot; content=&quot;-71.058291&quot; /> </span>
    • Spiral Staircase by Paul Keleher
    • <span about=&quot;http://farm1.static.flickr.com/...jpg&quot; > <span property=&quot; geo:lat &quot; content=&quot; 42.359188 &quot; / > <span property=&quot; geo:long &quot; content=&quot; -71.058291 &quot; /> </span>
    • <span about=&quot;http://www.w3.org/People/Ivan/#me&quot; typeof=&quot;foaf:Person&quot; > <span property=&quot;foaf:name&quot; > Ivan Herman </span> knows Mark Birbeck and they are meeting today. </span>
    • <div rel=&quot;foaf:holdsAccount&quot; > <span typeof=&quot;foaf:OnlineAccount&quot; > <span rel=&quot;foaf:accountServiceHomepage&quot; resource=&quot;http://www.twitter.com/&quot; > Twitter Name: </span> <span property=&quot;foaf:accountName&quot; > markbirbeck </span> </span> </div>
  8. RDFa summary
    • about and src : what we're talking about
    • property and content : set text values
    • datatype : sets the type of a text value
    • typeof : sets the type of something
    • resource : same as href , but not clickable
    • rel and rev : now work with about and src
  9. Improving search
  10.  
  11.  
  12.  
  13.  
  14. Improve user experience
  15. Examples using RDFa
  16. @role
  17. <ul role=&quot;navigation&quot; > <li>Home</li> <li>Customers</li> <li>About Us</li> </ul>
  18. Web languages as programming languages
  19. XForms
  20. <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>
  21. <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>
  22. XML Events
  23. <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>
  24. SMIL
  25. <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>
  26. Examples using XForms, XML Events, and SMIL
  27. The Ubiquity Library
  28. Summary Smarter mark-up languages make programming web apps easier (and portable)
  29. References
    • Me: http://webBackplane.com/mark-birbeck
    • My blog: http://internet-apps.blogspot.com
    • Main RDFa site: http://rdfa.info
    • RDFa parser: http://lib-xh.googlecode.com
    • RDFa in detail: http://www.swcube.com/rdfa
    • Ubiquity XForms: http://ubiquity-xforms.googlecode.com

+ Mark BirbeckMark Birbeck, 2 years ago

custom

3283 views, 3 favs, 3 embeds more stats

This talk was given by Mark Birbeck at 'Kings of Co more

More info about this document

CC Attribution License

Go to text version

  • Total Views 3283
    • 3224 on SlideShare
    • 59 from embeds
  • Comments 1
  • Favorites 3
  • Downloads 57
Most viewed embeds
  • 56 views on http://webbackplane.com
  • 2 views on http://planetxforms.org
  • 1 views on http://www.webbackplane.com

more

All embeds
  • 56 views on http://webbackplane.com
  • 2 views on http://planetxforms.org
  • 1 views on http://www.webbackplane.com

less

Flagged as inappropriate Flag as inappropriate
Flag as inappropriate

Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

Cancel
File a copyright complaint
Having problems? Go to our helpdesk?

Categories

Groups / Events