<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
		<title>gdp's Comments</title>
		<language>en-us</language>
		<link>https://www.intensedebate.com/users/696086</link>
		<description>Comments by yettti</description>
<item>
<title>BJET Design : Font Controller - Wordpress Plugin</title>
<link>http://bjetdesign.com/blog/index.php/2009/10/22/font-controller-wordpress-plugin/#IDComment58348968</link>
<description>Currently there is no UI to do that, changing the images requires you to upload new images into he plugins folder and change the image tags that are written in font-controller.php  I might add an easer way to do that in in the next version... its definitely on the cards </description>
<pubDate>Tue, 23 Feb 2010 16:07:51 +0000</pubDate>
<guid>http://bjetdesign.com/blog/index.php/2009/10/22/font-controller-wordpress-plugin/#IDComment58348968</guid>
</item><item>
<title>BJET Design : Font Controller - Wordpress Plugin</title>
<link>http://bjetdesign.com/blog/index.php/2009/10/22/font-controller-wordpress-plugin/#IDComment54385724</link>
<description>Yes, if you want to add it into a template file place  &amp;lt;?php if (functionexists(&amp;#039;fontControllerplace&amp;#039;)) : fontController_place(&amp;#039;smooth&amp;#039;); ?&amp;gt;   or if you want to include it in a post use [fontcontroller]    or     [fontcontroller=small]  </description>
<pubDate>Fri, 29 Jan 2010 17:58:32 +0000</pubDate>
<guid>http://bjetdesign.com/blog/index.php/2009/10/22/font-controller-wordpress-plugin/#IDComment54385724</guid>
</item><item>
<title>BJET Design : VB Webcam Class</title>
<link>http://bjetdesign.com/blog/index.php/2009/10/20/vb-webcam-class/#IDComment51409910</link>
<description>&lt;a href=&quot;http://twitter.com/yettti&quot; target=&quot;_blank&quot;&gt;http://twitter.com/yettti&lt;/a&gt; username:yettti ;) </description>
<pubDate>Sun, 10 Jan 2010 20:01:19 +0000</pubDate>
<guid>http://bjetdesign.com/blog/index.php/2009/10/20/vb-webcam-class/#IDComment51409910</guid>
</item><item>
<title>BJET Design : VB Webcam Class</title>
<link>http://bjetdesign.com/blog/index.php/2009/10/20/vb-webcam-class/#IDComment45182234</link>
<description>fixed </description>
<pubDate>Sun, 29 Nov 2009 22:13:35 +0000</pubDate>
<guid>http://bjetdesign.com/blog/index.php/2009/10/20/vb-webcam-class/#IDComment45182234</guid>
</item><item>
<title>BJET Design : Font Controller - Wordpress Plugin</title>
<link>http://bjetdesign.com/blog/index.php/2009/10/22/font-controller-wordpress-plugin/#IDComment44077344</link>
<description>What you would want to do is change the plug-in&amp;#039;s  jQuery back-end. You&amp;#039;ll have to change the &amp;#039;   jQuery(&amp;quot;body&amp;quot;).css(&amp;quot;font-size&amp;quot;)   &amp;#039;. the &amp;#039;&amp;quot;body&amp;quot; part is the CSS selector that is changed. Example  jQuery(&amp;quot;#id&amp;quot;).css(&amp;quot;font-size&amp;quot;)  OR  jQuery(&amp;quot;.class&amp;quot;).css(&amp;quot;font-size&amp;quot;)   ... let me know if your need more help </description>
<pubDate>Fri, 20 Nov 2009 17:58:42 +0000</pubDate>
<guid>http://bjetdesign.com/blog/index.php/2009/10/22/font-controller-wordpress-plugin/#IDComment44077344</guid>
</item><item>
<title>BJET Design : Font Controller - Wordpress Plugin</title>
<link>http://bjetdesign.com/blog/index.php/2009/10/22/font-controller-wordpress-plugin/#IDComment41637357</link>
<description>I don&amp;#039;t know if you give me your site URL i can take a look from the outside and see if i can see any problems </description>
<pubDate>Tue, 3 Nov 2009 16:05:02 +0000</pubDate>
<guid>http://bjetdesign.com/blog/index.php/2009/10/22/font-controller-wordpress-plugin/#IDComment41637357</guid>
</item><item>
<title>BJET Design : Font Controller - Wordpress Plugin</title>
<link>http://bjetdesign.com/blog/index.php/2009/10/22/font-controller-wordpress-plugin/#IDComment41532763</link>
<description>soz, my problem i wrote the php wrong ( sorta used the pascal syntax :S) for now use  &amp;lt;?php if (function_exists(&amp;#039;fontController_place&amp;#039;)) fontController_place(&amp;#039;smooth&amp;#039;); ?&amp;gt; </description>
<pubDate>Mon, 2 Nov 2009 17:12:51 +0000</pubDate>
<guid>http://bjetdesign.com/blog/index.php/2009/10/22/font-controller-wordpress-plugin/#IDComment41532763</guid>
</item><item>
<title>BJET Design : Font Controller - Wordpress Plugin</title>
<link>http://bjetdesign.com/blog/index.php/2009/10/22/font-controller-wordpress-plugin/#IDComment41530515</link>
<description>Update to  version 2 and look in the faq, there is a how to there ;) </description>
<pubDate>Mon, 2 Nov 2009 16:44:00 +0000</pubDate>
<guid>http://bjetdesign.com/blog/index.php/2009/10/22/font-controller-wordpress-plugin/#IDComment41530515</guid>
</item><item>
<title>BJET Design : Font Controller - Wordpress Plugin</title>
<link>http://bjetdesign.com/blog/index.php/2009/10/22/font-controller-wordpress-plugin/#IDComment41530388</link>
<description>You can place the controller in your theme by using &amp;lt;?php if (functionexists(&amp;#039;fontControllerplace&amp;#039;)) : fontController_place(&amp;#039;smooth&amp;#039;); ?&amp;gt;  + remember to update to version 2 for shortcode support </description>
<pubDate>Mon, 2 Nov 2009 16:42:23 +0000</pubDate>
<guid>http://bjetdesign.com/blog/index.php/2009/10/22/font-controller-wordpress-plugin/#IDComment41530388</guid>
</item><item>
<title>BJET Design : Font Controller - Wordpress Plugin</title>
<link>http://bjetdesign.com/blog/index.php/2009/10/22/font-controller-wordpress-plugin/#IDComment41512104</link>
<description>how about if i modified it so that when you place something like %fontcontroller% into the header.php file, or any other template file for that matter it would place the font controller there? </description>
<pubDate>Mon, 2 Nov 2009 12:07:18 +0000</pubDate>
<guid>http://bjetdesign.com/blog/index.php/2009/10/22/font-controller-wordpress-plugin/#IDComment41512104</guid>
</item>	</channel>
</rss>