<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>TTFGen»  – Cross Browser and SEO compatible. Wordpress Plugin now available.</title>
	
	<link>http://www.ttfgen.com</link>
	<description>Embed TTF Fonts on your Website. 100% cross browser and SEO compatible. Wordpress Plugin Now Available!</description>
	<lastBuildDate>Fri, 01 Jan 2010 22:03:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ttfgen" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="ttfgen" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Use Custom Fonts on your Website or WordPress page. CSS Based, WordPress Plugin available.</title>
		<link>http://www.ttfgen.com/news/use-custom-fonts-on-your-website-or-wordpress-page-css-based-wordpress-plugin-available/</link>
		<comments>http://www.ttfgen.com/news/use-custom-fonts-on-your-website-or-wordpress-page-css-based-wordpress-plugin-available/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 22:02:10 +0000</pubDate>
		<dc:creator>vinny</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[TTF]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[custom fonts]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html tags]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[renderer]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.ttfgen.com/?p=254</guid>
		<description><![CDATA[What is TTFGen and what does it do? TrueType Font Generator, or TTFGen, is a combination of PHP and jQuery which allows you to use custom fonts on your website which are guaranteed to be cross browser compatible and SEO Friendly. How Does it Work? TTFGen automatically generates static text images based on your own [...]]]></description>
			<content:encoded><![CDATA[<h3 class="subHeader">What is TTFGen and what does it do?</h3>
<h2 class="pageSubText">TrueType Font Generator, or TTFGen, is a combination of PHP and jQuery which allows you to use custom fonts on your website which are guaranteed to be cross browser compatible and SEO Friendly.</h2>
<h3  class="subHeader">How Does it Work?</h3>
<h4 class="pageSubText">TTFGen automatically generates static text images based on your own set of parameters. A small jQuery script is used to call the PHP image renderer, which uses the TTF file to generate the image.</h4>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>script type<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text/javascript&quot;</span> <span style="color: #339933;">&gt;</span>
   $<span style="color: #009900;">&#40;</span>document<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ready</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
     $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'.ttfTitle'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ttfgen</span><span style="color: #009900;">&#40;</span> <span style="color: #009900;">&#123;</span>fsize<span style="color: #339933;">:</span> <span style="color: #CC0000;">22</span><span style="color: #339933;">,</span> font<span style="color: #339933;">:</span> <span style="color: #3366CC;">'Arial'</span><span style="color: #339933;">,</span> width<span style="color: #339933;">:</span> <span style="color: #CC0000;">700</span><span style="color: #339933;">,</span> margin<span style="color: #339933;">:</span> <span style="color: #CC0000;">1</span><span style="color: #339933;">,</span> fgColor<span style="color: #339933;">:</span> <span style="color: #3366CC;">'#ffffff'</span><span style="color: #009900;">&#125;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
     $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'.ttfDesc'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ttfgen</span><span style="color: #009900;">&#40;</span> <span style="color: #009900;">&#123;</span>fsize<span style="color: #339933;">:</span> <span style="color: #CC0000;">14</span><span style="color: #339933;">,</span> font<span style="color: #339933;">:</span> <span style="color: #3366CC;">'Calibri'</span><span style="color: #339933;">,</span> margin<span style="color: #339933;">:</span> <span style="color: #CC0000;">1</span><span style="color: #339933;">,</span> fgColor<span style="color: #339933;">:</span> <span style="color: #3366CC;">'#CCCCCC'</span><span style="color: #009900;">&#125;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   <span style="color: #009900;">&#125;</span>
<span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span>
...
<span style="color: #339933;">&lt;</span>h1 <span style="color: #003366; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;ttfTitle&quot;</span><span style="color: #339933;">&gt;</span>For every element <span style="color: #000066; font-weight: bold;">with</span> a <span style="color: #003366; font-weight: bold;">class</span> <span style="color: #000066;">name</span> of ttfTitle<span style="color: #339933;">,</span> a font size of <span style="color: #CC0000;">22</span> pixels 
will be used<span style="color: #339933;">,</span> among other attributes. <span style="color: #339933;">&lt;/</span>h1<span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>h2 <span style="color: #003366; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;ttfDesc&quot;</span><span style="color: #339933;">&gt;</span>The elements themselves will be replaced <span style="color: #000066; font-weight: bold;">with</span> an IMG tag that will render 
an image of the font <span style="color: #000066; font-weight: bold;">with</span> the specified attributes. <span style="color: #339933;">&lt;/</span>h2<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<div class="pageSubText">The script above is using the supplied jQuery plugin to search for all of the elements that have class names of either ttfTitle or ttfDesc.  It also makes use of the meta-data plugin for jQuery to provide different font metrics based on the class name. More information is available on the <a href="http://www.ttfgen.com/guide/">Guide page</a>. </div>
<h3  class="subHeader">Styling with CSS instead of jQuery</h3>
<h4 class="pageSubText">In the following example, TTFGen will get the values for fonts from the CSS instead of the jQuery</h4>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>script type<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text/javascript&quot;</span> <span style="color: #339933;">&gt;</span>
   $<span style="color: #009900;">&#40;</span>document<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ready</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
     $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'.myHeader'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ttfgen</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   <span style="color: #009900;">&#125;</span>
<span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td class="code"><pre class="css" style="font-family:monospace;">&lt;style<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;text/css&quot;</span><span style="color: #00AA00;">&gt;</span>
<span style="color: #6666ff;">.myHeader</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">48px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">red</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">'arial'</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">700px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">center</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&lt;/style<span style="color: #00AA00;">&gt;</span>
...
&lt;h1 class<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;myHeader ttfgen&quot;</span><span style="color: #00AA00;">&gt;</span>For every element with a class name of ttfTitle<span style="color: #00AA00;">,</span> a <span style="color: #000000; font-weight: bold;">font</span> <span style="color: #000000; font-weight: bold;">size</span> of <span style="color: #cc66cc;">22</span> pixels 
will be used<span style="color: #00AA00;">,</span> among other attributes. &lt;/h1<span style="color: #00AA00;">&gt;</span></pre></td></tr></table></div>

<h2 class="subHeader">TTFGen is SEO Friendly! (Search Engine Optimization)</h2>
<h4 class="pageSubText">TTFGen is SEO friendly because it uses jQuery to replace text within your website after the page loads. As seen in the example above, the text on the page exists within the H1 and H2 HTML tags. Since the text is not replaced with the images until after the page is loaded, all of text on the page is properly indexed. </h4>
<p><a href="http://www.ttfgen.com/demo"><span class="subHeader">Live Demo</span ><br />
<span class="pageParText">Click here to see TTFGen in action on our live demo page.</span></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ttfgen.com/news/use-custom-fonts-on-your-website-or-wordpress-page-css-based-wordpress-plugin-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Embed any Font in your Website. No Flash needed. Cross Browser compatible.</title>
		<link>http://www.ttfgen.com/news/embed-any-font-in-your-website-no-flash-needed-cross-browser-compatible/</link>
		<comments>http://www.ttfgen.com/news/embed-any-font-in-your-website-no-flash-needed-cross-browser-compatible/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 21:59:18 +0000</pubDate>
		<dc:creator>vinny</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[font family]]></category>
		<category><![CDATA[font metrics]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.ttfgen.com/?p=251</guid>
		<description><![CDATA[What is TTFGen and what does it do? TrueType Font Generator, or TTFGen, is a combination of PHP and jQuery which allows you to use custom fonts on your website which are guaranteed to be cross browser compatible and SEO Friendly. How Does it Work? TTFGen automatically generates static text images based on your own [...]]]></description>
			<content:encoded><![CDATA[<h3 class="subHeader">What is TTFGen and what does it do?</h3>
<h2 class="pageSubText">TrueType Font Generator, or TTFGen, is a combination of PHP and jQuery which allows you to use custom fonts on your website which are guaranteed to be cross browser compatible and SEO Friendly.</h2>
<h3  class="subHeader">How Does it Work?</h3>
<h4 class="pageSubText">TTFGen automatically generates static text images based on your own set of parameters. A small jQuery script is used to call the PHP image renderer, which uses the TTF file to generate the image.</h4>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>script type<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text/javascript&quot;</span> <span style="color: #339933;">&gt;</span>
   $<span style="color: #009900;">&#40;</span>document<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ready</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
     $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'.ttfTitle'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ttfgen</span><span style="color: #009900;">&#40;</span> <span style="color: #009900;">&#123;</span>fsize<span style="color: #339933;">:</span> <span style="color: #CC0000;">22</span><span style="color: #339933;">,</span> font<span style="color: #339933;">:</span> <span style="color: #3366CC;">'Arial'</span><span style="color: #339933;">,</span> width<span style="color: #339933;">:</span> <span style="color: #CC0000;">700</span><span style="color: #339933;">,</span> margin<span style="color: #339933;">:</span> <span style="color: #CC0000;">1</span><span style="color: #339933;">,</span> fgColor<span style="color: #339933;">:</span> <span style="color: #3366CC;">'#ffffff'</span><span style="color: #009900;">&#125;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
     $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'.ttfDesc'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ttfgen</span><span style="color: #009900;">&#40;</span> <span style="color: #009900;">&#123;</span>fsize<span style="color: #339933;">:</span> <span style="color: #CC0000;">14</span><span style="color: #339933;">,</span> font<span style="color: #339933;">:</span> <span style="color: #3366CC;">'Calibri'</span><span style="color: #339933;">,</span> margin<span style="color: #339933;">:</span> <span style="color: #CC0000;">1</span><span style="color: #339933;">,</span> fgColor<span style="color: #339933;">:</span> <span style="color: #3366CC;">'#CCCCCC'</span><span style="color: #009900;">&#125;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   <span style="color: #009900;">&#125;</span>
<span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span>
...
<span style="color: #339933;">&lt;</span>h1 <span style="color: #003366; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;ttfTitle&quot;</span><span style="color: #339933;">&gt;</span>For every element <span style="color: #000066; font-weight: bold;">with</span> a <span style="color: #003366; font-weight: bold;">class</span> <span style="color: #000066;">name</span> of ttfTitle<span style="color: #339933;">,</span> a font size of <span style="color: #CC0000;">22</span> pixels 
will be used<span style="color: #339933;">,</span> among other attributes. <span style="color: #339933;">&lt;/</span>h1<span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>h2 <span style="color: #003366; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;ttfDesc&quot;</span><span style="color: #339933;">&gt;</span>The elements themselves will be replaced <span style="color: #000066; font-weight: bold;">with</span> an IMG tag that will render 
an image of the font <span style="color: #000066; font-weight: bold;">with</span> the specified attributes. <span style="color: #339933;">&lt;/</span>h2<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<div class="pageSubText">The script above is using the supplied jQuery plugin to search for all of the elements that have class names of either ttfTitle or ttfDesc.  It also makes use of the meta-data plugin for jQuery to provide different font metrics based on the class name. More information is available on the <a href="http://www.ttfgen.com/guide/">Guide page</a>. </div>
<h3  class="subHeader">Styling with CSS instead of jQuery</h3>
<h4 class="pageSubText">In the following example, TTFGen will get the values for fonts from the CSS instead of the jQuery</h4>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>script type<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text/javascript&quot;</span> <span style="color: #339933;">&gt;</span>
   $<span style="color: #009900;">&#40;</span>document<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ready</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
     $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'.myHeader'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ttfgen</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   <span style="color: #009900;">&#125;</span>
<span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td class="code"><pre class="css" style="font-family:monospace;">&lt;style<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;text/css&quot;</span><span style="color: #00AA00;">&gt;</span>
<span style="color: #6666ff;">.myHeader</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">48px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">red</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">'arial'</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">700px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">center</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&lt;/style<span style="color: #00AA00;">&gt;</span>
...
&lt;h1 class<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;myHeader ttfgen&quot;</span><span style="color: #00AA00;">&gt;</span>For every element with a class name of ttfTitle<span style="color: #00AA00;">,</span> a <span style="color: #000000; font-weight: bold;">font</span> <span style="color: #000000; font-weight: bold;">size</span> of <span style="color: #cc66cc;">22</span> pixels 
will be used<span style="color: #00AA00;">,</span> among other attributes. &lt;/h1<span style="color: #00AA00;">&gt;</span></pre></td></tr></table></div>

<h2 class="subHeader">TTFGen is SEO Friendly! (Search Engine Optimization)</h2>
<h4 class="pageSubText">TTFGen is SEO friendly because it uses jQuery to replace text within your website after the page loads. As seen in the example above, the text on the page exists within the H1 and H2 HTML tags. Since the text is not replaced with the images until after the page is loaded, all of text on the page is properly indexed. </h4>
<p><a href="http://www.ttfgen.com/demo"><span class="subHeader">Live Demo</span ><br />
<span class="pageParText">Click here to see TTFGen in action on our live demo page.</span></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ttfgen.com/news/embed-any-font-in-your-website-no-flash-needed-cross-browser-compatible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TTFGen for WordPress 1.0 Release today!</title>
		<link>http://www.ttfgen.com/news/ttfgen-for-wordpress-1-0-release-today/</link>
		<comments>http://www.ttfgen.com/news/ttfgen-for-wordpress-1-0-release-today/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 04:05:21 +0000</pubDate>
		<dc:creator>vinny</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.ttfgen.com/?p=215</guid>
		<description><![CDATA[TTFGen for WordPress is no longer in beta! We have taken all of your comments, suggestions and bug information and have release version 1.0! Download it at: http://www.ttfgen.com/wordpress]]></description>
			<content:encoded><![CDATA[<p>TTFGen for WordPress is no longer in beta! We have taken all of your comments, suggestions and bug information and have release version 1.0! Download it at: http://www.ttfgen.com/wordpress</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ttfgen.com/news/ttfgen-for-wordpress-1-0-release-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TTFGen for WordPress is now avaialble!</title>
		<link>http://www.ttfgen.com/news/ttfgen-for-wordpress-is-now-avaialble/</link>
		<comments>http://www.ttfgen.com/news/ttfgen-for-wordpress-is-now-avaialble/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 05:51:06 +0000</pubDate>
		<dc:creator>vinny</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[truetype]]></category>
		<category><![CDATA[TTF]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.ttfgen.com/?p=201</guid>
		<description><![CDATA[The Beta version of the wordpress plugin of TTFGen is now available! Please visit: http://www.ttfgen.com/wordpress for details or http://wordpress.org/extend/plugins/wp-ttfgen/ to download the plugin.]]></description>
			<content:encoded><![CDATA[<p>The Beta version of the wordpress plugin of TTFGen is now available! Please visit: <a href="http://www.ttfgen.com/wordpress">http://www.ttfgen.com/wordpress</a> for details or <a href="http://wordpress.org/extend/plugins/wp-ttfgen/" target="_blank">http://wordpress.org/extend/plugins/wp-ttfgen/</a> to download the plugin.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ttfgen.com/news/ttfgen-for-wordpress-is-now-avaialble/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>v1.09</title>
		<link>http://www.ttfgen.com/news/v1-09/</link>
		<comments>http://www.ttfgen.com/news/v1-09/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 20:26:19 +0000</pubDate>
		<dc:creator>vinny</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.ttfgen.com/?p=194</guid>
		<description><![CDATA[Version 1.09 is out. This version includes fixes for the following bugs: - Safari 4 transparency issues - TTF Images were being assigned a fixed height (based on the parent container class) when the CSS was set to auto. This has now been resolved.]]></description>
			<content:encoded><![CDATA[<p>Version 1.09 is out. This version includes fixes for the following bugs:<br />
- Safari 4 transparency issues<br />
- TTF Images were being assigned a fixed height (based on the parent container class) when the CSS was set to auto. This has now been resolved. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ttfgen.com/news/v1-09/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Embed Cross Browser Compatible TrueType Fonts (TTF) on your website.</title>
		<link>http://www.ttfgen.com/news/embed-custom-truetype-fonts-without-flash/</link>
		<comments>http://www.ttfgen.com/news/embed-custom-truetype-fonts-without-flash/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 17:23:04 +0000</pubDate>
		<dc:creator>vinny</dc:creator>
				<category><![CDATA[TTF]]></category>
		<category><![CDATA[cross browser]]></category>
		<category><![CDATA[custom font]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[font metrics]]></category>
		<category><![CDATA[image document]]></category>
		<category><![CDATA[image generator]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[optimization seo]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[static text]]></category>
		<category><![CDATA[true type]]></category>
		<category><![CDATA[truetype]]></category>
		<category><![CDATA[type font]]></category>

		<guid isPermaLink="false">http://www.ttfgen.com/?p=23</guid>
		<description><![CDATA[What is TTFGen and what does it do? TrueType Font Generator, or TTFGen, is a combination of PHP and jQuery which allows you to use custom fonts on your website which are guaranteed to be cross browser compatible and SEO Friendly. How Does it Work? TTFGen automatically generates static text images based on your own [...]]]></description>
			<content:encoded><![CDATA[<h3 class="subHeader">What is TTFGen and what does it do?</h3>
<h2 class="pageSubText">TrueType Font Generator, or TTFGen, is a combination of PHP and jQuery which allows you to use custom fonts on your website which are guaranteed to be cross browser compatible and SEO Friendly.</h2>
<h3  class="subHeader">How Does it Work?</h3>
<h4 class="pageSubText">TTFGen automatically generates static text images based on your own set of parameters. A small jQuery script is used to call the PHP image renderer, which uses the TTF file to generate the image.</h4>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>script type<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text/javascript&quot;</span> <span style="color: #339933;">&gt;</span>
   $<span style="color: #009900;">&#40;</span>document<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ready</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
     $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'.ttfTitle'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ttfgen</span><span style="color: #009900;">&#40;</span> <span style="color: #009900;">&#123;</span>fsize<span style="color: #339933;">:</span> <span style="color: #CC0000;">22</span><span style="color: #339933;">,</span> font<span style="color: #339933;">:</span> <span style="color: #3366CC;">'Arial'</span><span style="color: #339933;">,</span> width<span style="color: #339933;">:</span> <span style="color: #CC0000;">700</span><span style="color: #339933;">,</span> margin<span style="color: #339933;">:</span> <span style="color: #CC0000;">1</span><span style="color: #339933;">,</span> fgColor<span style="color: #339933;">:</span> <span style="color: #3366CC;">'#ffffff'</span><span style="color: #009900;">&#125;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
     $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'.ttfDesc'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ttfgen</span><span style="color: #009900;">&#40;</span> <span style="color: #009900;">&#123;</span>fsize<span style="color: #339933;">:</span> <span style="color: #CC0000;">14</span><span style="color: #339933;">,</span> font<span style="color: #339933;">:</span> <span style="color: #3366CC;">'Calibri'</span><span style="color: #339933;">,</span> margin<span style="color: #339933;">:</span> <span style="color: #CC0000;">1</span><span style="color: #339933;">,</span> fgColor<span style="color: #339933;">:</span> <span style="color: #3366CC;">'#CCCCCC'</span><span style="color: #009900;">&#125;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   <span style="color: #009900;">&#125;</span>
<span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span>
...
<span style="color: #339933;">&lt;</span>h1 <span style="color: #003366; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;ttfTitle&quot;</span><span style="color: #339933;">&gt;</span>For every element <span style="color: #000066; font-weight: bold;">with</span> a <span style="color: #003366; font-weight: bold;">class</span> <span style="color: #000066;">name</span> of ttfTitle<span style="color: #339933;">,</span> a font size of <span style="color: #CC0000;">22</span> pixels 
will be used<span style="color: #339933;">,</span> among other attributes. <span style="color: #339933;">&lt;/</span>h1<span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>h2 <span style="color: #003366; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;ttfDesc&quot;</span><span style="color: #339933;">&gt;</span>The elements themselves will be replaced <span style="color: #000066; font-weight: bold;">with</span> an IMG tag that will render 
an image of the font <span style="color: #000066; font-weight: bold;">with</span> the specified attributes. <span style="color: #339933;">&lt;/</span>h2<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<div class="pageSubText">The script above is using the supplied jQuery plugin to search for all of the elements that have class names of either ttfTitle or ttfDesc.  It also makes use of the meta-data plugin for jQuery to provide different font metrics based on the class name. More information is available on the <a href="http://www.ttfgen.com/guide/">Guide page</a>. </div>
<h3  class="subHeader">Styling with CSS instead of jQuery</h3>
<h4 class="pageSubText">In the following example, TTFGen will get the values for fonts from the CSS instead of the jQuery</h4>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>script type<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text/javascript&quot;</span> <span style="color: #339933;">&gt;</span>
   $<span style="color: #009900;">&#40;</span>document<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ready</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
     $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'.myHeader'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ttfgen</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   <span style="color: #009900;">&#125;</span>
<span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td class="code"><pre class="css" style="font-family:monospace;">&lt;style<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;text/css&quot;</span><span style="color: #00AA00;">&gt;</span>
<span style="color: #6666ff;">.myHeader</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">48px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">red</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">'arial'</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">700px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">center</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&lt;/style<span style="color: #00AA00;">&gt;</span>
...
&lt;h1 class<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;myHeader ttfgen&quot;</span><span style="color: #00AA00;">&gt;</span>For every element with a class name of ttfTitle<span style="color: #00AA00;">,</span> a <span style="color: #000000; font-weight: bold;">font</span> <span style="color: #000000; font-weight: bold;">size</span> of <span style="color: #cc66cc;">22</span> pixels 
will be used<span style="color: #00AA00;">,</span> among other attributes. &lt;/h1<span style="color: #00AA00;">&gt;</span></pre></td></tr></table></div>

<h2 class="subHeader">TTFGen is SEO Friendly! (Search Engine Optimization)</h2>
<h4 class="pageSubText">TTFGen is SEO friendly because it uses jQuery to replace text within your website after the page loads. As seen in the example above, the text on the page exists within the H1 and H2 HTML tags. Since the text is not replaced with the images until after the page is loaded, all of text on the page is properly indexed. </h4>
<p><a href="http://www.ttfgen.com/demo"><span class="subHeader">Live Demo</span ><br />
<span class="pageParText">Click here to see TTFGen in action on our live demo page.</span></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ttfgen.com/news/embed-custom-truetype-fonts-without-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
