<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF 
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns="http://purl.org/rss/1.0/"
>
	<channel rdf:about="http://www.shayna.com/">
		<title>Shayna Productions - Sandy Clark</title>
		<description>Musings on: ColdFusion, Fusebox, Cascading Style Sheets and Accessibility</description>
		<link>http://www.shayna.com/</link>
			<items>
				<rdf:Seq>
					<rdf:li rdf:resource="http://www.shayna.com/index.cfm?fuseaction=blog.display_entry&amp;id=179" /> <rdf:li rdf:resource="http://www.shayna.com/index.cfm?fuseaction=blog.display_entry&amp;id=176" /> 
				</rdf:Seq>
			</items>
		</channel>
		
			  	<item rdf:about="http://www.shayna.com/index.cfm?fuseaction=blog.display_entry&amp;id=179">
					<title>CSS Back to Basics Class</title>
					<description>Well, I think my CSS presentation here at CFUNITED went well. My computer went totally nuts at the beginning, and I had to go without it for about 1/3 of the time, but I was able to get the information out.  Thanks to everyone at the session for their patience with my situation.

I didn&apos;t get to my special treat, which is popup Windows using a Class.  I&apos;ve got the zip file up at: docs/popupwindows.zip for your downloading pleasure.  The basic premise is that in an xHTML 1.0 strict environment, the target attribute is obsoleted. So there is no way to simply have a link open in a new window.  I actually blogged about this in September, 2006, and have been working on the solution since then.  The solution uses JavaScript and CSS together to create both the functionality of the popup window as well as add an image to the page to indicate that the link opens in a new window.  It also degrades gracefully without JavaScript and simply opens in the current window.

I&apos;ve also made my presentation and sample files available for download.  Enjoy!</description>
					<link>http://www.shayna.com/index.cfm?fuseaction=blog.display_entry&amp;id=179</link>
					<dc:date>2007-06-28T11:30:00--05:00</dc:date>
					<dc:subject></dc:subject>
				</item>
				
			  	<item rdf:about="http://www.shayna.com/index.cfm?fuseaction=blog.display_entry&amp;id=176">
					<title>Simulating Attributes Selectors in IE6</title>
					<description>
Especially now that IE7 supports attribute selectors, using classes in my HTML to reflect those items has become a real bummer.
I really like the idea of not requiring people maintaining HTML to worry about classes.  I think it makes for cleaner markup and for easier training.
So, while I&apos;m not a JavaScript maven by any means, I decided to play around with this and actually made it work.

What is an Attribute Selector Anyway?
An attribute selector is a CSS selector which says basically, &quot;use these style rules if the value of an attribute is equal to something specific&quot;.  I tend to use attribute selectors mainly with forms, so my sample function deals exclusively with the input element.  It can however be extended to anything you want. So, if I want to target my CSS to only text inputs, or only select buttons, or only checkboxes.  I can use an attribute selector instead of a class.</description>
					<link>http://www.shayna.com/index.cfm?fuseaction=blog.display_entry&amp;id=176</link>
					<dc:date>2007-03-30T08:30:00--05:00</dc:date>
					<dc:subject></dc:subject>
				</item>
				
</rdf:RDF>
