<?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 on: Changing font size on a page with javascript for better user experience</title>
	<atom:link href="http://www.vijayjoshi.org/2009/04/02/changing-font-size-on-a-page-with-javascript-for-better-user-experience/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vijayjoshi.org/2009/04/02/changing-font-size-on-a-page-with-javascript-for-better-user-experience/</link>
	<description>php &#124; javascript &#124; ajax &#124; and all things web</description>
	<lastBuildDate>Mon, 06 Feb 2012 10:23:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Georgios</title>
		<link>http://www.vijayjoshi.org/2009/04/02/changing-font-size-on-a-page-with-javascript-for-better-user-experience/comment-page-1/#comment-38598</link>
		<dc:creator>Georgios</dc:creator>
		<pubDate>Sat, 10 Sep 2011 23:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.vijayjoshi.org/?p=324#comment-38598</guid>
		<description>Thanks mate i added it on mine too</description>
		<content:encoded><![CDATA[<p>Thanks mate i added it on mine too</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: veena joshi</title>
		<link>http://www.vijayjoshi.org/2009/04/02/changing-font-size-on-a-page-with-javascript-for-better-user-experience/comment-page-1/#comment-35079</link>
		<dc:creator>veena joshi</dc:creator>
		<pubDate>Fri, 26 Aug 2011 04:57:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.vijayjoshi.org/?p=324#comment-35079</guid>
		<description>thanks for script!!!</description>
		<content:encoded><![CDATA[<p>thanks for script!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stella</title>
		<link>http://www.vijayjoshi.org/2009/04/02/changing-font-size-on-a-page-with-javascript-for-better-user-experience/comment-page-1/#comment-29710</link>
		<dc:creator>stella</dc:creator>
		<pubDate>Wed, 03 Aug 2011 18:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.vijayjoshi.org/?p=324#comment-29710</guid>
		<description>Thanks - this was the most useful change font size script I could find online for someone like me with minimal knowledge about this stuff. Question though - how can I limit the number of times someone can increase/decrease or set max/min font sizes? Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; this was the most useful change font size script I could find online for someone like me with minimal knowledge about this stuff. Question though &#8211; how can I limit the number of times someone can increase/decrease or set max/min font sizes? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sudhir</title>
		<link>http://www.vijayjoshi.org/2009/04/02/changing-font-size-on-a-page-with-javascript-for-better-user-experience/comment-page-1/#comment-16881</link>
		<dc:creator>Sudhir</dc:creator>
		<pubDate>Mon, 21 Mar 2011 14:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.vijayjoshi.org/?p=324#comment-16881</guid>
		<description>Hi Vijay, can you suggest me how to fix a decimal font for example like &#039;12.3&#039; or &#039;12.6&#039; to &#039;12&#039; or &#039;13&#039; respectively by using javascripting, as i am using illustrator for designing. Please suggest . Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Vijay, can you suggest me how to fix a decimal font for example like &#8217;12.3&#8242; or &#8217;12.6&#8242; to &#8217;12&#8242; or &#8217;13&#8242; respectively by using javascripting, as i am using illustrator for designing. Please suggest . Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Code font html page web - Html page - Web page</title>
		<link>http://www.vijayjoshi.org/2009/04/02/changing-font-size-on-a-page-with-javascript-for-better-user-experience/comment-page-1/#comment-14304</link>
		<dc:creator>Code font html page web - Html page - Web page</dc:creator>
		<pubDate>Tue, 01 Feb 2011 15:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.vijayjoshi.org/?p=324#comment-14304</guid>
		<description>[...] Change font size on a page with javascript for better user 2 Apr 2009. use javascript to change size of font on web pages.. Insert the following code between script tags in the head of your html page. Change font size on a page with javascript for better user [...]</description>
		<content:encoded><![CDATA[<p>[...] Change font size on a page with javascript for better user 2 Apr 2009. use javascript to change size of font on web pages.. Insert the following code between script tags in the head of your html page. Change font size on a page with javascript for better user [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Himanshu</title>
		<link>http://www.vijayjoshi.org/2009/04/02/changing-font-size-on-a-page-with-javascript-for-better-user-experience/comment-page-1/#comment-6042</link>
		<dc:creator>Himanshu</dc:creator>
		<pubDate>Thu, 05 Nov 2009 09:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.vijayjoshi.org/?p=324#comment-6042</guid>
		<description>I have a issue ::

Their is a six link in my footer.
I need that if someone click on that(link1), that link should appears bold, and others would be in normal font weight.

and if click another link(link2) then that link should appears bold, and others would be in normal font weight.

pages goes on refresh.
I m not able to use php their.

Please help me out.

Thanks</description>
		<content:encoded><![CDATA[<p>I have a issue ::</p>
<p>Their is a six link in my footer.<br />
I need that if someone click on that(link1), that link should appears bold, and others would be in normal font weight.</p>
<p>and if click another link(link2) then that link should appears bold, and others would be in normal font weight.</p>
<p>pages goes on refresh.<br />
I m not able to use php their.</p>
<p>Please help me out.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.vijayjoshi.org/2009/04/02/changing-font-size-on-a-page-with-javascript-for-better-user-experience/comment-page-1/#comment-4468</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 03 Aug 2009 18:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.vijayjoshi.org/?p=324#comment-4468</guid>
		<description>I have 2 issues that you can only change the font size for one instance on the page.. Like I would use it in a  but want it to also change another  on the same page and it won&#039;t work... That sucks or maybe there is specific way to use it that I don&#039;t know. Second, there are no cookies so the font size chosen won&#039;t cary all throughout a site.</description>
		<content:encoded><![CDATA[<p>I have 2 issues that you can only change the font size for one instance on the page.. Like I would use it in a  but want it to also change another  on the same page and it won&#8217;t work&#8230; That sucks or maybe there is specific way to use it that I don&#8217;t know. Second, there are no cookies so the font size chosen won&#8217;t cary all throughout a site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay</title>
		<link>http://www.vijayjoshi.org/2009/04/02/changing-font-size-on-a-page-with-javascript-for-better-user-experience/comment-page-1/#comment-4315</link>
		<dc:creator>Vijay</dc:creator>
		<pubDate>Thu, 23 Jul 2009 04:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.vijayjoshi.org/?p=324#comment-4315</guid>
		<description>hi Tony,
thanks for the comment. Yes, these changes will not apply to newly visited pages. This is because all this is javascript , happening on the browser. Once you navigate away from page, you lose the current state of browser.</description>
		<content:encoded><![CDATA[<p>hi Tony,<br />
thanks for the comment. Yes, these changes will not apply to newly visited pages. This is because all this is javascript , happening on the browser. Once you navigate away from page, you lose the current state of browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://www.vijayjoshi.org/2009/04/02/changing-font-size-on-a-page-with-javascript-for-better-user-experience/comment-page-1/#comment-4312</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Thu, 23 Jul 2009 00:50:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.vijayjoshi.org/?p=324#comment-4312</guid>
		<description>What if you have numerous pages? Will the font size change apply to the newly visited pages? From the looks of your code, it won&#039;t. 

Shameless Plug...
Visit http://churchofchristblog.com</description>
		<content:encoded><![CDATA[<p>What if you have numerous pages? Will the font size change apply to the newly visited pages? From the looks of your code, it won&#8217;t. </p>
<p>Shameless Plug&#8230;<br />
Visit <a href="http://churchofchristblog.com" rel="nofollow">http://churchofchristblog.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay</title>
		<link>http://www.vijayjoshi.org/2009/04/02/changing-font-size-on-a-page-with-javascript-for-better-user-experience/comment-page-1/#comment-2353</link>
		<dc:creator>Vijay</dc:creator>
		<pubDate>Sat, 23 May 2009 05:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.vijayjoshi.org/?p=324#comment-2353</guid>
		<description>hi Joe,
thanks for the comment.
style.fontSize does not get the information from external stylesheet.
Reason for not manipulating this through external css is that it is very painful(browser issues). There is no inbuilt function to do so. Hence you have to manipulae things. Suggest you look at this article at quirksmode http://www.quirksmode.org/dom/getstyles.html . This explains why we avoid using external css for simple tasks like the one mentioned in post above.</description>
		<content:encoded><![CDATA[<p>hi Joe,<br />
thanks for the comment.<br />
style.fontSize does not get the information from external stylesheet.<br />
Reason for not manipulating this through external css is that it is very painful(browser issues). There is no inbuilt function to do so. Hence you have to manipulae things. Suggest you look at this article at quirksmode <a href="http://www.quirksmode.org/dom/getstyles.html" rel="nofollow">http://www.quirksmode.org/dom/getstyles.html</a> . This explains why we avoid using external css for simple tasks like the one mentioned in post above.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

