Re: [Dspace-tech] HTML5 and the future of DSpace // Proof of concept for video tag in XMLUI

2009-12-15 Thread Jason Fowler
Mark,

I had a few minutes today, so I worked up a proof of concept based on what you 
suggested. It works pretty well. It would have to be adjusted to account for 
browser support and the like. Still, you were right. It works.

I posted directions for implementing it on the wiki.

http://wiki.dspace.org/index.php/Add_HTML5_pseudo_streaming_%28Manakin%29


Jason Fowler, CA, MSLS
Archives and Special Collections Librarian
The Southern Baptist Theological Seminary
jfow...@sbts.edu

From: Mark Diggory [mdigg...@atmire.com]
Sent: Friday, October 30, 2009 7:41 PM
To: Mr Havercamp
Cc: DSpace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] HTML5 and the future of DSpace

For DSpace XMLUI, this is simply a matter of creating an appropriate
theme that will support HTML5 as the output format for generated html
content.  This would be an excellent project for those in the
community who are working on DSpace Manakin XMLUI themes to provide as
a contribution and would be most exclusively an exercise in XSLT.

Cheer,
Mark


On Thu, Oct 29, 2009 at 6:32 PM, Mr Havercamp mrhaverc...@gmail.com wrote:
 I think the support of HTML 5 would be advantageous, especially in the
 embedded video and audio elements area, as it would be good to see the
 support of open formats such as ogv and oga in an open source repository
 such as DSpace.

 While ogv is not the most efficient video format around at the moment,
 it is starting to make progress, and oga is definitely a mature and well
 established audio format even if it is not as widespread as the
 proprietary MP3 format. Add to this Wikipedia's ongoing out-of-the-box
 support for these open standards, and there is a good chance these
 formats, especially oga, will gain some traction in the mainstream
 Internet community.

 Cheers


 Hayden

 Michael Guthrie wrote:
 On a somewhat related note, J-CAR allows for importation of these
 audio and video formats to be displayed inside Joomla and play
 natively in Firefox and Chrome
 http://openrepository.com/products/cms-integration/ogg-audio-example


 Michael Guthrie
 Manager, Open Repository

 *Bio**Med** Central*

 *www.openrepository.com http://www.openrepository.com/*

 
 *From:* Jason Fowler [mailto:jfow...@sbts.edu]
 *Sent:* Wednesday, October 28, 2009 6:16 PM
 *To:* DSpace-tech@lists.sourceforge.net
 *Subject:* [Dspace-tech] HTML5 and the future of DSpace

 There has been a good deal of talk in development circles about the
 future of HTML, especially as it concerns HTML5. Several new elements
 are being added to the HTML standard that seem advantageous to many
 developers. Some new elements like nav, header, footer, and figure,
 are semantically advantageous. Other elements will add certain
 capabilities to HTML5 compliant browsers. For example, the audio and
 video elements will allow audio and video files to be directly
 embedded in the same way that images currently are. HTML5 compliant
 browsers will be expected to provide some support for embedded video
 and audio without relying on third party plugins. For example, both
 Firefox 3.5 and Chrome 3 already provide built in support for open
 video and audio created with Vorbis and Theora (ie. .ogv, oga).



 I was curious to know if DSpace developers have given any discussion
 to DSpace and these new developments in HTML5. Will near-future
 versions of DSpace and DSpace themes support these new element tags?
 With open video and audio formats be added to the default metadata
 registry at any time in the near future?





 Jason Fowler, CA, MSLS

 Archives and Special Collections Librarian

 The Southern Baptist Theological Seminary

 Vice President, ALABI

 502-897-4573

 jfow...@sbts.edu



 

 --
 Come build with us! The BlackBerry(R) Developer Conference in SF, CA
 is the only developer event you need to attend this year. Jumpstart your
 developing skills, take BlackBerry mobile applications to market and stay
 ahead of the curve. Join us from November 9 - 12, 2009. Register now!
 http://p.sf.net/sfu/devconference
 

 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech



 --
 Come build with us! The BlackBerry(R) Developer Conference in SF, CA
 is the only developer event you need to attend this year. Jumpstart your
 developing skills, take BlackBerry mobile applications to market and stay
 ahead of the curve. Join us from November 9 - 12, 2009. Register now!
 http://p.sf.net/sfu/devconference
 ___
 DSpace

Re: [Dspace-tech] HTML5 and the future of DSpace

2009-11-03 Thread Jason Fowler
In Mark Wood's last message, he stated that

 We need to examine the different codec bundles
 provided by the browsers that implement these elements at all.  (Do we
 provide multiple encodings, or point to add-on codec packages, or some
 of each, or...?)  This stuff will affect and be affected by our sites'
 acceptable-formats policies.

I think the point about multiple encodings is especially important to discuss. 
At this point that both Firefox 3.5 and Google Chrome support the Theora codec 
natively, but no one knows what Opera, Apple, and Microsoft will eventually do 
with their browsers.

One current framework that's helping extend the use of the video tag is Video 
for Everybody! (http://camendesign.com/code/video_for_everybody). The usability 
approach taken by the framework's programmers relies on having two bitstreams, 
one created using the patent-encumbered H.264 codec, and another created using 
the open video codec, theora. On a side note, use of the H.264 codec could 
become really pricey by 2011, when the MPEG LA begins enforcing licensing fees.

Personally, I hate the idea of having multiple encodings for accessibility 
purposes, primarily because video is already a space hog. But I also think we 
need to save the time of the reader (in this case, watcher), and if multiple 
encodings can help that cause, it's worth considering.

Jason Fowler, CA, MSLS
Archives and Special Collections Librarian
The Southern Baptist Theological Seminary3
jfow...@sbts.edu

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] HTML5 and the future of DSpace

2009-11-02 Thread Mark H. Wood
On Fri, Oct 30, 2009 at 04:41:18PM -0700, Mark Diggory wrote:
 For DSpace XMLUI, this is simply a matter of creating an appropriate
 theme that will support HTML5 as the output format for generated html
 content.  This would be an excellent project for those in the
 community who are working on DSpace Manakin XMLUI themes to provide as
 a contribution and would be most exclusively an exercise in XSLT.

Well, there are various aspects of HTML5 that I think we need to
consider separately.

There are new elements we can use to mark portions of the page as
headers or footers or sidebars or the like.  They don't greatly affect
the experience of most users, at least not right away, and it doesn't
greatly matter to most users if they don't yet have browsers that can
understand those elements.  We can start working out appropriate uses
of them and using them without much worry.  Yes, let's begin taking
advantage of more-meaningful markup and let the benefits be realized
as the client tools fill in.

HTML5 attempts to give less of the sort of room for interpretation
that has resulted in the worst cross-browser compatibility horrors of
previous versions.  We will need to pay attention to such matters, to
avoid surprising or inconveniencing the user of a more strictly
compliant browser.

Other elements bear still more scrutiny.  There is a long-felt need
for better support of audio and video material, and the new audio and
video elements might be used to meet that need.  But here the user's
browser makes the difference between it works and it fails, and
perhaps chides you for not upgrading daily.  We also need to
understand the performance characteristics of embedded media
vs. streaming vs. magic Flash widgets.  We need to think just a bit
about how we count downloads of something that could be started and/or
stopped in the middle.  We need to examine the different codec bundles
provided by the browsers that implement these elements at all.  (Do we
provide multiple encodings, or point to add-on codec packages, or some
of each, or...?)  This stuff will affect and be affected by our sites'
acceptable-formats policies.

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Friends don't let friends publish revisable-form documents.


pgpwNEyAokunV.pgp
Description: PGP signature
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] HTML5 and the future of DSpace

2009-10-30 Thread Mark Diggory
For DSpace XMLUI, this is simply a matter of creating an appropriate
theme that will support HTML5 as the output format for generated html
content.  This would be an excellent project for those in the
community who are working on DSpace Manakin XMLUI themes to provide as
a contribution and would be most exclusively an exercise in XSLT.

Cheer,
Mark


