Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 18th, 2004, 04:38 AM
Friend of Wrox
 
Join Date: Oct 2004
Posts: 109
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to anubhav.kumar
Default Automatic font downloading

hi to all

i want to check whether a particular font is available on the client machine before my page is rendered. if not so the font should be downloaded from my site.

how can i achieve this?

Anubhav Kumar
__________________
Anubhav Kumar
http://anubhavtimepass.blogspot.com/
 
Old November 18th, 2004, 08:17 PM
Friend of Wrox
 
Join Date: Jan 2004
Posts: 1,870
Thanks: 12
Thanked 20 Times in 20 Posts
Send a message via AIM to mat41
Default

Interesting question, I am not sure you can do this easily. Anyhow, are you aware you can set as many font types as you want in a style sheet? Eg:

TD {FONT-FAMILY: Verdana,Arial,Helvetica}
In the above example if verdana is not installed it will look for arial, if not helvetica etc....

Additionally, IMO if I was browsing a web site and got prompted to download a font there is no way I would accept the download. People don’t accept downloads like they used to now days, would you?

Also:
1..Not all fonts are compatible with all machines
2..Fonts must be installed correctly by someone with administrative privileges, a general user couldn’t install a font even if they wanted to.


Wind is your friend
Matt
 
Old November 19th, 2004, 05:20 AM
Friend of Wrox
 
Join Date: Oct 2004
Posts: 109
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to anubhav.kumar
Default

hi Matt
thanks for response.
I want to point out that ...
1.My site is targeted to Indian surfers mainly.
2.I have to provide content in the national language that is hindi.
3. I have no idea about using embeded fonts in dynamic pages like the one provided by Microsoft's WEFT Tool

Please guide me...

Anubhav Kumar
 
Old November 19th, 2004, 06:04 AM
Friend of Wrox
 
Join Date: Sep 2003
Posts: 363
Thanks: 0
Thanked 1 Time in 1 Post
Default

Hi,

http://www.spoono.com/html/tutorials...embeddingfonts


----------
Rajani

 
Old November 19th, 2004, 04:56 PM
Friend of Wrox
 
Join Date: Jan 2004
Posts: 1,870
Thanks: 12
Thanked 20 Times in 20 Posts
Send a message via AIM to mat41
Default

rajanikrishna

Looks like a very useful link! have you used this tool?

Wind is your friend
Matt
 
Old November 20th, 2004, 04:20 AM
Friend of Wrox
 
Join Date: Oct 2004
Posts: 109
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to anubhav.kumar
Default

Dear Rajani

thanks for the link.
What about font embeding in the dynamic pages.
Weft Tool asks for the static html pages to apply font embeding

Anubhav Kumar
 
Old November 20th, 2004, 04:33 AM
Friend of Wrox
 
Join Date: Sep 2003
Posts: 363
Thanks: 0
Thanked 1 Time in 1 Post
Default

Hi,

http://members.tripod.com/~bhaavana/embedded/faq.html

This might be useful for u.


---------------
Rajani

 
Old November 20th, 2004, 05:38 PM
Friend of Wrox
 
Join Date: Jan 2004
Posts: 1,870
Thanks: 12
Thanked 20 Times in 20 Posts
Send a message via AIM to mat41
Default

rajanikrishna

have you used this tool?


Wind is your friend
Matt





Similar Threads
Thread Thread Starter Forum Replies Last Post
Automatic Redirect tna55 ASP.NET 2.0 Basics 2 April 4th, 2007 07:32 AM
Automatic Update odezzie Classic ASP Databases 1 March 28th, 2007 06:06 PM
how to get font ,color,font size of text in win32 satishsatao Visual C++ 0 April 5th, 2006 05:05 AM
automatic 'redirection' stu9820 Flash (all versions) 4 September 20th, 2004 07:29 AM
Automatic URLs Imar Forum and Wrox.com Feedback 13 June 19th, 2003 03:01 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.