Go Back   CodingForums.com > :: Client side development > Graphics and Multimedia discussions

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-17-2008, 03:06 AM   PM User | #1
13lue
New Coder

 
Join Date: Feb 2008
Posts: 50
Thanks: 3
Thanked 0 Times in 0 Posts
13lue is an unknown quantity at this point
A Signature Editor

Is it possible to have a picture file be displayed on a viewer screen that allows that user to insert text onto it?

To get at more of what i'm talking about go to edit on one of your post and select advance edit. The edit box that you see displays your text and you could type onto it. And the background of that was the signature.

Can anyone point me to a guide or write me a sample code that will help me do this?
13lue is offline   Reply With Quote
Old 02-17-2008, 11:41 PM   PM User | #2
outseeker
Regular Coder

 
Join Date: Feb 2008
Location: Australia baby!
Posts: 143
Thanks: 6
Thanked 3 Times in 3 Posts
outseeker has a little shameless behaviour in the past
I haven't got an image on my signature, but from what you are asking you wanna set an image as a background and then allow people to type over the top of it? This is an example of how to do that in a textarea:

Code:
<style>
textarea {
 color: white;
 background-image: url(http://www.tutorialized.com/upload/(...yMouse5050.gif);
}
</style>
<textarea rows="2" cols="20">
This is an example of using CSS to apply a background to a textarea.
</textarea>
I have included the <style>'s so I can show you it working without having to create a .css file and post a live link for ya. If this isn't what you're talking about, please post some more details champ.
__________________
outseeker - http://outer.reaches.dyndns.org/index.php
I hope this helped someone. Due to this forums lame rep system penalising me for nothing, and admins inability to do anything about it, I'm sorry to say I will no longer be online here. Pride is important. Good Luck All.
outseeker is offline   Reply With Quote
Old 02-18-2008, 04:35 AM   PM User | #3
13lue
New Coder

 
Join Date: Feb 2008
Posts: 50
Thanks: 3
Thanked 0 Times in 0 Posts
13lue is an unknown quantity at this point
Well this isn't what i really have in mind =\

But, however, it could work to a degree. Is there some kind of code that code take a snapshot of the end result and allow the user to save it to their computer? Also i tried out the script and that background does not work.
13lue is offline   Reply With Quote
Old 02-22-2008, 01:14 AM   PM User | #4
outseeker
Regular Coder

 
Join Date: Feb 2008
Location: Australia baby!
Posts: 143
Thanks: 6
Thanked 3 Times in 3 Posts
outseeker has a little shameless behaviour in the past
Well, if you copied and pasted exactly how it displays in the browser, yeah the image won't work. Look at the link the browser shows for the image, then hover over the link. This forum is abbreviating the image's location with ....'s for some reason. That code works otherwise.

And you want to screenshot what people have typed and save it to an image?? What exactly are you trying to achieve here mate? Extreme detail would be nice, I didn't 100% understand what you're trying to do but posted up anyways.. I mean the forum doesn't allow images in signatures, so your initial example didn't make any sense to me either

Cheers
__________________
outseeker - http://outer.reaches.dyndns.org/index.php
I hope this helped someone. Due to this forums lame rep system penalising me for nothing, and admins inability to do anything about it, I'm sorry to say I will no longer be online here. Pride is important. Good Luck All.
outseeker is offline   Reply With Quote
Old 02-23-2008, 08:03 AM   PM User | #5
13lue
New Coder

 
Join Date: Feb 2008
Posts: 50
Thanks: 3
Thanked 0 Times in 0 Posts
13lue is an unknown quantity at this point
Quote:
Originally Posted by outseeker View Post
Well, if you copied and pasted exactly how it displays in the browser, yeah the image won't work. Look at the link the browser shows for the image, then hover over the link. This forum is abbreviating the image's location with ....'s for some reason. That code works otherwise.

And you want to screenshot what people have typed and save it to an image?? What exactly are you trying to achieve here mate? Extreme detail would be nice, I didn't 100% understand what you're trying to do but posted up anyways.. I mean the forum doesn't allow images in signatures, so your initial example didn't make any sense to me either

Cheers
In many different forums people can put up what they call a signature in the signature box. like this--
What i had hope was that a person could type over that picture wherever they want and what kind of font, size, colors, etc. they want on it. I hope that made more sense.

Its
13lue is offline   Reply With Quote
Old 02-23-2008, 08:11 AM   PM User | #6
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,293
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
Quote:
Originally Posted by 13lue View Post
What i had hope was that a person could type over that picture wherever they want and what kind of font, size, colors, etc. they want on it. I hope that made more sense.
This can be done but its not something someone is going to do just for free. This a time consuming project and it will take a pro to code this. I know you've posted this in the work offers forum but couldn't seem to afford it. That is the going price for something like this. If you find someone cheaper well don't be surprised when it doesn't work or has problems. You get what you pay for.
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
_Aerospace_Eng_ is offline   Reply With Quote
Old 02-23-2008, 08:20 AM   PM User | #7
13lue
New Coder

 
Join Date: Feb 2008
Posts: 50
Thanks: 3
Thanked 0 Times in 0 Posts
13lue is an unknown quantity at this point
You know you are right. But i was kinda hoping for pieces or something close that works to it so i could work off from it. Never hurts to ask.
13lue is offline   Reply With Quote
Old 02-23-2008, 08:48 AM   PM User | #8
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,293
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
Do a google search for "creating images with dynamic text with php". Here is a tutorial http://www.developertutorials.com/tu...623/page1.html
Another one: http://www.webcheatsheet.com/PHP/dyn...generation.php

You will also need to learn how to get it to save the image. You have the internet at your finger tips use it.
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||

Last edited by _Aerospace_Eng_; 02-23-2008 at 08:51 AM..
_Aerospace_Eng_ is offline   Reply With Quote
Old 02-23-2008, 09:15 AM   PM User | #9
13lue
New Coder

 
Join Date: Feb 2008
Posts: 50
Thanks: 3
Thanked 0 Times in 0 Posts
13lue is an unknown quantity at this point
Ahh thank you. Its a shame that i am php illiterate. Oh well there is a first time for everyone!

Last edited by 13lue; 02-23-2008 at 09:18 AM..
13lue is offline   Reply With Quote
Old 02-25-2008, 02:30 PM   PM User | #10
outseeker
Regular Coder

 
Join Date: Feb 2008
Location: Australia baby!
Posts: 143
Thanks: 6
Thanked 3 Times in 3 Posts
outseeker has a little shameless behaviour in the past
Ahh sweet sweet clarification! I will check out the links Aero gave you and let you know if I come up with anything for you. I'm an unemployed bozo at the moment, so I just may have the time Do u already have a website you want to implement this on? And man this forum seems to stuff your post up sometimes, I notice you have "Its" at the bottom of your post and nothing afterwards- did that say something extra before you posted? I've had it cut my messages off before.. very very annoying!
__________________
outseeker - http://outer.reaches.dyndns.org/index.php
I hope this helped someone. Due to this forums lame rep system penalising me for nothing, and admins inability to do anything about it, I'm sorry to say I will no longer be online here. Pride is important. Good Luck All.
outseeker is offline   Reply With Quote
Old 02-27-2008, 11:41 PM   PM User | #11
13lue
New Coder

 
Join Date: Feb 2008
Posts: 50
Thanks: 3
Thanked 0 Times in 0 Posts
13lue is an unknown quantity at this point
Thanks! Yes i do have a website. Linky. I very new to programming and such so my website isn't the greatest. Hmm what post did you see with the "its" at the bottom?
13lue is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:54 AM.


Advertisement
Log in to turn off these ads.