On Thu, Oct 29, 2009 at 6:32 PM, Mr Havercamp mrhaverc...@gmail.com wrote:
 I think the support of HTML 5 would be advantageous, especially in the
 embedded video and audio elements area, as it would be good to see the
 support of open formats such as ogv and oga in an open source repository
 such as DSpace.

 While ogv is not the most efficient video format around at the moment,
 it is starting to make progress, and oga is definitely a mature and well
 established audio format even if it is not as widespread as the
 proprietary MP3 format. Add to this Wikipedia's ongoing out-of-the-box
 support for these open standards, and there is a good chance these
 formats, especially oga, will gain some traction in the mainstream
 Internet community.

 Cheers


 Hayden

 Michael Guthrie wrote:
 On a somewhat related note, J-CAR allows for importation of these
 audio and video formats to be displayed inside Joomla and play
 natively in Firefox and Chrome
 http://openrepository.com/products/cms-integration/ogg-audio-example


 Michael Guthrie
 Manager, Open Repository

 *Bio**Med** Central*

 *www.openrepository.com http://www.openrepository.com/*

 
 *From:* Jason Fowler [mailto:jfow...@sbts.edu]
 *Sent:* Wednesday, October 28, 2009 6:16 PM
 *To:* DSpace-tech@lists.sourceforge.net
 *Subject:* [Dspace-tech] HTML5 and the future of DSpace

 There has been a good deal of talk in development circles about the
 future of HTML, especially as it concerns HTML5. Several new elements
 are being added to the HTML standard that seem advantageous to many
 developers. Some new elements like nav, header, footer, and figure,
 are semantically advantageous. Other elements will add certain
 capabilities to HTML5 compliant browsers. For example, the audio and
 video elements will allow audio and video files to be directly
 embedded in the same way that images currently are. HTML5 compliant
 browsers will be expected to provide some support for embedded video
 and audio without relying on third party plugins. For example, both
 Firefox 3.5 and Chrome 3 already provide built in support for open
 video and audio created with Vorbis and Theora (ie. .ogv, oga).



 I was curious to know if DSpace developers have given any discussion
 to DSpace and these new developments in HTML5. Will near-future
 versions of DSpace and DSpace themes support these new element tags?
 With open video and audio formats be added to the default metadata
 registry at any time in the near future?





 Jason Fowler, CA, MSLS

 Archives and Special Collections Librarian

 The Southern Baptist Theological Seminary

 Vice President, ALABI

 502-897-4573

 jfow...@sbts.edu



 

 --
 Come build with us! The BlackBerry(R) Developer Conference in SF, CA
 is the only developer event you need to attend this year. Jumpstart your
 developing skills, take BlackBerry mobile applications to market and stay
 ahead of the curve. Join us from November 9 - 12, 2009. Register now!
 http://p.sf.net/sfu/devconference
 

 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech



 --
 Come build with us! The BlackBerry(R) Developer Conference in SF, CA
 is the only developer event you need to attend this year. Jumpstart your
 developing skills, take BlackBerry mobile applications to market and stay
 ahead of the curve. Join us from November 9 - 12, 2009. Register now!
 http://p.sf.net/sfu/devconference
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] HTML5 and the future of DSpace

2009-10-29 Thread Michael Guthrie
On a somewhat related note, J-CAR allows for importation of these audio
and video formats to be displayed inside Joomla and play natively in
Firefox and Chrome
http://openrepository.com/products/cms-integration/ogg-audio-example
 
 
Michael Guthrie
Manager, Open Repository

BioMed Central 

mailto:michael.guth...@biomedcentral.com 

www.openrepository.com http://www.openrepository.com/ 



From: Jason Fowler [mailto:jfow...@sbts.edu] 
Sent: Wednesday, October 28, 2009 6:16 PM
To: DSpace-tech@lists.sourceforge.net
Subject: [Dspace-tech] HTML5 and the future of DSpace



There has been a good deal of talk in development circles about the
future of HTML, especially as it concerns HTML5. Several new elements
are being added to the HTML standard that seem advantageous to many
developers. Some new elements like nav, header, footer, and figure, are
semantically advantageous. Other elements will add certain capabilities
to HTML5 compliant browsers. For example, the audio and video elements
will allow audio and video files to be directly embedded in the same way
that images currently are. HTML5 compliant browsers will be expected to
provide some support for embedded video and audio without relying on
third party plugins. For example, both Firefox 3.5 and Chrome 3 already
provide built in support for open video and audio created with Vorbis
and Theora (ie. .ogv, oga).

 

I was curious to know if DSpace developers have given any discussion to
DSpace and these new developments in HTML5. Will near-future versions of
DSpace and DSpace themes support these new element tags? With open video
and audio formats be added to the default metadata registry at any time
in the near future?

 

 

Jason Fowler, CA, MSLS

Archives and Special Collections Librarian

The Southern Baptist Theological Seminary

Vice President, ALABI

502-897-4573

jfow...@sbts.edu

 

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] HTML5 and the future of DSpace

2009-10-29 Thread Mr Havercamp
I think the support of HTML 5 would be advantageous, especially in the 
embedded video and audio elements area, as it would be good to see the 
support of open formats such as ogv and oga in an open source repository 
such as DSpace.

While ogv is not the most efficient video format around at the moment, 
it is starting to make progress, and oga is definitely a mature and well 
established audio format even if it is not as widespread as the 
proprietary MP3 format. Add to this Wikipedia's ongoing out-of-the-box 
support for these open standards, and there is a good chance these 
formats, especially oga, will gain some traction in the mainstream 
Internet community.

