473,396 Members | 2,017 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,396 software developers and data experts.

fancy text

hi

i recently posted this thread this thread . The answers i got were quite valid.

I am now wondering if i can use a different method. my friend mentioned that you can make something that looks like and anti aliased image but at the sametime it can be read/high-light and more importantly google will see it like text.

anyone have any ideas?
cheer
philleep
Apr 4 '07 #1
10 3643
drhowarddrfine
7,435 Expert 4TB
I have never used it but look into "image replacement" using CSS. I don't recall if it will work with Google as you say since it won't read images but there may be a trick involved. I don't have time to look it up right now. I think the anagram is "sirf".
Apr 4 '07 #2
AricC
1,892 Expert 1GB
hi

i recently posted this thread this thread . The answers i got were quite valid.

I am now wondering if i can use a different method. my friend mentioned that you can make something that looks like and anti aliased image but at the sametime it can be read/high-light and more importantly google will see it like text.

anyone have any ideas?
cheer
philleep
If you are using an image google will not see it as text. If you want to highlight some words wrap them in a div or span and give it a background color. Also, why would you want to anti alias text? I would think you would want your text to be clear and readable.
Apr 4 '07 #3
KevinADC
4,059 Expert 2GB
maybe you are referring to filters, they were only supported by IE though, and I'm not sure if newer IE browsers still support them, but you can always investigate that yourself.

filters

for the most part they are obnoxious though and should be used sparingly, very very sparingly if at all.
Apr 5 '07 #4
drhowarddrfine
7,435 Expert 4TB
Do NOT use filters. They only work in IE so they do no good for other browsers.
Apr 5 '07 #5
KevinADC
4,059 Expert 2GB
Do NOT use filters. They only work in IE so they do no good for other browsers.

Well, they can still be used, IE users will benefit from them. I like the image transition filters and use them occasionaly, of course only IE users see them but other users are not affected by not seeing the filter transitions.
Apr 5 '07 #6
If you are using an image google will not see it as text. If you want to highlight some words wrap them in a div or span and give it a background color. Also, why would you want to anti alias text? I would think you would want your text to be clear and readable.

thanks aricC.

your method however seems to be more of a bodge than an propper method. and i want to use anti-aliased text for some titles because the font i'm using looks better like that.
Apr 5 '07 #7
AricC
1,892 Expert 1GB
thanks aricC.

your method however seems to be more of a bodge than an propper method. and i want to use anti-aliased text for some titles because the font i'm using looks better like that.
A bodge? I've never heard that word, but in the context I assume you mean some hack or work around. Using a background color + a span to to give some text a 'highlight' effect is perfectly acceptable and commonly used. The problem with make a page with nothing but images is that 1 google will not read them therefore your page will not be indexed and 2 users will have to wait until all of the images load. This could be problematic for you in several ways, generally users want a page to render in under 1-2 seconds regardless of their speed and if a user does a google search for your site if you're lucky it may end up on page 20. I assure you my method is proper and used quite frequently. I'm sure Doc and Kevin would agree this isn't some off-the-wall method.
Apr 5 '07 #8
KevinADC
4,059 Expert 2GB
Only works with IE browsers that I know of:

Expand|Select|Wrap|Line Numbers
  1. <DIV STYLE="width:100%; font-family: Verdana,Arial; font-size: 200%; filter:
  2.      progid:DXImageTransform.Microsoft.Blur(pixelradius=1)
  3.     ;">
  4.         Blurry text.</div>   
the filters can be tricky, you have to read up on how to use them. And as doc will remind you: they only work in IE ;)


filters information

I think AricC's suggestion is also perfectly acceptable and is going to work in all browsers.
Apr 5 '07 #9
drhowarddrfine
7,435 Expert 4TB
Scalable Inman Flash Replacement . That's what I was trying to think of but I don't know if it's exactly what you would want. This is the original article with a link at the top for the latest update to it.
Apr 5 '07 #10
thanks the sIFR is what i was looking for i think!? will let you know how i get on.
cheer
philleep
Apr 10 '07 #11

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

Similar topics

5
by: Mel | last post by:
i want to have a block, like some articles i see, with the first char (very Fancy and huge) and have the rest of the block kind of wrap around this char (to the right of). something like below...
16
by: thenightfly | last post by:
Ok, I know all about how binary numbers translate into text characters. My question is what exactly IS a text character? Is it a bitmap?
0
by: comboytw | last post by:
Hi all, I'm developing a VOIP application in wince 5.0 which supports rich features like video conferencing, media player, FM radio, etc. I found there is a VOIP template called "TUI" and I may...
0
by: CptDondo | last post by:
I am trying to do something that should be simple, but it is giving me headaches... I am thing to create a text 'dashboard' in a flash movie for an industrial interface. Nothing fancy, just a...
4
by: Ara Kooser | last post by:
I am working on a text adventure game for python to get back into python programming. My version 0.1 used only functions so I could get familiar with how those work. I want to move beyond that. I...
24
by: garyusenet | last post by:
I'm working on a data file and can't find any common delimmiters in the file to indicate the end of one row of data and the start of the next. Rows are not on individual lines but run accross...
0
by: JosAH | last post by:
Greetings, welcome back; above we discussed the peripherals of the Library class: loading and saving such an instantiation of it, the BookMark interface and then some. This part of the article...
4
by: | last post by:
I often see, on certain websites, to the right of link-text, a number or letter inside angle-brackets, and superscripted (or raised slightly). I've never seen anything explaining what these are...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.