/    Sign up×
Community /Pin to ProfileBookmark

Signature Generator

Hi there.
Would anyone have any idea how I could produce some sort of
signature when a user enters a first and last name in 2 input fields?
I’m not looking to find out exactly how to do this in coding terms, just guidance on how to approach it.

Suppose Joe Bloggs puts his first and last name into 2 input fields, I would then like to see an image with an auto generated signature of his name.

Would some sort of WYSIWYG editor help me out?

Or even better, perhaps some free tool I can embed in my webpage that allows users to write things, like a whiteboard.

Thanks!

to post a comment
HTML

2 Comments(s)

Copy linkTweet thisAlerts:
@savvykmsOct 30.2009 — You would want an HTML form containing the 2 text fields. When a user clicks on a View button, a Javascript call is made, which then sets the src attribute of an <img> element to a php file such as sign.php?first=firstnamegoeshere&last=lastnamegoeshere

The PHP page could then take the user input (via the GET request) and output the signature using a cursive font on the server to produce a text string overlayed on a transparent background-ed dynamically created GIF file, which would be sent back to the client upon request. Just make sure to validate that both first and last names are there.

Nice idea man.
Copy linkTweet thisAlerts:
@shck08authorOct 30.2009 — Excellent. That will get the ball rolling!

Thanks indeed
×

Success!

Help @shck08 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.2,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,
)...