<?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>CWS Blog &#187; Usability</title>
	<atom:link href="http://www.connectedwebsolutions.com/blog/category/web-design/usability/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.connectedwebsolutions.com/blog</link>
	<description>Connected Web Solutions News - Harrisburg Web Design</description>
	<lastBuildDate>Fri, 23 Jul 2010 16:14:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Goodbye to em&#8217;s&#8230;Welcome back pixel font sizes!?</title>
		<link>http://www.connectedwebsolutions.com/blog/web-design/goodbye-to-ems-welcome-back-pixel-font-sizes/</link>
		<comments>http://www.connectedwebsolutions.com/blog/web-design/goodbye-to-ems-welcome-back-pixel-font-sizes/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 03:52:34 +0000</pubDate>
		<dc:creator>Sam Bishop</dc:creator>
				<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.connectedwebsolutions.com/blog/?p=208</guid>
		<description><![CDATA[<p><img class="alignleft size-full wp-image-207" title="Celebrate!" src="http://www.connectedwebsolutions.com/blog/wp-content/uploads/2009/07/jump.jpg" alt="Celebrate!" width="150" height="221" />Happy days to web designers and developers across the world.  There have been quite a bit of posts lately about dropping em values as font-sizes and switching back to pixel sizes.  This will definitely save headaches for lots of us.  <a title="The debate over page zooming vs. text scaling" href="http://cameronmoll.com/archives/2009/06/page_zooming_vs_text_scaling/" target="_blank">Cameron Moll&#8217;s article</a> explains some of the reasoning behind this but it makes all the sense in the world to us.</p>
<p>I also heard on a recent <a title="Boag World Episode 168" href="http://boagworld.com/podcast/169" target="_blank">Boag World podcast</a> that this would probably be adopted for the host&#8217;s company as well in their future developments.</p>
<p>Yes, em values as font sizes will scale the text larger when you set the browser&#8217;s text size larger but many modern browsers have replaced the shortcuts for this with page zooming instead.  Yes you run the risk of zooming in so much there is horizontal scrolling but I think if your text size is large enough overall you can eliminate this problem.</p>
<p>No need to go into further detail but you can read the full article and listen to the podcast using the links above in the page copy.</p>
<p>What are you other designers/developers going to do&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-207" title="Celebrate!" src="http://www.connectedwebsolutions.com/blog/wp-content/uploads/2009/07/jump.jpg" alt="Celebrate!" width="150" height="221" />Happy days to web designers and developers across the world.  There have been quite a bit of posts lately about dropping em values as font-sizes and switching back to pixel sizes.  This will definitely save headaches for lots of us.  <a title="The debate over page zooming vs. text scaling" href="http://cameronmoll.com/archives/2009/06/page_zooming_vs_text_scaling/" target="_blank">Cameron Moll&#8217;s article</a> explains some of the reasoning behind this but it makes all the sense in the world to us.</p>
<p>I also heard on a recent <a title="Boag World Episode 168" href="http://boagworld.com/podcast/169" target="_blank">Boag World podcast</a> that this would probably be adopted for the host&#8217;s company as well in their future developments.</p>
<p>Yes, em values as font sizes will scale the text larger when you set the browser&#8217;s text size larger but many modern browsers have replaced the shortcuts for this with page zooming instead.  Yes you run the risk of zooming in so much there is horizontal scrolling but I think if your text size is large enough overall you can eliminate this problem.</p>
<p>No need to go into further detail but you can read the full article and listen to the podcast using the links above in the page copy.</p>
<p>What are you other designers/developers going to do out there?  Stop using em values and revert back to pixel font sizes?  Or stay with the headaches of em valued font sizes?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.connectedwebsolutions.com/blog/web-design/goodbye-to-ems-welcome-back-pixel-font-sizes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery for added enhancements</title>
		<link>http://www.connectedwebsolutions.com/blog/web-design/jquery-for-added-enhancements/</link>
		<comments>http://www.connectedwebsolutions.com/blog/web-design/jquery-for-added-enhancements/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 16:33:53 +0000</pubDate>
		<dc:creator>Sam Bishop</dc:creator>
				<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.connectedwebsolutions.com/blog/?p=191</guid>
		<description><![CDATA[<p><img class="alignleft size-full wp-image-199" title="jQuery Logo" src="http://www.connectedwebsolutions.com/blog/wp-content/uploads/2009/06/logo_jquery.png" alt="jQuery Logo" width="242" height="76" />I thought I would write a little post about how <a title="jQuery" href="http://jquery.com/" target="_blank">jQuery</a> can be used for little usability enhancements and effects.  Now I would never recommend using jQuery without some prior Javascript knowledge but you can definitely jump right into jQuery if you want.  I was fortunate enough to learn enough Javascript over the past year (<em>see <a title="DOM Scripting" href="http://www.amazon.com/DOM-Scripting-Design-JavaScript-Document/dp/1590595335/ref=sr_1_1?ie=UTF8&#38;s=books&#38;qid=1245338927&#38;sr=1-1" target="_blank">DOM Scripting</a> by </em><em>Jeremy Keith</em>) where I have really been able to use jQuery to its full potential.  For those of you that don&#8217;t know jQuery is a Javascript library that takes out a lot of the tedious coding that is required in Javascript.  The packed version is only 19kb so the added functionality is definitely worth it.  Now onto some examples.</p>
<p>One of our most recent clients, <a title="MVP Software" href="http://www.mvpsoftware.net" target="_blank">MVP Software Inc.</a>, wanted to make use of some scrolling and fading elements.  Now a year ago I would have used some simple flash elements.  I know now that this is just overkill.  Using jQuery and the <a title="InnerFade Plugin" href="http://medienfreunde.com/lab/innerfade/">InnerFade plugin</a> we were able to successfully rotate the client testimonials (RANDOMLY)  in the header (see the header on any page) and rotate the images&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-199" title="jQuery Logo" src="http://www.connectedwebsolutions.com/blog/wp-content/uploads/2009/06/logo_jquery.png" alt="jQuery Logo" width="242" height="76" />I thought I would write a little post about how <a title="jQuery" href="http://jquery.com/" target="_blank">jQuery</a> can be used for little usability enhancements and effects.  Now I would never recommend using jQuery without some prior Javascript knowledge but you can definitely jump right into jQuery if you want.  I was fortunate enough to learn enough Javascript over the past year (<em>see <a title="DOM Scripting" href="http://www.amazon.com/DOM-Scripting-Design-JavaScript-Document/dp/1590595335/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1245338927&amp;sr=1-1" target="_blank">DOM Scripting</a> by </em><em>Jeremy Keith</em>) where I have really been able to use jQuery to its full potential.  For those of you that don&#8217;t know jQuery is a Javascript library that takes out a lot of the tedious coding that is required in Javascript.  The packed version is only 19kb so the added functionality is definitely worth it.  Now onto some examples.</p>
<p>One of our most recent clients, <a title="MVP Software" href="http://www.mvpsoftware.net" target="_blank">MVP Software Inc.</a>, wanted to make use of some scrolling and fading elements.  Now a year ago I would have used some simple flash elements.  I know now that this is just overkill.  Using jQuery and the <a title="InnerFade Plugin" href="http://medienfreunde.com/lab/innerfade/">InnerFade plugin</a> we were able to successfully rotate the client testimonials (RANDOMLY)  in the header (see the header on any page) and rotate the images on all the module pages (<a title="MVP Software - Sportspak - Students Module" href="http://www.mvpsoftware.net/students.php" target="_blank">see rotating images here</a>).</p>
<p>Another example would be the simple reveal that is used here for our FAQs for one of our clients.  We cannot disclose who this is for but look at this simple function.</p>
<div class="code-view">$(&#8220;h3&#8243;).click(function () {<br />
if($(this).next(&#8216;div&#8217;).is(&#8220;:hidden&#8221;)) {<br />
$(this).next(&#8216;div&#8217;).slideDown(&#8220;slow&#8221;);<br />
}else {<br />
$(this).next(&#8216;div&#8217;).slideUp(&#8220;slow&#8221;);<br />
}<br />
});</div>
<p>This simple function basically will reveal the div following immediately after the h3 that is clicked.  Once revealed, clicking the h3 again will slide it up and hide it.  This makes things very easy if you have the answer wrapped in a div following the h3 that is your question.  Now you must make sure the initially hide those div&#8217;s in the css but this function would require a ton more code to do strictly in Javascript with using jQuery.  This just makes things a lot easier to digest and to code.  <a href="http://www.connectedwebsolutions.com/reveal.html">See the basic reveal in action.</a> UPDATED: 11/2009 for proper graceful degradation.  If Javascript is disabled the answer will automatically display.</p>
<p>These are just some basic enhancements to websites that are not really necessary but do add a nice touch.  Do I think jQuery is necessary in every project? No.  But do I think jQuery can make your life a lot easier when adding simple behavior details to web projects? ABSOLUTELY.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.connectedwebsolutions.com/blog/web-design/jquery-for-added-enhancements/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
