Tools for a simple staff directory on PBwiki
November 12, 2008 1:53 PM
Subscribe
I need to transform a big HTML table into something easier to update and maintain. Bonus: I'd like to put it (or its display widget) onto our staff wiki page.
I've got a staff wiki and would like to put our staff directory up on the wiki. We're using free PBwiki hosting, since that's our best option for web space right now. Unfortunately, any sort of database-driven solutions requiring actual web coding are beyond us -- I fiddled with style sheets years ago and understand some things in a conceptual sense, but am not a web developer. So think easy, painless web tools that would be easy for a small, non-technical shop to maintain, and easy for staff without HTML knowledge to update.
The staff directory is currently a gigantic (over 175 entries) HTML table. Yay. Simply pasting the HTML into the wiki doesn't work because editing those giant tables is notoriously difficult, and I'd like to make this as easy for staff as possible. I'm not entirely a fan of wiki table formatting, either, because I feel like you're still sticking your data into a hard-to-update, un-transformable format.
So I decided that a spreadsheet would be easiest, based largely on Google Docs' ability to embed in web pages and export to .xls, .cvs, .html, .pdf, and so on. Plus everyone's familiar with Excel, and you can change rows and columns all you want. However, some don't want to use Google Docs because that requires setting up yet another account and password -- a legitimate concern.
Is there something I'm missing? Have you heard of any other web tools, shortcuts, simpler ways to do this? I guess what I'm trying to do is create a PBwiki table without being stuck in table formatting, if that even makes sense.
posted by lillygog to computers & internet (6 comments total)
1 user marked this as a favorite
Think about this though.
In Google Docs... In the Share option, you have the option to "Share with the World" and then "Let people edit without signing in." This sounds a little scary, but they end up giving you a link like to the effect of http://spreadsheets.google.com/ccc?key=pnHQCqttUSV2A2V-pdsfYcypdeg. If you can keep that link in a password protected area of your wiki, there should be no reason why you should ever have a problem with somebody editing the document that you don't want editing it.
Problem solved. Everybody with the link can edit without logging in.
You can go a little further with this and use a service like http://urlsnub.com/. You can then password protect the URL (making it something that people in the company would know??) and never give out the http://spreadsheets.google.com/ccc?key=pnHQCqttUSV2A2V-pdsfYcypdeg URL.
posted by B(oYo)BIES at 2:18 PM on November 12, 2008