<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>Vision Master Designs &#187; jQuery Plugin</title>
	<atom:link href="http://visionmasterdesigns.com/tag/jquery-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://visionmasterdesigns.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 02 Aug 2010 12:09:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>A cool jQuery plugin : PHP / jQuery Image Replacement</title>
		<link>http://visionmasterdesigns.com/a-cool-jquery-plugin-php-jquery-image-replacement/</link>
		<comments>http://visionmasterdesigns.com/a-cool-jquery-plugin-php-jquery-image-replacement/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 18:20:53 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery Plugin]]></category>
		<category><![CDATA[PHP & MySQL]]></category>

		<guid isPermaLink="false">http://visionmasterdesigns.com/?p=1051</guid>
		<description><![CDATA[How many times have you wanted to use a very cool looking font for your website, but have withdrawn the idea because you thought that font won`t display properly in everyones&#8217;s system. Well fear not, I had previously posted a tutorial on how you can use PHP to display those lines of texts which use [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 0 0 0.6em 0.6em;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fvisionmasterdesigns.com%2Fa-cool-jquery-plugin-php-jquery-image-replacement%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fvisionmasterdesigns.com%2Fa-cool-jquery-plugin-php-jquery-image-replacement%2F&amp;source=rowoot&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>How many times have you wanted to use a very cool looking font for your website, but have withdrawn the idea because you thought that font won`t display properly in everyones&#8217;s system. </p>
<p>Well fear not, I had previously posted a tutorial on how you can use PHP to display those lines of texts which use some odd font, by automatically converting it to an image (<a title="Tutorial : Convert Text into transparent PNG Image using PHP" rel="bookmark" href="http://visionmasterdesigns.com/tutorial-convert-text-into-transparent-png-image-using-php/">Tutorial : Convert Text into transparent PNG Image using PHP</a>), this way, you can easily display text with odd fonts.</p>
<p>Recently I found a very neat plugin which automatically converts any text (with font of your choice) into an image i.e from now on you don`t have to worry about text with different or odd fonts. They`ll be automatically converted into a compatible image via this plugin, And don`t worry about the image tag and all, this plugin manages everything <img src='http://visionmasterdesigns.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Plugin name : PHP / jQuery Image Replacement<br />
Plugin Home Page/Demo : <a href="http://www.xanthir.com/pir/">http://www.xanthir.com/pir/</a></p>
<h3>Usage</h3>
<p>The usage was pretty simple.</p>
<ol>
<li>After unzipping the archive, Open <h7>pir.php</h7> and First set the fonts folder in the php page.</li>
<li>In your website, include jQuery and then include the <h7>jquery.pir.min.js</h7> (for production).</li>
<li>
<pre class="brush: javascript">
$(function() {
$.pir.options.php=&quot;pir.php&quot;; //compulsary to include the php which converts text to image.
$(&quot;h1&quot;).pir({font: &quot;yourfont.ttf&quot;, wrap: true}); //will enable automatic text warping.
</pre>
<p>});</li>
</ol>
<p>Pretty Simple huh ! Enjoy <img src='http://visionmasterdesigns.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://visionmasterdesigns.com/a-cool-jquery-plugin-php-jquery-image-replacement/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
