|
|||||||
| JavaScript JavaScript (not Java) Discussion and technical support, including AJAX and frameworks (JQuery, MooTools, Prototype...) |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Where can I get this script?
Where can I get the script on this website...
http://tattoofonts.net/ I've searched and searched with no luck. I cannot seem to extract the script from the site either. Any help would be MUCH appreciated! |
|
#2
|
|||
|
|||
|
Script to do what?
|
|
#3
|
|||
|
|||
|
Sorry, I should have explained a bit better.
I want to be able to upload fonts. The user will be able to input text and see what it looks like in the fonts I have uploaded. The script will display the inputted text as an image. The user will be able to alter the size of the text and download the image created by the script. An example is the script on www.tattoofonts.net |
|
#4
|
|||
|
|||
|
JavaScript cannot create images -- but, perhaps that was not your intent. Anytime you see a website that is generating images according to user specifications, such a web site is using server-side code to accomplish that task.
|
|
#5
|
|||
|
|||
|
I'm slightly confused by your reply.
Ok, so if javascript is not creating the images, what script is? And what would be an appropriate search term I could input into google to find a script? |
|
#6
|
|||
|
|||
|
PHP can create images on the server side.
|
|
#7
|
|||
|
|||
|
It is a server-side script named "img.php", see this line from the site you linked to:
document.getElementById('gd').src="img.php?font="+font+"&text="+txt+"&size="+px+"&color="+color; Julian |
|
#8
|
|||
|
|||
|
Ok, any ideas where I could get one from?
|
|
#9
|
||||
|
||||
|
Something server side would be creating it.
__________________
Stephen Free Computer Help, blog, forum Web design ebooks and software JavaScript scripts and tutorials |
|
#10
|
|||
|
|||
|
Try google.com...
In the meantime,this might be of some help: http://www.alistapart.com/articles/dynatext Julian |
|
#11
|
|||
|
|||
|
Sorry for sounding stupid but what would I search for?
|
|
#12
|
|||
|
|||
|
Quote:
http://www.phpbuilder.com/columns/rasmus19990124.php3 |
|
#13
|
|||
|
|||
|
ive searched but with no luck.
anybody have any scripts they know of? p.s. thanks for all replied so far. |
|
#14
|
|||
|
|||
|
My last reply teaches you how to do it.
|
|
#15
|
|||
|
|||
|
sorry but im really looking for a script as i don't have time to learn as i don't have the time.
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|