<?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>sholsinger.com &#187; Tutorials</title>
	<atom:link href="http://sholsinger.com/categories/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://sholsinger.com</link>
	<description>Stephen Holsinger&#039;s blog about the web, OS X, Linux, CSS, PHP, and more</description>
	<lastBuildDate>Wed, 01 Feb 2012 17:52:15 +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>My Custom Demandware UX Studio Icon for OSX</title>
		<link>http://sholsinger.com/archive/2011/10/demandware-ux-studio-icon-osx/</link>
		<comments>http://sholsinger.com/archive/2011/10/demandware-ux-studio-icon-osx/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 03:41:48 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[demandware]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[iconography]]></category>
		<category><![CDATA[ide]]></category>

		<guid isPermaLink="false">http://sholsinger.com/?p=437</guid>
		<description><![CDATA[I am so super impressed with Demandware at this point. I haven&#8217;t seen much but I like how everything fits together. The only thing that didn&#8217;t fit &#8211; on my Mac at least &#8211; was the icon for the IDE. (A plugin library on top of Eclipse) So I remedied that situation: Now to setRead the whole post.]]></description>
		<wfw:commentRss>http://sholsinger.com/archive/2011/10/demandware-ux-studio-icon-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Complex Default Values with Rails 3</title>
		<link>http://sholsinger.com/archive/2011/09/complex-default-values-with-rails-3/</link>
		<comments>http://sholsinger.com/archive/2011/09/complex-default-values-with-rails-3/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 19:54:17 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://sholsinger.com/?p=424</guid>
		<description><![CDATA[I needed an extensible way to default values for new models in Rails 3.0.5 so I went Googling. I ended up finding a great question on StackOverflow. (of course) So I got started with the help of the answers on that question. I first tried the before_create callback but soon realized that it only firesRead the whole post.]]></description>
		<wfw:commentRss>http://sholsinger.com/archive/2011/09/complex-default-values-with-rails-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prevent jQuery.live() Handlers From Firing Multiple Times</title>
		<link>http://sholsinger.com/archive/2011/08/prevent-jquery-live-handlers-from-firing-multiple-times/</link>
		<comments>http://sholsinger.com/archive/2011/08/prevent-jquery-live-handlers-from-firing-multiple-times/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 16:42:24 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[dom-events]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://sholsinger.com/?p=405</guid>
		<description><![CDATA[Recently I was working on something where I needed to use jQuery&#8217;s .live() event handling. The problem I was experiencing was that my .live() handler was firing multiple times for the same event. I devised a rather simple way to avoid this issue and I&#8217;m going to share it with all of you. The firstRead the whole post.]]></description>
		<wfw:commentRss>http://sholsinger.com/archive/2011/08/prevent-jquery-live-handlers-from-firing-multiple-times/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Gracefully Handling AJAX Requests with ASP Classic</title>
		<link>http://sholsinger.com/archive/2011/07/gracefully-handling-ajax-requests-with-asp-classic/</link>
		<comments>http://sholsinger.com/archive/2011/07/gracefully-handling-ajax-requests-with-asp-classic/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 14:22:53 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Classic ASP]]></category>

		<guid isPermaLink="false">http://sholsinger.com/?p=395</guid>
		<description><![CDATA[I&#8217;ve been working with so-called &#8220;Classic&#8221; ASP for about two years now. Here&#8217;s a trick I&#8217;ve put into practice with great success. Often when writing data-driven web scripts you may need to alter the presentation of that data based on the requester or some other variable. For instance, a script may be requested via aRead the whole post.]]></description>
		<wfw:commentRss>http://sholsinger.com/archive/2011/07/gracefully-handling-ajax-requests-with-asp-classic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lehigh Valley Ruby Meetup Notes 2011/03/02</title>
		<link>http://sholsinger.com/archive/2011/03/lehigh-valley-ruby-meetup-notes-20110302/</link>
		<comments>http://sholsinger.com/archive/2011/03/lehigh-valley-ruby-meetup-notes-20110302/#comments</comments>
		<pubDate>Sun, 06 Mar 2011 00:11:34 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[meetup]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://sholsinger.com/?p=365</guid>
		<description><![CDATA[Notes from the March second LV Ruby Meetup group. We built an &#8216;IdeaShouter&#8217; app with haml, sass, and compass. By the end of these notes you should have built one too. Companion code can be had on github. Install RVM. Then you need to make sure you&#8217;re using the latest Ruby build. rvm use 1.9.2Read the whole post.]]></description>
		<wfw:commentRss>http://sholsinger.com/archive/2011/03/lehigh-valley-ruby-meetup-notes-20110302/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

