I need dynamic pages without PHP or a database. What are my options?
September 12, 2007 3:56 PM
Subscribe
Without access to PHP, MySQL, or any other fancy server-side stuff I still need to have dynamic pages. What are my options?
Environment: Corporate setting where PHP, MySQL, and anything that doesn't cost thousands of dollars must be banned for "security issues".
My goal is twofold
1. I have a colleague that would like to setup a job queue to track their print jobs (they are a print shop). Currently they have an excel file that has all the nitty gritty details of who ordered what and whether it has printed or not and they share this file though a file server. He wanted to find a way to make the collaboration a bit more dynamic where they would automatically see things as they were updated by any of the 4 people who would be adding jobs.
My thought was to create a webpage tied to a web server that they can all map to as a network drive. The page would be set to auto-refresh every 10 seconds or so. Give each of the 4 people NVU and show them how to edit the table and they're good to go. The problem is the Excel file currently has a conditional format that says if they put an "X" into a certain cell, the row turns red. I need to make that happen on the webpage using javascript and css and I'm lost on how to dynamically say "If the contents of this table data cell has an X, change the span tag to Y" in order to call on that in the stylesheet.
2. Obviously everyone is probably thinking how much easier it would be to find something open source that would fit the bill, if only we were allowed to use perl, php, and all the other fine things in this world. This particularly hits home because in my department we would like to begin collaborating on a large documentation knowledge base. A wiki or something like Bugzilla would be great but all these content management systems require server-side action. Is there any possibility we could squeak by with some fancy javascript saving to txt-based files within the webspace? Does any CMS like that even exist?
posted by genial to technology (11 comments total)
posted by seanyboy at 4:02 PM on September 12, 2007