Deanna475
03-21-2003, 05:04 AM
Hello all. I'll be honest. I don't know a thing about ASP except that my preliminary research on the web tells me that what I want to accomplish involves ASP. Or maybe not? Here's my situation .....
Imagine, if you will, an interactive web page colourizer or page composer. You can control all of the elements on the page and change the background colour from several palettes, an RGB colour slider or choose a background image from the library of pre-selected graphics which reside on my server. You can change the font colour, size and family of the font, bold and/or italicize the "sample" text, etc. You can choose between different layouts (3-frame set up, 2 frames, etc.). The entire "canvas" area is totally customizable and when the user has a page they are satisfied with, they can copy and paste the source code for their creation and proceed to edit their page in their HTML editor. Pretty nifty, if you ask me!! *S*
But to make this page composer truly effective and to really give a web designer an excellent idea of what their page can look like before they even copy the source code, I thought it prudent that the user should be able to "paste"/upload their own background graphic into a table cell which I have identified as "canvas".
Now ...... through JavaScript and CSS, I have accomplished all of the above except for the functionality of what I described in the second paragraph. This is where I think ASP comes into play.
What is involved in getting a user's image from their hard drive to "import/paste/upload" it into a standard HTML page to take the place of the background attribute of the table cell, keeping in mind that there is text and other images already coded in the cell. The images that are already in the cell are straightforward IMG SRC and do not form part of the cell's background.
My research has told me that there are ASP-based "file transfer / fileUp" modules available for tasks similar to what I want to do but they are 99% overkill for what I want to accomplish and cost around $300 US (the ones I found anyway). I'm not against spending some coinage on this project but I don't have $300 US (converted into Canadian dollars might as well be $3,000 !!!) for something that does way more than I need it to, plus there's the installation fee to consider since I don't have a clue about how to do this on my own. I only know that it *can* be done.
Any feedback in this department would be greatly appreciated.
Deanna, {trying to sound like she knows what she's talking about ;) }
PS: In case it matters, I only need this to work in IE5.5+ browsers on PCs using Windows 95+ o/s.
Imagine, if you will, an interactive web page colourizer or page composer. You can control all of the elements on the page and change the background colour from several palettes, an RGB colour slider or choose a background image from the library of pre-selected graphics which reside on my server. You can change the font colour, size and family of the font, bold and/or italicize the "sample" text, etc. You can choose between different layouts (3-frame set up, 2 frames, etc.). The entire "canvas" area is totally customizable and when the user has a page they are satisfied with, they can copy and paste the source code for their creation and proceed to edit their page in their HTML editor. Pretty nifty, if you ask me!! *S*
But to make this page composer truly effective and to really give a web designer an excellent idea of what their page can look like before they even copy the source code, I thought it prudent that the user should be able to "paste"/upload their own background graphic into a table cell which I have identified as "canvas".
Now ...... through JavaScript and CSS, I have accomplished all of the above except for the functionality of what I described in the second paragraph. This is where I think ASP comes into play.
What is involved in getting a user's image from their hard drive to "import/paste/upload" it into a standard HTML page to take the place of the background attribute of the table cell, keeping in mind that there is text and other images already coded in the cell. The images that are already in the cell are straightforward IMG SRC and do not form part of the cell's background.
My research has told me that there are ASP-based "file transfer / fileUp" modules available for tasks similar to what I want to do but they are 99% overkill for what I want to accomplish and cost around $300 US (the ones I found anyway). I'm not against spending some coinage on this project but I don't have $300 US (converted into Canadian dollars might as well be $3,000 !!!) for something that does way more than I need it to, plus there's the installation fee to consider since I don't have a clue about how to do this on my own. I only know that it *can* be done.
Any feedback in this department would be greatly appreciated.
Deanna, {trying to sound like she knows what she's talking about ;) }
PS: In case it matters, I only need this to work in IE5.5+ browsers on PCs using Windows 95+ o/s.