FontJazz


Stefek

Hello,

@Hans, you're welcome.

@Jurgen
The h2 for example looks like this in sorurcecode using PCDTR Plugin/Filter
Quote<h2 class="pcdtr" style="margin: 0px;"><span id="pcdtr1">Frohes neues jahr 2010!</span></h2>
As you see, it's done only with CSS and the <h2> Tag stays intact, hence SEO Friendly.

@John
That's right, all the methods have their pros & cons.
Thanks for the another link to sIFR. Doesn't know it.

There could be done a lot of filters for this Scripts to run on WebsiteBaker without problems.
I only prefer using scripts which are license compatible with WB itself, so it can be shared without consequences. ;-)

Best Regards,
Stefek
[i]"Gemeinsam schafft man mehr."[/i]

[b][url=http://duden.de/rechtschreibung/gemeinsam#Bedeutung1]gemeinsam[/url][/b]
1. mehreren Personen oder Dingen in gleicher Weise gehörend, eigen
2. in Gemeinschaft [unternommen, zu bewältigen]; zusammen, miteinander
#Duden

Hans

Thanks John. Gonna try cIFR too; busy Sunday  :-D
Hans
Hans - Nijmegen - The Netherlands

pcwacht

Just look at the source of these pages using it, ie the source is what is used for SEO

In Cufon's case at www.corderius.nl the H1 tags are used with cufon and they stay intact, so seo friendly
Everything is done client side.

Next to the ones mentioned above there is cIFR -> http://www.mikeindustries.com/blog/sifr
wich works simular

Each has its drawbacks and benefits. Just choose the one you like and can use at your project

John
[url="http://www.ictwacht.nl"]http://www.ictwacht.nl[/url] = Dutch ICT info
[url="http://www.pcwacht.nl"]http://www.pcwacht.nl[/url] = My first
both still work in progress, since years.....

Hans

@Stefek:
YES! Works great! Thank you.
@pcwacht:
Thanks for the tip, gonna try that too.
One question though: I wonder what the impact is on SEO. AFAIK FontJazz leaves the H1 tag for the search-engines intact (they say so in the FAQ) What about both mentioned alternatives from Stefek and pcwacht?
Thank you both!
Hans
Hans - Nijmegen - The Netherlands

pcwacht

We are using CUFON on some sites -> http://wiki.github.com/sorccu/cufon/
See www.corderius.nl for example, watch the H1 tags

Is easy enough to implement, though it changes to images.


John
[url="http://www.ictwacht.nl"]http://www.ictwacht.nl[/url] = Dutch ICT info
[url="http://www.pcwacht.nl"]http://www.pcwacht.nl[/url] = My first
both still work in progress, since years.....

Stefek

Quote from: Hans on January 17, 2010, 12:02:42 PM
Hi Stefek
thanks for the reply. I think both have their pros and cons. As I prefer not to change the core (as is necessary to use the frontend filter) and because I'm not sure if the core replacement files are compatible with 2.8 (AMASP says it's for 2.7) I'll stick to FontJazz for the moment.
Thanks again
regards
Hans
QuoteAs I prefer not to change the core (as is necessary to use the frontend filter)
This are only two files and those changes doesn't harm your WB installation in any way.

There should be a newer Version for 2.8 on developers site.

I am using the output filter on many pages. And with lots of filters.
One exemple is here:
http://mausefalle-kiel.de/ (Website still in Work)

Regards,
Stefek
[i]"Gemeinsam schafft man mehr."[/i]

[b][url=http://duden.de/rechtschreibung/gemeinsam#Bedeutung1]gemeinsam[/url][/b]
1. mehreren Personen oder Dingen in gleicher Weise gehörend, eigen
2. in Gemeinschaft [unternommen, zu bewältigen]; zusammen, miteinander
#Duden

Hans

Hi Stefek
thanks for the reply. I think both have their pros and cons. As I prefer not to change the core (as is necessary to use the frontend filter) and because I'm not sure if the core replacement files are compatible with 2.8 (AMASP says it's for 2.7) I'll stick to FontJazz for the moment.
Thanks again
regards
Hans
Hans - Nijmegen - The Netherlands

Stefek

Quote from: kweitzel on January 17, 2010, 01:29:16 AM
... but I always like the idea to "outsource" processing to client side
I see, but the PCDTR needs no JS enabled to run clientside.
That's an advantage.

Quote from: kweitzel on January 17, 2010, 01:29:16 AM
... And from what I've seen until now it seems a better option than plain image replacing especially since the script "transforms" the existing H1 tag instead of replacing it with an image.
The Transformation is given anyway. The H1 (and all Replacements) Tag will be replaced anyway - not on the fly, but also using CSS as a operating base.
The "on the Fly" replacement of PCDTR is only given at the first run. After the image is created, it will be saved to a folder and (lightweight png's) the next time they are called from the cache.
Another Advantage is, that you can use different fonts by just using the CSS File - as you would normally do for other CSS - just ensure you have the Font in the directory (use AFE i.e.) and go.

Quote from: Hans on January 17, 2010, 10:42:51 AM
I don't know about the license thing, but it would be nice if someone could make a frontend filter out of it.
The license doesn't inspire me to create such a filter...
I prefer to use the PCDTR Filter instead.
It's easy to set up and run.

Kind Regars,
Stefek 
[i]"Gemeinsam schafft man mehr."[/i]

[b][url=http://duden.de/rechtschreibung/gemeinsam#Bedeutung1]gemeinsam[/url][/b]
1. mehreren Personen oder Dingen in gleicher Weise gehörend, eigen
2. in Gemeinschaft [unternommen, zu bewältigen]; zusammen, miteinander
#Duden

Hans

@kweitzel
Yes I did. I simply followed the instructions on the FontJazz website and it works a charme. Don't know however if it interferes with other scripts, because I tested on a clean installation only.
I don't know about the license thing, but it would be nice if someone could make a frontend filter out of it.

Hans
Hans - Nijmegen - The Netherlands

kweitzel

Hi Stefek,

thanks for the reminder, but I have to admit, that I knew them ... but I always like the idea to "outsource" processing to client side ... And from what I've seen until now it seems a better option than plain image replacing especially since the script "transforms" the existing H1 tag instead of replacing it with an image.

cheers

Klaus

Stefek

Nice one, but unfortunatly the license is a bit strange.
If it where a GPL or BSD License, I would make a Frontend Filter out of it.

There is such a thing allready:
http://www.websitebakers.com/pages/admin/admin-tools/frontendfilter.php

And here the original script:
http://code.google.com/p/pcdtr/
and the filter itself:
https://forum.websitebaker.org/index.php/topic,12243.msg75118.html#msg75118

It uses a bit different approach: it is using image replacement.
But you can use any kind of font (if you own the license).

Stefek
[i]"Gemeinsam schafft man mehr."[/i]

[b][url=http://duden.de/rechtschreibung/gemeinsam#Bedeutung1]gemeinsam[/url][/b]
1. mehreren Personen oder Dingen in gleicher Weise gehörend, eigen
2. in Gemeinschaft [unternommen, zu bewältigen]; zusammen, miteinander
#Duden

kweitzel

Nice one ... have already a project for it ... have you used it already on a WB Site? If yes, would you share your implementation?

cheers

Klaus

Hans

Non websafe fonts for the H1- tag, works great, easy to install en SEO friendly (see FAQ)
http://fontjazz.com/
Maybe an addition to the well-know but not always compatible @font-face fonts
Hans
Hans - Nijmegen - The Netherlands