<?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</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>WoW Armory update</title>
		<link>http://jennifergrucza.com/blog/archives/2010/01/14/wow-armory-update</link>
		<comments>http://jennifergrucza.com/blog/archives/2010/01/14/wow-armory-update#comments</comments>
		<pubDate>Thu, 14 Jan 2010 14:19:42 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
		
	<category>General</category>
		<guid>http://jennifergrucza.com/blog/archives/2010/01/14/wow-armory-update</guid>
		<description><![CDATA[Nerdy, maybe, but it's cool to be able to pose your World of Warcraft characters from a webpage!



 ]]></description>
		<wfw:commentRSS>http://jennifergrucza.com/blog/archives/2010/01/14/wow-armory-update/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Rimsky-Korsakov</title>
		<link>http://jennifergrucza.com/blog/archives/2008/02/05/rimsky-korsakov</link>
		<comments>http://jennifergrucza.com/blog/archives/2008/02/05/rimsky-korsakov#comments</comments>
		<pubDate>Tue, 05 Feb 2008 14:06:08 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
		
	<category>Classical Music</category>
		<guid>http://jennifergrucza.com/blog/archives/2008/02/05/rimsky-korsakov</guid>
		<description><![CDATA[Not sure why, but lately nothing has been quite as good to listen to as the music of Rimsky-Korsakov.  It puts me in a good mood, and at work it's making me more productive.  Maybe it's the energy and the brightness, helping me out when I feel tired or blah.

Rimsky-Korsakov: Great Orchestral Works
 ]]></description>
		<wfw:commentRSS>http://jennifergrucza.com/blog/archives/2008/02/05/rimsky-korsakov/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>New job: gather.com</title>
		<link>http://jennifergrucza.com/blog/archives/2007/10/18/new-job-gathercom</link>
		<comments>http://jennifergrucza.com/blog/archives/2007/10/18/new-job-gathercom#comments</comments>
		<pubDate>Thu, 18 Oct 2007 14:27:44 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
		
	<category>General</category>
		<guid>http://jennifergrucza.com/blog/archives/2007/10/18/new-job-gathercom</guid>
		<description><![CDATA[I haven't updated my blog in forever, but just thought I'd post that I've started a new job recently, at gather.com.  My title here is "Web UI Developer".  I probably won't be doing much Java coding at all - mostly HTML/CSS/Javascript in the context of JSPs.  At least that's how they've done [...]]]></description>
		<wfw:commentRSS>http://jennifergrucza.com/blog/archives/2007/10/18/new-job-gathercom/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>Problems with Javascript in Safari</title>
		<link>http://jennifergrucza.com/blog/archives/2006/10/31/problems-with-javascript-in-safari</link>
		<comments>http://jennifergrucza.com/blog/archives/2006/10/31/problems-with-javascript-in-safari#comments</comments>
		<pubDate>Tue, 31 Oct 2006 14:31:00 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
		
	<category>General</category>
		<guid>http://jennifergrucza.com/blog/archives/2006/10/31/problems-with-javascript-in-safari</guid>
		<description><![CDATA[document.location.hash = "#anchorName" does not do what you might expect.  Looking at the addressbar, I see "http://mydomain.com/mypage.html#%23anchorName" instead.  Apparently, you need to omit the hash mark for Safari.  Luckily it seems to work on other browsers too.  The O'Reilly book Javascript: The Definitive Guide states that location.hash includes the "#", but [...]]]></description>
		<wfw:commentRSS>http://jennifergrucza.com/blog/archives/2006/10/31/problems-with-javascript-in-safari/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>DigitalAdvisor relaunch!</title>
		<link>http://jennifergrucza.com/blog/archives/2006/09/26/digitaladvisor-relaunch</link>
		<comments>http://jennifergrucza.com/blog/archives/2006/09/26/digitaladvisor-relaunch#comments</comments>
		<pubDate>Tue, 26 Sep 2006 12:44:38 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
		
	<category>General</category>
		<guid>http://jennifergrucza.com/blog/archives/2006/09/26/digitaladvisor-relaunch</guid>
		<description><![CDATA[Well last night at around 11pm, we at DigitalAdvisor launched a new version of the site!  The look and feel has totally changed, and we now have a new feature: Questions and Answers.  We're hoping that it will help people in their research of electronics they're thinking of buying (or already own, for [...]]]></description>
		<wfw:commentRSS>http://jennifergrucza.com/blog/archives/2006/09/26/digitaladvisor-relaunch/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Food I miss from back home</title>
		<link>http://jennifergrucza.com/blog/archives/2006/09/20/food-i-miss-from-back-home</link>
		<comments>http://jennifergrucza.com/blog/archives/2006/09/20/food-i-miss-from-back-home#comments</comments>
		<pubDate>Wed, 20 Sep 2006 17:11:39 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
		
	<category>General</category>
		<guid>http://jennifergrucza.com/blog/archives/2006/09/20/food-i-miss-from-back-home</guid>
		<description><![CDATA[Garcia's Pizza

Jarling's Custard Cup (see definition of frozen custard)

Steak &#038; Shake ]]></description>
		<wfw:commentRSS>http://jennifergrucza.com/blog/archives/2006/09/20/food-i-miss-from-back-home/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Summer is for grilling</title>
		<link>http://jennifergrucza.com/blog/archives/2006/08/05/summer-is-for-grilling</link>
		<comments>http://jennifergrucza.com/blog/archives/2006/08/05/summer-is-for-grilling#comments</comments>
		<pubDate>Sat, 05 Aug 2006 23:59:24 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
		
	<category>General</category>
	<category>Photos</category>
		<guid>http://jennifergrucza.com/blog/archives/2006/08/05/summer-is-for-grilling</guid>
		<description><![CDATA[
Dinner: grilled pork chops with brown sugar barbeque sauce, onions, and zucchini.


Dessert: peaches and blueberries with sugar.

The zucchini and peaches I got from the Cambridgeport Farmers Market today while I was out biking. ]]></description>
		<wfw:commentRSS>http://jennifergrucza.com/blog/archives/2006/08/05/summer-is-for-grilling/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>
	</channel>
</rss>





