<?xml version="1.0" encoding="utf-8"?>
<!-- generator="wordpress/1.5" -->
<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/"
>

<channel>
	<title>Jennifer Grucza : Web Development</title>
	<link>http://jennifergrucza.com/blog</link>
	<description>Web Development, Classical Music, Kitties, and whatever else I feel like</description>
	<pubDate>Fri, 05 Mar 2010 20:53:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5</generator>
	<language>en</language>

		<item>
		<title>In Internet Explorer, the window.resize event is fired when any element on the page is resized</title>
		<link>http://jennifergrucza.com/blog/archives/2010/03/05/in-internet-explorer-the-windowresize-event-is-fired-when-any-element-on-the-page-is-resized</link>
		<comments>http://jennifergrucza.com/blog/archives/2010/03/05/in-internet-explorer-the-windowresize-event-is-fired-when-any-element-on-the-page-is-resized#comments</comments>
		<pubDate>Fri, 05 Mar 2010 15:52:55 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
		
	<category>Web Development</category>
		<guid>http://jennifergrucza.com/blog/archives/2010/03/05/in-internet-explorer-the-windowresize-event-is-fired-when-any-element-on-the-page-is-resized</guid>
		<description><![CDATA[What's wrong with IE developers?  A window.resize event should happen if the user resizes the window, not if elements on the page change in size!  The actual window isn't changing sizes!  And this weird behavior persists even in IE8?

Note: you might not see it unless you're using a DOCTYPE.  But you [...]]]></description>
		<wfw:commentRSS>http://jennifergrucza.com/blog/archives/2010/03/05/in-internet-explorer-the-windowresize-event-is-fired-when-any-element-on-the-page-is-resized/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Note to self: use trimDirectiveWhitespaces in JSPs after switching to Tomcat 6</title>
		<link>http://jennifergrucza.com/blog/archives/2007/04/11/note-to-self-use-trimdirectivewhitespaces-in-jsps-after-switching-to-tomcat-6</link>
		<comments>http://jennifergrucza.com/blog/archives/2007/04/11/note-to-self-use-trimdirectivewhitespaces-in-jsps-after-switching-to-tomcat-6#comments</comments>
		<pubDate>Wed, 11 Apr 2007 14:36:01 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
		
	<category>Web Development</category>
	<category>Java</category>
		<guid>http://jennifergrucza.com/blog/archives/2007/04/11/note-to-self-use-trimdirectivewhitespaces-in-jsps-after-switching-to-tomcat-6</guid>
		<description><![CDATA[So JSPs have the annoying property of preserving all whitespace from the source JSP file and outputting it.  As soon as your JSP gets at all complex, with conditional logic, variables being set, and so on, you'll find your HTML source output gets filled more and more with blank lines.

JSP 2.1 to the rescue! [...]]]></description>
		<wfw:commentRSS>http://jennifergrucza.com/blog/archives/2007/04/11/note-to-self-use-trimdirectivewhitespaces-in-jsps-after-switching-to-tomcat-6/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Pet peeve of the day: &#8220;interweb&#8221;</title>
		<link>http://jennifergrucza.com/blog/archives/2006/08/03/pet-peeve-of-the-day-interweb</link>
		<comments>http://jennifergrucza.com/blog/archives/2006/08/03/pet-peeve-of-the-day-interweb#comments</comments>
		<pubDate>Thu, 03 Aug 2006 13:20:13 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
		
	<category>General</category>
	<category>Web Development</category>
		<guid>http://jennifergrucza.com/blog/archives/2006/08/03/pet-peeve-of-the-day-interweb</guid>
		<description><![CDATA[It drives me nuts when people use the word "interweb".  It's "web" or "internet", people!  Pick one!

Even writers you think would know better use it.  And if they're just being ironic, well they're being a bit to subtle about it. ]]></description>
		<wfw:commentRSS>http://jennifergrucza.com/blog/archives/2006/08/03/pet-peeve-of-the-day-interweb/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Be careful when using comma-separated CSS selectors: IE will ignore the whole rule if it doesn&#8217;t understand one of the selectors</title>
		<link>http://jennifergrucza.com/blog/archives/2006/07/19/be-careful-when-using-comma-separated-css-selectors-ie-will-ignore-the-whole-rule-if-it-doesnt-understand-one-of-the-selectors</link>
		<comments>http://jennifergrucza.com/blog/archives/2006/07/19/be-careful-when-using-comma-separated-css-selectors-ie-will-ignore-the-whole-rule-if-it-doesnt-understand-one-of-the-selectors#comments</comments>
		<pubDate>Wed, 19 Jul 2006 15:36:31 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
		
	<category>Web Development</category>
	<category>CSS</category>
		<guid>http://jennifergrucza.com/blog/archives/2006/07/19/be-careful-when-using-comma-separated-css-selectors-ie-will-ignore-the-whole-rule-if-it-doesnt-understand-one-of-the-selectors</guid>
		<description><![CDATA[Today I was wracking my brain, trying to figure out why Internet Explorer wasn't respecting some of the rules in my CSS file.  It finally occurred to me that perhaps it was getting tripped up by the attribute selectors I had grouped into the same rule.  IE, of course, doesn't understand attribute selectors. [...]]]></description>
		<wfw:commentRSS>http://jennifergrucza.com/blog/archives/2006/07/19/be-careful-when-using-comma-separated-css-selectors-ie-will-ignore-the-whole-rule-if-it-doesnt-understand-one-of-the-selectors/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>New laptop</title>
		<link>http://jennifergrucza.com/blog/archives/2006/07/16/new-laptop</link>
		<comments>http://jennifergrucza.com/blog/archives/2006/07/16/new-laptop#comments</comments>
		<pubDate>Sun, 16 Jul 2006 10:55:49 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
		
	<category>General</category>
	<category>Web Development</category>
		<guid>http://jennifergrucza.com/blog/archives/2006/07/16/new-laptop</guid>
		<description><![CDATA[On Friday I ordered a laptop from Dell.  I've been wanting one for a while, and thanks to a great deal that my friend Rob found, I finally bought one.  I am definitely looking forward to using my computer while sitting comfortably on the couch.

It's a Dell Inspiron E1505 Intel Dual Core Processor [...]]]></description>
		<wfw:commentRSS>http://jennifergrucza.com/blog/archives/2006/07/16/new-laptop/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>jQuery makes Javascript fun</title>
		<link>http://jennifergrucza.com/blog/archives/2006/06/21/jquery-makes-javascript-fun</link>
		<comments>http://jennifergrucza.com/blog/archives/2006/06/21/jquery-makes-javascript-fun#comments</comments>
		<pubDate>Wed, 21 Jun 2006 19:58:53 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
		
	<category>Web Development</category>
		<guid>http://jennifergrucza.com/blog/archives/2006/06/21/jquery-makes-javascript-fun</guid>
		<description><![CDATA[...or at least it claims to, and after reading up on it on the jQuery website, I'm thinking they might be on to something.

I've pretty much spent the whole day today at work staring at Javascript code, reading about different Javascript libraries, and trying to see if there's anything out there that will make my [...]]]></description>
		<wfw:commentRSS>http://jennifergrucza.com/blog/archives/2006/06/21/jquery-makes-javascript-fun/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Kitties writing CSS!</title>
		<link>http://jennifergrucza.com/blog/archives/2006/02/16/kitties-writing-css</link>
		<comments>http://jennifergrucza.com/blog/archives/2006/02/16/kitties-writing-css#comments</comments>
		<pubDate>Thu, 16 Feb 2006 17:45:45 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
		
	<category>Web Development</category>
	<category>Kitties</category>
	<category>CSS</category>
		<guid>http://jennifergrucza.com/blog/archives/2006/02/16/kitties-writing-css</guid>
		<description><![CDATA[
How cute!  I wonder if the book is done in pictures, or if I need to teach Yo-Yo and Chloe to read first...

 ]]></description>
		<wfw:commentRSS>http://jennifergrucza.com/blog/archives/2006/02/16/kitties-writing-css/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Macromedia Fireworks</title>
		<link>http://jennifergrucza.com/blog/archives/2005/12/09/macromedia-fireworks</link>
		<comments>http://jennifergrucza.com/blog/archives/2005/12/09/macromedia-fireworks#comments</comments>
		<pubDate>Fri, 09 Dec 2005 18:21:23 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
		
	<category>Web Development</category>
		<guid>http://jennifergrucza.com/blog/archives/2005/12/09/macromedia-fireworks</guid>
		<description><![CDATA[I've been wanting to dip my toes into the water of graphic design for a while now.  But I have no schooling or training in it, and any attempts I've made in the past have not gotten very far.  Part of the problem, I think, was that the graphics programs I'd tried were [...]]]></description>
		<wfw:commentRSS>http://jennifergrucza.com/blog/archives/2005/12/09/macromedia-fireworks/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Amazon introduces cool new &#8220;Product Preview&#8221; links</title>
		<link>http://jennifergrucza.com/blog/archives/2005/11/18/amazon-introduces-cool-new-product-preview-links</link>
		<comments>http://jennifergrucza.com/blog/archives/2005/11/18/amazon-introduces-cool-new-product-preview-links#comments</comments>
		<pubDate>Fri, 18 Nov 2005 15:09:29 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
		
	<category>Web Development</category>
		<guid>http://jennifergrucza.com/blog/archives/2005/11/18/amazon-introduces-cool-new-product-preview-links</guid>
		<description><![CDATA[Just got an email from the Amazon Associates program about their new Product Preview links (hover over that link to see what they are).

Pretty slick, don't you think?  Good use of AJAX, if you ask me.  I bet they really help increase associates' conversion rates.

Update: Oops, I forgot - they're doing some sort [...]]]></description>
		<wfw:commentRSS>http://jennifergrucza.com/blog/archives/2005/11/18/amazon-introduces-cool-new-product-preview-links/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>IE appendChild problem solved</title>
		<link>http://jennifergrucza.com/blog/archives/2005/11/07/ie-appendchild-problem-solved</link>
		<comments>http://jennifergrucza.com/blog/archives/2005/11/07/ie-appendchild-problem-solved#comments</comments>
		<pubDate>Mon, 07 Nov 2005 14:10:43 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
		
	<category>Web Development</category>
		<guid>http://jennifergrucza.com/blog/archives/2005/11/07/ie-appendchild-problem-solved</guid>
		<description><![CDATA[Today my boss ran into a problem using the internal CMS I've written for work.  After seeing him demonstrate the problem, I figured it was probably an IE issue.  Of course, my boss and manager laughed, since my answer to many bugs they find is that it's an IE issue.

Turned out it was, [...]]]></description>
		<wfw:commentRSS>http://jennifergrucza.com/blog/archives/2005/11/07/ie-appendchild-problem-solved/feed/</wfw:commentRSS>
	</item>
	</channel>
</rss>





