<?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>Harry Vance-Law</title>
	<atom:link href="http://vancelaw.ca/feed/" rel="self" type="application/rss+xml" />
	<link>http://vancelaw.ca</link>
	<description></description>
	<lastBuildDate>Thu, 29 Mar 2012 15:41:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Mac Clipboard History</title>
		<link>http://vancelaw.ca/2012/03/mac-clipboard-history/</link>
		<comments>http://vancelaw.ca/2012/03/mac-clipboard-history/#comments</comments>
		<pubDate>Tue, 13 Mar 2012 03:50:18 +0000</pubDate>
		<dc:creator>harry</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://vancelaw.ca/?p=90</guid>
		<description><![CDATA[Clipboard history let&#8217;s you see the last few things you&#8217;ve copied. In many cases this doesn&#8217;t make much of a difference to productivity. But sometimes you&#8217;ve meant to paste something ...]]></description>
			<content:encoded><![CDATA[<p>Clipboard history let&#8217;s you see the last few things you&#8217;ve copied. In many cases this doesn&#8217;t make much of a difference to productivity. But sometimes you&#8217;ve meant to paste something but got distracted, or you have three separate words to copy to from one page to another. That&#8217;s when that history is useful. Instead of copying, switching windows, and pasting three times. You can those three words, switch windows, and then paste those three words using your history. After a while, that saved time adds up.</p>
<p>There are a ton of free programs out there that add different kind of cliboard history features. However, I&#8217;ve always been an advocate for minimalist, elegant solutions that don&#8217;t overcomplicate or hog system resources. So after experimenting with a few, I settled down with <a href="http://jumpcut.sourceforge.net/" target="_blank">Jumpcut</a>. It does what it&#8217;s supposed to, no more, no less.</p>
]]></content:encoded>
			<wfw:commentRss>http://vancelaw.ca/2012/03/mac-clipboard-history/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open PDF links in a new window with JQuery</title>
		<link>http://vancelaw.ca/2012/03/open-pdf-links-in-a-new-window-with-jquery/</link>
		<comments>http://vancelaw.ca/2012/03/open-pdf-links-in-a-new-window-with-jquery/#comments</comments>
		<pubDate>Fri, 02 Mar 2012 03:56:01 +0000</pubDate>
		<dc:creator>harry</dc:creator>
				<category><![CDATA[Snippets]]></category>

		<guid isPermaLink="false">http://vancelaw.ca/?p=93</guid>
		<description><![CDATA[One some system/browser configurations a user will click a PDF link and lose their place on the website. They can of course just use the back button, but I&#8217;ve had ...]]></description>
			<content:encoded><![CDATA[<p>One some system/browser configurations a user will click a PDF link and lose their place on the website. They can of course just use the back button, but I&#8217;ve had client&#8217;s ask me before to open these links in new windows. I can see their point, especially when the browser uses it&#8217;s own PDF viewer to open it. Here&#8217;s a snippet to make sure all those links open in a new window.</p>
<p><code>$("a[href*=.pdf]").click(function(){<br />
window.open(this.href);<br />
return false;<br />
});</code></p>
]]></content:encoded>
			<wfw:commentRss>http://vancelaw.ca/2012/03/open-pdf-links-in-a-new-window-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wp-content slider</title>
		<link>http://vancelaw.ca/2012/02/wp-content-slider/</link>
		<comments>http://vancelaw.ca/2012/02/wp-content-slider/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 04:18:40 +0000</pubDate>
		<dc:creator>harry</dc:creator>
				<category><![CDATA[Snippets]]></category>

		<guid isPermaLink="false">http://vancelaw.ca/?p=101</guid>
		<description><![CDATA[I&#8217;ve moved on to a different slider now, but I wanted to address an issue I&#8217;ve had with another slider in case anyone else has had the same issue. Getting ...]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve moved on to a different slider now, but I wanted to address an issue I&#8217;ve had with another slider in case anyone else has had the same issue.</p>
<p>Getting the fade to work with the wp-content slider is a pain.</p>
<p>This plugin is great and is very customizable but one strange problem is that the captions don&#8217;t appear when you use the fade in/out transition effect. For some projects, this isn&#8217;t acceptable.</p>
<h3>The Solution:</h3>
<p>Reduce the number of squares to 1 up and 1 across in the plugin settings. Then go to line 224 of coin-slider.js and change the duration of the fade.</p>
<p>You can see the finished version at <a href="http://drayden.com/">drayden.com</a> .</p>
]]></content:encoded>
			<wfw:commentRss>http://vancelaw.ca/2012/02/wp-content-slider/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Website</title>
		<link>http://vancelaw.ca/2011/06/new-website/</link>
		<comments>http://vancelaw.ca/2011/06/new-website/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 00:39:24 +0000</pubDate>
		<dc:creator>harry</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://vancelaw.ca/?p=1</guid>
		<description><![CDATA[As a web designer, you&#8217;re just fooling yourself if you think your current online portfolio is going to last more than a year or two. Ideally, I think we&#8217;d all ...]]></description>
			<content:encoded><![CDATA[<p>As a web designer, you&#8217;re just fooling yourself if you think your current online portfolio is going to last more than a year or two. Ideally, I think we&#8217;d all like the time for a redesign a few months after the last. With that in mind, my new portfolio has a minimal and spacious layout. Plenty of white-space and potential for future inspiration. Hopefully, instead of a time-consuming redesign, I can build and adjust visuals to my liking over the next while.</p>
]]></content:encoded>
			<wfw:commentRss>http://vancelaw.ca/2011/06/new-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

