<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for marcup</title>
	<atom:link href="http://www.marcup.nl/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marcup.nl</link>
	<description>About markup.. and other stuff</description>
	<lastBuildDate>Mon, 23 Aug 2010 15:04:33 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on fontScaler by Aaron</title>
		<link>http://www.marcup.nl/projects/fontscaler/comment-page-1/#comment-458</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Mon, 23 Aug 2010 15:04:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcup.nl/?page_id=77#comment-458</guid>
		<description>Is there any way to specify certain elements or classes/id&#039;s to not resize?

I want it to resize the body but not some of the divs in the body.

Any ideas?</description>
		<content:encoded><![CDATA[<p>Is there any way to specify certain elements or classes/id&#039;s to not resize?</p>
<p>I want it to resize the body but not some of the divs in the body.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fontScaler by Aaron</title>
		<link>http://www.marcup.nl/projects/fontscaler/comment-page-1/#comment-242</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Mon, 26 Apr 2010 18:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcup.nl/?page_id=77#comment-242</guid>
		<description>ok got it working but noticed something weird. I can specify the container div but it only resizes the p tags or paragraph and not the headeig tags h1, h2, h3 and so on. The olny way i could get it to do this was to make the target like this and specify each html element.

target: &quot;.p-15, .p-15 h1, .p-15 h2, p-15 td&quot;,

Any way to have it resize all elements in a div you specify? also the heares now are resized based on the cookie even if you select the normal font size they are made smaller than what they should be by default.</description>
		<content:encoded><![CDATA[<p>ok got it working but noticed something weird. I can specify the container div but it only resizes the p tags or paragraph and not the headeig tags h1, h2, h3 and so on. The olny way i could get it to do this was to make the target like this and specify each html element.</p>
<p>target: &quot;.p-15, .p-15 h1, .p-15 h2, p-15 td&quot;,</p>
<p>Any way to have it resize all elements in a div you specify? also the heares now are resized based on the cookie even if you select the normal font size they are made smaller than what they should be by default.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fontScaler by Aaron</title>
		<link>http://www.marcup.nl/projects/fontscaler/comment-page-1/#comment-241</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Mon, 26 Apr 2010 15:32:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcup.nl/?page_id=77#comment-241</guid>
		<description>I have it in pace using the google code and it adds the font buttons but when clicked on nothing happens to the font size. Does it matter that the fonts are specified in px in my CSS?



&lt;script type=&quot;text/javascript&quot; src=&quot;https://www.google.com/jsapi&quot;&gt;&lt;/script&gt;
        &lt;script type=&quot;text/javascript&quot;&gt;
        google.load(&quot;jquery&quot;, &quot;1&quot;); 
            google.setOnLoadCallback(function() {
                $(&quot;.Content&quot;).fontScaler({
					target: &quot;.p-15&quot;,
					increment: &#039;variable&#039;,
					fx: &#039;smooth&#039;,
					fxspeed: &#039;500&#039;,
					store: &#039;true&#039;,
					storetime: &#039;true&#039;,
					containerclass: &#039;fontScaler&#039;
				});					
                });
        &lt;/script&gt;</description>
		<content:encoded><![CDATA[<p>I have it in pace using the google code and it adds the font buttons but when clicked on nothing happens to the font size. Does it matter that the fonts are specified in px in my CSS?</p>
<p>&lt;script type=&quot;text/javascript&quot; src=&quot;https://www.google.com/jsapi&quot;&gt;&lt;/script&gt;<br />
        &lt;script type=&quot;text/javascript&quot;&gt;<br />
        google.load(&quot;jquery&quot;, &quot;1&quot;);<br />
            google.setOnLoadCallback(function() {<br />
                $(&quot;.Content&quot;).fontScaler({<br />
					target: &quot;.p-15&quot;,<br />
					increment: &#039;variable&#039;,<br />
					fx: &#039;smooth&#039;,<br />
					fxspeed: &#039;500&#039;,<br />
					store: &#039;true&#039;,<br />
					storetime: &#039;true&#039;,<br />
					containerclass: &#039;fontScaler&#039;<br />
				});<br />
                });<br />
        &lt;/script&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fontScaler by SuperYMS</title>
		<link>http://www.marcup.nl/projects/fontscaler/comment-page-1/#comment-234</link>
		<dc:creator>SuperYMS</dc:creator>
		<pubDate>Sat, 24 Apr 2010 22:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcup.nl/?page_id=77#comment-234</guid>
		<description>hi,

thank you for this amazing plugin !!!!
i have updated my jquery to 1.4.2 and since then the lugin is not working (while it worked well on 1.2.6 and 1.3.2).

maybe there is some optimization to be managed ?? or even something you could indicate me to be used.

thank you?</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>thank you for this amazing plugin !!!!<br />
i have updated my jquery to 1.4.2 and since then the lugin is not working (while it worked well on 1.2.6 and 1.3.2).</p>
<p>maybe there is some optimization to be managed ?? or even something you could indicate me to be used.</p>
<p>thank you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fontScaler by SuperYMS</title>
		<link>http://www.marcup.nl/projects/fontscaler/comment-page-1/#comment-223</link>
		<dc:creator>SuperYMS</dc:creator>
		<pubDate>Fri, 16 Apr 2010 09:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcup.nl/?page_id=77#comment-223</guid>
		<description>Hi,

i am using your very nice plugin.
but in a website i have updated jquery to the last version : 1.4.2
and form that time it is not working !

i think it&#039;s not compatible maybe...could you please help me solving my problem or even update your script.

thank you for your efforts !</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>i am using your very nice plugin.<br />
but in a website i have updated jquery to the last version : 1.4.2<br />
and form that time it is not working !</p>
<p>i think it&#039;s not compatible maybe&#8230;could you please help me solving my problem or even update your script.</p>
<p>thank you for your efforts !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fontScaler by Best jQuery Plugins Parte 1 &#124; Alisson Melo</title>
		<link>http://www.marcup.nl/projects/fontscaler/comment-page-1/#comment-157</link>
		<dc:creator>Best jQuery Plugins Parte 1 &#124; Alisson Melo</dc:creator>
		<pubDate>Tue, 02 Feb 2010 12:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcup.nl/?page_id=77#comment-157</guid>
		<description>[...] fontScaler Demontração fontScaler [...]</description>
		<content:encoded><![CDATA[<p>[...] fontScaler Demontração fontScaler [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fontScaler by Peter</title>
		<link>http://www.marcup.nl/projects/fontscaler/comment-page-1/#comment-74</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 20 Nov 2009 01:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcup.nl/?page_id=77#comment-74</guid>
		<description>I&#039;d like to use variable but have the reset (medium) in-between them.  Is this possible to combine them?</description>
		<content:encoded><![CDATA[<p>I&#039;d like to use variable but have the reset (medium) in-between them.  Is this possible to combine them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fontScaler by Rcapt</title>
		<link>http://www.marcup.nl/projects/fontscaler/comment-page-1/#comment-69</link>
		<dc:creator>Rcapt</dc:creator>
		<pubDate>Wed, 11 Nov 2009 19:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcup.nl/?page_id=77#comment-69</guid>
		<description>How I can change line-height option in containerclass ?

sorry for my bad english ...</description>
		<content:encoded><![CDATA[<p>How I can change line-height option in containerclass ?</p>
<p>sorry for my bad english &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fontScaler by Подборка плагинов к jQuery &#124; Seventy Seven</title>
		<link>http://www.marcup.nl/projects/fontscaler/comment-page-1/#comment-53</link>
		<dc:creator>Подборка плагинов к jQuery &#124; Seventy Seven</dc:creator>
		<pubDate>Tue, 27 Oct 2009 16:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcup.nl/?page_id=77#comment-53</guid>
		<description>[...] FontScaler [...]</description>
		<content:encoded><![CDATA[<p>[...] FontScaler [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fontScaler by Beat Fly Blog &#187; Blog Archive &#187; Useful jQuery Plugin</title>
		<link>http://www.marcup.nl/projects/fontscaler/comment-page-1/#comment-44</link>
		<dc:creator>Beat Fly Blog &#187; Blog Archive &#187; Useful jQuery Plugin</dc:creator>
		<pubDate>Thu, 22 Oct 2009 08:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.marcup.nl/?page_id=77#comment-44</guid>
		<description>[...] FontScaler [...]</description>
		<content:encoded><![CDATA[<p>[...] FontScaler [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
