Font Preview

This is a discussion on "Font Preview" within the JavaScript Forum section. This forum, and the thread "Font Preview are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Dec 10th, 2006, 22:47
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Font Preview

Hi, looking for some help from the Javascript gurus!
I have a client that wants something like this feature located here.http://www.vinylwords.com/CustomLettering.php
A more simplistic version is here http://www.danielledecor.com/home/builder.php

I can't even begin to search online for help because I don't know what this is called. You type in a phrase, select the font, select the color, and size and you get a preview of your selection.

Any ideas on how to achieve this or where to look would be of great help!
Thanks,
Linda
Reply With Quote

  #2 (permalink)  
Old Dec 10th, 2006, 23:16
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Daniel
Re: Font Preview

talk to JacobHaug - hes a flash expert
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Reply With Quote
  #3 (permalink)  
Old Dec 11th, 2006, 01:52
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: Font Preview

Yeah, I would say flash would be a great place to start...plus it would be much harder for some one to still the fonts if it was in flash. You could also do this in JavaScript...just depends on what you want...lol
Reply With Quote
  #4 (permalink)  
Old Dec 11th, 2006, 02:42
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Font Preview

Don't make me still that!
Reply With Quote
  #5 (permalink)  
Old Dec 11th, 2006, 10:54
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Font Preview

Does anyone have a name for this type of form? I'd prefer Javascript then flash since I'm not fluent in flash. Can anyone point me in the right direction?
The fonts that we use are the usual ones that everyone can get free.. so stilling LOL isn't a concern!
Reply With Quote
  #6 (permalink)  
Old Dec 11th, 2006, 18:02
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Font Preview

Having a closer look, I would say this is done in PHP. I have no idea how, though.
Reply With Quote
  #7 (permalink)  
Old Dec 11th, 2006, 23:57
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: Font Preview

Well then what good are ya Ryan?
Reply With Quote
  #8 (permalink)  
Old Dec 12th, 2006, 02:09
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Font Preview

I had a look around Google, I didn't find any pre-made scripts. Sorry, I'm no great shakes at PHP image functions.
Reply With Quote
  #9 (permalink)  
Old Dec 12th, 2006, 02:09
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: Font Preview

hehehe...lol
Reply With Quote
  #10 (permalink)  
Old Dec 12th, 2006, 12:15
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: Font Preview

The preview image is generated server side using php script and the various text/image functions.

Do you have any knowledge of php?
Reply With Quote
  #11 (permalink)  
Old Dec 12th, 2006, 19:07
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Font Preview

Zero knowledge what so ever. But thank you for identifying what it is I was looking at.

I'm waiting to hear back from Mason Barge... Once Ryan said it was php, I baled!
I'll see if Mason wants the job!

Thanks,
Linda
Reply With Quote
  #12 (permalink)  
Old Dec 12th, 2006, 20:47
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Font Preview

If you know a little bit of JavaScript, PHP will be easy to learn. It's just a lot of functions, a lot of them having to do with math, that let you accomplish just about anything. It's basically got the same syntax as JavaScript, only it's a little bit more strict.
Reply With Quote
  #13 (permalink)  
Old Dec 13th, 2006, 11:22
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Font Preview

Thanks Ryan for the encouragement!
Reply With Quote
  #14 (permalink)  
Old Dec 13th, 2006, 14:06
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Font Preview

http://php.net/ is an awesome reference list for all the functions and http://phpfreaks.com/ has a great forum and a lot of tutorials to get started. I'd say go for it. Even the simplest of PHP scripts will make you marvel at how much easier managing websites can be.
Reply With Quote
Reply

Tags
font preview

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Preview PHP on local machine UUDDLRLRBA PHP Forum 7 Feb 23rd, 2008 17:40
Preview problem... computerad JavaScript Forum 0 Sep 7th, 2007 14:37
mp3 preview button Ice Flash & Multimedia Forum 4 Jul 14th, 2007 00:04
Can C it in DW preview but not in IE csa Web Page Design 4 Feb 19th, 2006 22:14


All times are GMT. The time now is 04:24.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43