Wednesday, September 22, 2004
UAS Support Tool and a new project
Well, I haven't worked on the application in a couple days as I'm waiting for the server to be set up for it. I met with Mona, and she's agreed to get it set up, however since it's not critical right now it's not going to be done as quickly as I would like (ie. yesterday).
I showed the application to Jeff and Arlo today, and got some feedback about it. I'm eager to get more feedback once it's working and start working on providing new/better functionality.
I'm looking to fill my time with a new project, a DVD sharing database.
I figure it should be fairly easy to get a simple database working with what I've learned developing the support tool. The trick is making it attractive to all my friends to start using.
Initial deliverables I'm planning are:
- Database with DVD title and basic information
- Indicator of who, if anyone, currently has the DVD
- Ability to allow friends of the owner to view the DVD collection
- Feature to link to IMDB for the video
- Request que to allow friends to request movies
Edited on: Thursday, September 30, 2004 7:08 AM
Categories: Computers and Technology, Movies and Entertainment, Work
Monday, September 20, 2004
vbscript part 3
Well, I couldn't resist working on the application again.Michael has told me that I should hold off working on adding new functionality and work on getting it into people's hands to allow the eventual users to drive the development of new functionality. I spent a few hours tonight working on adding authentication to the system by looking up users and passwords from a MS Access database. I also set it up so that a user in the database can be marked with a priviledge identifier so that they can manage the security database. That consists of allowing them to add users and set passwords. Basic, but enough for now.
I have a meeting scheduled with Mona to talk about setting up a "real" system to run this from, rather than my development laptop.
Edited on: Wednesday, September 22, 2004 9:20 PM
Categories: Computers and Technology, Work
Sunday, September 19, 2004
vbscript part 2
What a weekend. This afternoon I worked again on the VBscript application I've been developing.I tried using it to control a machine other than my office desktop and found a problem. Turns out there's a problem with some Windows XP systems at the campus where a certificate needs to be regenerated. I'm not clear on why, but it was in a MS Knowledgebase article. I ended up working with Cody at the helpdesk to test and troubleshoot the problem. I also showed Cody how to use it by connecting to my development laptop from the helpdesk computer. He was able to remote control my main work laptop and from his comments it seemed like he was pleased with what he saw.
I'm hoping to make this available for the helpdesk and my staff soon to test it, find bugs, and see what other functionality we can provide through this type of solution.
Edited on: Wednesday, September 22, 2004 9:20 PM
Categories: Computers and Technology, Work
VBScript, ASP, and HTA applications
Last week I began writing an HTA application. Essentially this is an HTML document that doesn't have the security limitations/mechanisms of Internet Explorer.The application is what I hope to be the start of a tool for the UAS helpdesk and NDS (the area of IT Services I manage) to remotely manage workstations on the campus. It's written in vbscript for both server side and client side functionality.
The basic functions right now are:
- Lookup devices (Windows workstations) from an access database updated hourly.
- Identify the current user signed into the machine.
- If the machine is Windows XP, configure it to allow Windows XP Remote Assistance connections.
I finished this at 5am after begining to write the ASP pages at 9pm Saturday. (initially written 9/22)
Edited on: Wednesday, September 22, 2004 9:21 PM
Categories: Computers and Technology, Work