Cheers


Hayden

Michael Guthrie wrote:
 On a somewhat related note, J-CAR allows for importation of these 
 audio and video formats to be displayed inside Joomla and play 
 natively in Firefox and Chrome
 http://openrepository.com/products/cms-integration/ogg-audio-example
  
  
 Michael Guthrie
 Manager, Open Repository

 *Bio**Med** Central* 

 *www.openrepository.com http://www.openrepository.com/*

 
 *From:* Jason Fowler [mailto:jfow...@sbts.edu]
 *Sent:* Wednesday, October 28, 2009 6:16 PM
 *To:* DSpace-tech@lists.sourceforge.net
 *Subject:* [Dspace-tech] HTML5 and the future of DSpace

 There has been a good deal of talk in development circles about the 
 future of HTML, especially as it concerns HTML5. Several new elements 
 are being added to the HTML standard that seem advantageous to many 
 developers. Some new elements like nav, header, footer, and figure, 
 are semantically advantageous. Other elements will add certain 
 capabilities to HTML5 compliant browsers. For example, the audio and 
 video elements will allow audio and video files to be directly 
 embedded in the same way that images currently are. HTML5 compliant 
 browsers will be expected to provide some support for embedded video 
 and audio without relying on third party plugins. For example, both 
 Firefox 3.5 and Chrome 3 already provide built in support for open 
 video and audio created with Vorbis and Theora (ie. .ogv, oga).

  

 I was curious to know if DSpace developers have given any discussion 
 to DSpace and these new developments in HTML5. Will near-future 
 versions of DSpace and DSpace themes support these new element tags? 
 With open video and audio formats be added to the default metadata 
 registry at any time in the near future?

  

  

 Jason Fowler, CA, MSLS

 Archives and Special Collections Librarian

 The Southern Baptist Theological Seminary

 Vice President, ALABI

 502-897-4573

 jfow...@sbts.edu

  

 

 --
 Come build with us! The BlackBerry(R) Developer Conference in SF, CA
 is the only developer event you need to attend this year. Jumpstart your
 developing skills, take BlackBerry mobile applications to market and stay 
 ahead of the curve. Join us from November 9 - 12, 2009. Register now!
 http://p.sf.net/sfu/devconference
 

 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
   


--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] HTML5 and the future of DSpace

2009-10-28 Thread Jason Fowler
There has been a good deal of talk in development circles about the future of 
HTML, especially as it concerns HTML5. Several new elements are being added to 
the HTML standard that seem advantageous to many developers. Some new elements 
like nav, header, footer, and figure, are semantically advantageous. Other 
elements will add certain capabilities to HTML5 compliant browsers. For 
example, the audio and video elements will allow audio and video files to be 
directly embedded in the same way that images currently are. HTML5 compliant 
browsers will be expected to provide some support for embedded video and audio 
without relying on third party plugins. For example, both Firefox 3.5 and 
Chrome 3 already provide built in support for open video and audio created with 
Vorbis and Theora (ie. .ogv, oga).

I was curious to know if DSpace developers have given any discussion to DSpace 
and these new developments in HTML5. Will near-future versions of DSpace and 
DSpace themes support these new element tags? With open video and audio formats 
be added to the default metadata registry at any time in the near future?


Jason Fowler, CA, MSLS
Archives and Special Collections Librarian
The Southern Baptist Theological Seminary
Vice President, ALABI
502-897-4573
jfow...@sbts.edu

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] HTML5 and the future of DSpace

2009-10-28 Thread Mark H. Wood
Nothing that I'm aware of, until today's IRC meeting.  There should be
a JIRA issue soon to collect HTML5 bits.  Thanks for opening the topic!

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Friends don't let friends publish revisable-form documents.


pgpaPMMmgwmVw.pgp
Description: PGP signature
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] HTML5 and the future of DSpace

2009-10-28 Thread Stuart Lewis
Hi all,

 Nothing that I'm aware of, until today's IRC meeting.  There should be
 a JIRA issue soon to collect HTML5 bits.  Thanks for opening the  
 topic!

As agreed in the DSpace IRC meeting this morning, we've decided to  
open a JIRA ticket to facilitate this discussion:

  - http://jira.dspace.org/jira/browse/DS-358

Thanks,


Stuart Lewis
IT Innovations Analyst and Developer
Te Tumu Herenga The University of Auckland Library
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
Ph: 64 9 373-7599 x81928
http://www.library.auckland.ac.nz/


--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech