Results 1 to 4 of 4

Thread: Create your own sticker?

  1. #1
    Join Date
    Jan 2008
    Location
    Colorado
    Posts
    38
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Arrow Create your own sticker?

    I'm designing a site for a client and he would like people to be able to create their own stickers. We'd allow the customers to choose from our clip art and a certain sized sticker, but I'd like them to be able to input their own text and see the example instantly. Something similar to this site:
    http://www.stickerjunkie.com/generator.php

    Thanks for the help!

  2. #2
    Join Date
    Nov 2006
    Location
    Northeast USA
    Posts
    408
    Thanks
    8
    Thanked 30 Times in 28 Posts

    Default

    You'll need php for that, GD to be exact. Check out the GD manual ( HERE) for all of the functions and things you can to do generate images. The example you gave is much more advaced, and I think it uses flash. If you only need to insert text into an image, than php is your friend!
    -Ben -- THE DYNAMIC DRIVERS
    My Links: My DD Profile||My Youtube Video Tutorials||DD Helping Coders||DD Coders In Training
    I told my client to press F5, the client pressed F, then 5, *facepalm*

  3. The Following User Says Thank You to fileserverdirect For This Useful Post:

    euphoriastudio (10-16-2008)

  4. #3
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Quote Originally Posted by fileserverdirect View Post
    You'll need php for that, GD to be exact. Check out the GD manual ( HERE) for all of the functions and things you can to do generate images. The example you gave is much more advaced, and I think it uses flash. If you only need to insert text into an image, than php is your friend!
    Yeah, it uses Flash. Flash is really the way to go with these kinds of application. The coding is far easier and more extensible than an equivalent would be in PHP/JavaScript/AJAX app. It can be done in either, of course.

  5. The Following User Says Thank You to Medyman For This Useful Post:

    euphoriastudio (10-16-2008)

  6. #4
    Join Date
    Jan 2008
    Location
    Colorado
    Posts
    38
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default

    Thank you both for your posts, I suppose I'll have to learn some flash then. I've worked with the program but so far only created a basic movie to be displayed on the internet. Any ideas as to how to go about creating something from the link at the top?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •