<?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>nanyate &#187; accessiblity</title>
	<atom:link href="http://nanyate.com/tag/accessiblity/feed" rel="self" type="application/rss+xml" />
	<link>http://nanyate.com</link>
	<description>provoking thought</description>
	<lastBuildDate>Sun, 08 Jan 2012 15:21:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>New Theme Finalized, New Plugins &amp; Code</title>
		<link>http://nanyate.com/web-design-and-development/new-theme-finalized-new-plugins-updated-code</link>
		<comments>http://nanyate.com/web-design-and-development/new-theme-finalized-new-plugins-updated-code#comments</comments>
		<pubDate>Wed, 16 Apr 2008 06:32:02 +0000</pubDate>
		<dc:creator>Ivy</dc:creator>
				<category><![CDATA[Web Design and Development]]></category>
		<category><![CDATA[accessiblity]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://nanyate.com/?p=196</guid>
		<description><![CDATA[Sorry for the lack of blogging and commenting. When I start designing a new theme, I will code and re-code until I&#8217;m happy with it. Looks like someone has a tendency for obsessive-compulsive disorder. Just kidding&#8230; I&#8217;m just a being a perfectionist. Anyway, I&#8217;m proud to bring you the final release of Yukata Summer, which...</p><div class="clearboth"><a rel="next" class="awesome awesomer" href="http://nanyate.com/web-design-and-development/new-theme-finalized-new-plugins-updated-code">Read More &#8594;</a></div>
Related posts:<ol>
<li><a href='http://nanyate.com/web-design-and-development/new-wordpress-plugins' rel='bookmark' title='New WordPress Plugins!'>New WordPress Plugins!</a></li>
<li><a href='http://nanyate.com/web-design-and-development/new-theme-for-spring-alpha' rel='bookmark' title='New Theme For Spring (Alpha)!'>New Theme For Spring (Alpha)!</a></li>
<li><a href='http://nanyate.com/web-design-and-development/new-theme-yukata-summer' rel='bookmark' title='New Theme: Yukata Summer (Beta)'>New Theme: Yukata Summer (Beta)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Sorry for the lack of blogging and commenting. When I start designing a new theme, I will code and re-code until I&#8217;m happy with it. Looks like someone has a tendency for obsessive-compulsive disorder. <img src='http://nanyate.com/wp-includes/images/smilies/icon_eek.gif' alt=':shock:' class='wp-smiley' />  Just kidding&#8230; I&#8217;m just a being a perfectionist.</p>
<p>Anyway, I&#8217;m proud to bring you the final release of Yukata Summer, which works across all browsers (except IE6.. for now) and all resolutions starting from 800&#215;600. There are a few features I added that are worth mentioning since they may help WordPress theme designers.</p>
<ul>
<li>
<p><a href="http://codex.wordpress.org/Dynamic_Menu_Highlighting">WordPress Dynamic Menu Highlighting</a><br />
This highlights the page you are currently surfing on your navigation bar. For this site, the highlights extend to the sub-pages. For example, you are currently surfing this post, which is filed under archives, in turn &#8216;Archives&#8217; in the navigation is highlighted. Check out the WordPress Codex on <a href="http://codex.wordpress.org/Dynamic_Menu_Highlighting">Dynamic Menu Highlighting</a> for the base code and <a href="http://codex.wordpress.org/Conditional_Tags">Conditional Tags</a> to customize this code to suit your needs &#8211; like I have done.</p>
</li>
<li>
<p><a href="http://wordpress.org/extend/plugins/wordpress-thread-comment/">Updated WordPress Thread Comment</a><br />
As some of you may already know, Nanyate?! uses WP Thread Comment to allow responses for comments. I think it&#8217;s a nifty tool that, although possibly takes away from the design, allows for conversation amongst the commenters and the author. Having a community of bloggers is the best part about blogging for me. So I will pay a great price to have everyone interact with everyone. <img src='http://nanyate.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Anyway, this updated version now uses AJAX and has added a feature to email a commenter when the author replies so&#8230;<strong>Would you personally like to be notified when I reply to your comment?</strong> Thanks a lot! Your responses will really help me!</p>
</li>
<li>
<p><a href="http://www.themaninblue.com/writing/perspective/2006/01/19">Resolution Dependent Javascript</a><br />
This is by far the coolest addition I&#8217;ve made to <a href="http://nanyate.com">Nanyate&#8217;s</a> layout!! By adding this javascript, my stylesheet will change according the resolution you are using. Actually if you even change the size of your window, you will see the changes between an 800px window and 800+px window. The 800px&#8217;ers have the background scrolling with a serving of dieted version of the content column. Everyone else has the background fixed.</p>
<p>I adopted this Javascript as a compromise for the scroll-happy people who were complaining that having a scroll background hurt their eyes and the 800&#215;600 resolutioners, who because of the height of their screen can&#8217;t see much of the background if it&#8217;s fixed. I normally don&#8217;t like catering for people&#8217;s surfing habits or the 800&#215;600 resolution &#8211; especially since the Web 2.0 world has RSS feeds if you feel my design doesn&#8217;t suit your tastes. But I&#8217;ve made this compromise in the name of the illustrator&#8217;s pride. That flower took me many hours and 100+ layers to complete. I wasn&#8217;t going to throw it away for those with small resolutions and scroll-happy kids who I don&#8217;t expect to understand the pain of designing a translucent layout for all browsers and all resolutions.</p>
<p>Anyway, this javascript might be useful for those of you whose layouts are designed with 800&#215;600 resolutions only or 1024&#215;748 and above only. I have to admit, I tweaked the javascript little to suit my needs. So, just let me know if you need help with the tweaking.</p>
</li>
</ul>
<p>And finally, I&#8217;d like to end this post with a big thank you goes to:</p>
<ul>
<li><a href="http://www.kobunsha.com/shelf/magazine/current?seriesid=102001">JJ Magazine</a> for the yukata inspiration</li>
<li><strong>My housemate</strong> for lending the magazine to me</li>
<li><a href="http://72quadrat.de/blog/">72Quadrat.de</a> for the layout inspiration</li>
<li><a href="http://seishido.biz">Seishido.biz</a> for the cherry blossom brush. It was $1 well spent.</li>
<li><strong>My subscribers, visitors and commenters</strong> whose presence and comments continue to inspire me to work harder on this site.</li>
</ul>
<p>Related posts:</p><ol>
<li><a href='http://nanyate.com/web-design-and-development/new-wordpress-plugins' rel='bookmark' title='New WordPress Plugins!'>New WordPress Plugins!</a></li>
<li><a href='http://nanyate.com/web-design-and-development/new-theme-for-spring-alpha' rel='bookmark' title='New Theme For Spring (Alpha)!'>New Theme For Spring (Alpha)!</a></li>
<li><a href='http://nanyate.com/web-design-and-development/new-theme-yukata-summer' rel='bookmark' title='New Theme: Yukata Summer (Beta)'>New Theme: Yukata Summer (Beta)</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://nanyate.com/web-design-and-development/new-theme-finalized-new-plugins-updated-code/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Checking Website Statistics</title>
		<link>http://nanyate.com/social-media/checking-website-statistics</link>
		<comments>http://nanyate.com/social-media/checking-website-statistics#comments</comments>
		<pubDate>Sun, 09 Mar 2008 06:50:33 +0000</pubDate>
		<dc:creator>Ivy</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Web Design and Development]]></category>
		<category><![CDATA[accessiblity]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[stats]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://nanyate.com/opinion/checking-website-statistics</guid>
		<description><![CDATA[Question of the Month: How do you measure your site&#8217;s success? (i.e. doing what you want it to do) Having owned a site from the world of Geocities back in 1996, and many frequent hiatuses, the world of Web 2.0 is, for the most part, still quite alien to me. I don&#8217;t fully understand the...</p><div class="clearboth"><a rel="next" class="awesome awesomer" href="http://nanyate.com/social-media/checking-website-statistics">Read More &#8594;</a></div>
Related posts:<ol>
<li><a href='http://nanyate.com/daily-life/gratitude-joys-of-blogging' rel='bookmark' title='Gratitude: The Joys of Blogging'>Gratitude: The Joys of Blogging</a></li>
<li><a href='http://nanyate.com/daily-life/thank-you-to-my-housemates' rel='bookmark' title='Thank You To My Housemates'>Thank You To My Housemates</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Question of the Month: How do you measure your site&#8217;s success? (i.e. doing what you want it to do)</strong></p>
<p>Having owned a site from the world of Geocities back in 1996, and many frequent hiatuses, the world of Web 2.0 is, for the most part, still quite alien to me. I don&#8217;t fully understand the sleuth of social bookmarking sites or the function of Google pageranks (other than the fact that it drives traffic). I have slowly transformed my site to work according to certain Web 2.0 standards such as code validation, ensuring that they are <a href="http://en.wikipedia.org/wiki/Section_508">508 compliant</a> &#8211; a standard to assure those with disabilities, particularly the blind, can access my site like everybody else.</p>
<p>Regardless of Web 2.0 standards, I measure Nanyate&#8217;s success by delving deep into my Statcounter. While most people only look at their unique visitor count, pageviews, and referrals, I find that miscellaneous statistical information can provide key information for blogger-designers like me (and, I presume, most of you too!). For example:</p>
<ul>
<li>
<h2><strong>Visitor Length</strong> &#8211; Reflection of your content and design quality</h2>
<p>For me, this is by far the most important number because how long your visitors stay on your site reflects on the quality of your blog content and to a lesser extent, how aesthetically and functionally pleasing your site is. By aesthetics, I don&#8217;t mean designing the site with the caliber of <a href="http://ndesign-studio.com">NDesign Studio</a>, but just one that I can view without getting a migraine from flashy ads and horrendously tiny text.</p>
<p align="center"><img src='http://ivytan.net/nanyate.com/wp-content/uploads/2008/03/visitorlength.jpg' class='photo' alt='Visitor Length of Nanyate Dot Com' /></p>
<p>My visitor length averages at approximately 4 minutes. Since my blog is a niche blog, mainly appreciated by women and personal blogger-designers, having 50% of my visitors stay on my blog for more than 30 seconds is considered pretty good. I don&#8217;t quite understand the 20% of visitors that stay on my site for an hour. But I&#8217;m grateful. You must really love my site &#8211; more than I do!</p>
</li>
<li>
<h2><strong>Returning Visits and <a href="http://feeds.feedburner.com/nanyate">Feed</a> Subscribers</strong> &#8211; Barometer of content quality</h2>
<p>Having returning visitors is a sign that your blog is producing original content, and generating interests among others. Unlike visitor length, the percentage is not as important as the actual count. Out of 200 visitors, I have around 50 returning visits and an average of 30 <a href="http://feeds.feedburner.com/nanyate">feed</a> subscribers (including <a href="http://feeds.feedburner.com/nanyatecomments">comment feed).</a> It means my blog could do better to target more people and expand its niche. But for an almost 4-month old blog, I think it&#8217;s not <em>too</em> bad.</p>
<p align="center"><img src='http://ivytan.net/nanyate.com/wp-content/uploads/2008/03/returningvisits.jpg' class='photo' alt='Returning Visitors for Nanyate dot com' /> <img src='http://ivytan.net/nanyate.com/wp-content/uploads/2008/03/picture-2.jpg' class='photo' alt='Feedburner Statistics for Nanyate dot com' /></p>
</li>
<li>
<h2><strong>Browser</strong> &#8211; Accessible coding for all</h2>
<p>There are so many designers out their fighting about whether to design for Firefox or IE. A simple look at your statistics can show who you should cater for. For me, out of 500 people, 350 Firefox, 100 use IE and 50 uses Safari. The answer? If you want returning visits or make it into design galleries, design for all of them.</p>
</li>
<li>
<h2><strong>System Stats</strong> &#8211; Accessible design for the masses</h2>
<p>Like the browser problem, many people condemn designers for leaving 800&#215;600 resolutions behind. But here is the hard cold facts from my Statcounter: 300 visits from 1280&#215;1024 resolution, 100 visits from 1024&#215;768, 10 from 1152&#215;864 and a measly 5 from 800&#215;600. Do you mean I should jeopardize the ease for 400+ people who have bigger resolutions for the 5 who have 800&#215;600? Of course, I can design sites that have expandable divs, but I don&#8217;t think it&#8217;s worth the trouble as I&#8217;m unwilling to forgo the &#8216;personal&#8217; part of my personal blog for minor increase in accessibility. (But of course, you may beg to differ.) Besides, with the advent of <a href="http://feeds.feedburner.com/nanyate">feeds</a>, they can ignore my inaccessible design for my content, if they wish so. <img src='http://nanyate.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
</li>
</ul>
<p>I&#8217;m not sure how you guys analyze your statistics but I hope I have enlightened a few people. And like I said, I&#8217;m not Web 2.0 savvy, so&#8230;</p>
<h2>&#8230;do share your views on how you analyze statistics!</h2>
<p><em>FYI, I am using the free version of Statcounter that can only view the latest 500 visitors&#8217; in-depth stats, which can skew my analysis. Also, I blocked my IP, so statistics provided here do not include my own visits to prevent any further distortions. </em></p>
<p><strong>P.S. A major update, <a href="http://wp.chrisjohnston.org">WordPress 2.5</a> is planned to be released <del datetime="2008-03-11T08:07:16+00:00">tomorrow, so be sure to standby for the annoying yellow reminder.</del> I guess not. Regardless, I&#8217;m psyched! Can&#8217;t wait. The Dashboard looks amazing and is AJAXed out!</strong></p>
<p>Related posts:</p><ol>
<li><a href='http://nanyate.com/daily-life/gratitude-joys-of-blogging' rel='bookmark' title='Gratitude: The Joys of Blogging'>Gratitude: The Joys of Blogging</a></li>
<li><a href='http://nanyate.com/daily-life/thank-you-to-my-housemates' rel='bookmark' title='Thank You To My Housemates'>Thank You To My Housemates</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://nanyate.com/social-media/checking-website-statistics/feed</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
	</channel>
</rss>

