Click to See Complete Forum and Search --> : script handwritting


ferson
03-09-2005, 01:55 PM
hello everybody,

i'm searching of an handwritting script if you have a link.

thank you

Bluetagpizza
03-09-2005, 02:15 PM
You're not talking about a handwriting Font are you?

ferson
03-09-2005, 02:27 PM
euh no. i'm talking about javascript or dhtml handwrittin. I don't know if it is possible and exist.

i have done google'search, but I had as result handwritting font.

Bluetagpizza
03-09-2005, 02:49 PM
I'm afraid I can't help you there.

ferson
03-09-2005, 02:53 PM
it's ok. thank you for your response

anyone can tell me please?

baseiber
03-09-2005, 03:03 PM
do you mean you want text to visibly type out?

I know that is possible in javascript but I don't remember the details. It has something to do with timeing and arrays.

If you really want it to look like someone is writing by hand you might want to look into flash.

Bluetagpizza
03-09-2005, 03:09 PM
I know a script that types out text like a typewriter.

http://www.permadi.com/tutorial/jsTypewriter/

ferson
03-09-2005, 03:51 PM
oh that's exactllyy what i'm searching for . thank you for all of you.

last question please, i'd like to change the font, but I don't know what short of font is acceptable for the web, apart cerdana, arion and comic sans sherif. for exemple a font style handwritting.

I mean, If I choose a font, it maybe not appear as the same as I create it to visitors.

Bluetagpizza
03-09-2005, 07:51 PM
Yes, the font thing is really tricky. The only thing I can really suggest is to pick a font which comes standard with Windows, a standard Mac font, and use the "cursive" font family.

CSS Syntax = p {font-family: "windows font", "Mac font", cursive}

* Replace "windows font" and "mac font" with a font of your choice.

That way if the user doesn't have the windows font, the browser will check for the mac font, and if neither is present, it will display the default "cursive" font for that computer.

Edit: Oops, forgot the font-family link. http://www.htmlhelp.com/reference/css/font/font-family.html

ferson
03-10-2005, 04:54 AM
it's ok. thank you very much for youre help.
for my part, it's time to learn about the css ...
thanks again for all of you