473,395 Members | 1,464 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Changing user font style on line

11
I'm trying to find out if there is a simple script or program out there that can change the font style dynamically on the web by the user. We manufacture products where there is an option of several different fonts and would like the ability to let the customer preview their text on line immediately. We have seen other sites doing this in both .asp and java. Any help in the matter would be appreciated. We would need the fonts installed on our server as they are not common. The user must be able to enter their own text and preview it on line.
Feb 24 '07 #1
12 1945
abctech
157 100+
I'm trying to find out if there is a simple script or program out there that can change the font style dynamically on the web by the user. We manufacture products where there is an option of several different fonts and would like the ability to let the customer preview their text on line immediately. We have seen other sites doing this in both .asp and java. Any help in the matter would be appreciated. We would need the fonts installed on our server as they are not common. The user must be able to enter their own text and preview it on line.
Hi,
I think you need Javascript perhaps, but anyways if it has something to do with server side programming then JSP would be an option.I think our Java forum experts will be able to shed more light on this.

Do you have any code which you've written so far?

Will you be able to post the links to those sites which you've mentioned above?

P.S: Try posting in the Javascript and the Html/CSS forum as well if you like, if it can be resolved using CSS or some client side scripting then they should be able to help you with it.
Feb 25 '07 #2
hirak1984
316 100+
go through some good documents on "css".I hope you will get the answer



I'm trying to find out if there is a simple script or program out there that can change the font style dynamically on the web by the user. We manufacture products where there is an option of several different fonts and would like the ability to let the customer preview their text on line immediately. We have seen other sites doing this in both .asp and java. Any help in the matter would be appreciated. We would need the fonts installed on our server as they are not common. The user must be able to enter their own text and preview it on line.
Feb 26 '07 #3
r035198x
13,262 8TB
I'm trying to find out if there is a simple script or program out there that can change the font style dynamically on the web by the user. We manufacture products where there is an option of several different fonts and would like the ability to let the customer preview their text on line immediately. We have seen other sites doing this in both .asp and java. Any help in the matter would be appreciated. We would need the fonts installed on our server as they are not common. The user must be able to enter their own text and preview it on line.
Copied to javascript forum
Feb 26 '07 #4
rjw43
11
Yeah, I'm not a programmer at all so I don't even know how to approach this. What I'm looking for is something like this: http://www.decalcity.com/custom_deca..._lettering.php

If someone can help or do it for me I can afford to pay a reasonable charge.
Feb 26 '07 #5
abctech
157 100+
Yeah, I'm not a programmer at all so I don't even know how to approach this. What I'm looking for is something like this: http://www.decalcity.com/custom_deca..._lettering.php

If someone can help or do it for me I can afford to pay a reasonable charge.
This page that you have provided the link to is in PHP.
Feb 27 '07 #6
rjw43
11
I was told java would be the easiest, however I would prefer php as that is what the majority of my site is and what I'm familiar with. What I'm looking for is the step 3 "Preview Fonts" application. Like I said I'm not a programmer and am not very familiar with writing this type of code.

If this thread should be in PHP - moderator please move it. Thank you


Actually, if you click the Preview fonts button it appars that Java is being used
Feb 27 '07 #7
rjw43
11
Anybody?? I really need this done.
Feb 28 '07 #8
rjw43
11
anybody? I really need this done.
Mar 1 '07 #9
rjw43
11
anybody? I really need this done.
I'm willing to pay
Mar 2 '07 #10
r035198x
13,262 8TB
I'm willing to pay
How do you really want us to help. You said you are not a programmer so you are unlikely to write the code yourself. We can only point you in the right direction not do the whole thing for you.

In this problem you will just need to have a drop down containing the fonts. You can use JSP or PHP it does't matter. If the user's type their text and select the font you run a script that takes the selected value on the drop down and set that as the font for the user's text and open it in a preview page. But then if you say you are not a programmer then you will need to find someone to do all that for you.
Mar 2 '07 #11
rjw43
11
That's exactly what I'm looking for. I don't know how to get it done so I am looking to pay a programmer to do it for me. How can I find one?

I figured that there's got to be someone on here that's willing to take this on for some cash.
Mar 2 '07 #12
r035198x
13,262 8TB
That's exactly what I'm looking for. I don't know how to get it done so I am looking to pay a programmer to do it for me. How can I find one?

I figured that there's got to be someone on here that's willing to take this on for some cash.
www.rentacoder.com

I'm poor but I give programming help for free on TSDN.
Mar 2 '07 #13

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Paul D. Sullivan | last post by:
I've been trying to find out how to increase the font size in the text entry fields in Invision Power Board 1.3 for a while. The part where you enter your post and do the quick reply and all that...
2
by: tshad | last post by:
This is related to my other Hiding datalistitems problem that I can't seem to solve. I have tried different methods which all seem to work only partially. I decided to try to use a User...
1
by: Tebogo Tefo via .NET 247 | last post by:
Hi I have a user control that contains three dropdownlists that I populate according to what was selected in the other dropdownlist (i.e. populate dropdownlist2 after selecting a value in...
7
by: Sakharam Phapale | last post by:
Hi All, How to preserve the old font properties while changing new one? I posted same question 2 months back, but I had very small time then. eg. "Shopping for" is a text in RichTextBox and...
15
by: phillip.s.powell | last post by:
<style> div div table tr td a.navbar, div div table tr td font {display: none;} </style> <div class="navigationbar" style="background-color:Black; position: absolute; left:50%; top:127px;...
8
by: fernandezr | last post by:
I would like to use a user control as a template inside a repeater. Some of the fields in the control should be hidden depending on whether or not there is data. I'm still a ASP .Net newbie so the...
4
by: rjw43 | last post by:
I'm trying to find out if there is a simple script or program out there that can change the font style dynamically on the web by the user. We manufacture products where there is an option of several...
4
by: gubbachchi | last post by:
Hi all, Please anybody help me solve this problem. I am stuck up with this from past 2 weeks. I am developing an application where, when the user selects date from javascript datepicker and enters...
2
by: kheitmann | last post by:
OK, so I have a blog. I downloaded the "theme" from somewhere and have edited a few areas to suit my needs. There are different font themes within the page theme. Long story short, my "Text Posts"...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.