-
Recent Posts
Categories
On Twitter
- @beyondbroadcast I've finally had a chance to walk through my #pubmedia site gallery and pulled out highlights at http://bit.ly/d3EYy0 2010/09/04
- @beyondbroadcast i've also done a quick post about my process and some ideas going forward at http://cbeer.info/blog/?p=393 #pubmedia 2010/08/31
- @beyondbroadcast cool, i'm slowly hacking on a new version at http://cbeer.info:3000/stations too; just added a filter-by-color option 2010/08/31
- @beyondbroadcast http://publicmediatech.com/stations/ 2010/08/31
- @aschweig quick and dirty filtering done (am in in the running for worst site yet?), making no claims about accuracy #pubmedia 2010/08/31
Reading- The review in a carImagine the following: A car full of Semantic Web Experts is on it’s way back from Graz. They hand around an iPhone to record some first impressions about the just ended 6th International Conference on Semantic Systems, I-SEMANTICS. So, the car was a Volvo, occupied by Thomas Schandl, Helmut Nagy, Tassilo Pellegrini and Andreas Blumauer. Andreas Blumauer: “I […]Semantic Web Company (Austria)
- ★ H.264 Is Not The Sort Of Free That MattersAt the end of last week, the MPEG-LA consortium announced they were extending the arrangement whereby they allow ‘web uses’ of the patents reading on the H.264 standard that they administer for their members to be licensed without charge. The arrangement, which runs in five-year periods, has now been extended to the expiration of the patents in the pool. At […]Simon Phipps
- Five UX Research PitfallsBy Elaine Wherry Avoiding the growing pains and pitfalls associated with becoming a user-driven company. In the last few years, more and more organizations have come to view UX design as a key contributor to successful products, connecting teams with end-users and guiding product innovation within the organization. Though it’s fantastic to see this transitio […](author unknown)
- The review in a car
Delicious/chrisbeer- Periodic Table of the Elements - Josh Duck September 3, 2010[…]
- Introducing fise, the Open Source RESTful Semantic Engine, Nuxeo Developers Blog August 30, 2010[…]
- [Time code]; August 30, 2010[…]
- jQuery Html5form En , jQuery form plugin HTML5, HTML5 form validate with jQuery, jQuery webform 2.0 , jQuery HTML5 plugin, Matias Mancini August 23, 2010[…]
- HTML5 presentation August 17, 2010[…]
- Periodic Table of the Elements - Josh Duck September 3, 2010
Tag Archives: fedora
Digital Asset Management for Public Broadcasting: Blacklight (Part 3 of ??)
In the previous parts, I wrote about two “back-office” open source applications (and tangentially discussed a few others) that are well-established in their communities and can support a wide variety of repository services. While it may be philosophically important that … Continue reading
Fedora and Microservices
In this post, I want to discuss repository architecture philosophies, although I will focus primarily on Fedora and California Digital Library microservices, there are some generalizations one can pull out of this. It would also be interesting to pull in … Continue reading
A Fedora in a Pairtree
The California Digital Library (CDL) has released a number of exciting micro-services specifications for digital libraries. The Fedora repository from DuraSpace takes an opposite approach and has a monolithic applications comprised of a number of modules. With the modular approach, … Continue reading
Posted in Experiments, Repository
Tagged cdl, digital library, fedora, micro-services
Leave a comment
Repository workflows
One of the sessions at RIRI ’09, and a common theme across many of the conferences I attended this year, is workflows, workflow engines, and tools. Workflows initial came out of “enterprise” systems to managing web services, which moved into … Continue reading
Federated/distributed digital repositories
For the bVault project I am developing, one of our secondary goals is to create a replicable model for other digital media repositories. One of the ways we are pursuing this is to lay the foundations for an interface to … Continue reading
Posted in Uncategorized
Tagged bvault, digital repositories, federated repositories, fedora
Leave a comment
Zend_Cache for Web Services
My current project involves a number of SOAP Web Services requests to retrieve information from our Fedora repository. To help minimize overhead from HTTP requests, I‚Äôm using Zend Framework‚Äôs Zend_Cache_Frontend_Class to wrap the whole Fedora/PHP interface class. Zend_Cache allows me … Continue reading