Tuesday, May 30, 2006

What I'm working on and a few new things I've learned

I learned some new things today and thought I'd share them with anyone who might find them useful.... (or for anyone who's just wondering what I'm up to!)

(1) I'm working with a certain product that shall remain nameless until (and unless) I actually get it working. It's a blog and forum platform that can be mounted on our Win server.

Initially, when I'd looked at the product, I thought that I might get around the extra work that (I'd imagined) would be required from deploying an open source product - such as Drupal or WordPress (which is really a blogging platform, with fewer of the content management features found in the broader spectrum Drupal and the product that I'm struggling with now). Since this commercial product is not as easy to install and run as I'd imagined, I guess that I'll have to try the open source packages, as well. This means getting PHP and MySQL installed on our win server. More software on the server... this doesn't thrill me, but such is life.

2. In trying to deploy the platform, I realized that I'm going to have to learn SQL and ASP.NET a lot better and to do so a lot more quickly than I'd thought I would. To that end (in case you find yourself in similar circumstances), I offer some links - "Get Started with ASP.NET" (http://www.asp.net/getstarted/default.aspx?tabid=61) - this MS site provides links to some excellent web-based video lessons on developing ASP.NET through Visual Studio for people who are very low-level/beginners. I heartily recommend it if you're going that route (as opposed to developing with ColdFusion, PHP/Perl/Python, or other technologies; ASP.NET is a Microsoft product).

3. Part of one tutorial I viewed today talked about relative vs. absolute positioning - I've certainly used these techniques, but sometimes have found myself wondering why things seemed to move around compared to the way I'd originally laid them out. It turns out that I didn't really understand relative and absolute positioning. Here are a few links that are helping me to make sense of the issue that you may be interested in - particularly if you're just beginning to work with CSS (cascading stylesheets):

Finally, last but not at all least, very cool helps from Yahoo - download their open source user interface controls to learn how to program into your own library site some of the functionality they offer in theirs. But there's the rub, eh? So much code, so little time! http://developer.yahoo.com/yui/

Tomorrow, I go to the Wiki Workshop at Middletown - should be great!

Friday, May 26, 2006

Kludgy code & silent evolution

sound interesting, eh? Interesting enough to keep you reading at 5:30pm on a Friday before a long, Memorial Day weekend? I hate to say it since I'm sitting here writing it, but get a life! no, seriously, enjoy your holiday - and as for the fun in reading this post - I make no promises...

I'm working on a table in FrontPage 2003. Yes, I work most quickly in FP, goodness help me. But seriously, FP2003 is not a bad product - mostly keeps the code clean nowadays (plus offers a lot of helpful things not in some of its competitors... though I do keep a copy of the chief competitor to use for the couple of things that it's better for)... but... I realized partway through that I wanted have the contents of the cells centered. So I hit the center button to align them. I preview when said table is done (http://www.cslib.org/publicrecords/Connservator) in IE, great... post it, then do the Firefox check (was trying to move too quickly, hence the order, anyhow...) and see that the rows don't have consistent heights.

To make a long story short, FP defaulted to the paragraph level tag to make that center alignment happen, so it entered the p align="center" tag after the td (and, of course, didn't close it before the /td). I dunno why it wouldn't assume to apply it to the existing container - there was no p before, why not attach the alignment to the td, but whatever... Once I cleaned said code, table rows looked good in both browsers.

Another reason html is your friend...

As for the evolution, you can see where we're headed in our move from http://www.cslib.org/opra.htm to http://www.cslib.org/publicrecords.
Granted, you shouldn't notice much visible to the eye - the progression from one web structure to another is designed to be almost seamless (here, I'm talking about a reorganization of the Public Records Department's pages). But it will be helpful on many fronts. It allows me to offer certain key members of the department access to modifying their own section of the website.

My philosophy on improving technology has generally been to get the "under the hood" stuff in order before moving onto the flashy paint job. Though the paint job is being prepped in my abundant spare time. Really.

Wednesday, May 24, 2006

Acceptable Internet & Computer Use for Connecticut Employees

If you haven't already received it, you should review the newest iteration of our state employee's computer & internet use policies - http://www.ct.gov/doit/cwp/view.asp?a=1245&Q=314686. I still stand by what I said about innovation being enhanced by openness, communications, collaboration - i.e., radical trust and that overly rigid policies can stand in the way of that trust.

That said, these are the current rules and we would all do well to carefully read them and abide by them, in the spirit in which they were intended. These regs seek to ensure that we're getting our jobs done and that we're not misusing the resources provided for us to do so. 'Nuff said on policies. Though this will be an interesting and significant part of the blog workshop that we are offering for our coworkers.

Back to coding...

Monday, May 22, 2006

On radical trust and its transformative powers for libraries

Check out this post: http://www.blyberg.net/2006/05/21/more-than-just-faith-radical-trust/

policies...

Well, I can't help but take note of this post from Walking Paper (a blog about user-centered design in the library) that actually refers to another post from another blog about policies & how they create obstacles through rigidity & increased bureaucracy...
http://walkingpaper.org/317

Innovation often happens through single individuals in this society or through small organizations - why - lack of constraints, ability to self-direct... just some thoughts about the origins of innovation... it's something that librarians really need to think about...

Thursday, May 18, 2006

FrontPage Include files

A couple of things that I learned this AM... I have a prototype page to announce our June 10th open house (http://www.cslib.org/openhouse.htm). So, to make life easier, I'm trying to start building all webpages with - not only include files for footers - but include files for the header. FrontPage has an include file option (only works on FrontPage extended servers, don't forget). Go to Insert--File then browse through to the file you want the server to automatically "include" into your page. This is ideal for keeping your footers (and headers) consistent on a large site - have a change, make it to your include file & it will show up on every page that uses it! So I'd just copied the footer code into the head section and changed the name of the file it pointed to (instead of footer.htm, header.htm - makes sense, eh?) The code looked like this: !--webbot bot="Include"
U-Include="header.htm" TAG="BODY" -- (I'm leaving out the carets, of course...) But it didn't work! Can you see why? It took me a minute... see the TAG="BODY" - I had the header in the head section. The code that worked looked like this: !--webbot bot="Include" U-Include="header.htm" TAG="head" --

BTW, I'm going to probably have to figure something different out our subwebs, since FrontPage's include file won't work properly in subweb setups.

Wednesday, May 17, 2006

Yahoo's new AJAX powered, personalized look

This article from Good Morning Silicon Valley yesterday described the newly redesigned Yahoo homepage, with its uber slick AJAX interface & an emphasis on personalization built around the end-user - See: http://www.siliconvalley.com/mld/siliconvalley/14591342.htm

Beginner's Guide to Podcasting, Part I - SirsiDynix Institute

I just finished listening to the SirsiDynix Institute web conference on locating and consuming podcasts. It was very informative and only took about an hour of my morning.
The session was led by Greg Schwartz, Supervisor of Electronic Services, Louisville Free Public Library and librarian podcaster (his blog is at: http://openstacks.net/os/).

If you're one of the many who've heard the term "podcasting" (Oxford Dictionary's 2005 word of the year), but didn't really know what it was, this webinar provided an excellent explanation. It also demonstrated where you could go to begin finding and consuming podcasts on your own.

Basically, Greg Schwartz explained, podcasting is the distribution of any media over RSS (RSS = Really Simple Syndication OR Rich Site Summary). It could be audio programs, such as radio shows, or video programs (didn't spend much time on the videologging/vlog/videoblogging phenomenon, though, as it's less widespread at this point - to see the exemplar of this genre, however, go to RocketBoom at http://www.rocketboom.com/vlog).

Listening to a podcast doesn't require an iPOD - because podcasts are generally created in MP3 format. They can be handled by your pc, PDA, MP3 player, iPod, or similar device. In fact, all you really need to access a podcast are the following 3 things:
1. a computer/computing device
2. an internet connection - (the faster, the better)
3. a tool for downloading content
They are usually FREE! (Which makes them a great way to keep up with topics that might otherwise be expensive to keep on top of - such as emerging technology... can't go to the conference? maybe there's a podcast!)


Link to podcast aggregators/receivers:


The importance of the podcast is that it's offered via RSS. And, of course, the importance of RSS is that it allows the end-user more control over how they use the information that's been syndicated. For example, do they want to listen to a given program on their pc or PDA? When do they want to hear it? Podcasts have been compared with the Tivo. Tivo allows users to control their own tv experience - to get only the content they want. Similarly the podcast allows users to personalize and control their listening experience.

The fact that many podcasts are created without advertising can also enhance the user experience. Listeners can use the internet to search for programs in an area of interest to them. Thus, they create a personalized media experience, spending time only on topics or programs that they seek out.

There are podcasts on a wide array of topics - topics often ignored by the mainstream media. Because they are often created by someone with an enthusiasm for a given topic, rather than being created because they might make money, they are often considered part of what's been termed "the long tail" of information/entertainment products.

So, here are some podcasts that Greg mentioned during the session:
  • IT Conversations - includes original series, interview shows, Event coverage (lectures, presentations from conferences, for example)
  • Daily Searchcast (daily search engine
    news recaps
  • Check this out! podcast from a librarian at the University of Buffalo Law School

He mentioned some others (for other interest areas) but these are the ones I wanted to make sure you heard about here. Greg also talked about podcast discovery tools. Built into iTunes, for example, is a search capability to look for various podcasts that iTunes offers specifically. Still, there are many other podcasts online that are not in the iTunes "store". Unfortunately for us, there is no one directory/search engine that we can use to find podcasts. Here are some suggestions of where you might begin, however:
  • Podcast Alley - a directory (one of the first podcast directories); also has a search function
  • Podzinger - a search engine using transcription technology
  • Loomia

Remember that the search engines usually only search the metadata about the podcast that was provided by the creator. They usually do not search transcripts or full-text of individual podcast episodes. On the other hand, Greg explained that some podcast creators are now using transcription services to make such full-text of individual episode searching possible (see Podzinger, for example). There are several automated transcript-text programs that podcasters can use to help individuals find particular episodes of interest, but the technology is not great and transcriptions may not be correct. It's like OCR, particularly the first attempts at OCR. There is also a human-mediated transcription service, but the podcast's creators have to pay considerably more for this.

And finally, if you'd like to hear the archived version of this SirsiDynix Institute session, the podcast will soon be available! (you should've known that was coming, eh?) If you're interested in learning how to create your own podcast, join next Wednesday's web conference at 11AM Eastern. All of this is available at the SirsiDynix Institute (thank you, SirsiDynix, and no - I'm not currently a user, but I do give the company kudos for providing this service). See: http://www.sirsidynixinstitute.com/

Tuesday, May 16, 2006

Example of user-centered library website design

Here's a pretty good example of website redesign that's user-centered - The Thomas Ford Memorial Library website (Illinois) (http://www.fordlibrary.org/ ). To see a nice visual of what makes it so "user-centered", go to http://www.flickr.com/photos/aaronschmidt/64966024/ - as you roll over portions of the image, you'll get popups showing why it's user-centered. The designer has an entry on his process at http://walkingpaper.org/262. One of the interesting side notes here is that - talented though Aaron clearly is - he's chosen to use open-source stylesheets to add the style to his page. For libraries short on web design expertise (and even those with some web design expertise), these open-source templates may be a good idea - here are a couple of sites that Aaron links to:

good stuff, Aaron!




SirsiDynix Institute on Podcasting

Tomorrow, the SirsiDynix Institute is running a 2-part online workshop about podcasting - using and creating (http://www.sirsidynixinstitute.com/future.php)...

Monday, May 15, 2006

blog-ology

I'm working on our CSL blog workshop... to be held for CSL staff in just a few weeks! (can the month be flying by so quickly)... though I haven't yet posted the durn thing... anyhow, I decided to do some more groundwork by checking on the latest in the library blogosphere, something that I only occasionally have time to do. So I noticed that there's a new blog for LibraryThing... Have you all heard of LibraryThing? (If you haven't, take a look at this - http://www.voanews.com/english/Science/2006-05-11-voa70.cfm or, of course, the LibraryThing site - http://www.librarything.com/.)

Did you ever get a great idea, shelve it, then find out someone else actually made it happen? I always thought that an online tool to help individuals catalog their own books would be great. Well, it's all in the "making it happen" - so thanks to the good folks at LibraryThing. They have created a sort of social portal that allows its users to catalog their books and to share information about their books, recommendations, etc.

Friday, May 12, 2006

Doh! base target issue...

So I'm really trying to get some minor but important tweaks done to our existing site (e.g., would like to change all headers & footers - where possible - to be server-side includes - just to reduce the troubles with a change to the footer not extending to all pages, to keep consistency, etc.). Already, some pages use the include for footer, though only the new ones I'm creating are using the header (and not in all cases) - but eventually. Let me start with the footer issues - since our primary navigation, for better or worse, is found in our footer! (I've rolled it live, but if you've got comments, please send them and I'm always revisiting and refining.)

So then I'm working along on refinements to what will eventually be the header. I have a form that I want to include in the header that allows users to go directly into the site search function, but it wasn't working - turns out that the base target was set in this document as though it were a frames page, but it's not, it's an include page (for more about base target tag/attributes, go to http://www.htmlhelp.com/reference/html40/head/base.html ) and this was effecting the functionality of the form! forgive me if it was obvious, but I'm still pretty basic on some things...

It was definitely the target issue!!! I had the same problem with another search form I tried to embed in this header page.

this old website...

...taking over a long-evolved website is not unlike buying an old house... it's beautiful - that's why you bought it - it's got "good bones" or is in a good location - or, in the case of the website, it serves a great patron base, has wonderful content, and so on... but, sometimes you find things that make you just wonder - why did they do it that way? Still, you just have to accept that decisions made were made - just like the decisions that you'll make along the way - some of them will be wrong turns and dead ends. Technological evolution means that even after you've put your work "live" the best way possible given your time, skills, and available tools, newer, better ways will turn up.

And then there will be the things that you put up online just to get them up quickly, knowing - all the while - that you'll have to revisit them in the future. So it goes. That's probably biggest difference between the print world and the online world - the more crucial factor in print is getting as close to perfection as can reasonably done - the more crucial factor in the online world (in general, anyway) is getting things as accurate as possible, as user-friendly as possible, but overrridingly, getting them up online as quickly as possible. Things online can be true "works in process". They can be edited in an ongoing way.

For example, I'm building something that I just know I'm going to have to revisit. And the perfectionist part of me is torn - should I even bother putting it up as is or should I do it the best possible way at the get-go? But it will take at least 3x as long and I really need this content up. So - given that the whole site is going to undergo a full redesign soon anyway - I'm going to put this page live and see what happens. The biggest problem with the older version was that it lacked convenient navigation through a lengthy index. There were also oddities with spacing, be it related to indents or double vs. single spacing between lines. Most importantly, I wanted to allow our indexer to edit this web content as expediently as possible. The moment she was ready to make a change, I wanted her to be able to it herself. This required a change in the back-end of things.

Anyhow, I'm throwing my new version of this webpage against the wall to see what sticks. What do you think? The page is at http://www.cslib.org/indexing and is being put together to replace the old http://www.cslib.org/researchresourcesindex.htm. Email the webmaster to provide feedback.


BEFORE



AFTER

Thursday, May 11, 2006

CLA Conference Wrapup (the Webhead perspective)

I only went to one day of the conference... and there are just 2 sessions I'm going to summarize here - one on Google & one on a library website makeover... (there weren't too many web-oriented ones this year.. I'm hoping that there will be more next year):

(1) Google Takes Over the World by Rob Favini, Program Director, Educational Services, NELINET, sponsored by NELA (thank you, New England Library Association!)
Rob covered many of Google's new informational services. Given how they're overtaking the information universe, it's crucial that librarians "keep up" with industry leaders like Google. So for that reason, I was thrilled that he had this session. I was equally thrilled that the session was so well-attended. Maybe "thrilled" is overstating things since there was standing room only and I had to take a rather small and uncomfortable seat in the front row to fit - and I was one of the lucky people who fit into the room... but seriously, for the profession, it's crucial and a little discomfort is all worth it.

Rob's primary point was to show how much more than a search engine Google now is - it's becoming the new Microsoft, he posits. Soon, he says (and I know others have been saying the same thing for at least a year and a half... probably longer, but I've been hearing it for that long) Google will challenge Microsoft's monopoly on OS and software with web-based/delivered applications being the new core of computing and the OS and old-fashioned client software becoming ever less relevant.

Now, having just come back from CA, I have to say, it truly is a Google world. If you've never spent time in the Silicon Valley or East Bay area, you really should. Drink it in - Mountain View, over in Stanford area, not very far (in CA terms) from Oakland, San Francisco, and San Jose , is the hometown of Google. We lived about an hour north of San Jose and about 20 minutes east of San Francisco. I remember being in awe of all of the big name computer companies in the area - just about every computer vendor whom I held in high regard, whose software I'd used or certainly that I'd heard of (obviously, excepting that Redmond, WA giant - Microsoft) - from Oracle to Sun to PeopleSoft to Adobe to Cisco to Hewlett Packard, etc., etc., all had offices in that area - it was amazing. And it showed up in people's lifestyles - everyone was not only accepting of - but expecting (and willing to underwrite) high tech services.

When Rob mentioned that Google was underwriting a citywide wi-fi project for San Francisco, someone in the audience asked "why San Francisco" - well, that's why. Anyhow, back to Google. Google is your typical progressive tech company. It hires smart people, just because they're smart and it doesn't start out worrying about whether or not they have a specific position in mind for them. They hire something on the order of 100 workers a week, he explained, and they have well over 5,000 employees. They do things their own way - with the "don't be evil" motto and an idealistic, upstart mindset. Interestingly, their amazing success was built using how much in advertising $? 0... That's a BIG FAT ZERO.

This is one of the most salient points of the presentation to me. So, Google is this amazing success. They haven't spent dime one on advertising. As librarians, we often complain that we don't have the $ to put out for marketing, so that's why no one comes to us anymore. That's why Google's overtaking us, for example... hmm... time to rethink that one, eh?

So why are they successful? Let's give that one some thought, ok... I'll return to it in another post soon. Because I think I know... what do you think? (email me if you think you have an answer - if you're a regular CONNTECH-er, you know how to contact me... forgive me but spam email harvesters are out there so I have to leave my email off this posting)

But here's a list of some of the services that Google offers that you should be aware of - maybe try out, maybe just know that they're there... (obviously, you've probably been aware of the more obviously library-related Google initiatives - Google Scholar and Google Book Search (formerly Google Print), but as Rob points out, their other developments are equally important to keep an eye on). I would encourage anyone who's in libraries to get themselves educated about these services - it's just basic computer literacy in the age of Web2.0:

  • Google Maps (http://maps.google.com/), Google Local (integrated with Google Maps), & Google Earth (http://earth.google.com/) (Google Earth needs to be downloaded onto your machine, but is pretty cool)
  • Google Mail (GMail) - a service I personally can't live without
  • Google Reader (RSS aggregator/online newsreader, for those blogs you love, e.g.)
  • Google Base (like a craigslist - want ads, etc.) - you can post quite a bit of stuff - all free, of course!
  • Google Analytics (free web stats - reporting on website usage - I've GOT to try this!)
  • Google Toolbar (easy way to launch a Google search without having to go to the site) & Google Desktop (indexes your hard drive - a little sidebar feature allows integration of many Google app's, such as news feeds, your gmail, little virtual post-it notes, a slide show of pics on your pc, and so on)
    He didn't mention Google Pages - maybe it's too new.... and don't forget, Google bought out Blogger, so it searches Blogger blogs (http://blogsearch.google.com/) particularly well... But he did mention the Google Calendar, which I didn't know about...

Oh yes, before I forget, he was not only an entertaining speaker, but well-informed, and he quoted one of my new favorite magazines called Business2.0 - http://money.cnn.com/magazines/business2/ -(thanks to Steve Cauffman, of iCONN, for letting me know about that one)... that's another way to start keeping up with the new tech revolution going on - the Web2.0 revolution.. and the whole mindset behind it! For all of your Google goodies/exploration - start at http://www.google.com/intl/en/options/

(2) Extreme Website Makeover by Susan Slaga & Debbie Herman, of CCSU
Have you been to the Elihu Burritt Library (Central Connecticut State University Library) website (http://library.ccsu.edu/) lately? If so, you've been witness to the hard work of a team of CCSU staff members - librarians who sought a redesign to deal with usability issues and to update both the look and structure of the site.

Susan and Debbie discussed their 6-month project - one that began with an examination of their current site's shortcomings. They noted issues, such as a lack of clear language to describe links, for example (too much library-ese, too little thought about the users' comprehension of that esoteric terminology), too much text (AMEN!!!!!!! fellow librarians...I can admit that I write entirely too long... ask me about my emails some day... but I understand that the end user really doesn't have time for this so I struggle to cut down ... it takes longer for me to be concise than to blather on - hence the length of this blog entry, but...), lack of white space, lack of helpful navigational aids, etc.

They did usability testing - both of the former site and their prototyped redesign - user-centered, which is always good. Yes, overall, it was the usual website makeover wisdom. All good, not too much new to me (though the concept is always easy - the devil is in the doing).. a few of the old myths perpetuated (FrontPage only writes kludgy code, even in the latest version, Microsoft's ASP is less secure than all other web development platforms, etc., etc... I'm not saying that there's not grains of truth there, I'm just saying that it can be a kind of intellectual laziness not to question this - when there is evidence to the contrary and - in fact - I would posit that the story is more complex than that... it's not like Linux, Apache, PHP, and MySQL are without security flaws! I guess we're all biased somehow - wanting to imagine that our tools are better than the other guys... sort of like Fords vs. Chevys vs. Mopars) .. but it was great to see how they're doing things- e.g., use of PHP with a database backend (presumably MySQL, though I'm not 100% sure) to present some pages, static html on others, a team approach (some staff did the writing, others did the usability testing, and the two presenters did the technical work that pulled it altogether)... it's always good to hear those types of things... it certainly gets your juices flowing!

So now back to work.

Tuesday, May 09, 2006

CLA

Tomorrow, I'll attend CLA. It's been a couple of years - what with having been in CA last year... heck, the last time I was at CLA, I was announcing my goodbyes with some excitement, nervousness, and worry that I was doing the right thing. Especially since I'd grown to really love my job and the world of Connecticut libraries. All I can say is that I'm glad I'm back and that I get to work on some things that I truly find exciting and rewarding.

Two workshops that I know I'll be attending are:

  • Google Takes Over the World (10:45-12) [Rob Favini, Program Director, Educational Services, NELINET, outlines how Google has become the de facto search tool for finding information on the Internet... It sometimes seems that Google is taking over the world of information. This program will help explain what this means for librarians.]
  • Extreme Website Makeover (1:45-3) [Are you still trying to rid your current website of its circa 1996 vibe?... Librarians Susan Slaga and Debbie Herman from CCSU will describe their recent experiences redesigning the Burritt Library website with a modest budget..." so here's a link to their website, BTW -- http://library.ccsu.edu/index.htm - and they're using PHP... I don't know what else, should be interesting to hear what there experience has been.]

If you're still making plans, you might want to think about going the Connecticut State Library update at 9:30 AM (9:30-10:30: "What's happening at the State Library that will impact your library? State Librarian Kendall Wiggin provides an update on the latest news, current projects, legislative news, and the state budget.") I'm fortunate that I get to hear much of this information through the grapevine, since I'm now working here!

I'm hoping to see lots of colleagues and old acquaintances at the conference tomorrow. Too bad we're required to wear jeans... at least I'm not going to that "Energize your image" session, which I suspect will be pretty harsh for someone who's wearing jeans and t-shirt (its description says "dressing is a necessity, but clothing is a commodity. 70% of first impressions in visual and 90% of that is what we are wearing... The image you are projecting - your style - is what you want people to know about you...") Besides work clothes, pretty much all I have is ripped or too tight jeans and ratty sneakers (I would make the excuse that I'm just back from moving cross-country, but I'm nigh unto a year back and honestly, I just hate clothes shopping). I have no intention of going shopping tonight to buy an expensive pair of designer jeans that may not fit that well, just to try and make my "casual look" more polished so that I can fit into a professional conference with a strictly non-professional dress code.

2 last CLA conference links:

ContentDM and digital collections management

I attended a ContentDM (http://www.contentdm.com/) demonstration yesterday morning at CCSU. Only one other CSL staff member was there, though I understand that we already have a ContentDM system and are uploading digitized materials as we speak. I don't know too much about what we're doing but I at least can picture the product now. It looked pretty comprehensive as a digital collections management tool for libraries, though I can't help but wonder if these sorts of library-oriented tools are the best for our needs, as librarians, in the long-run. Sure, it has Dublin Core, etc., etc., but it doesn't even import in XML files yet (though they promised that it was on the development list). Also, it's kind of frustrating that you have to use a ContentDM to manage your digital collections and a different product to handle your physical collection, when really both patron and librarian are more interested (generally speaking) in the content of the collection, rather than the format. The division is truly artificial.

Still, the person who demonstrated the product said that many libraries were using ContentDM to create basic Dublin Core metadata for digitized materials and that once this is submitted - it goes to OCLC and you can turn around and download regular MARC records from OCLC into your catalog, thus helping you to include those records in the overall library management system. And, because it's OAI and Z39.50, etc., etc., compatible - theoretically you could get your OPAC to just cross-search with the digital collection through those connections, rather than having to load a MARC record for each digital object into your catalog.

I hope that I understood that correctly!