<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>avanderzwan &#187; Hints / Tips</title>
	<atom:link href="http://www.aaronvanderzwan.com/blog/category/hints-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aaronvanderzwan.com/blog</link>
	<description>Smile... It&#039;ll make you feel better.</description>
	<lastBuildDate>Fri, 30 Jul 2010 15:08:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.5.3" -->
	<copyright>Copyright &#xA9; 2010 avanderzwan </copyright>
	<managingEditor>akv292@gmail.com</managingEditor>
	<webMaster>akv292@gmail.com</webMaster>
	<category>posts</category>
	<ttl>1440</ttl>
	<image>
		<url>http://aaronvanderzwan.com/podcast_pic144.jpg</url>
		<title>avanderzwan &#187; Hints / Tips</title>
		<link>http://www.aaronvanderzwan.com/blog</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>Smile... It'll make you feel better.</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &amp; Culture" />
	<itunes:author></itunes:author>
	<itunes:owner>
		<itunes:name></itunes:name>
		<itunes:email>akv292@gmail.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://aaronvanderzwan.com/podcast_pic144.jpg" />
		<item>
		<title>jQuery: RegExp for all occurances; Wrap all &#169; and &#174; with HTML</title>
		<link>http://www.aaronvanderzwan.com/blog/2010/03/jquery-regexp-for-all-occurances-treat-all-and-with-specific-css/</link>
		<comments>http://www.aaronvanderzwan.com/blog/2010/03/jquery-regexp-for-all-occurances-treat-all-and-with-specific-css/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 20:33:45 +0000</pubDate>
		<dc:creator>Aaron Vanderzwan</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Hints / Tips]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[reg]]></category>
		<category><![CDATA[regex]]></category>

		<guid isPermaLink="false">http://www.aaronvanderzwan.com/blog/?p=246</guid>
		<description><![CDATA[This script will find all &#169; and &#174; on a page and wrap them a span around them with a &#8220;copy&#8221; or &#8220;reg&#8221; class accordingly. &#60;style> .copy, .reg {font-size:xx-small;vertical-align:text-top;} &#60;/style> &#60;script> $(function(){ var copy = new RegExp(&#8216;\u00a9&#8242;,&#8217;g'); var reg = new RegExp(&#8216;\u00ae&#8217;,'g&#8217;); var newBody = $(&#8216;body&#8217;).html().replace(copy, &#8216;&#60;span class=&#8221;copy&#8221;>&#38;copy;&#60;/span>&#8217;).replace(reg, &#8216;&#60;span class=&#8221;reg&#8221;>&#38;reg;&#60;/span>&#8217;); $(&#8216;body&#8217;).html(newBody); }); &#60;/script>]]></description>
			<content:encoded><![CDATA[<p>This script will find all &copy; and &reg; on a page and wrap them a span around them with a &#8220;copy&#8221; or &#8220;reg&#8221; class accordingly.</p>
<blockquote class="code"><p>&lt;style><br />
			.copy, .reg {font-size:xx-small;vertical-align:text-top;}<br />
		&lt;/style></p>
<p>		&lt;script><br />
			$(function(){<br />
				var copy = new RegExp(&#8216;\u00a9&#8242;,&#8217;g');<br />
				var reg = new RegExp(&#8216;\u00ae&#8217;,'g&#8217;);<br />
		   	var newBody = $(&#8216;body&#8217;).html().replace(copy, &#8216;&lt;span class=&#8221;copy&#8221;>&amp;copy;&lt;/span>&#8217;).replace(reg, &#8216;&lt;span class=&#8221;reg&#8221;>&amp;reg;&lt;/span>&#8217;);<br />
		   	$(&#8216;body&#8217;).html(newBody);<br />
			});<br />
		&lt;/script></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronvanderzwan.com/blog/2010/03/jquery-regexp-for-all-occurances-treat-all-and-with-specific-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forward Emails from Gmail to Google Wave</title>
		<link>http://www.aaronvanderzwan.com/blog/2009/11/forward-emails-from-gmail-to-google-wave/</link>
		<comments>http://www.aaronvanderzwan.com/blog/2009/11/forward-emails-from-gmail-to-google-wave/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 17:22:39 +0000</pubDate>
		<dc:creator>Aaron Vanderzwan</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Hints / Tips]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://aaronvanderzwan.com/blog/?p=226</guid>
		<description><![CDATA[Don&#8217;t do it! (yet) With getting a new Google Wave account, I wanted to forward my Gmail emails to my Google Wave account. I saw that my Google Wave account was [username]@googlewave.com so I figured I could do it. I went into Gmail. Followed Settings > Forward and set up Gmail to pass all of [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://aaronvanderzwan.com/blog/wp-content/uploads/2009/11/icons.jpg" alt="icons" title="icons" class="alignnone size-full wp-image-227" /></p>
<p><strong>Don&#8217;t do it! (yet)</strong></p>
<p>With getting a new <a href="http://wave.google.com/help/wave/about.html#video" target="_blank">Google Wave</a> account, I wanted to forward my Gmail emails to my Google Wave account.  I saw that my Google Wave account was [username]@googlewave.com so I figured I could do it.  I went into Gmail.  Followed Settings > Forward and set up Gmail to pass all of my emails on to google wave.</p>
<p>I left it on for a day or so, and maybe that was my big mistake.   I have been getting emails every 20-30 minutes that have been telling me they cannot send my emails to Google Wave, and that they will retry for the next 2 days.  They have a subject line of &#8216;Delivery Status Notification (Failure)&#8217;.  Obviously I turned off my forwarding, however now, 3 days later, they are still coming in every 20-30 minutes telling me that the email failed.</p>
<p>So moral of the story.  Don&#8217;t automatically forward your emails to Google Wave (yet!) and also, don&#8217;t leave that forward on any longer than you have to.  Google Wave is not ready for it yet and it will get REALLY annoying.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronvanderzwan.com/blog/2009/11/forward-emails-from-gmail-to-google-wave/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Old Browse Pane Layout in iTunes 9</title>
		<link>http://www.aaronvanderzwan.com/blog/2009/09/old-browse-pane-layout-in-itunes-9/</link>
		<comments>http://www.aaronvanderzwan.com/blog/2009/09/old-browse-pane-layout-in-itunes-9/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 13:52:23 +0000</pubDate>
		<dc:creator>Aaron Vanderzwan</dc:creator>
				<category><![CDATA[Hints / Tips]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://aaronvanderzwan.com/blog/?p=219</guid>
		<description><![CDATA[Okay. So &#8216;Browse&#8217; has been rolled into something called &#8216;Column Browser&#8217;. If you want to get iTunes 9 to have the same pane layout as the old, default, &#8216;Browse&#8217; option, you can. Here is what you are going to want to do: 1) Turn on Column Browser: View > Show Column Browser 2) Show Albums [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://aaronvanderzwan.com/blog/wp-content/uploads/2009/09/itunes.jpg" alt="itunes old browse layout" title="itunes old browse layout" class="alignnone size-full wp-image-220" /><br />
Okay.  So &#8216;Browse&#8217; has been rolled into something called &#8216;Column Browser&#8217;.  If you want to get iTunes 9 to have the same pane layout as the old, default, &#8216;Browse&#8217; option, you can.  Here is what you are going to want to do:</p>
<p>1) Turn on Column Browser: <strong>View > Show Column Browser</strong><br />
2) Show Albums as well as artists: <strong>View > Column Browser > Albums</strong><br />
3) Show Genres as well as albums and artists: <strong>View > Column Browser > Genres</strong><br />
4) Setup Column Browser to show up above your song lists: <strong>View > Column Browser > On Top</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronvanderzwan.com/blog/2009/09/old-browse-pane-layout-in-itunes-9/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
