<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>ruby</title><description/><link>https://kevinquillen.com</link><language>en</language><item><title>Using Maps in Sass 3.3</title><link>https://kevinquillen.com/using-maps-sass-33</link><guid isPermaLink="false">304 at https://kevinquillen.com</guid><description>
&lt;span property=&quot;schema:name&quot;&gt;Using Maps in Sass 3.3&lt;/span&gt;

            &lt;div property=&quot;schema:text&quot; class=&quot;text-content clearfix field field--name-body field--type-text-with-summary field--label-hidden field__item&quot;&gt;&lt;p&gt;Lately I have been exploring whats coming down the pipe for new versions of SASS. Version 3.3.x brings in a lot of new or improved features
that, as a programmer, are very cool. I’ve enjoyed using SASS as a means of styling for quite some time now. It is simply a very efficient way
to generate style for your site in a small amount of code.&lt;/p&gt;&lt;/div&gt;
      
&lt;span rel=&quot;schema:author&quot;&gt;&lt;span lang about=&quot;https://kevinquillen.com/user/1&quot; typeof=&quot;schema:Person&quot; property=&quot;schema:name&quot; datatype&gt;Kevin&lt;/span&gt;&lt;/span&gt;

&lt;span property=&quot;schema:dateCreated&quot; content=&quot;2014-07-05T18:00:00+00:00&quot;&gt;&lt;time datetime=&quot;2014-07-05T14:00:00-04:00&quot; title=&quot;Saturday, July 5, 2014 - 14:00&quot;&gt;July 5th, 2014&lt;/time&gt;
&lt;/span&gt;
</description><pubDate>Sat, 05 Jul 2014 18:00:00 GMT</pubDate><dc:creator>Kevin</dc:creator></item><item><title>More scraping magic with Ruby: UTF-8 and XPath</title><link>https://kevinquillen.com/more-scraping-magic-ruby-utf-8-and-xpath</link><guid isPermaLink="false">307 at https://kevinquillen.com</guid><description>
&lt;span property=&quot;schema:name&quot;&gt;More scraping magic with Ruby: UTF-8 and XPath&lt;/span&gt;

            &lt;div property=&quot;schema:text&quot; class=&quot;text-content clearfix field field--name-body field--type-text-with-summary field--label-hidden field__item&quot;&gt;&lt;p&gt;What? Thought we were done? There are still things left to learn here. There are always things to learn.&lt;/p&gt;

&lt;p&gt;In Nokogiri, the &lt;code&gt;css&lt;/code&gt; method is simple, straightforward, and familiar if you have a background in jQuery. But, if you have multiple elements on the page to select, suddenly that method is lacking in power.
We need to be able to select multiples of anything, anywhere in the DOM. This is where &lt;code&gt;XPath&lt;/code&gt; comes in, and is much more efficient than the &lt;code&gt;css&lt;/code&gt; selector.&lt;/p&gt;&lt;/div&gt;
      
&lt;span rel=&quot;schema:author&quot;&gt;&lt;span lang about=&quot;https://kevinquillen.com/user/1&quot; typeof=&quot;schema:Person&quot; property=&quot;schema:name&quot; datatype&gt;Kevin&lt;/span&gt;&lt;/span&gt;

&lt;span property=&quot;schema:dateCreated&quot; content=&quot;2014-06-26T14:00:00+00:00&quot;&gt;&lt;time datetime=&quot;2014-06-26T10:00:00-04:00&quot; title=&quot;Thursday, June 26, 2014 - 10:00&quot;&gt;June 26th, 2014&lt;/time&gt;
&lt;/span&gt;
</description><pubDate>Thu, 26 Jun 2014 14:00:00 GMT</pubDate><dc:creator>Kevin</dc:creator></item></channel></rss>