An American Cares
I need some help. I have some early legistative interest stirred up for an idea I have. Essentially what it is is a program where the US Post Office would sell prepaid boxes for sending stuff overseas to needy families/institutions (Akin to the CARE Package program for Europe after WWII). You can see more details here http://www.AnAmericanCares.com/History . (To get an idea of what follows you will need to read the link.)
Having some background (and contacts) in the legislative arena (I did quite a bit of intensive citizen lobbying some years back) I believe this idea has a good chance of success. However my experience tells me that a selling point is going to be a demonstration website. And here's where I need the help.
I can see in my head what is needed at this point. If it were a PB program then it would be no problem but doing it in HTML is beyond my skill level. If I could run a PB program instead of an html web page it would be terrific. Is such a thing possible? If so could someone provide an example of how to do it?
At this point what I need help with is:
1) loading an array of data items into an Option box. (see http://www.anamericancares.com/Choose_Destination.html for two sample Option boxes I set up). The data in these choice boxes (and there will be several more than just these) will be dynamic in that there will likely be additions/changes to the lists occasionally and the lists will be used in several different html pages. It's just not practical to edit each page every time a list change will be made.
2) On the left side of the pages you see a Links list (using CSS sheets). Is it possible to load a file into a CSS sheet? (in this case one file would serve many different pages). I could then do the same thing loading data into TextAreas, for example.
I will need help with a LOTS of things with this website (promoting AAC down the road) BUT AT THIS STAGE these are the two things I need most. If any can help, it's a worthwhile endeavor (no money in it for anybody anywhere though, all strictly volunteer stuff).
Note, while I have no real Java Script experience, I have used it on a Cut&Paste level making minor alterations to get various JS code snippets to work. I suspect something like JS is going to be needed here. Again a PB executable would be absolutely super but probably not possible.
I need some help. I have some early legistative interest stirred up for an idea I have. Essentially what it is is a program where the US Post Office would sell prepaid boxes for sending stuff overseas to needy families/institutions (Akin to the CARE Package program for Europe after WWII). You can see more details here http://www.AnAmericanCares.com/History . (To get an idea of what follows you will need to read the link.)
Having some background (and contacts) in the legislative arena (I did quite a bit of intensive citizen lobbying some years back) I believe this idea has a good chance of success. However my experience tells me that a selling point is going to be a demonstration website. And here's where I need the help.
I can see in my head what is needed at this point. If it were a PB program then it would be no problem but doing it in HTML is beyond my skill level. If I could run a PB program instead of an html web page it would be terrific. Is such a thing possible? If so could someone provide an example of how to do it?
At this point what I need help with is:
1) loading an array of data items into an Option box. (see http://www.anamericancares.com/Choose_Destination.html for two sample Option boxes I set up). The data in these choice boxes (and there will be several more than just these) will be dynamic in that there will likely be additions/changes to the lists occasionally and the lists will be used in several different html pages. It's just not practical to edit each page every time a list change will be made.
2) On the left side of the pages you see a Links list (using CSS sheets). Is it possible to load a file into a CSS sheet? (in this case one file would serve many different pages). I could then do the same thing loading data into TextAreas, for example.
I will need help with a LOTS of things with this website (promoting AAC down the road) BUT AT THIS STAGE these are the two things I need most. If any can help, it's a worthwhile endeavor (no money in it for anybody anywhere though, all strictly volunteer stuff).
Note, while I have no real Java Script experience, I have used it on a Cut&Paste level making minor alterations to get various JS code snippets to work. I suspect something like JS is going to be needed here. Again a PB executable would be absolutely super but probably not possible.
Comment