<?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>Adam Stacoviak &#187; Web</title>
	<atom:link href="http://adamstacoviak.com/posts/category/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://adamstacoviak.com</link>
	<description>passionate about all things handcrafted</description>
	<lastBuildDate>Fri, 02 Jul 2010 04:49:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google Chrome history search</title>
		<link>http://adamstacoviak.com/posts/google-chrome-history-search/</link>
		<comments>http://adamstacoviak.com/posts/google-chrome-history-search/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 08:08:01 +0000</pubDate>
		<dc:creator>Adam Stacoviak</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://adamstacoviak.com/posts/google-chrome-history-search/</guid>
		<description><![CDATA[I recently stumbled on what I think may be one of the hottest features of Google Chrome. History search!
When I installed Chrome on my MacBook Pro, Firefox was my primary browser. During the installation process of Chrome, you are asked if you want to import bookmarks, history, etc from another browser. I said yes to [...]]]></description>
			<content:encoded><![CDATA[<p>I recently stumbled on what I think may be one of the hottest features of <a href="http://www.google.com/chrome">Google Chrome</a>. History search!</p>
<p><img src="http://adamstacoviak.com/wp-content/uploads/2009/12/gc_history_search.jpg" alt="" title="Google Chrome History Search" width="414" height="409" class="alignright size-full wp-image-40" />When I installed Chrome on my MacBook Pro, <a href="http://www.mozilla.com/en-US/firefox/personal.html">Firefox</a> was my primary browser. During the installation process of Chrome, you are asked if you want to import bookmarks, history, etc from another browser. I said yes to copy over my bookmarks and history from Firefox. This gives you the power of Google search on your browsing history.</p>
<p>This isn&#8217;t really anything &#8220;new&#8221;, other browsers have been doing history and providing search on your history for ages, but not with this type of interface, speed or accuracy! I was able to go back as far as <a href="http://www.google.com/search?q=Sunday+-+September+20%2C+2009">Sunday &#8211; September 20, 2009</a>. I just opened Firefox to confirm the depth of the history settings (waited 30 seconds for it to open) and it seems they took that level of control away. Now, it seems, you only have the choice of recording or not recording history. My guess is the range is something like 90 days. Oh well.</p>
<p>A useful hotkey (Cmd + Y) opens the Chrome history manager where you get complete information on your browsing history.</p>
<p>Keep in mind that the History page doesn&#8217;t store pages from secure websites, those you&#8217;ve visited in incognito mode, or those you&#8217;ve deleted from your browsing history.</p>
]]></content:encoded>
			<wfw:commentRss>http://adamstacoviak.com/posts/google-chrome-history-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Rake + Rsync with StaticMatic</title>
		<link>http://adamstacoviak.com/posts/using-rake-rsync-with-staticmatic/</link>
		<comments>http://adamstacoviak.com/posts/using-rake-rsync-with-staticmatic/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 00:41:47 +0000</pubDate>
		<dc:creator>Adam Stacoviak</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://adamstacoviak.com/?p=13</guid>
		<description><![CDATA[Much like the Using Rake and Rsync for WordPress deployment post that I posted a few days back, this post is to reference a simple Rakefile I wrote to help me easily manage common development tasks when working with StaticMatic.
Rakefile features:

Clear and generate tasks that clear and generate new styles (via Compass)
Preview, build tasks that [...]]]></description>
			<content:encoded><![CDATA[<p>Much like the <a href="http://adamstacoviak.com/posts/using-rake-rsync-for-wordpress-deployment/">Using Rake and Rsync for WordPress deployment</a> post that I posted a few days back, this post is to reference a simple Rakefile I wrote to help me easily manage common development tasks when working with <a href="http://staticmatic.rubyforge.org/">StaticMatic</a>.</p>
<p>Rakefile features:</p>
<ul>
<li>Clear and generate tasks that clear and generate new styles (<a href="http://compass-style.org/">via Compass</a>)</li>
<li>Preview, build tasks that preview and build the StaticMatic site using the default StaticMatic commands (I hate typing staticmatic over and over and over&#8230;)</li>
<li>Deploy task using Rsync that clears the styles, generates new styles, builds the site, and finally deploys the site using Rsync</li>
</ul>
<p>I also created a <a href="http://github.com/adamstac/staticmatic-bootstrap">StaticMatic-Bootstrap</a> that you are welcome to &#8220;watch&#8221; or &#8220;fork&#8221; on GitHub.</p>
<p>It supports: <a href="http://haml-lang.com/">Haml</a>, <a href="http://sass-lang.com/">Sass</a>, <a href="http://compass-style.org/">Compass</a> and <a href="http://jquery.com/">jQuery</a> out of the box and comes with said <a href="http://github.com/adamstac/staticmatic-bootstrap/blob/master/Rakefile">Rakefile</a> noted in this post.</p>
<p><script src="http://gist.github.com/244434.js?file=snippet.rb"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://adamstacoviak.com/posts/using-rake-rsync-with-staticmatic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Rake + Rsync for WordPress deployment</title>
		<link>http://adamstacoviak.com/posts/using-rake-rsync-for-wordpress-deployment/</link>
		<comments>http://adamstacoviak.com/posts/using-rake-rsync-for-wordpress-deployment/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 20:36:51 +0000</pubDate>
		<dc:creator>Adam Stacoviak</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://adamstacoviak.com/?p=11</guid>
		<description><![CDATA[Like most web developers. I prefer to save time by automating low level, mundane tasks.

Laziness is a trait of a good developer.

When I started to use Wordpress again, I WAS NOT excited about using the FTP protocol to ship off changes to my theme. I wanted a simple and easy use process to deploy updates [...]]]></description>
			<content:encoded><![CDATA[<p>Like most web developers. I prefer to save time by automating low level, mundane tasks.</p>
<blockquote>
<p>Laziness is a trait of a good developer.</p>
</blockquote>
<p>When I started to use Wordpress again, I WAS NOT excited about using the FTP protocol to ship off changes to my theme. I wanted a simple and easy use process to deploy updates to my theme and also automate a few processes that I needed to support as part of using Sass and Compass to create my CSS styles.</p>
<p>What&#8217;s the alternative? FTP? Nope. Typing the rsync command by hand each time? Nope again.</p>
<p>This is a simple Rakefile I wrote that helps me to do all this in simple and concise manner.</p>
<h3>Features:</h3>
<ul>
<li>Clear and generate tasks that clear and generate new styles (via <a href="http://compass-style.org/">Compass</a>)</li>
<li>Deploy task that clears the styles, generates new styles and finally deploys the theme using Rsync</li>
</ul>
<p><script src="http://gist.github.com/242915.js?file=snippet.rb"></script></p>
<p>It&#8217;s 21 lines and simple to use. Besides, <code>$ rake deploy</code> is much better than what most WordPress users are doing to deploy updates to their theme. <a href="http://www.capify.org/index.php/Capistrano">Capistrano</a> could work too, but IMO would be over-kill. <a href="http://samba.anu.edu.au/rsync/">Rsync</a> is a much better fit, and using the <code>--delete</code> option ensures that you delete files that don&#8217;t exist on the sending side. Keeps it simple and clean.</p>
<p>This Rakefile is a bit opinionated and assumes you&#8217;re using <a href="http://sass-lang.com/">Sass</a> and <a href="http://compass-style.org/">Compass</a>. You could <a href="http://gist.github.com/242915">fork and update this Gist</a> to suit your own setup, but if you want the scoop on using Sass and Compass with WordPress check out the <a href="http://github.com/pengwynn/compass-wordpress">Compass-WordPress extension on GitHub</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://adamstacoviak.com/posts/using-rake-rsync-for-wordpress-deployment/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
