Computing.Net > Forums > Web Development > Internet posters creation

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Internet posters creation

Reply to Message Icon

Name: hello1234567891
Date: March 26, 2006 at 02:08:21 Pacific
OS: xp pro sp2
CPU/Ram: 512mb
Product: acer
Comment:

HI
i am creating a web site and i need a thing so that people can make there own posters, preferably with a set templte i can make and has various drop down menues. then it goes to the part of my site that they wanted it on. is that posible??? is there a script for that??



Sponsored Link
Ads by Google

Response Number 1
Name: Michael J (by mjdamato)
Date: March 26, 2006 at 13:12:07 Pacific
Reply:

I'm confused by what you mean by "poster". Are you talking about a printed poster that you hang on a wall? Because you say that the poster will go on a part of your site.

In either case it is definitely possible. One product I worked on previously was a web application for the creating of variable data printing where users would create documents from preset selections.

Is there a script for it? I would probably doubt it, but perhaps.

Michael J


0

Response Number 2
Name: hello1234567891
Date: March 27, 2006 at 04:32:59 Pacific
Reply:

what you are talking about is exactly what i need, could you tell me how it's done??


0

Response Number 3
Name: Michael J (by mjdamato)
Date: March 27, 2006 at 08:11:14 Pacific
Reply:

Well, I can give you a general overview of how it was done, but depending upon what your level of experience is and what languages you know, it might be beyond your ability. We have a team of developers that worked on that application.

But, if you are talking about a single product, then I can strip it down to the bare essentials. First you will need to have a form to capture the user's selected options. This can be a single page form or multiple pages. You can also use javascript to control the options (for example, have a city field which the content changes based upon the state selected).

Once you have captured the data, you will need to create the document. We used the method of creating PDFs. To do that we created the "template" which was a postscript program which utilized variables for the data options. When the user submitted their data we would write a postscript file using the template and writing out the variables from the user input data.

Lastly, you would need to distill the postscript file to generate the PDF. I "think" there may be some free PDF distilling tools that you can use within ASP/PHP but I'm not sure. We used Active PDF.

There are companies that already have the technology in place and can allow you to put up your poster. I would give you a reference to my last company, but to be honest, I hate them and would not do anything that might benefit them. But, I believe Kinkos offers a similar service and I'm sure there are others - check with some local commercial printing companies in your area. There are some important considerations though. Who is printing the posters? Will the users be purchasing them? Do they need to see an online proof? What is your budget, if any?

I would be happy to help with some general advice and such pro bono. If you need more in-depth help, I can help with that as well.

Michael J


0

Response Number 4
Name: hello1234567891
Date: March 29, 2006 at 07:46:06 Pacific
Reply:

THANKS FOR THE HELP MICHAEL. but at the moment i am stuck on how to make drop down menues. i think you need to use javascript but the only problem is i dont have a clue on how to create it. Could anyone help??


0

Response Number 5
Name: Michael J (by mjdamato)
Date: March 29, 2006 at 08:50:27 Pacific
Reply:

Ok, you have a long, long way to go to get where you want to. A drop down menu is basic HTML - no javascript involved.

<select name="fieldName">
<option value="value1">Value 1</option>
<option value="value2">Value 2</option>
<option value="value3">Value 3</option>
<option value="value4">Value 4</option>
</select>

Michael J


0

Related Posts

See More



Response Number 6
Name: hello1234567891
Date: March 29, 2006 at 09:55:45 Pacific
Reply:

thanks for that!!
now all i need is a thing so the user can write in a bo what they want.
Also i need a button at the bottom that puts the infomation they have input on a part of the site.


0

Response Number 7
Name: Michael J (by mjdamato)
Date: March 29, 2006 at 11:25:10 Pacific
Reply:

As I said, you are a long way off to getting to where you need to go. Just because you created a select list doesn't mean that it will do anything. You need to create a form and all appropriate fields (select list, text fields, etc.) need to be within the form.

The form then needs to be directed to a page that will accept the inputed data. This will need to be done in some sort of server side scripting language: CGI, PHP, VBScript, etc. And the data will probably need to be saved somewhere such as a database.

Michael J


0

Response Number 8
Name: hello1234567891
Date: March 29, 2006 at 12:56:05 Pacific
Reply:

could you tell me how to do it in php???


0

Response Number 9
Name: Michael J (by mjdamato)
Date: March 29, 2006 at 14:13:17 Pacific
Reply:

Teaching you PHP is way beyond the scope of a forum. There are plenty of tutorials out there that could help you get started.

Michael J


0

Response Number 10
Name: hello1234567891
Date: March 30, 2006 at 04:21:22 Pacific
Reply:

thanks michael j i will look at some of them today.


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: Internet posters creation

Internet Explorer problem www.computing.net/answers/webdevel/internet-explorer-problem/2431.html

Internet Radio HELP!!!! www.computing.net/answers/webdevel/internet-radio-help/1038.html

Internet Explorer www.computing.net/answers/webdevel/internet-explorer/980.html