<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.shayna.com,2009:/</id>
	<title type="text">Shayna Productions - Sandy Clark</title>
	<link rel="self" href="http://www.shayna.com/feeds/atom.xml" />
	<author>
		<name>Sandra Clark</name>
	</author>
	<updated>2009-04-22T09:00:02Z</updated>
	
			<entry>
				<id>urn:uuid:135</id>
				<title type="html"><![CDATA[Fully compliant <abbr title="Content Management System">CMS</abbr> Editor available]]></title>
				<updated>2006-07-20T06:45:00Z</updated>
				<link rel="alternate" type="text/html" href="http://www.shayna.com/index.cfm?fuseaction=blog.display_entry&amp;id=135"></link>
				
					<summary type="html"><![CDATA[<p><a href="http://www.xstandard.com/default.asp">XStandard</a> has released its newest version (1.7.1) of its standards-compliant plug-in <abbr title="What You See Is What You Get">WYSIWYG</abbr> editor for Windows desktop applications and browser-based content management systems IE/Mozilla/Firefox/Opera/Netscape).</p>
]]></summary>
					
				<content type="html"><![CDATA[<p><a href="http://www.xstandard.com/default.asp">XStandard</a> has released its newest version (1.7.1) of its standards-compliant plug-in <abbr title="What You See Is What You Get">WYSIWYG</abbr> editor for Windows desktop applications and browser-based content management systems IE/Mozilla/Firefox/Opera/Netscape).</p>
]]></content>
				
					<category term="Accessibility"></category>
				
					<category term="CSS"></category>
				
					<category term="Web Design"></category>
				
			</entry>
			
			<entry>
				<id>urn:uuid:121</id>
				<title type="html"><![CDATA[Get ready for the next revolution]]></title>
				<updated>2006-06-07T07:40:00Z</updated>
				<link rel="alternate" type="text/html" href="http://www.shayna.com/index.cfm?fuseaction=blog.display_entry&amp;id=121"></link>
				
					<summary type="html"><![CDATA[<p><a href="http://www.pewinternet.org/PPF/r/179/report_display.asp">A new Pew study on cell phone usage is out</a>, showing that younger people, and minorities are tending to use their cell phones as mini-PC's using them to do everything from listening to MP3's to playing games to (gasp!) surfing the Net.  <a href="http://www.pewinternet.org/pdfs/PIP_Cell_phone_study.pdf">(Pages 5 and 6 of the PDF report)</a></p>

<p>What does this mean for us as developers?  Maybe not much now if our sites might not be aimed at those demographics, but as this population ages, our web sites had better be able to be surfed easily with a cell phone.  This means streamlined content and, you guessed it, xHTML and CSS.</p>]]></summary>
					
				<content type="html"><![CDATA[<p><a href="http://www.pewinternet.org/PPF/r/179/report_display.asp">A new Pew study on cell phone usage is out</a>, showing that younger people, and minorities are tending to use their cell phones as mini-PC's using them to do everything from listening to MP3's to playing games to (gasp!) surfing the Net.  <a href="http://www.pewinternet.org/pdfs/PIP_Cell_phone_study.pdf">(Pages 5 and 6 of the PDF report)</a></p>

<p>What does this mean for us as developers?  Maybe not much now if our sites might not be aimed at those demographics, but as this population ages, our web sites had better be able to be surfed easily with a cell phone.  This means streamlined content and, you guessed it, xHTML and CSS.</p>]]></content>
				
					<category term="Accessibility"></category>
				
					<category term="CSS"></category>
				
					<category term="Web Design"></category>
				
			</entry>
			
			<entry>
				<id>urn:uuid:108</id>
				<title type="html"><![CDATA[To grid or not to grid]]></title>
				<updated>2006-04-25T09:00:00Z</updated>
				<link rel="alternate" type="text/html" href="http://www.shayna.com/index.cfm?fuseaction=blog.display_entry&amp;id=108"></link>
				
					<summary type="html"><![CDATA[<p>I'm originally from Los Angeles, which is why I tend to laugh hysterically when people tell me that Washington DC is easy to get around because its "built on a grid".  (Los Angeles, like other newer cities out west truly are grid based) which makes it much easier to find alternative routes when things get backed up.</p>

<p>Molly Holzshlag wrote about "<a href="http://www.alistapart.com/articles/outsidethegrid">Thinking Outside the Grid</a>" after comparing the gridless city of London to the grid of Tucson. Along the way, she applies the grid(less) concept to web sites.  Interesting theory.</p>]]></summary>
					
				<content type="html"><![CDATA[<p>I'm originally from Los Angeles, which is why I tend to laugh hysterically when people tell me that Washington DC is easy to get around because its "built on a grid".  (Los Angeles, like other newer cities out west truly are grid based) which makes it much easier to find alternative routes when things get backed up.</p>

<p>Molly Holzshlag wrote about "<a href="http://www.alistapart.com/articles/outsidethegrid">Thinking Outside the Grid</a>" after comparing the gridless city of London to the grid of Tucson. Along the way, she applies the grid(less) concept to web sites.  Interesting theory.</p>]]></content>
				
					<category term="Accessibility"></category>
				
					<category term="CSS"></category>
				
					<category term="Web Design"></category>
				
			</entry>
			
			<entry>
				<id>urn:uuid:105</id>
				<title type="html"><![CDATA[Graded Browser Support]]></title>
				<updated>2006-04-20T08:35:00Z</updated>
				<link rel="alternate" type="text/html" href="http://www.shayna.com/index.cfm?fuseaction=blog.display_entry&amp;id=105"></link>
				
					<summary type="html"><![CDATA[<p>Back in the day, Browser Support used to mean that you either supported Netscape or you supported Internet Explorer.  Meaning that your web site worked on either one or the other really well and either worked poorly or not at all in the other.  Somewhere along the line Browser support began to mean that our site needed to look exactly the same way on every browser out there.</p>

<p>In <a href="http://developer.yahoo.com/yui/articles/gbs/gbs.html">"Graded Browser Support"</a>, Nate Koechly, a Senior Web Developer with Yahoo, lays out the notion of supporting all browsers, with "progressive enhancement".  As opposed to what we in the web world, usually use which is "graceful degradation".  An interesting read and one I fully intend to capitalize on. </p>
]]></summary>
					
				<content type="html"><![CDATA[<p>Back in the day, Browser Support used to mean that you either supported Netscape or you supported Internet Explorer.  Meaning that your web site worked on either one or the other really well and either worked poorly or not at all in the other.  Somewhere along the line Browser support began to mean that our site needed to look exactly the same way on every browser out there.</p>

<p>In <a href="http://developer.yahoo.com/yui/articles/gbs/gbs.html">"Graded Browser Support"</a>, Nate Koechly, a Senior Web Developer with Yahoo, lays out the notion of supporting all browsers, with "progressive enhancement".  As opposed to what we in the web world, usually use which is "graceful degradation".  An interesting read and one I fully intend to capitalize on. </p>
]]></content>
				
					<category term="Accessibility"></category>
				
					<category term="CSS"></category>
				
					<category term="Web Design"></category>
				
			</entry>
			
			<entry>
				<id>urn:uuid:103</id>
				<title type="html"><![CDATA[Real Sites, Accessible, Usable and Stunning.]]></title>
				<updated>2006-04-18T07:45:00Z</updated>
				<link rel="alternate" type="text/html" href="http://www.shayna.com/index.cfm?fuseaction=blog.display_entry&amp;id=103"></link>
				
					<summary type="html"><![CDATA[<p>Recently, Jim Collins of <a href=" http://www.cfsynergy.com">CFSynergy</a> sent me a link to <a href="http://accessites.org/home/">Accessites.org</a>, a site that promotes and showcases web sites that are not only accessible, but are nicely designed and work well for both the disabled community as well as non disabled users.</p>

<p>This web site goes a long way toward proving that accessible sites don't have to be ugly or simple.  The sites were scored on a checklist which is prominently available through the main navigation and the scoring worksheets are displayed with each showcase.  Its a good look at the fact that accessible web sites can be visually appealing and usable.</p>]]></summary>
					
				<content type="html"><![CDATA[<p>Recently, Jim Collins of <a href=" http://www.cfsynergy.com">CFSynergy</a> sent me a link to <a href="http://accessites.org/home/">Accessites.org</a>, a site that promotes and showcases web sites that are not only accessible, but are nicely designed and work well for both the disabled community as well as non disabled users.</p>

<p>This web site goes a long way toward proving that accessible sites don't have to be ugly or simple.  The sites were scored on a checklist which is prominently available through the main navigation and the scoring worksheets are displayed with each showcase.  Its a good look at the fact that accessible web sites can be visually appealing and usable.</p>]]></content>
				
					<category term="Accessibility"></category>
				
					<category term="CSS"></category>
				
					<category term="Web Design"></category>
				
			</entry>
			
			<entry>
				<id>urn:uuid:101</id>
				<title type="html"><![CDATA[Web Design E-Book]]></title>
				<updated>2006-04-14T08:46:00Z</updated>
				<link rel="alternate" type="text/html" href="http://www.shayna.com/index.cfm?fuseaction=blog.display_entry&amp;id=101"></link>
				
					<summary type="html"><![CDATA[<p>Design Melt Down is a web site that hosts some very <a href="http://www.designmeltdown.com/default.aspx">interesting web design information</a>. From information on specific colors, what they mean and evoke to specific web design techniques, this book is a great read.</p>]]></summary>
					
				<content type="html"><![CDATA[<p>Design Melt Down is a web site that hosts some very <a href="http://www.designmeltdown.com/default.aspx">interesting web design information</a>. From information on specific colors, what they mean and evoke to specific web design techniques, this book is a great read.</p>]]></content>
				
					<category term="Accessibility"></category>
				
					<category term="CSS"></category>
				
					<category term="Web Design"></category>
				
			</entry>
			
			<entry>
				<id>urn:uuid:97</id>
				<title type="html"><![CDATA[I'm naked today!]]></title>
				<updated>2006-04-05T06:31:00Z</updated>
				<link rel="alternate" type="text/html" href="http://www.shayna.com/index.cfm?fuseaction=blog.display_entry&amp;id=97"></link>
				
					<summary type="html"><![CDATA[<p>As promised, I'm naked today.  Well at least my site is.  I however, am sitting behind my computer fully clothed as usual.</p>

	<p>Today is CSS Naked day and as I promised earlier in the week, my site is without Cascading Style Sheets.  For my site, this also means no layout today since I use CSS Positioning to position my site. However, because I use structured HTML for my content, I (at least) think that my content can speak for itself. Its plain, but most people will be able to discern relationships between headers and text, menu groupings, etc.</p>

<p>I know a lot of corporate sites out there can't spend a day publicly naked.  But I challenge everyone of you to at least disable your style sheets and take a look at your site naked.  Can you easily read it?  Could your customers?  If you can't, then a blind user to your site using a screen reader can't either.  And by the way, the largest blind users on the internet are users you definitely want to use your site.  Google, Yahoo, and other search engines are much more concerned with the structure of your site, rather than the presentation.  If you can't easily get your information and how its structured without your presentation, then neither can the search engines.</p> ]]></summary>
					
				<content type="html"><![CDATA[<p>As promised, I'm naked today.  Well at least my site is.  I however, am sitting behind my computer fully clothed as usual.</p>

	<p>Today is CSS Naked day and as I promised earlier in the week, my site is without Cascading Style Sheets.  For my site, this also means no layout today since I use CSS Positioning to position my site. However, because I use structured HTML for my content, I (at least) think that my content can speak for itself. Its plain, but most people will be able to discern relationships between headers and text, menu groupings, etc.</p>

<p>I know a lot of corporate sites out there can't spend a day publicly naked.  But I challenge everyone of you to at least disable your style sheets and take a look at your site naked.  Can you easily read it?  Could your customers?  If you can't, then a blind user to your site using a screen reader can't either.  And by the way, the largest blind users on the internet are users you definitely want to use your site.  Google, Yahoo, and other search engines are much more concerned with the structure of your site, rather than the presentation.  If you can't easily get your information and how its structured without your presentation, then neither can the search engines.</p> ]]></content>
				
					<category term="Accessibility"></category>
				
					<category term="CSS"></category>
				
					<category term="Web Design"></category>
				
			</entry>
			
			<entry>
				<id>urn:uuid:93</id>
				<title type="html"><![CDATA[CSS Naked Day April 5th]]></title>
				<updated>2006-04-03T09:15:00Z</updated>
				<link rel="alternate" type="text/html" href="http://www.shayna.com/index.cfm?fuseaction=blog.display_entry&amp;id=93"></link>
				
					<summary type="html"><![CDATA[<p>On April 5th, I and hopefully a lot of other sites will be participating in <a href="http://naked.dustindiaz.com/">Naked CSS Day</a>. The idea behind this is that while CSS is wonderful for presentation, your code should be readable and understandable without any presentation at all. This means structural markup.  I've always told co-workers and students that we should begin by coding our web pages as if it were 1995. By which I mean, no presentation, just content.  If you can understand the content of a web page without any presentation, then you are well on your way to creating truly accessible web pages.</p>

<p>So join with me, strip off your CSS For the day and show us your content!</p>]]></summary>
					
				<content type="html"><![CDATA[<p>On April 5th, I and hopefully a lot of other sites will be participating in <a href="http://naked.dustindiaz.com/">Naked CSS Day</a>. The idea behind this is that while CSS is wonderful for presentation, your code should be readable and understandable without any presentation at all. This means structural markup.  I've always told co-workers and students that we should begin by coding our web pages as if it were 1995. By which I mean, no presentation, just content.  If you can understand the content of a web page without any presentation, then you are well on your way to creating truly accessible web pages.</p>

<p>So join with me, strip off your CSS For the day and show us your content!</p>]]></content>
				
					<category term="Accessibility"></category>
				
					<category term="CSS"></category>
				
					<category term="Web Design"></category>
				
			</entry>
			
			<entry>
				<id>urn:uuid:91</id>
				<title type="html"><![CDATA[New Web Developer Extension for Firefox Out]]></title>
				<updated>2006-03-30T06:45:00Z</updated>
				<link rel="alternate" type="text/html" href="http://www.shayna.com/index.cfm?fuseaction=blog.display_entry&amp;id=91"></link>
				
					<summary type="html"><![CDATA[<p>A new Web Developer Toolbar for Firefox is out.  Well, it has been out for a while, but the newest version is just 2 days old.  Its pretty cool and works well in conjunction with my other web developer toolbar from Chrispederick.com.</p>

<p>This one is by Joe Hewit and is called <a href="https://addons.mozilla.org/extensions/moreinfo.php?application=firefox&id=1843">"FireBug"</a>. According to the Firefox Extensions page, it can monitor Ajax, let you poke into the DOM and "let you edit just about anything you can inspect."</p>

<p>Do you have a favorite extension for Firefox that helps with Web Development?  Tell us!</p>
]]></summary>
					
				<content type="html"><![CDATA[<p>A new Web Developer Toolbar for Firefox is out.  Well, it has been out for a while, but the newest version is just 2 days old.  Its pretty cool and works well in conjunction with my other web developer toolbar from Chrispederick.com.</p>

<p>This one is by Joe Hewit and is called <a href="https://addons.mozilla.org/extensions/moreinfo.php?application=firefox&id=1843">"FireBug"</a>. According to the Firefox Extensions page, it can monitor Ajax, let you poke into the DOM and "let you edit just about anything you can inspect."</p>

<p>Do you have a favorite extension for Firefox that helps with Web Development?  Tell us!</p>
]]></content>
				
					<category term="Accessibility"></category>
				
					<category term="CSS"></category>
				
					<category term="Web Design"></category>
				
			</entry>
			
			<entry>
				<id>urn:uuid:86</id>
				<title type="html"><![CDATA[Simple is as Simple Does]]></title>
				<updated>2006-03-24T06:00:00Z</updated>
				<link rel="alternate" type="text/html" href="http://www.shayna.com/index.cfm?fuseaction=blog.display_entry&amp;id=86"></link>
				
					<summary type="html"><![CDATA[ <p>While going through old bookmarks the other day, I came across this article from Fast Company, entitled, "<a href="http://www.fastcompany.com/magazine/100/beauty-of-simplicity.html">The Beauty of Simplicity</a>". It features information on the story behind Google&#39;s home page, and how most customers value ease of use. It also describes how creating something both simple, easy to use and compelling is not that easy.</p>

<p>Its a good read and also says a lot that we as web professionals need to take to heart.</p>]]></summary>
					
				<content type="html"><![CDATA[ <p>While going through old bookmarks the other day, I came across this article from Fast Company, entitled, "<a href="http://www.fastcompany.com/magazine/100/beauty-of-simplicity.html">The Beauty of Simplicity</a>". It features information on the story behind Google&#39;s home page, and how most customers value ease of use. It also describes how creating something both simple, easy to use and compelling is not that easy.</p>

<p>Its a good read and also says a lot that we as web professionals need to take to heart.</p>]]></content>
				
					<category term="Accessibility"></category>
				
					<category term="CSS"></category>
				
					<category term="Web Design"></category>
				
			</entry>
			
			<entry>
				<id>urn:uuid:82</id>
				<title type="html"><![CDATA[A New Twist on Website Development]]></title>
				<updated>2006-03-23T07:00:00Z</updated>
				<link rel="alternate" type="text/html" href="http://www.shayna.com/index.cfm?fuseaction=blog.display_entry&amp;id=82"></link>
				
					<summary type="html"><![CDATA[<p>I totally subscribe to Flip (The Fusebox Lifecycle Process), but this one is so <a href="http://www.pingmag.jp/2005/12/09/the-website-development-process/">cute</a>, I just want to jump in!</p>]]></summary>
					
				<content type="html"><![CDATA[<p>I totally subscribe to Flip (The Fusebox Lifecycle Process), but this one is so <a href="http://www.pingmag.jp/2005/12/09/the-website-development-process/">cute</a>, I just want to jump in!</p>]]></content>
				
					<category term="Accessibility"></category>
				
					<category term="CSS"></category>
				
					<category term="Web Design"></category>
				
			</entry>
			
</feed>
