<?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>Hummingbird604.com &#187; geeky</title>
	<atom:link href="http://hummingbird604.com/tag/geeky/feed/" rel="self" type="application/rss+xml" />
	<link>http://hummingbird604.com</link>
	<description>The personal blog of a Vancouver-based educator in environmental issues</description>
	<lastBuildDate>Thu, 24 May 2012 18:10:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Rebecca Bollwitt (@miss604) on WordPress plugins bloggers should use #wcyyj10</title>
		<link>http://hummingbird604.com/2010/05/15/rebecca-bollwitt-miss604-on-wordpress-plugins-bloggers-should-use-wcyyj10/</link>
		<comments>http://hummingbird604.com/2010/05/15/rebecca-bollwitt-miss604-on-wordpress-plugins-bloggers-should-use-wcyyj10/#comments</comments>
		<pubDate>Sat, 15 May 2010 20:59:15 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[WordCamp Victoria]]></category>
		<category><![CDATA[geeky]]></category>

		<guid isPermaLink="false">http://hummingbird604.com/?p=7754</guid>
		<description><![CDATA[I&#8217;ve liveblogged Rebecca&#8217;s talks a few times, but this is the first time I&#8217;m going to do it on ScribbleLive. It&#8217;s given me a heck of trouble lately, so not sure it&#8217;ll be the best tool, but here we go. &#160; Rebecca Bollwitt on plugins for bloggers (05/15/2010)&#160; &#160;&#160; Close&#160;&#160; 2:00 I want to test [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2009/08/14/which-are-your-favorite-wordpress-plugins/' rel='bookmark' title='Which are your favorite WordPress plugins?'>Which are your favorite WordPress plugins?</a></li>
<li><a href='http://hummingbird604.com/2009/07/25/a-90-second-interview-with-miss604-rebecca-bollwitt/' rel='bookmark' title='A 90 second interview with @miss604 (Rebecca Bollwitt)'>A 90 second interview with @miss604 (Rebecca Bollwitt)</a></li>
<li><a href='http://hummingbird604.com/2009/01/29/thank-a-wordpress-plugin-developer-day-jan-28th/' rel='bookmark' title='Thank a WordPress Plugin Developer Day (Jan 28th)'>Thank a WordPress Plugin Developer Day (Jan 28th)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve liveblogged Rebecca&#8217;s talks a few times, but this is the first time I&#8217;m going to do it on ScribbleLive. It&#8217;s given me a heck of trouble lately, so not sure it&#8217;ll be the best tool, but here we go. </p>
<p><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="http://s3.amazonaws.com/coveritlive/media/css/viewer_window_normal.css" rel="stylesheet" type="text/css" />
<style type="text/css">
/* Adjust the height to best suite your page */
/* Remove height property to have all text show without scrollbars. */
#cil_page .mainchat {  position: relative; overflow: auto;  }
</style>
<p><script language="javascript" src="http://s3.amazonaws.com/coveritlive/static/templates/coveritlive/lib/js/curvycorners.src.js" type="text/javascript"></script><br />
<script language="javascript" type="text/javascript">
<!--
function cil_launchLayer( num, divsrc, divheight, divwidth) { var scrollpos = cil_getScrollingPosition(); divsrc = unescape(cil_replaceString('qzzq', '"', divsrc)); document.getElementById('cil_divsrc').innerHTML = divsrc; divleft = (document.getElementById('cil_mainholder').offsetWidth - divwidth) / 2; if (document.getElementById('cil_mainholder').offsetTop > scrollpos[1]) { divtop = document.getElementById('cil_mainholder').scrollTop + 40; } else { divtop = scrollpos[1] - document.getElementById('cil_mainholder').offsetTop + document.getElementById('cil_mainholder').scrollTop + 40; } document.getElementById('cil_modalitem').style.left = divleft + 'px'; document.getElementById('cil_modalitem').style.top = divtop + 'px'; document.getElementById('cil_modalitem').style.display = 'inline'; }
function cil_closeLayer(){ if (document.getElementById('cil_modalitem').style.display != 'none') { document.getElementById('cil_divsrc').innerHTML = ''; document.getElementById('cil_modalitem').style.display = 'none'; } }
function cil_replaceString(oldS, newS, fullS) { for (var i = 0; i < fullS.length; i++) { if (fullS.substring(i, i + oldS.length) == oldS) { fullS = fullS.substring(0, i) + newS + fullS.substring(i + oldS.length, fullS.length); } } return fullS; }
function cil_getScrollingPosition() { var position = [0, 0]; if (typeof window.pageYOffset != 'undefined') { position = [window.pageXOffset, window.pageYOffset]; } else if (typeof document.documentElement.scrollTop != 'undefined' &#038;&#038; document.documentElement.scrollTop > 0) { position = [document.documentElement.scrollLeft,document.documentElement.scrollTop]; } else if (typeof document.body.scrollTop != 'undefined') { position = [document.body.scrollLeft,document.body.scrollTop]; } return position; }
function cil_getCurrentStyle(elem, prop) { if( elem.currentStyle ) { var ar = prop.match(/\w[^-]*/g); var s = ar[0]; for(var i = 1; i < ar.length; ++i) { s += ar[i].replace(/\w/, ar[i].charAt(0).toUpperCase()); } return elem.currentStyle[s] } else if( document.defaultView.getComputedStyle ) { return document.defaultView.getComputedStyle(elem, null).getPropertyValue(prop);  } }
function cil_setSizes() { document.getElementById('viewingtoolbar').style.width = document.getElementById('altcast_title').offsetWidth + 'px'; var oElement = document.getElementById('pageborder'); if (oElement) { borderHeight  = cil_getCurrentStyle(oElement, 'border-top-width'); pageborderHeight = borderHeight.substring(0,borderHeight.length-2); } else { pageborderHeight = 0; } maxheight = 550 - (pageborderHeight*2); chatholderheight = (maxheight-document.getElementById('viewingtoolbar').offsetHeight-document.getElementById('viewingfooter').offsetHeight-document.getElementById('altcast_title').offsetHeight-9); document.getElementById('mainchat').style.height = chatholderheight + 'px'; }
//-->
</script></p>
<div id="cil_page" class="overallpage" style="position:relative; font-family: Arial, Arial; font-size: 12px; background: #ffffff; line-height: 150%; margin:0; padding:0; vertical-align:top; text-align:left; margin-bottom: 1px; height: 550px; width: 470px;">
<div id="pageborder" class="pageborder" style="position: relative;">
<div id="chatholder" class="chatholder">
<div id="altcast_title" class="event_title_bar" >
<table style="height: 35px; width: 100%;">
<tr valign="middle">
<td>&nbsp;</td>
<td width=99%><span class="event_title_replay" id="txtTitle">Rebecca Bollwitt on plugins for bloggers</span></td>
<td valign=middle align="right" style="font-size: 90%;" nowrap><span class="replay_date">(05/15/2010)</span>&nbsp;</td>
</tr>
</table>
</div>
<div id="cil_modalitem" style="display: none; position: absolute; top: 40px; left: 50px; z-index: 100;">
<div>
<div id="cil_divsrc" style="background: #000000; padding: 10px; display: block; text-align: center;"></div>
<div style="display: block; line-height: 10px; clear: both; background: #000000; padding: 10px; padding-top: 0px;">&nbsp;&nbsp;<br />
<table style="height: 16px;">
<tr valign=middle>
<td><a href="#" onClick="javascript: cil_closeLayer();return false;" style="color: #FFFFFF;"><strong>Close</strong></a>&nbsp;&nbsp;</td>
</tr>
</table>
</div>
</div></div>
<div id="mainchat" class="mainchat">
<div class="cil_eventholder">
<div id="row70713391" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">2:00</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td><span id="txt70713391">I want to test if my liveblog is live </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Saturday May 15, 2010&nbsp;</span><span class="bottomtime">2:00&nbsp;</span><span class="bottomdisplayname"></span></div>
</td>
</tr>
</table>
</div>
<div id="row70713455" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">2:00</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td><span id="txt70713455">And apparently, it is! <br /> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Saturday May 15, 2010&nbsp;</span><span class="bottomtime">2:00&nbsp;</span><span class="bottomdisplayname"></span></div>
</td>
</tr>
</table>
</div>
<div id="row70713531" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">2:00</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td><span id="txt70713531"><strong>Rebecca Bollwitt <a href="http://www.miss604.com" target="_blank" >http://www.miss604.com</a></strong> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Saturday May 15, 2010&nbsp;</span><span class="bottomtime">2:00&nbsp;</span><span class="bottomdisplayname"></span></div>
</td>
</tr>
</table>
</div>
<div id="row70713546" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">2:01</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td><span id="txt70713546">Plugins to Make Your Blogging Life Easier<br /> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Saturday May 15, 2010&nbsp;</span><span class="bottomtime">2:01&nbsp;</span><span class="bottomdisplayname"></span></div>
</td>
</tr>
</table>
</div>
<div id="row70713683" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">2:02</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td><span id="txt70713683">Selecting a plugin &#8211; Plugin Directory &#8211; for the best service, more secure and verified, you want to go to the plugins directory. You want to look for the last updated. Make sure that your plugin is up-to-date and plugin ratings. What other people are saying. <br /> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Saturday May 15, 2010&nbsp;</span><span class="bottomtime">2:02&nbsp;</span><span class="bottomdisplayname"></span></div>
</td>
</tr>
</table>
</div>
<div id="row70713889" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">2:03</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td><span id="txt70713889"><strong>Akismet </strong>- Helps you block spammers .</p>
<p><strong>WPBackup  </strong> &#8211;  Allows you to backup tables (comments, polls, tables). </p>
<p> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Saturday May 15, 2010&nbsp;</span><span class="bottomtime">2:03&nbsp;</span><span class="bottomdisplayname"></span></div>
</td>
</tr>
</table>
</div>
<div id="row70714222" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">2:06</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td><span id="txt70714222">- <strong>All In One SEO</strong> &#8211; Improves your SEO Search Engine Optimization &#8212; also use keywords in your posts. You can use plugins, but also some simple things. </p>
<p>- <strong>WPTouch</strong> &#8211; To make your website accessible via mobile. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Saturday May 15, 2010&nbsp;</span><span class="bottomtime">2:06&nbsp;</span><span class="bottomdisplayname"></span></div>
</td>
</tr>
</table>
</div>
<div id="row70714537" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">2:08</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td><span id="txt70714537"><em>Front End Flickr plugin  </em>- Flickr sets &#8211; <strong>Flickr Gallery</strong></p>
<p><em>Back End Flickr plugin</em> &#8211; Use lots of photos into your WordPress website &#8211; Flickr Photo Album</p>
<p> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Saturday May 15, 2010&nbsp;</span><span class="bottomtime">2:08&nbsp;</span><span class="bottomdisplayname"></span></div>
</td>
</tr>
</table>
</div>
<div id="row70714731" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">2:10</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td><span id="txt70714731">
<p><strong>AddQuicktag </strong>- WP QuickTags &#8211; one-button elements</p>
<p> </p>
<p> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Saturday May 15, 2010&nbsp;</span><span class="bottomtime">2:10&nbsp;</span><span class="bottomdisplayname"></span></div>
</td>
</tr>
</table>
</div>
<div id="row70715034" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">2:13</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td><span id="txt70715034"><em>SOCIAL PLUGINS<br /></em><br /><strong>WordTwit </strong>- Promote on Twitter your post  - particularly great if you are scheduling blog entries. </p>
<p><strong>TweetMeme Button </strong>- Shows you how many retweets do you have on any particular post.  </p>
<p><strong>WP Facebook Like Button </strong>- Shows you how many people are liking your posts on Facebook.</p>
<p><strong>ShareThis Buttons</strong> &#8211; Share on other social networks. <br /> </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Saturday May 15, 2010&nbsp;</span><span class="bottomtime">2:13&nbsp;</span><span class="bottomdisplayname"></span></div>
</td>
</tr>
</table>
</div>
<div id="row70715106" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">2:14</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td><span id="txt70715106"><strong>Ad-Minister</strong> &#8211; Great to manage the ads on your website.</p>
<p><strong>WP-Polls</strong> &#8211;  Great to manage polls. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Saturday May 15, 2010&nbsp;</span><span class="bottomtime">2:14&nbsp;</span><span class="bottomdisplayname"></span></div>
</td>
</tr>
</table>
</div>
<div id="row70715146" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">2:14</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td><span id="txt70715146">Show some love, provide reviews and ratings for feedback. Nothing says &#8220;I love you&#8221; like cash. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Saturday May 15, 2010&nbsp;</span><span class="bottomtime">2:14&nbsp;</span><span class="bottomdisplayname"></span></div>
</td>
</tr>
</table>
</div>
<div id="row70715314" class="chatmsg writercomment"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">2:16</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td><span id="txt70715314">The rest of Rebecca&#8217;s talk I think is going to be pretty much a Q/A &#8211; I&#8217;ll leave it up to people who want to comment on my post. </span></td>
</tr>
</table>
<div class="bottomnametime"><span class="bottomdate">Saturday May 15, 2010&nbsp;</span><span class="bottomtime">2:16&nbsp;</span><span class="bottomdisplayname"></span></div>
</td>
</tr>
</table>
</div>
<div id="row70715320" class="chatmsg eventcompletedimage"  >
<table  style="width: 100%;" >
<tr valign="top">
<td class="chatmsgtime" nowrap>
<div class="itemtime">2:16</div>
</td>
<td class="chatmsgtext altcaster_text ">
<table>
<tr valign=top>
<td><span class="writeroverrideavatar"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" width=48 height=48 align=left style="margin-right: 5px;" border=0 /></span></td>
<td><span id="txt70715320">
<div class="clearingspace" style="line-height: 3px;">&nbsp;</div>
<p><a href="http://www.coveritlive.com/index.php?option=com_altcaster&#038;task=register&#038;referral_code=LiveBlogReferral" target="_blank"><img src="http://s3.amazonaws.com/coveritlive/static/templates/coveritlive/images/cil_thanks_en.jpg" border="0" /></a>
<div class="clearingspace" style="line-height: 3px;">&nbsp;</div>
<p></span></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</div>
</div>
<div class="clearingspace" >&nbsp;</div>
</div>
<div class="viewingtoolbar" id="viewingtoolbar" style="text-align: center; width: 470px;">
<div id="demandmedialogo" class="demandmedialogo"><a href="http://www.demandmedia.com/products/coveritlive/" target="_blank"><img src="http://cdn.cloudfiles.mosso.com/c71692/templates/coveritlive/images/spacer.gif" border="0"  width=76 height=21 /></a></div>
<div id="toolbarimage"><img src="http://cdn.cloudfiles.mosso.com/c71692/media/templateimages/phpbPyyRXcoveritlive_logo14.png" border="0" width=175 height=16 /></div>
</div>
<div id="viewingfooter" class="viewingfooter">&nbsp;</div>
</div>
</div>
<p><script language="javascript" type="text/javascript">cil_setSizes();</script></p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2009/08/14/which-are-your-favorite-wordpress-plugins/' rel='bookmark' title='Which are your favorite WordPress plugins?'>Which are your favorite WordPress plugins?</a></li>
<li><a href='http://hummingbird604.com/2009/07/25/a-90-second-interview-with-miss604-rebecca-bollwitt/' rel='bookmark' title='A 90 second interview with @miss604 (Rebecca Bollwitt)'>A 90 second interview with @miss604 (Rebecca Bollwitt)</a></li>
<li><a href='http://hummingbird604.com/2009/01/29/thank-a-wordpress-plugin-developer-day-jan-28th/' rel='bookmark' title='Thank a WordPress Plugin Developer Day (Jan 28th)'>Thank a WordPress Plugin Developer Day (Jan 28th)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2010/05/15/rebecca-bollwitt-miss604-on-wordpress-plugins-bloggers-should-use-wcyyj10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Comparing CoverItLive and ScribbleLive for liveblogging</title>
		<link>http://hummingbird604.com/2009/03/29/comparing-coveritlive-and-scribblelive-for-liveblogging/</link>
		<comments>http://hummingbird604.com/2009/03/29/comparing-coveritlive-and-scribblelive-for-liveblogging/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 18:56:04 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[geekifying myself]]></category>
		<category><![CDATA[liveblogging]]></category>
		<category><![CDATA[Canadian entrepreneurs]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[startups]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://hummingbird604.com/?p=2739</guid>
		<description><![CDATA[Richard asked me on Twitter how does ScribbleLive compare to Cover It Live and what my opinion of both tools is. I have a really hard time comparing two tools that I enjoy thoroughly and whose creators both have been in personal contact with me via e-mail and over Twitter. I am a big supporter [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2009/02/04/review-coveritlive-as-a-tool-for-liveblogging/' rel='bookmark' title='Review &#8211; CoverItLive as a tool for liveblogging'>Review &#8211; CoverItLive as a tool for liveblogging</a></li>
<li><a href='http://hummingbird604.com/2009/03/24/net-tuesday-live-bloglive-tweeting-using-scribblelive/' rel='bookmark' title='Net Tuesday Live blog/live tweeting (using ScribbleLive)'>Net Tuesday Live blog/live tweeting (using ScribbleLive)</a></li>
<li><a href='http://hummingbird604.com/2009/05/13/the-convergence-09-aftermath-livebloggingstreaming-speakers-cvg09/' rel='bookmark' title='The Convergence &#8217;09 aftermath &#8211; liveblogging/streaming speakers #cvg09'>The Convergence &#8217;09 aftermath &#8211; liveblogging/streaming speakers #cvg09</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://fans.nhl.com/Mozy">Richard</a> asked me on Twitter how does <a href="http://www.scribblelive.com">ScribbleLive</a> compare to <a href="http://www.coveritlive.com">Cover It Live</a> and what my opinion of both tools is. I have a really hard time comparing two tools that I enjoy thoroughly and whose creators both have been in personal contact with me via e-mail and over Twitter. I am a big supporter of Canadian enterpreneurs and therefore <strong>will not choose one over the other</strong>. My intention is to continue undertaking liveblogs with both tools and testing them thoroughly and offer my feedback. </p>
<p>As it happens with anything, I got very used to Cover It Live at the beginning simply because it was the first tool I tested. I like the fact that Cover It Live gives me an iFrame to insert. This past week was the first time that I had tested ScribbleLive and I had a few glitches (that I have to say, the folks of SL were there to help me with as my liveblog went by). I know that both tools allow for importing Twitter feeds, although I frankly like the SL presentation better than the CiL display of Twitter feeds. </p>
<p><a href="http://www.techvibes.com/blog/state-of-live-blogging-startups-in-toronto-coveritlive-and-scribblelive">TechVibes compared SL and CiL recently</a>, but I&#8217;m not sure if they&#8217;ve tested the tools. However, I do know that both <a href="http://www.miss604.com">Rebecca</a> and I have tested both tools. (<em>Update &#8211; Via Twitter Rebecca just confirmed that <a href="http://ultimate.canucks.com/fanzone/live_blog.htm">Canucks Fan Zone</a> uses CiL for liveblogs</em>). I know that AgendaCamp Waterloo is using SL for their liveblogging </p>
<p>Bottom line &#8211; for me, both tools are useful and I plan to use them both on different occasions and seeing how things go. I believe in <a href="http://en.wikipedia.org/wiki/Coopetition">co-opetition</a> (if you need to know the background, read the Brandenburger book). At any rate, I think both tools are very useful and look forward to using them further down the road.</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2009/02/04/review-coveritlive-as-a-tool-for-liveblogging/' rel='bookmark' title='Review &#8211; CoverItLive as a tool for liveblogging'>Review &#8211; CoverItLive as a tool for liveblogging</a></li>
<li><a href='http://hummingbird604.com/2009/03/24/net-tuesday-live-bloglive-tweeting-using-scribblelive/' rel='bookmark' title='Net Tuesday Live blog/live tweeting (using ScribbleLive)'>Net Tuesday Live blog/live tweeting (using ScribbleLive)</a></li>
<li><a href='http://hummingbird604.com/2009/05/13/the-convergence-09-aftermath-livebloggingstreaming-speakers-cvg09/' rel='bookmark' title='The Convergence &#8217;09 aftermath &#8211; liveblogging/streaming speakers #cvg09'>The Convergence &#8217;09 aftermath &#8211; liveblogging/streaming speakers #cvg09</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2009/03/29/comparing-coveritlive-and-scribblelive-for-liveblogging/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>World Water Day and &#8220;The Global Water Crisis&#8221; event by WaterDrop</title>
		<link>http://hummingbird604.com/2009/03/22/world-water-day-and-the-global-water-crisis-event-by-waterdrop/</link>
		<comments>http://hummingbird604.com/2009/03/22/world-water-day-and-the-global-water-crisis-event-by-waterdrop/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 18:08:07 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[academic life]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[Focus on Vancouver]]></category>
		<category><![CDATA[food for thought]]></category>
		<category><![CDATA[local events]]></category>
		<category><![CDATA[public policy issues]]></category>
		<category><![CDATA[sustainability]]></category>
		<category><![CDATA[wastewater]]></category>
		<category><![CDATA[water]]></category>
		<category><![CDATA[water policy]]></category>
		<category><![CDATA[academic]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[World Water Day]]></category>

		<guid isPermaLink="false">http://hummingbird604.com/?p=2689</guid>
		<description><![CDATA[You might recall that I wrote a few days back about an invitation that Jered Love and Doug Van Spronsen from WaterDrop made recently. Jered and Doug asked me if I&#8217;d be willing to speak about the state of Canadian water within the global water issues context. Of course, I accepted gladly because I believe [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2009/03/17/water-drop-the-global-water-crisis-on-march-21st-2009-im-speaking/' rel='bookmark' title='Water Drop: The Global Water Crisis on March 21st, 2009 &#8211; I&#8217;m speaking'>Water Drop: The Global Water Crisis on March 21st, 2009 &#8211; I&#8217;m speaking</a></li>
<li><a href='http://hummingbird604.com/2010/03/22/world-water-day-2010-clean-water-for-a-healthy-world/' rel='bookmark' title='World Water Day 2010 &#8211; Clean Water for a Healthy World'>World Water Day 2010 &#8211; Clean Water for a Healthy World</a></li>
<li><a href='http://hummingbird604.com/2007/03/23/world-water-day-2007-coping-with-water-scarcity/' rel='bookmark' title='World Water Day 2007 &#8211; Coping with water scarcity'>World Water Day 2007 &#8211; Coping with water scarcity</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.waterdrop.ca"><img class="alignleft" title="WaterDrop" src="http://farm4.static.flickr.com/3470/3362763047_cfd0e7f1e8_m_d.jpg" alt="" width="240" height="76" /></a>You might recall that I wrote a few days back about an invitation that Jered Love and Doug Van Spronsen from <a href="http://www.waterdrop.ca">WaterDrop</a> made recently. Jered and Doug asked me if I&#8217;d be willing to speak about the state of Canadian water within the global water issues context. Of course, I accepted gladly because I believe very strongly in the work that Doug and Jered are doing in regards to highlighting the relevance of water within the context of global environmental change. As I&#8217;ve mentioned before, many people are SO focused on climate change that they tend to forget that water IS also a natural resource that faces great challenges in the very near future.</p>
<p><a href="http://www.flickr.com/photos/rolexpv/3112698190/" title="Stanley Park Prospect Point Event by Raul P, on Flickr"><img src="http://farm4.static.flickr.com/3157/3112698190_871a10ee15.jpg" width="500" height="375" alt="Stanley Park Prospect Point Event" /></a></p>
<p>The event took place last night, with a showing of a video that WaterDrop created, a screening of the movie/documentary &#8220;Flow&#8221; and two talks, one by the folks of Run for Water (I&#8217;ll write more about them in the next few days) and my own. I&#8217;ll have my slides up on my <a href="http://www.raulpacheco.org">research site</a> in the next couple of days. On the way back, we were talking about the event and I mentioned that they should be proud, because bringing 70 people to Langley (at Trinity Western University) on a Saturday night to talk water, is not an easy task, and the participants stayed for much longer to talk to the folks who had exhibits at the event (the Township of Langley, Oxfam, the Council of Canadians). They did an amazing job and they also had several people who helped make the event successful, and I personally had a great time.</p>
<p><a href="http://www.flickr.com/photos/rolexpv/2645395452/" title="Burnaby Lake Park by Raul P, on Flickr"><img src="http://farm4.static.flickr.com/3084/2645395452_fd9a21a179.jpg" width="500" height="375" alt="Burnaby Lake Park" /></a></p>
<p>Water and energy are considered two of the most important and pressing environmental issues in the next 50 years. Unfortunately, so much emphasis is placed on the need for energy resources that not enough attention is paid to the myriad of issues surrounding water. Who has the right to access water? How can we make this access equitable? Is privatization the right way pathway for water conservation? What can we do to re-purpose wastewater and how safe is the technology? There are many, many questions regarding water that are still not answered. My research on water governance aims to tackle just a few of this questions.</p>
<p><a href="http://www.raulpacheco.org"><img class="alignleft" title="Water" src="http://farm4.static.flickr.com/3047/3111849237_dd1dc19f31_m_d.jpg" alt="" width="240" height="180" /></a>Only 3% of the world&#8217;s water supply is freshwater (the rest is salt water). This fact comes as a good reminder that today, March 22nd, 2009 is not only the second day of spring, but also the celebration of <a href="http://www.worldwaterday.org/">World Water Day</a>. The theme for 2008 was Sanitation (where my main focus of water research is) and for 2009 is <strong>Transboundary Water.</strong></p>
<blockquote><p>Over the last 60 years there have been more than 200 international water agreements and only 37 cases of reported violence between states over water. We need to continue to nurture the opportunities for cooperation that transboundary water management can provide. [<a href="http://www.unwater.org/worldwaterday/flashindex.html">World Water Day UN Site</a>]</p></blockquote>
<p>In <a href="http://www.raulpacheco.org/my-research/">my research</a>, I have examined the way in which wastewater policy is created within a river basin that encompasses territory of five Mexican states (the equivalent of provinces in Canada). The 2009 theme of Transboundary Waters is very timely, because (as I found while conducting fieldwork for this project) water can be used not only as a natural resource but also as a political resource. When water bodies (aquifers or lakes or rivers) are shared amongst two political entities, conflicts about jurisdiction over the water bodies may potentially ensue. Right now, we don&#8217;t have water wars, but given the irresponsible consumption patterns that many individuals have, we may see real water fights in the near future. </p>
<blockquote><p>How many transboundary river basins are there?</p>
<p>There are 263 transboundary river basins. Over 45 percent of the land surface of the world is covered by river basins that are shared by more than one country. Over 75 percent of all countries, 145 in total, have within their boundaries shared river basins. And 33 nations have over 95 percent of their territory within international river basins.</p>
<p>While most transboundary river basins are shared between just two countries, there are many river basins where this number is much higher. There are 13 basins worldwide that are shared between 5 to 8 countries. Five river basins, the Congo, Niger, Nile, Rhine and Zambezi, are shared between 9 to 11 countries. The river that flows through the most countries is the Danube, which passes through the territory of 18 countries.[<a href="http://www.unwater.org/worldwaterday/faqs.html">UN World Water Day</a>]</p></blockquote>
<p>On this World Water Day, I encourage all my readers to re-think their consumption patterns, to think of ways to conserve and recycle water, to ponder how can each one of us contribute to the work of non-governmental organizations that are fighting tirelessly to provide safe drinking water to the many people in developing nations that don&#8217;t have access to clean water. Happy World Water Day.</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2009/03/17/water-drop-the-global-water-crisis-on-march-21st-2009-im-speaking/' rel='bookmark' title='Water Drop: The Global Water Crisis on March 21st, 2009 &#8211; I&#8217;m speaking'>Water Drop: The Global Water Crisis on March 21st, 2009 &#8211; I&#8217;m speaking</a></li>
<li><a href='http://hummingbird604.com/2010/03/22/world-water-day-2010-clean-water-for-a-healthy-world/' rel='bookmark' title='World Water Day 2010 &#8211; Clean Water for a Healthy World'>World Water Day 2010 &#8211; Clean Water for a Healthy World</a></li>
<li><a href='http://hummingbird604.com/2007/03/23/world-water-day-2007-coping-with-water-scarcity/' rel='bookmark' title='World Water Day 2007 &#8211; Coping with water scarcity'>World Water Day 2007 &#8211; Coping with water scarcity</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2009/03/22/world-water-day-and-the-global-water-crisis-event-by-waterdrop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improvements to my site to increase the bi-directionality and conversation</title>
		<link>http://hummingbird604.com/2009/03/03/improvements-to-my-site-to-increase-the-bi-directionality-and-conversation/</link>
		<comments>http://hummingbird604.com/2009/03/03/improvements-to-my-site-to-increase-the-bi-directionality-and-conversation/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 21:12:57 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[blogosphere]]></category>
		<category><![CDATA[geekifying myself]]></category>
		<category><![CDATA[link love]]></category>
		<category><![CDATA[Redesigning my blog]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[geeky]]></category>

		<guid isPermaLink="false">http://hummingbird604.com/?p=2573</guid>
		<description><![CDATA[I have previously indicated on my blog that I&#8217;m primarily interested in keeping the conversation up and engaging with people. My personal behaviours (engaging with people who follow me on Twitter and with whom I&#8217;ve met at tech events) are also indicative of this pattern. However, I had been remiss for the past few months [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/11/23/twitter-and-the-bi-directionality-of-web-20/' rel='bookmark' title='Twitter and the bi-directionality of Web 2.0'>Twitter and the bi-directionality of Web 2.0</a></li>
<li><a href='http://hummingbird604.com/2007/08/09/to-increase-vancouvers-friendliness-say-ok/' rel='bookmark' title='To increase Vancouver&#8217;s friendliness, say &quot;Ok!&quot;'>To increase Vancouver&#8217;s friendliness, say &#34;Ok!&#34;</a></li>
<li><a href='http://hummingbird604.com/2010/04/17/improvements-to-the-skytrain-stations/' rel='bookmark' title='Improvements to the Skytrain stations'>Improvements to the Skytrain stations</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I have previously indicated on my blog that I&#8217;m primarily interested in keeping the conversation up and engaging with people. My personal behaviours (engaging with people who follow me on Twitter and with whom I&#8217;ve met at tech events) are also indicative of this pattern. However, I had been remiss for the past few months to implement a few changes that would make interaction much easier.</p>
<p>While many excellent bloggers take a substantial amount of time to customize their sites with relative frequency, I am going to admit that I am, for the most part, somewhat reluctant to go into the techie parts of my site. Uploading plugins, activating them, customizing them, changing the theme, personalizing the site, etc. I know that all of these are things we need to do in order to facilitate and maintain good interaction between me as the blog writer and my readers, and amongst the people who read my blog.</p>
<p>The past couple of days, I decided to do some upgrading, and I&#8217;ve enhanced the blog with a couple of plugins. First, now all my comments are CommentLuv-enabled. This means that every time you drop a comment on my blog, this WordPress plugin will try and parse your latest post for display. How is this relevant? Well, it gives you as a commentator exposure as the title and link of your most recent blog entry will show directly underneath your comment (therefore creating link-love).</p>
<p>Second, I have enabled a handy contact form so that you don&#8217;t have to use your email client to send me a message. The contact form is in my About Me page. Third, I enabled &#8220;Subscribe to Comments&#8221; which will allow you as the reader to track the conversation that is occurring on the comments section. Finally, I have managed to install a stats package (not that I care that much about stats per se, but they do give me some sense of what people are reading).</p>
<p>Feel free to drop a comment (I am particularly testing these two plugins) on the blog post, and I hope it is useful for you as a reader!</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/11/23/twitter-and-the-bi-directionality-of-web-20/' rel='bookmark' title='Twitter and the bi-directionality of Web 2.0'>Twitter and the bi-directionality of Web 2.0</a></li>
<li><a href='http://hummingbird604.com/2007/08/09/to-increase-vancouvers-friendliness-say-ok/' rel='bookmark' title='To increase Vancouver&#8217;s friendliness, say &quot;Ok!&quot;'>To increase Vancouver&#8217;s friendliness, say &#34;Ok!&#34;</a></li>
<li><a href='http://hummingbird604.com/2010/04/17/improvements-to-the-skytrain-stations/' rel='bookmark' title='Improvements to the Skytrain stations'>Improvements to the Skytrain stations</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2009/03/03/improvements-to-my-site-to-increase-the-bi-directionality-and-conversation/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Launch Party Vancouver 6: Yet another resounding success!</title>
		<link>http://hummingbird604.com/2009/03/03/launch-party-vancouver-5-yet-another-resounding-success/</link>
		<comments>http://hummingbird604.com/2009/03/03/launch-party-vancouver-5-yet-another-resounding-success/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 16:32:07 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[Launch Party Vancouver 6]]></category>
		<category><![CDATA[lpv6]]></category>
		<category><![CDATA[friends]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[Launch Party Vancouver]]></category>
		<category><![CDATA[tech community]]></category>

		<guid isPermaLink="false">http://hummingbird604.com/?p=2556</guid>
		<description><![CDATA[Well, another set of startups to launch, another fantastic Launch Party Vancouver. Last Thursday, February 26th, 2009, I had the pleasure of attending the superbly organized LPV6 (thanks a million to Danny Robinson and Maura Rodgers for amazing organizational and warm-welcoming skills, and the rest of the crew at Strutta for making me feel so [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/09/05/launch-party-vancouver-5-at-unwined-coming-up/' rel='bookmark' title='Launch Party Vancouver 5 at UnWine&#8217;d coming up'>Launch Party Vancouver 5 at UnWine&#8217;d coming up</a></li>
<li><a href='http://hummingbird604.com/2010/07/08/launch-party-vancouver-9/' rel='bookmark' title='Launch Party Vancouver 9'>Launch Party Vancouver 9</a></li>
<li><a href='http://hummingbird604.com/2010/06/04/launch-party-9-is-on-june-17th-lpv9/' rel='bookmark' title='Launch Party 9 is on June 17th #lpv9'>Launch Party 9 is on June 17th #lpv9</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://launchpartyhq.com/"><img class="alignleft" title="Launch Party Vancouver" src="http://www.launchpartyhq.com/sites/launchpartyhq.com/themes/vanlaunchparty/logo.png" alt="" width="260" height="79" /></a></p>
<p>Well, another set of startups to launch, another fantastic Launch Party Vancouver. Last Thursday, February 26th, 2009, I had the pleasure of attending the superbly organized LPV6 (thanks a million to <a href="http://www.strutta.com">Danny Robinson and Maura Rodgers</a> for amazing organizational and warm-welcoming skills, and the rest of the crew at Strutta for making me feel so welcome &#8211; <a href="http://www.jordanbehan.com">Jordan</a>, Mike, Steve, Ross &#8211; you guys rock). </p>
<p>Launch Party Vancouver is much more than just a showcase of the amazing Vancouver-based tech startups. It&#8217;s a tradition and an event that demonstrates that we geeks are social beings who love to have a good time, and we certainly know how to show that we *know* how to have a great time <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Good times indeed. </p>
<p>I&#8217;d also like to commend Danny and Maura &#8211; I know that they had to field some criticisms regarding how quickly the registration closed, and stuff like that. The event is free, folks (with the exception of a few tickets that were sold at a ridiculously inexpensive price $ 5.00). Not even your first beer is that cheap. I know how hard it is to organize an event of this magnitude (and I am already embarked on yet another event organizational process, with Mental Health Camp). </p>
<p>I have a huge appreciation for what LPV6 is, and quite honestly, I had a fantastic time, and I know that lots of other folks in the Vancouver tech community did as well. After closing down the Landing we ended up at the BootUp Labs/Strutta/AdHack quarters where we played Rock Band (<em>Jules, Jules, Jules &#8211; you are SUCH a glorious and fantastic partner-in-crime &#8211; Greg and Steve, Rock Band FTW!</em>). <a href="http://bmannconsulting.com">Boris</a>, as always, great advice and thank you my friend.</p>
<p>I also launched <a href="http://crowd.launchpartyhq.com/profiles/40096">my Crowd profile</a>, so feel free to friend me there (and also, if you think I should add some stuff to my profile, feel free to provide input). You can read more on the <a href="http://launchpartyhq.com/news/2009/02/10/launch-party-vancouver-6-companies-announced">startups that were launched here (LPV site)</a> and <a href="http://www.miss604.com/2009/03/launch-party-vancouver-6-rilli-and-mobifyme.html">Rebecca&#8217;s post on the topic here (Miss604)</a></p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/09/05/launch-party-vancouver-5-at-unwined-coming-up/' rel='bookmark' title='Launch Party Vancouver 5 at UnWine&#8217;d coming up'>Launch Party Vancouver 5 at UnWine&#8217;d coming up</a></li>
<li><a href='http://hummingbird604.com/2010/07/08/launch-party-vancouver-9/' rel='bookmark' title='Launch Party Vancouver 9'>Launch Party Vancouver 9</a></li>
<li><a href='http://hummingbird604.com/2010/06/04/launch-party-9-is-on-june-17th-lpv9/' rel='bookmark' title='Launch Party 9 is on June 17th #lpv9'>Launch Party 9 is on June 17th #lpv9</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2009/03/03/launch-party-vancouver-5-yet-another-resounding-success/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mental Health Camp 2009 &#8211; A proposal</title>
		<link>http://hummingbird604.com/2009/02/22/mental-health-camp-2009-a-proposal/</link>
		<comments>http://hummingbird604.com/2009/02/22/mental-health-camp-2009-a-proposal/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 19:32:41 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[MentalHealthCamp]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[depression]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[mental health]]></category>

		<guid isPermaLink="false">http://hummingbird604.com/?p=2413</guid>
		<description><![CDATA[Several years ago, someone whom I love VERY MUCH, someone very close to me, experienced a really long period of depression, not surprisingly, after breaking up with his (now long forgotten) ex-girlfriend. He experienced many of the symptoms of severe depression, including suicidal thoughts. Very happily and luckily, he is not only alive and well [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2009/04/24/mental-health-camp-vancouver-2009/' rel='bookmark' title='Mental Health Camp Vancouver 2009'>Mental Health Camp Vancouver 2009</a></li>
<li><a href='http://hummingbird604.com/2011/04/01/mental-health-camp-vancouver-2011-diversity-in-mental-health/' rel='bookmark' title='Mental Health Camp Vancouver 2011: Diversity in Mental Health'>Mental Health Camp Vancouver 2011: Diversity in Mental Health</a></li>
<li><a href='http://hummingbird604.com/2009/04/25/after-a-successful-mental-health-camp-vancouver-09-towards-a-mhc-10/' rel='bookmark' title='After a successful Mental Health Camp Vancouver &#8217;09, towards a MHC &#8217;10'>After a successful Mental Health Camp Vancouver &#8217;09, towards a MHC &#8217;10</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Several years ago, someone whom I love VERY MUCH, someone very close to me, experienced a really long period of depression, not surprisingly, after breaking up with his (now long forgotten) ex-girlfriend. He experienced many of the symptoms of severe depression, including suicidal thoughts. Very happily and luckily, he is not only alive and well but he is thriving and full of happiness now. He was able to break through the depression, and I can&#8217;t tell you how happy I am he did.</p>
<p>Beyond the fact that Airdrie, Tod, and Isabella (who <a href="http://hummingbird604.com/2009/02/21/northern-voice-2009-coping-digitally-breaking-stigma-and-healing-mental-illness-through-blogging/">were the speakers at the Coping Digitally panel</a>) are all very good friends of mine, I have had a brush with depression not only through <a href="http://www.trishussey.com/2009/02/21/coping-digitially-hits-and-hurts-the-marknorthernvoice-2009/">my shared experiences with several of my friends (including Tris, who is a dear friend)</a>, but also through the very common Seasonal Affective Disorder. During periods of rain (not infrequent in Vancouver), I sometimes (not very often) get all down. And, in case you wanted to know, yes &#8211; I have been heartbroken and during that time, I really felt very, very depressed. I came out of it quite quickly, though. </p>
<p>One Thursday last year (November of 2008), I recall being awake at 3 am and feeling incredibly down. I was looking at everything from the perspective of someone who had failed at everything. This, coming from someone who actually has had as much success as I have. But the weather, the fact that it was late at night and the feeling of loneliness all worked me up and I felt like crap. I have thanked <a href="http://www.raincoaster.com">Lorraine</a> several times for talking me through and help me break out of it that one time and I will thank her again here. I am grateful that whenever I have felt down, I&#8217;ve had my friends there to support me and help me through. </p>
<p>It is rare, very rare that I feel down, but when I do, I am always surrounded by loving people who talk me through it. And therefore, I do have a personal stake in making Mental Health Camp a reality. Not only because several people I love are afflicted with mental illnesses, but also because I am a firm believer that we need to <a href="http://hummingbird604.com/2008/09/16/overcoming-fear-and-stigma-airdries-series-on-mental-health-and-surviving-depression/">break down the stigma</a>. I admire the bravery and strength of people who speak out about their illness, and I want to help many others speak out.</p>
<p>I am not a mental health professional at all (but Isabella is), but I am a very loving individual and I am good at organizing events, so that&#8217;s why I&#8217;ve decided to help in any way I can. If you want to jot down ideas and thoughts on the Wiki Page (thanks Isabella for initiating it), please feel free to do so.</p>
<p><a href="http://www.moritherapy.org">Isabella</a>&#8216;s idea of Mental Health Camp is to have a very fluid, organic event. My thought is to have a one day (perhaps on a Saturday) event. I am more than happy to speak to people about sponsorship (mostly food and refreshment sponsorships &#8211; I already have an idea of where I would like to hold it). I&#8217;ll need volunteers to work the door (registration), help with food set up and stuff like that, but I have learned (from my experience at BarCamp) that the best way to do this is to divide the tasks amongst a LOT of people. Contact me over Twitter or leave a comment or send me an email.</p>
<p>The technical details will be handled by Isabella (e.g. which topics, and so on) &#8211; there is a very fertile discussion on her blog already, and <a href="http://northernvoice.pbwiki.com/Coping%2BDigitally">on the Wiki page</a>. Add your thoughts too. And if you&#8217;d like to volunteer to help with organizing, do let me know!</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2009/04/24/mental-health-camp-vancouver-2009/' rel='bookmark' title='Mental Health Camp Vancouver 2009'>Mental Health Camp Vancouver 2009</a></li>
<li><a href='http://hummingbird604.com/2011/04/01/mental-health-camp-vancouver-2011-diversity-in-mental-health/' rel='bookmark' title='Mental Health Camp Vancouver 2011: Diversity in Mental Health'>Mental Health Camp Vancouver 2011: Diversity in Mental Health</a></li>
<li><a href='http://hummingbird604.com/2009/04/25/after-a-successful-mental-health-camp-vancouver-09-towards-a-mhc-10/' rel='bookmark' title='After a successful Mental Health Camp Vancouver &#8217;09, towards a MHC &#8217;10'>After a successful Mental Health Camp Vancouver &#8217;09, towards a MHC &#8217;10</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2009/02/22/mental-health-camp-2009-a-proposal/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Technorati indexing, Google searching and self-hosting</title>
		<link>http://hummingbird604.com/2008/12/09/technorati-indexing-google-searching-and-self-hosting/</link>
		<comments>http://hummingbird604.com/2008/12/09/technorati-indexing-google-searching-and-self-hosting/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 21:25:59 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[blogosphere]]></category>
		<category><![CDATA[geekifying myself]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[indexing]]></category>
		<category><![CDATA[Technorati]]></category>

		<guid isPermaLink="false">http://hummingbird604.com/?p=1668</guid>
		<description><![CDATA[I was pretty shocked (and excited) when my Technorati authority jumped over 153 points in less than three months. I&#8217;ve mentioned before that I really don&#8217;t give much of a damn about my stats themselves. It&#8217;s nice to have grown out of being read by three people to the level of readership I have now, [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/08/17/google-page-rank-technorati-and-the-like/' rel='bookmark' title='Google Page Rank, Technorati and the like'>Google Page Rank, Technorati and the like</a></li>
<li><a href='http://hummingbird604.com/2007/11/02/google-transit-vancouver-link-love/' rel='bookmark' title='Google Transit &#8211; Vancouver &#8211; link love'>Google Transit &#8211; Vancouver &#8211; link love</a></li>
<li><a href='http://hummingbird604.com/2007/11/04/more-on-google-transit-and-vancouverisms/' rel='bookmark' title='More on Google Transit and Vancouverisms'>More on Google Transit and Vancouverisms</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I was pretty shocked (and excited) when <a href="http://technorati.com/blogs/hummingbird604.com?reactions=&#038;sort=freshness">my Technorati authority jumped over 153 points</a> in less than three months. <a href="http://hummingbird604.com/2008/08/17/google-page-rank-technorati-and-the-like/">I&#8217;ve mentioned before that I really don&#8217;t give much of a damn about my stats</a> themselves. It&#8217;s nice to have grown out of being read by three people to the level of readership I have now, but as I indicated before:</p>
<blockquote><p>When I get bored of learning about tech issues, social media and blogging, you can rest assured of one thing: I’ll quit. Yes, I will. Why? Because as many people have always recommended, I should do this because I am passionate about it. And I’m passionate about learning about social media and about making new friends. THAT is what I love doing. The rest, is just icing in the cake.</p></blockquote>
<p>Technorati doesn&#8217;t help me make new friends, of course. But it provides me a barometer against which to assess how my content is being read. Still, as I mentioned in the previous post (the one I linked just above), it&#8217;s the learning that makes it all worth it. So imagine my surprise when I was exploring my new Dashboard (WP.com and WP.org have slightly different Dashboards) and OH SURPRISE&#8230;. I had the option of having a semi-private blog ticked! When I moved over to my new host, I didn&#8217;t even think about the implications. Well, it turns out that my blog hasn&#8217;t been indexed by Google nor Technorati for the past two weeks.</p>
<p>So the question I posed on Twitter the other day (why isn&#8217;t my authority increasing when I&#8217;m clearly being linked by new blogs?) loses all value because, well, I wasn&#8217;t letting Technorati OR Google index my blog. Which actually might also provide an explanation to why my page views on UrbanSpoon have decreased. Since my blog isn&#8217;t being indexed, my restaurant reviews don&#8217;t appear in the first few pages of Google.</p>
<p>And if my thoughts are true, as of today, you should be see changes about that right about now. No, I haven&#8217;t fixed my stats package yet. But that&#8217;s something I&#8217;ll deal with after fixing a few other things that aren&#8217;t blogging related. Like, you know, spending time with a civilian friend.</p>
<p>[UPDATE - Yes, I was right. I am now being indexed by Google AND Technorati. And my Technorati authority went up to what I thought it would. I *love* being right about something techie!]</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/08/17/google-page-rank-technorati-and-the-like/' rel='bookmark' title='Google Page Rank, Technorati and the like'>Google Page Rank, Technorati and the like</a></li>
<li><a href='http://hummingbird604.com/2007/11/02/google-transit-vancouver-link-love/' rel='bookmark' title='Google Transit &#8211; Vancouver &#8211; link love'>Google Transit &#8211; Vancouver &#8211; link love</a></li>
<li><a href='http://hummingbird604.com/2007/11/04/more-on-google-transit-and-vancouverisms/' rel='bookmark' title='More on Google Transit and Vancouverisms'>More on Google Transit and Vancouverisms</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/12/09/technorati-indexing-google-searching-and-self-hosting/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Welcome to the new and improved Hummingbird604.com!</title>
		<link>http://hummingbird604.com/2008/11/27/welcome-to-the-new-and-improved-hummingbird604com/</link>
		<comments>http://hummingbird604.com/2008/11/27/welcome-to-the-new-and-improved-hummingbird604com/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 08:53:42 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[geekifying myself]]></category>
		<category><![CDATA[Redesigning my blog]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[nerdery]]></category>
		<category><![CDATA[self-hosted]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://hummingbird604.com/?p=1471</guid>
		<description><![CDATA[I had been talking about it for months. You had been waiting with baited breath. Everyone was wondering when it would happen. Well, it has happened now! Welcome to the new and improved Hummingbird604.com! With the outstanding and very capable help of my friend J. Karen Parker, who did the customization of the theme, taught [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2010/06/21/redesigning-hummingbird604-com/' rel='bookmark' title='Redesigning Hummingbird604.com'>Redesigning Hummingbird604.com</a></li>
<li><a href='http://hummingbird604.com/2009/08/14/which-are-your-favorite-wordpress-plugins/' rel='bookmark' title='Which are your favorite WordPress plugins?'>Which are your favorite WordPress plugins?</a></li>
<li><a href='http://hummingbird604.com/2008/07/02/the-css-customization-and-going-self-hosted-light/' rel='bookmark' title='The CSS customization and going self-hosted &#8220;light&#8221;'>The CSS customization and going self-hosted &#8220;light&#8221;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I had been talking about it for months. You had been waiting with baited breath. Everyone was wondering when it would happen. Well, it has happened now! <strong>Welcome to the new and improved Hummingbird604.com</strong>!</p>
<p>With the outstanding and very capable help of my friend <a href="http://www.jkparker.ca">J. Karen Parker</a>, who did the customization of the theme, taught me how to do the FTP&#8217;ing and stuff, and helped me fix a number of issues with the self-hosted WP install (otherwise I would have been stuck in .htaccess hell!), I am now able to do way more than I could before (including CSS editing and theme customization, plugins, etc.)</p>
<p>As you may notice, the DevArt theme has been customized to better fit my blog. The hummingbird604 logo that <a href="http://www.miss604.com">Rebecca</a> kindly customized for my previous theme remains instact. Luckily, this WP.org install allows me to use Javascript, plugins and do a number of things that I wanted to do but was unable to, for a long while.</p>
<p>Thanks a million to Karen for all her help, to everyone who encouraged me to go self-hosted and I hope you enjoy the new layout! Feedback, of course, is always appreciated.</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2010/06/21/redesigning-hummingbird604-com/' rel='bookmark' title='Redesigning Hummingbird604.com'>Redesigning Hummingbird604.com</a></li>
<li><a href='http://hummingbird604.com/2009/08/14/which-are-your-favorite-wordpress-plugins/' rel='bookmark' title='Which are your favorite WordPress plugins?'>Which are your favorite WordPress plugins?</a></li>
<li><a href='http://hummingbird604.com/2008/07/02/the-css-customization-and-going-self-hosted-light/' rel='bookmark' title='The CSS customization and going self-hosted &#8220;light&#8221;'>The CSS customization and going self-hosted &#8220;light&#8221;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/11/27/welcome-to-the-new-and-improved-hummingbird604com/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Social media tools and academia</title>
		<link>http://hummingbird604.com/2008/11/18/social-media-tools-and-academia/</link>
		<comments>http://hummingbird604.com/2008/11/18/social-media-tools-and-academia/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 23:37:41 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[academic life]]></category>
		<category><![CDATA[random thoughts]]></category>
		<category><![CDATA[academic]]></category>
		<category><![CDATA[geeky]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=2492</guid>
		<description><![CDATA[As I was archiving and packing some stuff, I realized that I now have way many more tools to do the kind of research I do, and that, should I want to really engage in broader dissemination of my research, I can create a website, generate content for a blog, create an information-dissemination campaign, raise [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2009/02/09/on-the-relationship-between-mainsteam-media-social-media-and-academia-1-mainstream-media-and-social-medias-complex-relationship/' rel='bookmark' title='On the relationship between mainsteam media, social media and academia 1: Mainstream media and social media&#8217;s complex relationship'>On the relationship between mainsteam media, social media and academia 1: Mainstream media and social media&#8217;s complex relationship</a></li>
<li><a href='http://hummingbird604.com/2010/04/26/authenticity-social-media-and-malcolm-gladwell/' rel='bookmark' title='Authenticity, social media and Malcolm Gladwell'>Authenticity, social media and Malcolm Gladwell</a></li>
<li><a href='http://hummingbird604.com/2008/06/11/testing-new-geeky-tools/' rel='bookmark' title='Testing new geeky tools'>Testing new geeky tools</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>As I was archiving and packing some stuff, I realized that I now have way many more tools to do the kind of research I do, and that, should I want to really engage in broader dissemination of my research, I can create a website, generate content for a blog, create an information-dissemination campaign, raise awareness of my latest research project, all through the magic of Web 2.0 tools. I had already talked about this with several of my geeky academic friends, but it hit me really hard today as I was going through some papers, I thought &#8220;<em>oh, this journal article is online for sure &#8211; all I need to do is de.licio.us it and it&#8217;ll be there always for me</em>&#8220;.</p>
<p>Before I engaged fully in social media, I wouldn&#8217;t even have thought about it and would have accumulated yet another printed copy of a paper. But thanks to Web 2.0 tools, I&#8217;ve become more and more efficient. <a href="http://www.closingbigger.net">Shane Gibson</a> gave yet another example last night at the Vancouver Sales Performance Meetup with LinkedIn. All great tools for me, as a professional of environmental issues. Good times!</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2009/02/09/on-the-relationship-between-mainsteam-media-social-media-and-academia-1-mainstream-media-and-social-medias-complex-relationship/' rel='bookmark' title='On the relationship between mainsteam media, social media and academia 1: Mainstream media and social media&#8217;s complex relationship'>On the relationship between mainsteam media, social media and academia 1: Mainstream media and social media&#8217;s complex relationship</a></li>
<li><a href='http://hummingbird604.com/2010/04/26/authenticity-social-media-and-malcolm-gladwell/' rel='bookmark' title='Authenticity, social media and Malcolm Gladwell'>Authenticity, social media and Malcolm Gladwell</a></li>
<li><a href='http://hummingbird604.com/2008/06/11/testing-new-geeky-tools/' rel='bookmark' title='Testing new geeky tools'>Testing new geeky tools</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/11/18/social-media-tools-and-academia/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Talk nerdy to me</title>
		<link>http://hummingbird604.com/2008/10/30/talk-nerdy-to-me/</link>
		<comments>http://hummingbird604.com/2008/10/30/talk-nerdy-to-me/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 05:12:09 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[random thoughts]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[nerdy]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=2308</guid>
		<description><![CDATA[This is a late night post so forgive if it doesn&#8217;t make a lot of sense (no, I did not consume any alcohol tonight &#8211; I&#8217;m just elated and happy and in a good mood and in a good place). So, I was thinking &#8230; I do enjoy talking geeky/nerdy. And I enjoy when people [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2009/07/19/when-is-the-right-age-to-talk-to-your-kids-about-sex/' rel='bookmark' title='When is the right age to talk to your kids about sex?'>When is the right age to talk to your kids about sex?</a></li>
<li><a href='http://hummingbird604.com/2008/06/30/my-nerd-score-99/' rel='bookmark' title='My Nerd Score = 99'>My Nerd Score = 99</a></li>
<li><a href='http://hummingbird604.com/2009/07/18/accessorize-your-blog-top-ten-ways-to-maximize-reader-experience-wcfv-talk/' rel='bookmark' title='Accessorize Your Blog: Top Ten Ways to Maximize Reader Experience (WCFV talk)'>Accessorize Your Blog: Top Ten Ways to Maximize Reader Experience (WCFV talk)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This is a late night post so forgive if it doesn&#8217;t make a lot of sense (no, I did not consume any alcohol tonight &#8211; I&#8217;m just elated and happy and in a good mood and in a good place). So, I was thinking &#8230; I do enjoy talking geeky/nerdy. And I enjoy when people talk nerdy/geeky to me. A few weeks back, <a href="http://drbethsnow.wordpress.com">Beth Snow</a> and I were having a joking tweeting contest using highly-technical words of our disciplines.</p>
<div class="wp-caption aligncenter" style="width: 510px"><a href="http://www.flickr.com/photos/fimoculous/8692438/"><img alt="Filmoculous on Flickr." src="http://farm1.static.flickr.com/8/8692438_26bf12fd9e_d.jpg" title="nerdy" width="500" height="375" /></a><p class="wp-caption-text">Credit: Filmoculous on Flickr.</p></div>
<p>I&#8217;ve also noticed that when I attend a tech/PR/social media event, I get all giddy at the mention of the words/phrases that most civilian people wouldn&#8217;t really &#8220;get&#8221;. For example, I was having a conversation about the Ormiston Online coverage of Twitter with my good friends B, H and C, all of them who have at least a Masters (and two of them a PhD degree), last week when we were enroute to the Vancouver Public Library, and we were talking about Web 2.0 and Twitter and all that jazz, and it was SO MUCH FUN to describe to them (another brand/type of geek/nerd) what has now become an integral part of my life.</p>
<p>So, yeah &#8211; I am a nerd/geek. I love this kind of talk, in any of my realms. Be it environment, public policy, social media, or Heroes, Star Trek, Smallville, superhero-thingies, <strong>I DO like it when you talk nerdy to me <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </strong></p>
<p>EDIT &#8211; And the source and inspiration of the &#8220;Talk Nerdy to Me&#8221; phrase is a T-shirt that I&#8217;ve seen on <a href="http://www.miss604.com">Rebecca</a>&#8216;s blog/Flickr at some point. I *love* that t-shirt!</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2009/07/19/when-is-the-right-age-to-talk-to-your-kids-about-sex/' rel='bookmark' title='When is the right age to talk to your kids about sex?'>When is the right age to talk to your kids about sex?</a></li>
<li><a href='http://hummingbird604.com/2008/06/30/my-nerd-score-99/' rel='bookmark' title='My Nerd Score = 99'>My Nerd Score = 99</a></li>
<li><a href='http://hummingbird604.com/2009/07/18/accessorize-your-blog-top-ten-ways-to-maximize-reader-experience-wcfv-talk/' rel='bookmark' title='Accessorize Your Blog: Top Ten Ways to Maximize Reader Experience (WCFV talk)'>Accessorize Your Blog: Top Ten Ways to Maximize Reader Experience (WCFV talk)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/10/30/talk-nerdy-to-me/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Geek as a compliment</title>
		<link>http://hummingbird604.com/2008/10/24/geek-as-a-compliment/</link>
		<comments>http://hummingbird604.com/2008/10/24/geek-as-a-compliment/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 21:41:37 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[geeky]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=2265</guid>
		<description><![CDATA[If you&#8217;ve been reading my blog for a while, you&#8217;ll know that I pride myself in doing my own stunts. I write most of my HTML meta-tags by hand, almost never use the visual editor, and I did the whole redirection of my blog URL (hummingbird604.com) and registration all by myself (with the very capable [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/06/26/geek-wear-funky-t-shirts-for-your-inner-geek/' rel='bookmark' title='Geek-wear: Funky t-shirts for your inner geek'>Geek-wear: Funky t-shirts for your inner geek</a></li>
<li><a href='http://hummingbird604.com/2009/07/03/im-the-geek-of-the-week-the-georgia-straight/' rel='bookmark' title='I&#8217;m the Geek of the Week (The Georgia Straight)'>I&#8217;m the Geek of the Week (The Georgia Straight)</a></li>
<li><a href='http://hummingbird604.com/2008/05/18/the-clash-of-two-worlds-enviro-geek-or-social-media-geek/' rel='bookmark' title='The clash of two worlds: Enviro-geek or social media geek?'>The clash of two worlds: Enviro-geek or social media geek?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve been reading my blog for a while, you&#8217;ll know that <a href="http://hummingbird604.com/2008/04/17/i-do-my-own-stunts/">I pride myself in doing my own stunts</a>. I write most of my HTML meta-tags by hand, almost never use the visual editor, and <a href="http://hummingbird604.com/2008/05/07/making-wordpresscom-appear-as-your-own-domaincom/">I did the whole redirection of my blog URL</a> (hummingbird604.com) and registration all by myself (with the very capable guidance of <a href="http://www.miss604.com">Rebecca</a>). Heck, I even have the <a href="http://hummingbird604.com/2008/06/26/geek-wear-funky-t-shirts-for-your-inner-geek/">geek-wear to prove it</a>!</p>
<p>A couple of months back, I was talking with someone (can&#8217;t recall exactly who it was) and with Rebecca, and I praised said person &#8220;<em>you ARE a geek</em>&#8220;. Rebecca was very quick to explain &#8220;<em>to Raul, that is actually a compliment, so you should take it that way</em>&#8220;. It&#8217;s true. If I ever tell you that you ARE a geek, I am complimenting you.</p>
<p>The nouns &#8220;<a href="http://en.wikipedia.org/wiki/Nerd">nerd</a>&#8220;, &#8220;<a href="http://en.wikipedia.org/wiki/Geek">geek</a>&#8221; and &#8220;<a href="http://en.wikipedia.org/wiki/Dork">dork</a>&#8221; have been ostracized for so long that, for many people, they have negative and derogatory connotations.</p>
<p>Not for me. I am actually proud of my geekification. Before I started using WordPress, and before I started blogging, I knew nothing about RSS feeds, Web 2.0, domain propagation, clean URLs, hashtags, Twitter, and all that jazz. I now feel comfortable even speaking about cloud computing!</p>
<p>(Hat tips to Anthony Nicalo who just tweeted about how he was trying to gain geek credibility &#8211; Anthony, I think you&#8217;re pretty geeky alright!).</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/06/26/geek-wear-funky-t-shirts-for-your-inner-geek/' rel='bookmark' title='Geek-wear: Funky t-shirts for your inner geek'>Geek-wear: Funky t-shirts for your inner geek</a></li>
<li><a href='http://hummingbird604.com/2009/07/03/im-the-geek-of-the-week-the-georgia-straight/' rel='bookmark' title='I&#8217;m the Geek of the Week (The Georgia Straight)'>I&#8217;m the Geek of the Week (The Georgia Straight)</a></li>
<li><a href='http://hummingbird604.com/2008/05/18/the-clash-of-two-worlds-enviro-geek-or-social-media-geek/' rel='bookmark' title='The clash of two worlds: Enviro-geek or social media geek?'>The clash of two worlds: Enviro-geek or social media geek?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/10/24/geek-as-a-compliment/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The future of the internet &#8211; Web 3.0?</title>
		<link>http://hummingbird604.com/2008/10/08/the-future-of-the-internet-web-30/</link>
		<comments>http://hummingbird604.com/2008/10/08/the-future-of-the-internet-web-30/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 14:11:27 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[geekifying myself]]></category>
		<category><![CDATA[random thoughts]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web 3.0]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[socio-technical research]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=2094</guid>
		<description><![CDATA[I seem to have heard this concept in passing (Web 3.0) but I am not exactly sure where I did. Most of my non-geeky friends who now identify me with the Vancouver tech community (something I&#8217;m proud of, but most definitely not worthy of the title of geek yet!) have asked me what I understand [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2007/11/02/safari-internet-explorer-and-firefox/' rel='bookmark' title='Safari, Internet Explorer and Firefox'>Safari, Internet Explorer and Firefox</a></li>
<li><a href='http://hummingbird604.com/2008/08/07/a-bunch-of-geeks-at-the-future-shop-park-royal-opening/' rel='bookmark' title='A bunch of geeks at the Future Shop Park Royal opening'>A bunch of geeks at the Future Shop Park Royal opening</a></li>
<li><a href='http://hummingbird604.com/2010/11/13/how-much-of-your-professional-life-depends-an-internet-connection/' rel='bookmark' title='How much of your professional life depends an internet connection?'>How much of your professional life depends an internet connection?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I seem to have heard this concept in passing (<strong>Web 3.0</strong>) but I am not exactly sure where I did. Most of my non-geeky friends who now identify me with the Vancouver tech community (something I&#8217;m proud of, but most definitely not worthy of the title of geek yet!) have asked me what I understand by Web 2.0 and whether there is such thing as Web 3.0. I&#8217;ve answered that I&#8217;m not 100% sure, but that I&#8217;d ask my friends.</p>
<p>I&#8217;ve heard several elements that are supposed to be part of Web 3.0. Unfortunately, I&#8217;d lie if I said I do remember exactly who said it but some people have mentioned that perhaps the future of Web 2.0 lies with video (vlogging). Some others have implied that we should look at mobile web 2.0 (e.g. everyone jump on their iPhones or equivalent now). If Web 2.0 was all about dynamic interaction between user and content generator, then maybe Web 3.0 adds a third dimension (mobility).</p>
<p>Obviously, we all go at some point to the Wikipedia page, so the <a href="http://en.wikipedia.org/wiki/Web_3.0">entry for Web 3.0</a> does mention stuff about mobile web, etc. The question I have now is &#8212; <em>what do YOU think or understand by the idea of Web 3.0</em>?</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2007/11/02/safari-internet-explorer-and-firefox/' rel='bookmark' title='Safari, Internet Explorer and Firefox'>Safari, Internet Explorer and Firefox</a></li>
<li><a href='http://hummingbird604.com/2008/08/07/a-bunch-of-geeks-at-the-future-shop-park-royal-opening/' rel='bookmark' title='A bunch of geeks at the Future Shop Park Royal opening'>A bunch of geeks at the Future Shop Park Royal opening</a></li>
<li><a href='http://hummingbird604.com/2010/11/13/how-much-of-your-professional-life-depends-an-internet-connection/' rel='bookmark' title='How much of your professional life depends an internet connection?'>How much of your professional life depends an internet connection?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/10/08/the-future-of-the-internet-web-30/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Happy Anniversary, Derek and Airdrie!</title>
		<link>http://hummingbird604.com/2008/08/21/happy-anniversary-derek-and-airdrie/</link>
		<comments>http://hummingbird604.com/2008/08/21/happy-anniversary-derek-and-airdrie/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 16:38:38 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[blogosphere]]></category>
		<category><![CDATA[personal life]]></category>
		<category><![CDATA[random thoughts]]></category>
		<category><![CDATA[Vancouver]]></category>
		<category><![CDATA[friends]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[wedding anniversary]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=1684</guid>
		<description><![CDATA[I have some more content lined up for today, but this can&#8217;t wait as these two lovebirds are two of the bravest, most courageous, sweetest geeks in Vancouver. Derek K. Miller and his wife Airdrie recently celebrated their 13th wedding anniversary, and they are off to a Seattle-based adventure. Yes, like any self-respecting geek couple, [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/07/29/happy-anniversary-alex-and-rob/' rel='bookmark' title='Happy Anniversary, Alex and Rob!'>Happy Anniversary, Alex and Rob!</a></li>
<li><a href='http://hummingbird604.com/2008/09/09/happy-birthday-airdrie/' rel='bookmark' title='Happy birthday, Airdrie!'>Happy birthday, Airdrie!</a></li>
<li><a href='http://hummingbird604.com/2008/08/26/more-happy-anniversaries-and-a-happy-anniversary-registry/' rel='bookmark' title='More happy anniversaries! and a Happy Anniversary Registry'>More happy anniversaries! and a Happy Anniversary Registry</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I have some more content lined up for today, but this can&#8217;t wait as these two lovebirds are two of the bravest, most courageous, sweetest geeks in Vancouver. <a href="http://www.penmachine.com">Derek K. Miller</a> and his wife <a href="http://www.talkingtoair.com">Airdrie</a> recently <a href="http://www.penmachine.com/2008/08/lucky-thirteen">celebrated their 13th wedding anniversary</a>, and they are off to a Seattle-based adventure. Yes, like any self-respecting geek couple, they are celebrating by attending a geek conference (<a href="http://www.gnomedex.com/">Gnomedex</a>)! To you, my friends, I raise a glass of&#8230; well, too early for tequila, but how about a glass of orange juice? <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Congratulations!</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/07/29/happy-anniversary-alex-and-rob/' rel='bookmark' title='Happy Anniversary, Alex and Rob!'>Happy Anniversary, Alex and Rob!</a></li>
<li><a href='http://hummingbird604.com/2008/09/09/happy-birthday-airdrie/' rel='bookmark' title='Happy birthday, Airdrie!'>Happy birthday, Airdrie!</a></li>
<li><a href='http://hummingbird604.com/2008/08/26/more-happy-anniversaries-and-a-happy-anniversary-registry/' rel='bookmark' title='More happy anniversaries! and a Happy Anniversary Registry'>More happy anniversaries! and a Happy Anniversary Registry</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/08/21/happy-anniversary-derek-and-airdrie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contacts, glasses and geekery</title>
		<link>http://hummingbird604.com/2008/08/18/contacts-glasses-and-geekery/</link>
		<comments>http://hummingbird604.com/2008/08/18/contacts-glasses-and-geekery/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 00:09:31 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[blogosphere]]></category>
		<category><![CDATA[personal life]]></category>
		<category><![CDATA[random thoughts]]></category>
		<category><![CDATA[contact lenses]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[glasses]]></category>
		<category><![CDATA[vision]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=1655</guid>
		<description><![CDATA[As many of you may have read, I have new contacts and I&#8217;m putting them to good use. It&#8217;s still an adjustment, but I don&#8217;t like my current glasses and thus I decided to buy contacts again. As I am about to head out for dinner with a very close friend of mine, I was [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/08/16/i-haz-new-contactz-and-new-haircut/' rel='bookmark' title='I haz new contactz and new haircut'>I haz new contactz and new haircut</a></li>
<li><a href='http://hummingbird604.com/2006/12/08/computerized-life/' rel='bookmark' title='Computerized life'>Computerized life</a></li>
<li><a href='http://hummingbird604.com/2008/07/26/the-offline-life-of-an-online-geek/' rel='bookmark' title='The offline life of an online geek'>The offline life of an online geek</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>As many of you may have read, <a href="http://hummingbird604.com/2008/08/16/i-haz-new-contactz-and-new-haircut/">I have new contacts</a> and I&#8217;m putting them to good use. It&#8217;s still an adjustment, but I don&#8217;t like my current glasses and thus I decided to buy contacts again. As I am about to head out for dinner with a very close friend of mine, I was looking through my list of online friends, and just about everyone uses glasses. Is being a geek associated with some degree of normal vision loss? Do you wear glasses/contacts? What do you prefer, glasses or contacts?</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/08/16/i-haz-new-contactz-and-new-haircut/' rel='bookmark' title='I haz new contactz and new haircut'>I haz new contactz and new haircut</a></li>
<li><a href='http://hummingbird604.com/2006/12/08/computerized-life/' rel='bookmark' title='Computerized life'>Computerized life</a></li>
<li><a href='http://hummingbird604.com/2008/07/26/the-offline-life-of-an-online-geek/' rel='bookmark' title='The offline life of an online geek'>The offline life of an online geek</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/08/18/contacts-glasses-and-geekery/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Google Page Rank, Technorati and the like</title>
		<link>http://hummingbird604.com/2008/08/17/google-page-rank-technorati-and-the-like/</link>
		<comments>http://hummingbird604.com/2008/08/17/google-page-rank-technorati-and-the-like/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 15:39:51 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[blogosphere]]></category>
		<category><![CDATA[personal life]]></category>
		<category><![CDATA[random thoughts]]></category>
		<category><![CDATA[geeky]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=1636</guid>
		<description><![CDATA[Yeah, there&#8217;s a bit of self-absorbedness in knowing your stats, your Technorati and your Google Page Rank are rising. Yeah, I really don&#8217;t care much about these figures. And yeah, as indicated by blogging Jedi Master Rebecca, I do talk about them even though I don&#8217;t like talking about MINE. Why do you do it [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/12/09/technorati-indexing-google-searching-and-self-hosting/' rel='bookmark' title='Technorati indexing, Google searching and self-hosting'>Technorati indexing, Google searching and self-hosting</a></li>
<li><a href='http://hummingbird604.com/2008/04/16/updates-to-about-me-page/' rel='bookmark' title='Updates to &#8220;About Me&#8221; page'>Updates to &#8220;About Me&#8221; page</a></li>
<li><a href='http://hummingbird604.com/2007/11/04/more-on-google-transit-and-vancouverisms/' rel='bookmark' title='More on Google Transit and Vancouverisms'>More on Google Transit and Vancouverisms</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Yeah, there&#8217;s a bit of self-absorbedness in knowing your stats, your Technorati and your Google Page Rank are rising. Yeah, I really don&#8217;t care much about these figures. And yeah, as indicated by blogging Jedi Master <a href="http://www.miss604.com">Rebecca</a>, I do talk about them even though I don&#8217;t <em>like</em> talking about MINE.</p>
<p><em>Why do you do it then, Raul? </em>&#8230; you might ask. Well, there are several reasons. The first one is that I don&#8217;t actually know much about these figures. For all the blogging I&#8217;ve done, I read about a gazillion other things other than tech/blogging. Yeah, time to come out of the closet. I <strong>very rarely</strong> read about tech issues. Most of the knowledge I get is from people talking about something on Twitter or on their blog or when we have beers or go for lunch, or play Rock Band. I learn about social media by virtue of being IN social media. If I find something that piques my interest, then off I go and examine that particular issue (and read like crazy &#8211; just ask me anything about the Emily Gould debacle).</p>
<p>I know, shame on me. Up until earlier last year, I didn&#8217;t know how to find people&#8217;s RSS feeds, nor did I know that you could use a RSS reader client. Up until earlier the past month, I didn&#8217;t know that you could click on the RSS icon on FireFox and you&#8217;d get the RSS feed URL. Yep, a lot of things I didn&#8217;t know. I&#8217;ve learned them by asking, or by sitting side-by-side with people and doing them. As a matter of fact, I learned how to do side-bar widgets by virtue of sitting with Rebecca at the Blackwater Cafe. She patiently walked me through the process. Had she not shown me, I probably would have never gone and checked the WP Codex. Or maybe I would have. Well, actually no. I like it better when people show me how to do things rather than read about them. And Rebecca is a great and patient teacher.</p>
<p>Most of my geeky friends laugh when they see how gleefully I play with their iPhones and how proud I feel when I know how to take a photo. The truth is, bear in mind that, regardless of the fact that I&#8217;ve been blogging for 2.5 years, <strong>I am still a newbie</strong>. And I get excited whenever I accomplish something new on my blog. I am thrilled when I learn something new. Remember, I&#8217;m an expert in environmental issues, not a tech geek.</p>
<p>I am thrilled by all this new knowledge. Things that may be completely irrelevant to you (like finding out what Technorati does) are actually exciting to me. Why? Not because I want to boost my Page Rank. No, it&#8217;s because just the mere fact that I now know what Technorati does or what Google Juice is, makes me excited. It&#8217;s the learning process in and of itself that makes me happy.</p>
<p>When I get bored of learning about tech issues, social media and blogging, you can rest assured of one thing: <strong>I&#8217;ll quit</strong>. Yes, I will. Why? Because as many people have always recommended, I should do this because I am passionate about it. And I&#8217;m passionate about learning about social media and about making new friends. THAT is what I love doing. The rest, is just icing in the cake.</p>
<p>The best part of being a blogger for me is that I can still get excited by learning about something I didn&#8217;t know very much. It&#8217;s also exciting to see how fast-paced the tech world is. Environment still amazes me, but the speed of change is completely different. I know ten different methods to treat wastewater. These methods have been used for 50 years and entire municipalities still don&#8217;t treat their water (*cough* Victoria, B.C. *cough*).</p>
<p>My stats, Technorati and Google PR are really irrelevant for what I do, since as I have told my friends, <strong>I blog for myself.</strong> I don&#8217;t get business out of blogging. I won&#8217;t get a job as an assistant professor at a university because I am a blogger. I *might* get freelance writing work because people read my blog. But right now, I don&#8217;t get any $$$ out of it. But I want to be able to have the right tools SHOULD I WANT TO monetize my blog or use what I&#8217;ve learned in a professional environment, or become a professional blogger. And THEN, I will actually care about my stats, Technorati and Google Page Rank. Until then, I just want to know what they are and how they work.</p>
<p>And this was a really long winded post to explain something really minor <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/12/09/technorati-indexing-google-searching-and-self-hosting/' rel='bookmark' title='Technorati indexing, Google searching and self-hosting'>Technorati indexing, Google searching and self-hosting</a></li>
<li><a href='http://hummingbird604.com/2008/04/16/updates-to-about-me-page/' rel='bookmark' title='Updates to &#8220;About Me&#8221; page'>Updates to &#8220;About Me&#8221; page</a></li>
<li><a href='http://hummingbird604.com/2007/11/04/more-on-google-transit-and-vancouverisms/' rel='bookmark' title='More on Google Transit and Vancouverisms'>More on Google Transit and Vancouverisms</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/08/17/google-page-rank-technorati-and-the-like/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restaurant review &#8211; Browns Social House (West Vancouver)</title>
		<link>http://hummingbird604.com/2008/08/14/restaurant-review-browns-social-house-west-vancouver/</link>
		<comments>http://hummingbird604.com/2008/08/14/restaurant-review-browns-social-house-west-vancouver/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 14:00:56 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Browns Social House West Vancouver]]></category>
		<category><![CDATA[dinner]]></category>
		<category><![CDATA[friends]]></category>
		<category><![CDATA[geeky]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=1569</guid>
		<description><![CDATA[I had been thoroughly disappointed with Browns Social House (the Kitsilano location) that I swore I would NEVER eat there again. So disappointed that I actually wrote a scathing review (by the way, I stand by my review). But the West Vancouver location more than made up for the Kits faux pas. After the Future [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2007/08/12/restaurant-review-browns-social-house/' rel='bookmark' title='Restaurant review &#8211; Browns Social House'>Restaurant review &#8211; Browns Social House</a></li>
<li><a href='http://hummingbird604.com/2007/09/12/restaurant-review-sha-lin-noodle-house/' rel='bookmark' title='Restaurant review &#8211; Sha Lin Noodle House'>Restaurant review &#8211; Sha Lin Noodle House</a></li>
<li><a href='http://hummingbird604.com/2010/06/19/roedde-house-museum-west-end/' rel='bookmark' title='Roedde House Museum (West End)'>Roedde House Museum (West End)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I had been thoroughly disappointed with Browns Social House (the Kitsilano location) that I swore I would NEVER eat there again. So disappointed that <a href="http://hummingbird604.com/2007/08/12/restaurant-review-browns-social-house/">I actually <a href="http://www.darrenbarefoot.com">wrote a scathing review</a> (by the way, I stand by my review). But the West Vancouver location more than made up for the Kits <em>faux pas</em>.</p>
<p>After the <a href="http://hummingbird604.com/2008/08/07/a-bunch-of-geeks-at-the-future-shop-park-royal-opening/">Future Shop Park Royal re-opening</a>, a bunch of us went to Browns Social House for dinner (I think the original thought was just a drink, but we ended up eating there). I am glad we did. It was really good fun (<a href="http://hummingbird604.com/2008/08/13/testing-flickr-embedding-on-wpcom/">as you can see from my videos!</a>)</p>
<p>On to the food &#8211; <a href="http://www.brownssocialhouse.com/assets/pdfs/ParkRoyalMain.pdf">their menu is really good</a> and the prices are affordable. I ordered a Carbonara Linguini (<a href="http://www.blogaholics.ca">Arieanna</a> ordered the same thing) which was REALLY good. I have no complaints. The service was excellent, and if I hadn&#8217;t been that full, I would probably have ordered dessert.</p>
<p><a href="http://www.flickr.com/photos/rolexpv/2740911046/" title="Browns Social House - The Village West Vancouver by Raul P, on Flickr"><img src="http://farm3.static.flickr.com/2341/2740911046_6dc9eacb0d.jpg" width="500" height="375" alt="Browns Social House - The Village West Vancouver" /></a></p>
<p>So, Browns Social House (the West Vancouver location) is definitely in my good books. The best part was hanging out with my friends, as I knew that I would be leaving for Mexico and it wouldn&#8217;t be in the best of circumstances. I always try to live my life as normally as I can, so this was a great chance. I should thank <a>Darren</a> for organizing the field trip to Future Shop, and also <a href="http://www.penmachine.com">Derek</a> as I think he was the instigator of drinks after the FSPR opening.</p>
<p>UPDATE &#8211; Since I now can insert the videos I record using my Flip camera, here is a quick view of the Village at Park Royal in West Vancouver.</p>
<div class="flickr-photos"><object width="" height="" data="" type="application/x-shockwave-flash" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"> <param name="flashvars" value="flickr_show_info_box=false"></param> <param name="movie" value=""></param> <param name="bgcolor" value="#000000"></param> <param name="allowFullScreen" value="true"></param> <embed type="application/x-shockwave-flash" src="" bgcolor="#000000" allowfullscreen="true" flashvars="flickr_show_info_box=false" width="" height=""></embed></object></div>
<p><a href="http://www.urbanspoon.com/r/14/662589/restaurant/Vancouver/Browns-Social-House-West-Vancouver-West-Vancouver"><img alt="Browns Social House (West Vancouver) on Urbanspoon" src="http://www.urbanspoon.com/b/link/662589/biglink.gif" style="border:none;width:200px;height:146px;" /></a></p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2007/08/12/restaurant-review-browns-social-house/' rel='bookmark' title='Restaurant review &#8211; Browns Social House'>Restaurant review &#8211; Browns Social House</a></li>
<li><a href='http://hummingbird604.com/2007/09/12/restaurant-review-sha-lin-noodle-house/' rel='bookmark' title='Restaurant review &#8211; Sha Lin Noodle House'>Restaurant review &#8211; Sha Lin Noodle House</a></li>
<li><a href='http://hummingbird604.com/2010/06/19/roedde-house-museum-west-end/' rel='bookmark' title='Roedde House Museum (West End)'>Roedde House Museum (West End)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/08/14/restaurant-review-browns-social-house-west-vancouver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Flickr embedding on WP.com</title>
		<link>http://hummingbird604.com/2008/08/13/testing-flickr-embedding-on-wpcom/</link>
		<comments>http://hummingbird604.com/2008/08/13/testing-flickr-embedding-on-wpcom/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 22:08:08 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[geekifying myself]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=1597</guid>
		<description><![CDATA[Danny suggested that I could embed Flickr videos, and since I like to do my own stunts, I am going to test whether they work. So, if they DO work, below you&#8217;ll find a couple of videos of our dinner at Browns Social House, after the reopening of Future Shop Park Royal. Related posts: Restaurant [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/08/14/restaurant-review-browns-social-house-west-vancouver/' rel='bookmark' title='Restaurant review &#8211; Browns Social House (West Vancouver)'>Restaurant review &#8211; Browns Social House (West Vancouver)</a></li>
<li><a href='http://hummingbird604.com/2007/08/12/restaurant-review-browns-social-house/' rel='bookmark' title='Restaurant review &#8211; Browns Social House'>Restaurant review &#8211; Browns Social House</a></li>
<li><a href='http://hummingbird604.com/2008/08/07/a-bunch-of-geeks-at-the-future-shop-park-royal-opening/' rel='bookmark' title='A bunch of geeks at the Future Shop Park Royal opening'>A bunch of geeks at the Future Shop Park Royal opening</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dannydang.com">Danny</a> suggested that I could embed Flickr videos, and since I like to do my own stunts, I am going to test whether they work. So, if they DO work, below you&#8217;ll find a couple of videos of our dinner at Browns Social House, after the <a href="http://hummingbird604.com/2008/08/07/a-bunch-of-geeks-at-the-future-shop-park-royal-opening/">reopening of Future Shop Park Royal</a>.</p>
<div class="flickr-photos"><object width="" height="" data="" type="application/x-shockwave-flash" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"> <param name="flashvars" value="flickr_show_info_box=false"></param> <param name="movie" value=""></param> <param name="bgcolor" value="#000000"></param> <param name="allowFullScreen" value="true"></param> <embed type="application/x-shockwave-flash" src="" bgcolor="#000000" allowfullscreen="true" flashvars="flickr_show_info_box=false" width="" height=""></embed></object></div>
<div class="flickr-photos"><object width="" height="" data="" type="application/x-shockwave-flash" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"> <param name="flashvars" value="flickr_show_info_box=false"></param> <param name="movie" value=""></param> <param name="bgcolor" value="#000000"></param> <param name="allowFullScreen" value="true"></param> <embed type="application/x-shockwave-flash" src="" bgcolor="#000000" allowfullscreen="true" flashvars="flickr_show_info_box=false" width="" height=""></embed></object></div>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/08/14/restaurant-review-browns-social-house-west-vancouver/' rel='bookmark' title='Restaurant review &#8211; Browns Social House (West Vancouver)'>Restaurant review &#8211; Browns Social House (West Vancouver)</a></li>
<li><a href='http://hummingbird604.com/2007/08/12/restaurant-review-browns-social-house/' rel='bookmark' title='Restaurant review &#8211; Browns Social House'>Restaurant review &#8211; Browns Social House</a></li>
<li><a href='http://hummingbird604.com/2008/08/07/a-bunch-of-geeks-at-the-future-shop-park-royal-opening/' rel='bookmark' title='A bunch of geeks at the Future Shop Park Royal opening'>A bunch of geeks at the Future Shop Park Royal opening</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/08/13/testing-flickr-embedding-on-wpcom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Second Life and CSI:NY</title>
		<link>http://hummingbird604.com/2008/07/26/second-life-and-csiny/</link>
		<comments>http://hummingbird604.com/2008/07/26/second-life-and-csiny/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 13:30:41 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[academic life]]></category>
		<category><![CDATA[CSI: NY]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[Second Life]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=676</guid>
		<description><![CDATA[The other day, I was watching an episode of CSI:NY and they&#8217;re making use of Second Life&#8230; it&#8217;s awesome! Darren was mentioning that there were a lot of good applications for SL (although I&#8217;m not sure if I&#8217;ll ever join). I think TV shows are adopting a lot of information technology ideas. For example, the [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/10/21/the-soundtrack-to-my-life-a-sampler/' rel='bookmark' title='The soundtrack to my life &#8211; A sampler'>The soundtrack to my life &#8211; A sampler</a></li>
<li><a href='http://hummingbird604.com/2008/06/22/cheesy-music-for-your-ears/' rel='bookmark' title='Cheesy music for your ears'>Cheesy music for your ears</a></li>
<li><a href='http://hummingbird604.com/2007/08/30/music-review-in-this-life-by-kaskade-justin-micheal-remix/' rel='bookmark' title='Music review &#8211; In This Life by Kaskade (Justin Micheal Remix)'>Music review &#8211; In This Life by Kaskade (Justin Micheal Remix)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The other day, I was watching an episode of CSI:NY and they&#8217;re making use of Second Life&#8230; it&#8217;s awesome! <a href="http://www.darrenbarefoot.com">Darren</a> was mentioning that there were a lot of good applications for SL (although I&#8217;m not sure if I&#8217;ll ever join).</p>
<p>I think TV shows are adopting a lot of information technology ideas. For example, the main character in Gossip Girl is a blogger. Now, CSI:NY uses Second Life to capture a criminal. Nice! I even wrote about <a href="http://hummingbird604.com/2008/04/14/about-the-twitter/">Twitter on an episode of CSI</a> (the original one). YOWZA!</p>
<p>[youtube=http://youtube.com/watch?v=ZbxwtEKpEL4]</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/10/21/the-soundtrack-to-my-life-a-sampler/' rel='bookmark' title='The soundtrack to my life &#8211; A sampler'>The soundtrack to my life &#8211; A sampler</a></li>
<li><a href='http://hummingbird604.com/2008/06/22/cheesy-music-for-your-ears/' rel='bookmark' title='Cheesy music for your ears'>Cheesy music for your ears</a></li>
<li><a href='http://hummingbird604.com/2007/08/30/music-review-in-this-life-by-kaskade-justin-micheal-remix/' rel='bookmark' title='Music review &#8211; In This Life by Kaskade (Justin Micheal Remix)'>Music review &#8211; In This Life by Kaskade (Justin Micheal Remix)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/07/26/second-life-and-csiny/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switching to WordPress from another platform: What do you want to hear?</title>
		<link>http://hummingbird604.com/2008/07/15/switching-to-wordpress-from-another-platform-what-do-you-want-to-hear/</link>
		<comments>http://hummingbird604.com/2008/07/15/switching-to-wordpress-from-another-platform-what-do-you-want-to-hear/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 20:13:30 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[blogosphere]]></category>
		<category><![CDATA[geekifying myself]]></category>
		<category><![CDATA[random thoughts]]></category>
		<category><![CDATA[wcfv]]></category>
		<category><![CDATA[WordCamp]]></category>
		<category><![CDATA[WordCamp Fraser Valley]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[switching platforms]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=1152</guid>
		<description><![CDATA[I&#8217;m a bit of a keener (surprise, surprise!). I had my PowerPoint slides for Word Camp Fraser Valley (which is taking place tomorrow, Wednesday July 16th, from 6-9pm) prepared since last week. I know what you&#8217;re going to say and yes, I always sat at the front of the class, and yes my notes were [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/06/22/the-wordpress-codex-refusing-to-read/' rel='bookmark' title='The WordPress Codex &#8211; Refusing to read :-)'>The WordPress Codex &#8211; Refusing to read :-)</a></li>
<li><a href='http://hummingbird604.com/2008/06/25/the-move-from-wordpresscom-to-wordpressorg-and-self-hosting/' rel='bookmark' title='The move from WordPress.com to WordPress.org and self-hosting'>The move from WordPress.com to WordPress.org and self-hosting</a></li>
<li><a href='http://hummingbird604.com/2008/07/07/i-want-to-convert-you-to-wordpress/' rel='bookmark' title='I want to convert you&#8230; to WordPress!'>I want to convert you&#8230; to WordPress!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a bit of a keener (surprise, surprise!). I had my PowerPoint slides for Word Camp Fraser Valley (which is taking place tomorrow, Wednesday July 16th, from 6-9pm) prepared since last week. I know what you&#8217;re going to say and yes, I always sat at the front of the class, and yes my notes were written in very neat handwriting, and my distillation towers were designed with different color pens, and I was probably the only chemical engineer in my undergrad who chose to do his homework instead of going out and drink heavily (actually, I did my homework in between dance classes, language classes, going out with my friends, training for competitive volleyball, and martial arts).</p>
<p>But I digress&#8230; so the point is, even though I&#8217;ve already written my presentation, I would like to ask &#8211; if you are considering WordPress as a blogging platform, and/or are considering a switch from Blogger or (dare I say) Movable Type to WP &#8211; what kind of things would YOU be interested in hearing about?</p>
<p>In my presentation, basically, I&#8217;m going to tell you how I switched from Blogger to WordPress (after MUCH peer pressure) and the results I got from the platform switch-over. But I&#8217;m sure you have LOTS of questions that could help me prepare (this is like preparing for a final exam!), and I&#8217;d love to hear from you.</p>
<p>I have a standing bet with <a href="http://www.jodiferous.com">Jodi</a>, and I have promised her that I will buy her a Dr. Pepper if, after hearing all the presentations at WordCamp, she is not convinced of switching from Movable Type to WordPress. I&#8217;m bringing the Dr. Pepper just in case. I have faith in my abilities and those of the fabulous team of bloggers and techies who will be presenting tomorrow, but JUST in case, I&#8217;m going to err on the side of caution <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/06/22/the-wordpress-codex-refusing-to-read/' rel='bookmark' title='The WordPress Codex &#8211; Refusing to read :-)'>The WordPress Codex &#8211; Refusing to read :-)</a></li>
<li><a href='http://hummingbird604.com/2008/06/25/the-move-from-wordpresscom-to-wordpressorg-and-self-hosting/' rel='bookmark' title='The move from WordPress.com to WordPress.org and self-hosting'>The move from WordPress.com to WordPress.org and self-hosting</a></li>
<li><a href='http://hummingbird604.com/2008/07/07/i-want-to-convert-you-to-wordpress/' rel='bookmark' title='I want to convert you&#8230; to WordPress!'>I want to convert you&#8230; to WordPress!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/07/15/switching-to-wordpress-from-another-platform-what-do-you-want-to-hear/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Eco-Shield for the iPhone</title>
		<link>http://hummingbird604.com/2008/07/14/eco-shield-for-the-iphone/</link>
		<comments>http://hummingbird604.com/2008/07/14/eco-shield-for-the-iphone/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 20:41:49 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[blogosphere]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[friends]]></category>
		<category><![CDATA[geekifying myself]]></category>
		<category><![CDATA[personal life]]></category>
		<category><![CDATA[random thoughts]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=1149</guid>
		<description><![CDATA[Thanks to a tweet from my friend Duane, I came across the Eco-Shield for the iPhone. Damn, is it ever a sweet case! I do not own an iPhone, as you can imagine from my recent posts on the iPhone and why I couldn&#8217;t afford to get one (even if I wanted to &#8211; which, [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/06/28/i-will-not-be-buying-an-iphone/' rel='bookmark' title='I will NOT be buying an iPhone'>I will NOT be buying an iPhone</a></li>
<li><a href='http://hummingbird604.com/2008/07/26/i-actually-do-need-an-iphone/' rel='bookmark' title='I actually DO need an iPhone'>I actually DO need an iPhone</a></li>
<li><a href='http://hummingbird604.com/2009/11/28/tethering-on-an-iphone-for-pc/' rel='bookmark' title='Tethering on an iPhone for PC'>Tethering on an iPhone for PC</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Thanks to a tweet from my friend <a href="http://www.duanestorey.com">Duane</a>, I came across the <a href="http://store.apple.com/ca/product/TS458VC/A?fnode=home/shop_iphone/iphone_accessories/cases&amp;mco=MTMxMDUxNw">Eco-Shield for the iPhone</a>. Damn, is it ever a sweet case! I do not own an iPhone, as you can imagine from my recent posts on the iPhone and why I couldn&#8217;t afford to get one (even if I wanted to &#8211; which, truth be told, I do &#8211; only if I didn&#8217;t have such a limited budget!)</p>
<div class="wp-caption aligncenter" style="width: 336px"><a href="http://store.apple.com/ca/product/TS458VC/A?fnode=home/shop_iphone/iphone_accessories/cases&amp;mco=MTMxMDUxNw"><img alt="Apple Store)" src="http://a248.e.akamai.net/7/248/2041/1441/as-images.apple.com/is/image/AppleInc/TS458?wid=326&amp;hei=326&amp;fmt=jpeg&amp;qlt=95&amp;op_sharpen=1&amp;resMode=bicub&amp;op_usm=0.5,0.5,0,0&amp;iccEmbed=0" width="326" height="326" /></a><p class="wp-caption-text">The Eco-Shield for iPhone (Image source: Apple Store)</p></div>
<blockquote><p>EcoShield is made of a hard-plastic derived from recycled plastic bottles, even the package is made of recycled paper and easily recyclable plastic. And though the EcoShield is one of the thinnest cases around, it offers protection second to none. With interior pads to protect the iPhone 3G, this case is the perfect choice for life on the go. It also includes an Agent 18 dock adapter, so you can dock your iPhone in any Universal Docking device without taking it out of the case.[<a href="http://store.apple.com/ca/product/TS458VC/A?fnode=home/shop_iphone/iphone_accessories/cases&amp;mco=MTMxMDUxNw">Apple Store</a>]</p></blockquote>
<p>Duane and I have lots in common, we&#8217;ve both had some brushes with the academic life, and we are very open in regards to what we discuss in our blogs. And we both love nachos and geekery <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  (although truth be told, I don&#8217;t think I could ever reach his Geek Master level &#8211; he could write the entire WordPress platform if he wanted to!)</p>
<p>One of the many things that I appreciate in Duane that I don&#8217;t think I tell him often enough is his interest in environmental issues. Just browse through <a href="http://duanestorey.com/category/environment/">his environment category</a> and you&#8217;ll find a lot of awesome tidbits. And he&#8217;s implemented lots of energy-saving features in his own home. As I told him in a recent tweet, he just got himself 500 Green Points <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>And if Duane decides to blog about the Eco-Shield, you&#8217;ll find a link back to his blog here. Hat tips to Duane for getting an Eco-Shield for his iPhone and for providing me with fertile ground for yet another blog post <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>EDIT &#8211; <a href="http://www.miss604.com/2008/07/a-vancouver-girls-guide-to-the-iphone-part-5.html">Rebecca reminded me of her post in her comment below</a>, a post that I actually had read, but overlooked the bit on the Eco-Shield&#8230;. oopsies <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  Nevertheless, just look at the Juicy Couture case for the iPhone and you&#8217;ll fall in love &#8230; And while I&#8217;m going back on posts, <a href="http://netchick.ca/archives/1175">Tanya had done a review of BodyGuardz</a> too]</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/06/28/i-will-not-be-buying-an-iphone/' rel='bookmark' title='I will NOT be buying an iPhone'>I will NOT be buying an iPhone</a></li>
<li><a href='http://hummingbird604.com/2008/07/26/i-actually-do-need-an-iphone/' rel='bookmark' title='I actually DO need an iPhone'>I actually DO need an iPhone</a></li>
<li><a href='http://hummingbird604.com/2009/11/28/tethering-on-an-iphone-for-pc/' rel='bookmark' title='Tethering on an iPhone for PC'>Tethering on an iPhone for PC</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/07/14/eco-shield-for-the-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accepting suggestions for my 1000th post</title>
		<link>http://hummingbird604.com/2008/07/11/accepting-suggestions-for-my-1000th-post/</link>
		<comments>http://hummingbird604.com/2008/07/11/accepting-suggestions-for-my-1000th-post/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 15:10:28 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[blogosphere]]></category>
		<category><![CDATA[friends]]></category>
		<category><![CDATA[geekifying myself]]></category>
		<category><![CDATA[personal life]]></category>
		<category><![CDATA[random thoughts]]></category>
		<category><![CDATA[Redesigning my blog]]></category>
		<category><![CDATA[Vancouver]]></category>
		<category><![CDATA[Vancouver Blogger Meetup]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[WordCamp]]></category>
		<category><![CDATA[WordCamp Fraser Valley]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[milestones]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=1139</guid>
		<description><![CDATA[I&#8217;ve been polishing the presentation for Fraser Valley WordCamp and in the process, I&#8217;ve come to realize that I am REALLY close to 1000 posts on WordPress (I lost 132 posts in the importing process, which was kind of awful, but oh well). Since I&#8217;m at 922 (this post included), I have been thinking of [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/08/05/my-1000th-post-how-web-20-has-changed-my-life/' rel='bookmark' title='My 1000th post &#8211; How Web 2.0 has changed my life'>My 1000th post &#8211; How Web 2.0 has changed my life</a></li>
<li><a href='http://hummingbird604.com/2008/01/29/i-need-a-new-cell-phone-so-im-accepting-suggestions/' rel='bookmark' title='I need a new cell phone, so I&#8217;m accepting suggestions'>I need a new cell phone, so I&#8217;m accepting suggestions</a></li>
<li><a href='http://hummingbird604.com/2008/06/22/the-wordpress-codex-refusing-to-read/' rel='bookmark' title='The WordPress Codex &#8211; Refusing to read :-)'>The WordPress Codex &#8211; Refusing to read :-)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been polishing the presentation for Fraser Valley WordCamp and in the process, I&#8217;ve come to realize that I am REALLY close to 1000 posts on WordPress (I lost 132 posts in the importing process, which was kind of awful, but oh well). Since I&#8217;m at 922 (this post included), I have been thinking of organizing a MargaritaCamp + NachoCamp + GinCamp to celebrate my 1000 posts.</p>
<p>At my current writing rate, I estimate that&#8217;s going to fall somewhere around the week of Blogathon, so I might have a middle of the week RaulCamp (or simply combine it with the Vancouver Bloggers Meetup!) because, after all, it&#8217;s all about me (inside joke, you&#8217;ll have to see the t-shirt to know what I&#8217;m talking about).</p>
<p>So, I&#8217;m opening the floor for suggestions for my 1000th post. I was actually thinking of holding it at a wifi-enabled site (like the Blackwater Cafe) or a bar so that we can celebrate the actual moment of pushing the &#8220;Publish&#8221; button on my WordPress Dashboard. Any interest in joining for said RaulCamp?</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/08/05/my-1000th-post-how-web-20-has-changed-my-life/' rel='bookmark' title='My 1000th post &#8211; How Web 2.0 has changed my life'>My 1000th post &#8211; How Web 2.0 has changed my life</a></li>
<li><a href='http://hummingbird604.com/2008/01/29/i-need-a-new-cell-phone-so-im-accepting-suggestions/' rel='bookmark' title='I need a new cell phone, so I&#8217;m accepting suggestions'>I need a new cell phone, so I&#8217;m accepting suggestions</a></li>
<li><a href='http://hummingbird604.com/2008/06/22/the-wordpress-codex-refusing-to-read/' rel='bookmark' title='The WordPress Codex &#8211; Refusing to read :-)'>The WordPress Codex &#8211; Refusing to read :-)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/07/11/accepting-suggestions-for-my-1000th-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reputation, academia and blogging</title>
		<link>http://hummingbird604.com/2008/07/08/reputation-academia-and-blogging/</link>
		<comments>http://hummingbird604.com/2008/07/08/reputation-academia-and-blogging/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 16:00:20 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[blogosphere]]></category>
		<category><![CDATA[personal life]]></category>
		<category><![CDATA[random thoughts]]></category>
		<category><![CDATA[academia]]></category>
		<category><![CDATA[career path]]></category>
		<category><![CDATA[consulting]]></category>
		<category><![CDATA[geeky]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=1121</guid>
		<description><![CDATA[Recently, I&#8217;ve been having discussions on the topic of reputation with friends of mine both who blog or who have online presences (the social media folks, developers, even non tech people who just enjoy blogging). Moreover, recent conversations with my friends who have offline lives (and don&#8217;t have blogs/or work in tech) have led me [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/07/30/developing-thicker-skin-in-academia-and-in-blogging/' rel='bookmark' title='Developing thicker skin in academia and in blogging'>Developing thicker skin in academia and in blogging</a></li>
<li><a href='http://hummingbird604.com/2008/12/01/the-slow-merging-of-my-two-worlds-academia-and-blogging/' rel='bookmark' title='The slow merging of my two worlds (academia and blogging)'>The slow merging of my two worlds (academia and blogging)</a></li>
<li><a href='http://hummingbird604.com/2008/05/13/different-models-of-feedback-academia-and-the-blogosphere/' rel='bookmark' title='Different models of feedback: Academia and the blogosphere'>Different models of feedback: Academia and the blogosphere</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Recently, I&#8217;ve been having discussions on the topic of reputation with friends of mine both who blog or who have online presences (the social media folks, developers, even non tech people who just enjoy blogging). Moreover, recent conversations with my friends who have offline lives (and don&#8217;t have blogs/or work in tech)  have led me to re-think my approach to blogging. I write the things I do, the restaurants I go to, the events I attend, I sometimes write about environmental issues, sometimes about public policy issues, and other times, simply about&#8230; not much, really. Just questions I have in my mind, sometimes geeky questions indeed.</p>
<p>I have been recently told about the positive reputation that my blog has been building (thanks for the positive feedback, by the way &#8211; I am glad that whomever reads my blog find it appealing), and I&#8217;m grateful for that. I like having people recognize that I have worked very hard to bring my blog to where it is and bring my tech expertise up (a goal I have not achieved all on my own, but with the help of many good friends &#8211; you know who you are, since we&#8217;ve talked about this at length).</p>
<p>But there is a part of me that sometimes thinks I should write more enviro-focused stuff, because that&#8217;s the industry within which I would like to be immersed. I am part of the Vancouver environmental community as I do have connections with environmental non-government organizations, consulting firms, some of my friends work for the BC and Canadian governments, etc.</p>
<p>However, I am also part of the social media/tech community, whether I admit it or not. I&#8217;ve been immersing so much in the technical and social aspects of Web 2.0 that it will be hard to extricate myself (and even then, I don&#8217;t WANT to extricate myself &#8211; I&#8217;ve met too many wonderful people to say now &#8220;<em>oh sorry you&#8217;re not an enviro-geek, we can&#8217;t be friends anymore</em>&#8221; &#8211; they never said &#8220;hey you&#8217;re not a social media/tech geek, so get out of our hair&#8221;, right?).</p>
<p>Nevertheless, I think I will need to go back to writing more environmental focus, more posts where my actual knowledge of the subject matter is perceived, and thus build a different sort of reputation. However, I am somewhat afraid that, by virtue of doing that, it would somehow preclude me from learning more about stuff that I find exciting, and also, would basically throw away everything I have achieved so far in social media.</p>
<p>*sigh* And then there&#8217;s the personal side of my blog. I wonder if that would affect any potential employers. Because, let&#8217;s face it, it probably would sound a bit self-absorbed to tell employers (potential) &#8220;<em>hey i have a blog, and it&#8217;s basically my random thoughts</em>&#8220;. Moreover, since I am planning to work in academia (if I can get a job as a professor, otherwise I&#8217;m happy to go to consulting), there&#8217;s also the conflict &#8211; &#8220;<em>do I let my students read my personal blog?</em>&#8221; (some of my former students actually do, and they have told me that they love it because it gives them a refreshing perspective on their professor).</p>
<p>So the thing is &#8211; I kind of want my cake and eat it. I want the professional (environmental expert, academic) reputation AND I want the social media (which can also be a career in-and-of-itself) reputation too. I want people to know that the Raul they read here is the Raul they&#8217;ve become friends with or the Raul who has given dozens of academic talks and published tonnes of academic papers. That, as Boris Mann put it very elegantly, I am the whole package. This blog, in many ways is the full me. And I want it to reflect also my academic side and my enviro-geek side.</p>
<p>There are several angles to examine this issue through. One is &#8211; <em>what exactly does Raul want to do</em> (since I didn&#8217;t undertake a PhD just to throw it away &#8211; I kind of want to use my training!). That&#8217;s a discussion for later. But one thing is for sure &#8211; if given the chance, I&#8217;d become an instructor/professor at a local university. No doubt.</p>
<p>The next issue that would need to be examined is &#8211; How would being an academic/professor/instructor affect my blogging? Good question. Haven&#8217;t thought about the answer yet. But some people over at the <a href="http://chronicle.com/free/v49/i39/39a01401.htm">Chronicle of Higher Education have</a>. And I have local friends who are academics and who have thought about the implications of their blogging for their academic careers.</p>
<p>I guess it comes down to yet again, a future that (while it looks promising) may be a challenge. But I have faith in my broad skills and portfolio. I think I can do a lot with what I have done. The mere blogging and learning more about social media will help me with enhancing my tools to disseminate the scholarly knowledge I develop. Of course, there&#8217;s the other side &#8211; if I go to consulting, I think I can apply my social media skills into developing new business and attracting new contracts given that I now have some sort of idea of how to put myself out there (the whole SEO, Google Page Rankand Technorati talks have crystalized, haven&#8217;t they! <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
<p>My scholarship is fairly decently recognized, I think. I have lots of research colleagues around the globe that I am sure enjoy the kind of research I do, and have some degree of faith in my ability to complete research projects and publish the results. However, I am also aware of the limited possibilities for academic jobs within the Metro Vancouver area (I would move to Victoria, but it would be SO hard&#8230; my life here is so good, and I&#8217;m 100% in love with my life as is here!).</p>
<p>At any rate, I recognize that this is quite a personal reflection, but also one that I don&#8217;t think I mind sharing with the blogosphere. Of course, feedback, comments and other reflections are most welcome.</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/07/30/developing-thicker-skin-in-academia-and-in-blogging/' rel='bookmark' title='Developing thicker skin in academia and in blogging'>Developing thicker skin in academia and in blogging</a></li>
<li><a href='http://hummingbird604.com/2008/12/01/the-slow-merging-of-my-two-worlds-academia-and-blogging/' rel='bookmark' title='The slow merging of my two worlds (academia and blogging)'>The slow merging of my two worlds (academia and blogging)</a></li>
<li><a href='http://hummingbird604.com/2008/05/13/different-models-of-feedback-academia-and-the-blogosphere/' rel='bookmark' title='Different models of feedback: Academia and the blogosphere'>Different models of feedback: Academia and the blogosphere</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/07/08/reputation-academia-and-blogging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To Tumblr or not to Tumblr? That is the question&#8230;</title>
		<link>http://hummingbird604.com/2008/07/03/to-tumblr-or-not-to-tumblr-that-is-the-question/</link>
		<comments>http://hummingbird604.com/2008/07/03/to-tumblr-or-not-to-tumblr-that-is-the-question/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 20:45:45 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[blogosphere]]></category>
		<category><![CDATA[food for thought]]></category>
		<category><![CDATA[geekifying myself]]></category>
		<category><![CDATA[random thoughts]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[Tumblr]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=1004</guid>
		<description><![CDATA[You know when you have these seemingly brilliant ideas and someone has already blogged about them? Yeah, that&#8217;s the feeling I have when writing about Tumblr. One of the most recent Web 2.0 (highly praised by my blogofriend Heather Watson), I heard about it for the first time at VIDFEST 2008, precisely from Heather (aka [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/07/29/not-a-supercrucial-post-but-need-to-ask-the-question-nonetheless/' rel='bookmark' title='Not a supercrucial post, but need to ask the question nonetheless'>Not a supercrucial post, but need to ask the question nonetheless</a></li>
<li><a href='http://hummingbird604.com/2009/02/01/public-policy-budget-prioritization-and-the-money-question/' rel='bookmark' title='Public policy, budget prioritization and the money question'>Public policy, budget prioritization and the money question</a></li>
<li><a href='http://hummingbird604.com/2008/02/07/question-period-how-has-citizenship-and-immigration-canada-touched-your-life/' rel='bookmark' title='QUESTION PERIOD: How has Citizenship and Immigration Canada touched your life?'>QUESTION PERIOD: How has Citizenship and Immigration Canada touched your life?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>You know when you have these seemingly brilliant ideas and someone has already blogged about them? Yeah, that&#8217;s the feeling I have when writing about <a href="http://www.tumblr.com">Tumblr</a>. One of the most recent Web 2.0 (highly praised by my blogofriend <a href="http://cvxn.tumblr.com">Heather Watson</a>), I heard about it for the first time at VIDFEST 2008, precisely from Heather (aka Hez). I then discovered that Jarrett also has a <a href="http://culturite.tumblr.com">Tumblr</a>. Then Dan mentioned he had a <a href="http://danudey.tumblr.com">Tumblr</a> too.</p>
<p>Last week I had the pleasure of meeting Ryan Nadel, who works in the journalism/film/media industry, at a lovely party hosted by <a href="http://www.ourfaves.com">Candice Faktor, of OurFaves.com</a>. This small gathering of good friends proved a great laboratory to have actually good conversations, and Ryan and I engaged on a discussion of Tumblr. Ryan does have a <a href="http://digitizedlife.tumblr.com/">Tumblr account</a>, and (to my surprise I might admit) I have found at least two other friends of mine who do.</p>
<p>Remember &#8211; I am not in media, nor journalism, nor public relations, nor tech per-se. I am a specialist in environmental studies who loves blogging. So, for me to hear about Tumblr, it was a bit like &#8220;<em>this is the new Twitter or the new Plurk</em>&#8220;.  It would seem to me as though Tumblr.com would be the place where I could synthesize all my online stuff (portfolio) and go from there. My friend Andy calls his Tumblr &#8220;<a href="http://apeatling.tumblr.com/">his brain dump</a>&#8220;.</p>
<p>My question is &#8211; <em>is that the direction in which Web 2.0 is going?</em> I am having a hard enough time with FriendFeed, BrightKite, and all that jazz. Not sure about how to feel about Tumblr. Any thoughts? Do I really want to get yet another Web 2.0 application? Particularly, <em>can I hear some thoughts from those of you who actually have Tumblr.com accounts?</em> Thanks.</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/07/29/not-a-supercrucial-post-but-need-to-ask-the-question-nonetheless/' rel='bookmark' title='Not a supercrucial post, but need to ask the question nonetheless'>Not a supercrucial post, but need to ask the question nonetheless</a></li>
<li><a href='http://hummingbird604.com/2009/02/01/public-policy-budget-prioritization-and-the-money-question/' rel='bookmark' title='Public policy, budget prioritization and the money question'>Public policy, budget prioritization and the money question</a></li>
<li><a href='http://hummingbird604.com/2008/02/07/question-period-how-has-citizenship-and-immigration-canada-touched-your-life/' rel='bookmark' title='QUESTION PERIOD: How has Citizenship and Immigration Canada touched your life?'>QUESTION PERIOD: How has Citizenship and Immigration Canada touched your life?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/07/03/to-tumblr-or-not-to-tumblr-that-is-the-question/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bloggers and geeks as superheroes</title>
		<link>http://hummingbird604.com/2008/07/03/bloggers-and-geeks-as-superheroes/</link>
		<comments>http://hummingbird604.com/2008/07/03/bloggers-and-geeks-as-superheroes/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 16:30:46 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[blogosphere]]></category>
		<category><![CDATA[food for thought]]></category>
		<category><![CDATA[geekifying myself]]></category>
		<category><![CDATA[random thoughts]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[superheroes]]></category>
		<category><![CDATA[superpowers]]></category>
		<category><![CDATA[t-shirts]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=1108</guid>
		<description><![CDATA[While having early dinner with Isabella a couple of weeks ago, we were discussing Vancouver Blogger Meetup business and we switched to the topic of metaphors. I have before discussed the distinction I make of bloggers and civilians, because in my mind I see that we as bloggers (and geeks) have a certain power that [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/01/18/of-bloggers-geeks-and-other-musings/' rel='bookmark' title='Of bloggers, geeks and other musings'>Of bloggers, geeks and other musings</a></li>
<li><a href='http://hummingbird604.com/2008/05/18/bloggers-are-people-we-do-what-we-do-and-then-we-blog-about-it/' rel='bookmark' title='Bloggers are people, we do what we do, and then we blog about it'>Bloggers are people, we do what we do, and then we blog about it</a></li>
<li><a href='http://hummingbird604.com/2008/05/15/the-intermediaries-talking-geekspeak-to-non-geeks/' rel='bookmark' title='The intermediaries: Talking geekspeak to non-geeks'>The intermediaries: Talking geekspeak to non-geeks</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>While having early dinner with Isabella a couple of weeks ago, we were discussing Vancouver Blogger Meetup business and we switched to the topic of metaphors. I have before discussed the distinction I make of bloggers and civilians, because in my mind I see that we as bloggers (and geeks) have a certain power that we ought to harness for the good of humanity (civilians).</p>
<p>While it remains true that I blog primarily for myself and for my own entertainment. I blog sometimes to provide entertainment to others (my friends, on and off the blogosphere, and in general, my readers). But mostly (and I am now more and more convinced after having immersed myself in the blogging for social change and sustainability sub-community), I think that my blog can be a tool for social change. I also believe that I can be an agent of change. That&#8217;s one of the things I aspire to do. I told this to <a href="http://www.givemeaning.com">Tom</a> at <a href="http://hummingbird604.com/2008/06/23/restaurant-review-the-brave-bull-east-hastings-clark/">SteakCamp</a>, being able to unleash the power of Web 2.0 and help enhance the reputation of a tiny little East Side restaurant was one of the primary reasons why I answered Buzz&#8217;s challenge.</p>
<p>Isabella and I had a really nice and long discussion on our roles as superhero bloggers, and our mission to help the society in which we are immersed. Along the same lines, we all have our superhero weakness, our kryptonite. In my case, the same thing that makes me powerful (my inner drive, my enthusiasm and energy, the speed at which I read, type, learn and understand) is what makes me weak (when I over-extend and push myself beyond my limits). It&#8217;s all about the balance, I think. I work hard and play hard.</p>
<p>This is partially a serious reflection and a funny tidbit that should tide me over to the next reflective post about myself. I also would like to follow up on the geek t-shirts and show you the one I found reflects exactly how I see myself as a blogger.</p>
<p><a href="http://www.thinkgeek.com/tshirts/popculture/a188/"><img src="http://www.thinkgeek.com/images/products/zoom/what_kind_of_hero.jpg" alt="hero geek t-shirt" /></a></p>
<p style="text-align:center;">Photo credit: All rights reserved by <a href="http://www.thinkgeek.com/tshirts/popculture/a188/">Think Geek</a></p>
<p>.</p>
<p>Now, if YOU were to think of yourself as a superhero, who would you be or what would you say is your superpower? Bear in mind that not only bloggers could be superheroes, civilians can also have their secret identity <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/01/18/of-bloggers-geeks-and-other-musings/' rel='bookmark' title='Of bloggers, geeks and other musings'>Of bloggers, geeks and other musings</a></li>
<li><a href='http://hummingbird604.com/2008/05/18/bloggers-are-people-we-do-what-we-do-and-then-we-blog-about-it/' rel='bookmark' title='Bloggers are people, we do what we do, and then we blog about it'>Bloggers are people, we do what we do, and then we blog about it</a></li>
<li><a href='http://hummingbird604.com/2008/05/15/the-intermediaries-talking-geekspeak-to-non-geeks/' rel='bookmark' title='The intermediaries: Talking geekspeak to non-geeks'>The intermediaries: Talking geekspeak to non-geeks</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/07/03/bloggers-and-geeks-as-superheroes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The CSS customization and going self-hosted &#8220;light&#8221;</title>
		<link>http://hummingbird604.com/2008/07/02/the-css-customization-and-going-self-hosted-light/</link>
		<comments>http://hummingbird604.com/2008/07/02/the-css-customization-and-going-self-hosted-light/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 16:12:40 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[geekifying myself]]></category>
		<category><![CDATA[Redesigning my blog]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[style sheets]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=1079</guid>
		<description><![CDATA[My WordPress-ification process has been quite intense, and it&#8217;s hard to juggle searching for a job, doing academic work, socializing AND trying to master WordPress. But right now I feel pretty good about it, and wouldn&#8217;t go back to the Blogger platform. The last time I posted something on Blogger I was actually kind of [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/06/22/the-wordpress-codex-refusing-to-read/' rel='bookmark' title='The WordPress Codex &#8211; Refusing to read :-)'>The WordPress Codex &#8211; Refusing to read :-)</a></li>
<li><a href='http://hummingbird604.com/2010/06/21/redesigning-hummingbird604-com/' rel='bookmark' title='Redesigning Hummingbird604.com'>Redesigning Hummingbird604.com</a></li>
<li><a href='http://hummingbird604.com/2008/07/11/accepting-suggestions-for-my-1000th-post/' rel='bookmark' title='Accepting suggestions for my 1000th post'>Accepting suggestions for my 1000th post</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>My WordPress-ification process has been quite intense, and it&#8217;s hard to juggle searching for a job, doing academic work, socializing AND trying to master <a href="http://www.wordpress.com">WordPress</a>. But right now I feel pretty good about it, and wouldn&#8217;t go back to the Blogger platform. The last time I posted something on Blogger I was actually kind of weirded out. &#8220;<em>WHOA. It&#8217;s like I&#8217;ve never used this</em>&#8220;.</p>
<p>This week (probably Thursday or Friday, as I want to stay away from the computer for a while), I am buying the CSS customization option for WordPress as I want to be able to tinker with the layout and the theme color scheme. <a href="http://hummingbird604.com/2008/06/22/the-wordpress-codex-refusing-to-read/">Since I&#8217;ve been previously known to avoid the WordPress Codex</a>, I figured this time I would follow the rules and go and read the Codex before I ask my friends &#8220;<em>how do I go about this&#8230;</em>&#8221;</p>
<p>Both <a href="http://www.miss604.com/2008/06/firefox3-themes.html">Rebecca</a> and <a href="http://apeatling.wordpress.com/2008/06/21/grapple-themes-for-firefox-3/">Andy</a> wrote recently about themes, and <a href="http://www.miss604.com/2008/06/updated-theme-for-summer-2008.html">Rebecca unveiled her awesome new theme just this week</a>. But to be quite honest, I still had one question in my mind &#8211; <em>what IS a theme?</em></p>
<blockquote><p><em>A WordPress Theme is a collection of files that work together to produce a graphical interface with an underlying unifying design for a weblog.</em>[<a href="http://codex.wordpress.org/Using_Themes">WP Codex-Themes</a>]</p></blockquote>
<p>Yeah. RIIIIIGHT. The preceding paragraph proceeded to explain what a theme is in WPGeekSpeak. That&#8217;s the point where I realized one of the things that I hadn&#8217;t done (shame on me) ever &#8211; CHECK THE GLOSSARY. So I went to the <a href="http://codex.wordpress.org/WordPress_Semantics">Codex WordPress lesson semantics</a>. <strong>Are themes the same as CSS?</strong> I have discovered that <em>no, they&#8217;re not</em>. I roamed around the glossary and semantics site for a while, and now I understand that by customizing the <a href="http://en.wikipedia.org/wiki/Cascading_Style_Sheets">CSS (Cascading Style Sheets)</a>, I will be able to define colors, layouts, etc. The theme is more overarching, then&#8230;</p>
<p>I may request help to customize my CSS, but I also want to learn how to change it myself, because I don&#8217;t want to be a fake geek. <strong>I like being a true geek, and I like to do my own stunts</strong>. I am well aware that asking for help is one of my challenges, but thankfully, being a computer geek is complicated enough that I am always willing to ask someone to give me a hand. So, I hope that soon enough, you&#8217;ll see a different color scheme, although it may be a while for a change in theme!</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/06/22/the-wordpress-codex-refusing-to-read/' rel='bookmark' title='The WordPress Codex &#8211; Refusing to read :-)'>The WordPress Codex &#8211; Refusing to read :-)</a></li>
<li><a href='http://hummingbird604.com/2010/06/21/redesigning-hummingbird604-com/' rel='bookmark' title='Redesigning Hummingbird604.com'>Redesigning Hummingbird604.com</a></li>
<li><a href='http://hummingbird604.com/2008/07/11/accepting-suggestions-for-my-1000th-post/' rel='bookmark' title='Accepting suggestions for my 1000th post'>Accepting suggestions for my 1000th post</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/07/02/the-css-customization-and-going-self-hosted-light/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Nerd Score = 99</title>
		<link>http://hummingbird604.com/2008/06/30/my-nerd-score-99/</link>
		<comments>http://hummingbird604.com/2008/06/30/my-nerd-score-99/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 01:24:20 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[geekifying myself]]></category>
		<category><![CDATA[random thoughts]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[nerdy]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=1095</guid>
		<description><![CDATA[Which technically means, I&#8217;m an Ultra Nerd. Hat tips to Dr. Beth Snow (I was browsing her &#8220;geek&#8221; category archives and came across this test). Now, you know you want to tell me &#8211; how nerdy are you? Related posts: Talk nerdy to me Being a superhero/comic nerd :) &#8211; Guest post by Jeffery Simpson [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/10/30/talk-nerdy-to-me/' rel='bookmark' title='Talk nerdy to me'>Talk nerdy to me</a></li>
<li><a href='http://hummingbird604.com/2008/07/26/being-a-superherocomic-nerd-guest-post-by-jeffery-simpson/' rel='bookmark' title='Being a superhero/comic nerd :) &#8211; Guest post by Jeffery Simpson'>Being a superhero/comic nerd :) &#8211; Guest post by Jeffery Simpson</a></li>
<li><a href='http://hummingbird604.com/2008/06/06/the-walk-score/' rel='bookmark' title='The Walk Score'>The Walk Score</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Which technically means, I&#8217;m an Ultra Nerd. Hat tips to <a href="http://drbethsnow.wordpress.com">Dr. Beth Snow</a> (I was browsing her &#8220;geek&#8221; category archives and came across this test).</p>
<p><a href="http://www.nerdtests.com/nq_ref.html"><br />
<img src="http://www.nerdtests.com/images/badge/803fa29cfcf300a4.gif" alt="I am nerdier than 99% of all people. Are you a nerd? Click here to find out!"></a></p>
<p>Now, you know you want to tell me &#8211; how nerdy are you?</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/10/30/talk-nerdy-to-me/' rel='bookmark' title='Talk nerdy to me'>Talk nerdy to me</a></li>
<li><a href='http://hummingbird604.com/2008/07/26/being-a-superherocomic-nerd-guest-post-by-jeffery-simpson/' rel='bookmark' title='Being a superhero/comic nerd :) &#8211; Guest post by Jeffery Simpson'>Being a superhero/comic nerd :) &#8211; Guest post by Jeffery Simpson</a></li>
<li><a href='http://hummingbird604.com/2008/06/06/the-walk-score/' rel='bookmark' title='The Walk Score'>The Walk Score</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/06/30/my-nerd-score-99/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Being a blogaholic&#8230;</title>
		<link>http://hummingbird604.com/2008/06/28/being-a-blogaholic/</link>
		<comments>http://hummingbird604.com/2008/06/28/being-a-blogaholic/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 21:09:13 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[blogosphere]]></category>
		<category><![CDATA[food for thought]]></category>
		<category><![CDATA[geekifying myself]]></category>
		<category><![CDATA[random thoughts]]></category>
		<category><![CDATA[geeky]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=1036</guid>
		<description><![CDATA[While having dinner with my very good friend LF at Burgoo on Main, we had an interesting conversation, worth recalling here now. In the past few months, blogging has become a passion for me. So much that I think I&#8217;ve become a blogaholic. I started reading blogs because my friends used them to keep me [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/06/08/being-a-workaholic-and-a-blogaholic/' rel='bookmark' title='Being a workaholic AND a blogaholic&#8230;'>Being a workaholic AND a blogaholic&#8230;</a></li>
<li><a href='http://hummingbird604.com/2009/03/30/congratulations-to-ianiv-and-arieanna-anniversary-and-a-new-little-blogaholic-coming/' rel='bookmark' title='Congratulations to Ianiv and Arieanna! Anniversary and a new little Blogaholic coming! :)'>Congratulations to Ianiv and Arieanna! Anniversary and a new little Blogaholic coming! :)</a></li>
<li><a href='http://hummingbird604.com/2008/07/03/to-tumblr-or-not-to-tumblr-that-is-the-question/' rel='bookmark' title='To Tumblr or not to Tumblr? That is the question&#8230;'>To Tumblr or not to Tumblr? That is the question&#8230;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>While <a href="http://hummingbird604.com/2008/06/21/restaurant-review-burgoo-bistro-main-street/">having dinner with my very good friend LF at Burgoo on Main</a>, we had an interesting conversation, worth recalling here now. In the past few months, blogging has become a passion for me. So much that I think I&#8217;ve become a blogaholic.</p>
<p>I started reading blogs because my friends used them to keep me up to date on what was going on in my life. I started blogging first because my brother did it. I blog because I love writing. I still do like my academic work, and I am passionate about environmental issues, about research, and about teaching. However, I also love social media and the new word that has opened to me. From new friends to attending events to getting swag to simply being recognized (someone recognized me at the Car Free Festival on Main Street &#8211; &#8220;<em>OH, so YOU are Hummingbird604! I do read your blog</em>&#8220;). Quite endearing, really.</p>
<p>But the truth of the matter is that, beyond that, I may seem like a blogaholic but I have never done things any other way. If I am going to take something on, I do it to the fullest. When I learned to play volleyball, I became passionate about it and tried to get as good and competitive as possible. When I learned to dance, I immersed myself in the salsa culture and danced until my feet hurt. When my father said that I needed to find out what exactly made me happy I embarked in a test-drive of many different careers. That has been both my philosophy and my way of going about things. DO THINGS TO THE MAX.</p>
<p>I thought to myself&#8230;&#8221;well, if I am going to be in the social media , I am going to learn how to do my own HTML tags. I want to be able to modify my own CSS. I want to learn how to increase my Google Page Rank, understand SEO, and more than anything, be able to use social media and the technology to <em>bridge the chasm between audience and data source</em>&#8230; As a researcher, I want to be able to understand the <strong>why</strong>. As a blogger interested in social media, I want to understand the the <strong>how</strong>.</p>
<p>I have found that when a topic touches an issue that I am interested in, I research and read about it obsessively. The Sarah Lacy/Mark Zuckerberg interview fiasco. The Emily Gould &#8211; Gawker blogging debacle. The whole issue with AP and charging for quotations. Bill C-61 and the lack of transparency of governmental policy decisions. The list goes on, and on, and on. It&#8217;s almost 2 AM on a Saturday night (when normal people are either asleep or getting home from the bar) and I am at my office working, and blogging.</p>
<p>So the questions that are currently on my mind are &#8230; <em>what is it that drives people to be workaholics (or blogaholics &#8211; or in my case, both)? What drives your inner competitive spirit? And what kind of trade-offs do we need to take into account before we dive in head on? I&#8217;d like to hear your thoughts. </em></p>
<p>[UPDATE - Having published the post, I almost forgot to mention that my friends Ianiv and Arieanna own the <a href="http://www.blogaholics.ca">Blogaholics.ca</a> domain - go check it out!]</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/06/08/being-a-workaholic-and-a-blogaholic/' rel='bookmark' title='Being a workaholic AND a blogaholic&#8230;'>Being a workaholic AND a blogaholic&#8230;</a></li>
<li><a href='http://hummingbird604.com/2009/03/30/congratulations-to-ianiv-and-arieanna-anniversary-and-a-new-little-blogaholic-coming/' rel='bookmark' title='Congratulations to Ianiv and Arieanna! Anniversary and a new little Blogaholic coming! :)'>Congratulations to Ianiv and Arieanna! Anniversary and a new little Blogaholic coming! :)</a></li>
<li><a href='http://hummingbird604.com/2008/07/03/to-tumblr-or-not-to-tumblr-that-is-the-question/' rel='bookmark' title='To Tumblr or not to Tumblr? That is the question&#8230;'>To Tumblr or not to Tumblr? That is the question&#8230;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/06/28/being-a-blogaholic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geek-wear: Funky t-shirts for your inner geek</title>
		<link>http://hummingbird604.com/2008/06/26/geek-wear-funky-t-shirts-for-your-inner-geek/</link>
		<comments>http://hummingbird604.com/2008/06/26/geek-wear-funky-t-shirts-for-your-inner-geek/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 18:00:11 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[blogosphere]]></category>
		<category><![CDATA[geekifying myself]]></category>
		<category><![CDATA[random thoughts]]></category>
		<category><![CDATA[geeky]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=1076</guid>
		<description><![CDATA[While enjoying the company of Rebecca, Arieanna, Nadia and Tod, we were joking about the various geeky t-shirts around (inspired by Tod&#8217;s awesome Web 2.0 t-shirt). Rebecca herself wrote an awesome post about girl geek t-shirts (or lack thereof?) If you have been reading my blog say, for the past year, you&#8217;ll know that I [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/10/24/geek-as-a-compliment/' rel='bookmark' title='Geek as a compliment'>Geek as a compliment</a></li>
<li><a href='http://hummingbird604.com/2011/02/21/wear-pink-shirt-day-vancouver-2011-feb-23rd/' rel='bookmark' title='Wear Pink Shirt Day Vancouver 2011 (Feb 23rd)'>Wear Pink Shirt Day Vancouver 2011 (Feb 23rd)</a></li>
<li><a href='http://hummingbird604.com/2008/11/19/barcamp-vancouver-2008-t-shirts/' rel='bookmark' title='BarCamp Vancouver 2008 t-shirts!'>BarCamp Vancouver 2008 t-shirts!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>While enjoying the company of Rebecca, Arieanna, Nadia and Tod, we were joking about the various geeky t-shirts around (inspired by <a href="http://www.flickr.com/photos/miss604/2611389193/">Tod&#8217;s awesome Web 2.0 t-shirt</a>). <a href="http://www.miss604.com/2008/02/geek-girl-tshirts-where-are-you.html">Rebecca herself wrote an awesome post about girl geek t-shirts</a> (or lack thereof?)</p>
<p>If you have been reading my blog say, for the past year, you&#8217;ll know that I have learned a lot from scratch and I don&#8217;t like anybody to do things for me, I prefer to learn how to do them. I appreciate the help of my geek friends but <a href="http://hummingbird604.com/2008/04/17/i-do-my-own-stunts/">I like to do my own stunts.</a> I want to be semi-geeky, if you might.<em> Don&#8217;t change my CSS, teach me how to do it.</em> That kind of stuff.</p>
<p>I can&#8217;t recall if it was Rebecca who commented that there might be a geek t-shirt that I could find for the phrase &#8220;I do my own stunts&#8221; but I couldn&#8217;t find it. Nevertheless, let me tell you what I DID find: a geek t-shirt that seems custom made for me (in case you didn&#8217;t know, my first degree is in chemical engineering).</p>
<p><a href="http://www.thinkgeek.com/tshirts/sciencemath/2891/zoom/"><img src="http://www.thinkgeek.com/images/products/zoom/caffeine.jpg" alt="think geek caffeine molecule" /></a><br />
Photo credit: <a href="http://www.thinkgeek.com/tshirts/sciencemath/2891/zoom/">Think Geek</a>.</p>
<p>[<em>SIDE NOTE - The molecular structure shown is that of caffeine</em>]</p>
<p>[<em>SIDE NOTE - To prove that I do my own stunts, instead of downloading the image to my Flickr and then linking to it, I found the image location myself and inserted all the appropriate tags to have the photo link back directly to ThinkGeek's website - how's that for geekifying myself!</em>]</p>
<p>So now, the question is on to YOU. <strong>What are your favorite geek t-shirts?</strong> Do you own any geek t-shirts?</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/10/24/geek-as-a-compliment/' rel='bookmark' title='Geek as a compliment'>Geek as a compliment</a></li>
<li><a href='http://hummingbird604.com/2011/02/21/wear-pink-shirt-day-vancouver-2011-feb-23rd/' rel='bookmark' title='Wear Pink Shirt Day Vancouver 2011 (Feb 23rd)'>Wear Pink Shirt Day Vancouver 2011 (Feb 23rd)</a></li>
<li><a href='http://hummingbird604.com/2008/11/19/barcamp-vancouver-2008-t-shirts/' rel='bookmark' title='BarCamp Vancouver 2008 t-shirts!'>BarCamp Vancouver 2008 t-shirts!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/06/26/geek-wear-funky-t-shirts-for-your-inner-geek/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>The move from WordPress.com to WordPress.org and self-hosting</title>
		<link>http://hummingbird604.com/2008/06/25/the-move-from-wordpresscom-to-wordpressorg-and-self-hosting/</link>
		<comments>http://hummingbird604.com/2008/06/25/the-move-from-wordpresscom-to-wordpressorg-and-self-hosting/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 21:30:17 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[blogosphere]]></category>
		<category><![CDATA[geekifying myself]]></category>
		<category><![CDATA[WordCamp]]></category>
		<category><![CDATA[WordCamp Fraser Valley]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[geeky]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=1037</guid>
		<description><![CDATA[My blog is looking nice and the header has been very well received. I blame social media superstar Rebecca Bollwitt for my wonderful new blog look, as she did a fantastic job with the header and the new layout, and the changes to the theme (only the ones that WP.com allows you). The discussion has [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/01/21/the-potential-move-from-blogger-to-wordpress/' rel='bookmark' title='The potential move from Blogger to WordPress'>The potential move from Blogger to WordPress</a></li>
<li><a href='http://hummingbird604.com/2008/07/07/i-want-to-convert-you-to-wordpress/' rel='bookmark' title='I want to convert you&#8230; to WordPress!'>I want to convert you&#8230; to WordPress!</a></li>
<li><a href='http://hummingbird604.com/2008/07/15/switching-to-wordpress-from-another-platform-what-do-you-want-to-hear/' rel='bookmark' title='Switching to WordPress from another platform: What do you want to hear?'>Switching to WordPress from another platform: What do you want to hear?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>My blog is looking nice and the header has been very well received. I blame social media superstar <a href="http://www.miss604.com">Rebecca Bollwitt</a> for my wonderful new blog look, as she did a fantastic job with the header and the new layout, and the changes to the theme (only the ones that WP.com allows you).</p>
<p>The discussion has been around with some of my geeky friends (of which, as <a href="http://www.tyleringram.com">Tyler Ingram</a> very properly said, I now have A LOT) and <a href="http://www.jkparker.ca">Karen Parker</a> suggested that I ask around all of you geeks who read my blog (particularly those who are self-hosted and/or WordPress Jedi Masters) about suggestions for self-hosting. With the new theme re-design, the increase in readership, my interest in being able to manipulate my own CSS, use plug-ins, customize my side-bars, etc., it appears as though the move to self-hosted would seem rather imminent. Which is kind of too bad since I already paid for the domain mapping. But whatever.</p>
<p>In the mean-time, while I decide what to do for self-hosting, etc., I&#8217;ve decided that I am going &#8220;self-hosting light&#8221; (as aptly named by Rebecca). I am going to buy the customization of my CSS. It&#8217;s been decided. That&#8217;s the only way I can change the color scheme in my blog.</p>
<p>To be quite honest, I am really enjoying the process of re-designing my blog and having a lot of fun while sharing it with the blogosphere, particularly because I have found that geeks are such a friendly bunch (of which I am now a part of, at least as a partial-geek &#8211; because, please do remember &#8211; I DO MY OWN STUNTS), and everyone is always offering to help. I am very grateful and very blessed.</p>
<p>And now on to the question&#8230;<strong>suggestions on the move?</strong> I know that everyone (and I&#8217;m not mentioning you by name because you know who YOU are) has been gently pushing me towards self-hosting, and giving me advice on the matter. I still have a myriad of questions &#8211; suggest providers/hosts?  2.6? *HELP!* <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Or maybe I should just wait until WordCamp Fraser Valley and have this conversation after the event? At any rate, do feel free to drop a comment.</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/01/21/the-potential-move-from-blogger-to-wordpress/' rel='bookmark' title='The potential move from Blogger to WordPress'>The potential move from Blogger to WordPress</a></li>
<li><a href='http://hummingbird604.com/2008/07/07/i-want-to-convert-you-to-wordpress/' rel='bookmark' title='I want to convert you&#8230; to WordPress!'>I want to convert you&#8230; to WordPress!</a></li>
<li><a href='http://hummingbird604.com/2008/07/15/switching-to-wordpress-from-another-platform-what-do-you-want-to-hear/' rel='bookmark' title='Switching to WordPress from another platform: What do you want to hear?'>Switching to WordPress from another platform: What do you want to hear?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/06/25/the-move-from-wordpresscom-to-wordpressorg-and-self-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FireFox 3.0 and del.icio.us are incompatible :(</title>
		<link>http://hummingbird604.com/2008/06/24/firefox-30-and-delicious-are-incompatible/</link>
		<comments>http://hummingbird604.com/2008/06/24/firefox-30-and-delicious-are-incompatible/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 16:25:33 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[geekifying myself]]></category>
		<category><![CDATA[random thoughts]]></category>
		<category><![CDATA[compatibility issues]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[geeky]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=1068</guid>
		<description><![CDATA[Everybody and their mother have been talking about FireFox 3.0, about how awesome it is, the page loads, etc. I would link to all of you guys (including many of my good awesome local blogger friends) but just about everybody has talked about the topic in one form or another, thus I&#8217;ll just assume it&#8217;s [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2007/11/02/safari-internet-explorer-and-firefox/' rel='bookmark' title='Safari, Internet Explorer and Firefox'>Safari, Internet Explorer and Firefox</a></li>
<li><a href='http://hummingbird604.com/2008/05/11/the-ecological-way-to-blog-flock-eco-edition/' rel='bookmark' title='The ecological way to blog: Flock Eco-Edition'>The ecological way to blog: Flock Eco-Edition</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Everybody and their mother have been talking about FireFox 3.0, about how awesome it is, the page loads, etc. I would link to all of you guys (including many of my good awesome local blogger friends) but just about everybody has talked about the topic in one form or another, thus I&#8217;ll just assume it&#8217;s public knowledge &#8211; FireFox 3.0 has been downloaded a gazillion (I think 3 million) times and we are all happy.</p>
<p>Or at least, I was&#8230; until I found out that&#8230; <strong>FireFox 3.0 and del.icio.us 1.2.1 are INCOMPATIBLE.</strong> [UPDATE - <a href="http://www.miss604.com/2008/06/firefox3-themes.html">Hat tips to Rebecca for the link to the proper site to download the del.icio.us extension</a> - But I still want to rant about how I wasted time on this! -- hehehe <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ]</p>
<p><a href="http://www.flickr.com/photos/rolexpv/2607214787/" title="FireFox incompatible del.icio.us by Raul P-V (Rolex), on Flickr"><img src="http://farm4.static.flickr.com/3277/2607214787_e670285ce0.jpg" width="500" height="225" alt="FireFox incompatible del.icio.us" /></a></p>
<p>FAIL. Despite the fact that, as Arieanna and others have properly pointed out, I am in virtually every Web 2.0 (sorry Trevor, I know you hate the phrase!) application, I didn&#8217;t have a del.icio.us account. So I couldn&#8217;t carry my bookmarks anywhere. This morning, I was going to bookmark the CIRA WHO-IS Privacy Policy website, and I thought to myself &#8220;<em>this is stupid. I should just get myself a del.icio.us account and tag this stuff and have my bookmarks be portable</em>&#8221; .</p>
<p><a href="http://www.flickr.com/photos/rolexpv/2608062680/" title="Delicious registration Raul by Raul P-V (Rolex), on Flickr"><img src="http://farm4.static.flickr.com/3248/2608062680_ac29b0f7c6.jpg" width="500" height="400" alt="Delicious registration Raul" /></a></p>
<p>Well, as it turns out, the most recent version of FireFox and del.icio.us are incompatible, at least the latest versions. Oh, goodie! Now I have to bookmark my stuff manually. Of course, you could tell me &#8220;<em>hey just install the bookmarklets</em>&#8220;. True that, I can do that, but what&#8217;s the purpose of having an extension that doesn&#8217;t work? GRRRR. I&#8217;m annoyed.</p>
<p><a href="http://www.flickr.com/photos/rolexpv/2607214729/" title="FireFox incompatible del.icio.us by Raul P-V (Rolex), on Flickr"><img src="http://farm3.static.flickr.com/2041/2607214729_7c604d6873.jpg" width="500" height="358" alt="FireFox incompatible del.icio.us" /></a></p>
<p>Ok. [/end rant]</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2007/11/02/safari-internet-explorer-and-firefox/' rel='bookmark' title='Safari, Internet Explorer and Firefox'>Safari, Internet Explorer and Firefox</a></li>
<li><a href='http://hummingbird604.com/2008/05/11/the-ecological-way-to-blog-flock-eco-edition/' rel='bookmark' title='The ecological way to blog: Flock Eco-Edition'>The ecological way to blog: Flock Eco-Edition</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/06/24/firefox-30-and-delicious-are-incompatible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The WordPress Codex &#8211; Refusing to read :-)</title>
		<link>http://hummingbird604.com/2008/06/22/the-wordpress-codex-refusing-to-read/</link>
		<comments>http://hummingbird604.com/2008/06/22/the-wordpress-codex-refusing-to-read/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 18:40:58 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[geekifying myself]]></category>
		<category><![CDATA[random thoughts]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[WordCamp]]></category>
		<category><![CDATA[WordCamp Fraser Valley]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[geeky]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=1039</guid>
		<description><![CDATA[Sometimes I wonder if my friends (particularly the new friends I&#8217;ve made through blogging) just shake their heads in disbelief. For all my interest in blogging and platforms, and CSS, and themes, and geek-speak, I rarely visit the WordPress Codex. I talk about it. I enjoy having drinks and discussing it. Yet I avoid at [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/07/02/the-css-customization-and-going-self-hosted-light/' rel='bookmark' title='The CSS customization and going self-hosted &#8220;light&#8221;'>The CSS customization and going self-hosted &#8220;light&#8221;</a></li>
<li><a href='http://hummingbird604.com/2008/07/15/switching-to-wordpress-from-another-platform-what-do-you-want-to-hear/' rel='bookmark' title='Switching to WordPress from another platform: What do you want to hear?'>Switching to WordPress from another platform: What do you want to hear?</a></li>
<li><a href='http://hummingbird604.com/2008/06/25/the-move-from-wordpresscom-to-wordpressorg-and-self-hosting/' rel='bookmark' title='The move from WordPress.com to WordPress.org and self-hosting'>The move from WordPress.com to WordPress.org and self-hosting</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Sometimes I wonder if my friends (particularly the new friends I&#8217;ve made through blogging) just shake their heads in disbelief. For all my interest in blogging and platforms, and CSS, and themes, and geek-speak, I rarely visit the <a href="http://codex.wordpress.org/WordPress_Lessons">WordPress Codex</a>. I talk about it. I enjoy having drinks and discussing it. Yet I avoid at all costs reading it. Why? Because I am a hands-on kind of guy.</p>
<p>I read blogs/news/books/journal articles/papers in a large, overview kind of approach, to help me understand the world. But if I want to use a piece of software, or a platform, my brain kind of shuts-off.  It took me all of ten minutes to absorb what <a href="http://www.miss604.com">Rebecca</a> did for my new theme (e.g. changing the header image, which is as far as WordPress.com will let you go). She showed me how to add text on my sidebar. Visually, it was a piece of cake. <a href="http://apeatling.wordpress.com">Andy</a> helped me fix the centering problem I was having with my photos. It took me all of ten minutes to understand what exactly he had done to help me with a theme that overrides the center tags. Piece of cake. Show me once, I can do it myself. <a href="http://kulpreetsingh.com/">Kulpreet</a> has also been always very helpful on Twitter giving me small bits of advice here and there.</p>
<p>However, the problem with me is that I am very visual when it comes to computers. I don&#8217;t like having to read to learn how to use a program or a platform. Show me how to do it. Don&#8217;t do it for me, let me do it myself. Do it along with me. So, if I could find someone who has digested the WordPress Codex and just sit down with him or her and get a tutorial (or two or three, however many I needed), then I&#8217;d be in WordPress bliss. But I am sure I am not going to get that pipe dream, so I am writing this post to encourage those of you who use WordPress and are in what I call the &#8220;intermediate&#8221; stages of geekification, to check the Codex.</p>
<p>And to my geeky friends whom I frequently ask questions re: WP &#8211; apologies in advance, but I&#8217;ll still keep asking you random questions about how to do this or that in WordPress. Hope you don&#8217;t mind <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/07/02/the-css-customization-and-going-self-hosted-light/' rel='bookmark' title='The CSS customization and going self-hosted &#8220;light&#8221;'>The CSS customization and going self-hosted &#8220;light&#8221;</a></li>
<li><a href='http://hummingbird604.com/2008/07/15/switching-to-wordpress-from-another-platform-what-do-you-want-to-hear/' rel='bookmark' title='Switching to WordPress from another platform: What do you want to hear?'>Switching to WordPress from another platform: What do you want to hear?</a></li>
<li><a href='http://hummingbird604.com/2008/06/25/the-move-from-wordpresscom-to-wordpressorg-and-self-hosting/' rel='bookmark' title='The move from WordPress.com to WordPress.org and self-hosting'>The move from WordPress.com to WordPress.org and self-hosting</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/06/22/the-wordpress-codex-refusing-to-read/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Out and about with Raul on a Friday</title>
		<link>http://hummingbird604.com/2008/06/21/out-and-about-with-raul-on-a-friday/</link>
		<comments>http://hummingbird604.com/2008/06/21/out-and-about-with-raul-on-a-friday/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 21:19:44 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[blogosphere]]></category>
		<category><![CDATA[Downtown]]></category>
		<category><![CDATA[drinks]]></category>
		<category><![CDATA[Gastown]]></category>
		<category><![CDATA[geekifying myself]]></category>
		<category><![CDATA[link love]]></category>
		<category><![CDATA[local events]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[Vancouver Blogger Meetup]]></category>
		<category><![CDATA[friends]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[tech community]]></category>
		<category><![CDATA[Vancouver]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=1032</guid>
		<description><![CDATA[Fridays are usually busy but this Friday was just a tad over the top. I think I spent more time with people in the tech/social media industry than I ever had in one single sitting. First, as usual, I put in a few hours of work, but also tried to do some blogging on the [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/06/26/green-thursday-raul-time-friday-and-easy-weekend/' rel='bookmark' title='Green Thursday, Raul time Friday and easy weekend'>Green Thursday, Raul time Friday and easy weekend</a></li>
<li><a href='http://hummingbird604.com/2008/04/04/spreading-the-link-love-on-a-rainy-friday/' rel='bookmark' title='Spreading the link love on a rainy Friday'>Spreading the link love on a rainy Friday</a></li>
<li><a href='http://hummingbird604.com/2008/09/09/upcoming-environmental-events-in-vancouver-september-2008/' rel='bookmark' title='Upcoming environmental events in Vancouver &#8211; September 2008'>Upcoming environmental events in Vancouver &#8211; September 2008</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Fridays are usually busy but this Friday was just a tad over the top. I think I spent more time with people in the tech/social media industry than I ever had in one single sitting. First, as usual, I put in a few hours of work, but also tried to do some blogging on the side, and chatted with my friend JT who is totally geeky and tekkie. However, my laptop screen was not behaving well, so I had to basically shut down at noon, which wasn&#8217;t all that bad since I had to go anyways.</p>
<p>I was invited by <a href="http://www.donatgroup.com/people/david-gratton">David Gratton</a> to come by and visit <a href="http://www.donatgroup.com">The Donat Group</a>. I had met <a href="http://www.donatgroup.com/people/rochelle-grayson">Rochelle Grayson</a> at a Tweetup and I read both David&#8217;s and Rochelle&#8217;s personal blogs, so it was a great chance to come by and see the kind of work that they do. I was shown a number of fun tools they develop, including SnipDev (for someone who is geekifying himself, there is no better fun than finding new ways to use technology to bring people together, which is one of the things that David, Rochelle and their group do). Good times.</p>
<p><a href="http://www.miss604.com">Rebecca</a> and I have been on a Mexican food roll, so we agreed to meet for lunch at La Casita in Gastown. Restaurant review forthcoming. I did miss a chance to hang out with <a href="http://www.jkparker.ca">Karen</a> as our schedules didn&#8217;t match up, but I&#8217;m sure we&#8217;ll hang out soon enough. Since Rebecca and I were both invited to the Strutta party we ended up going there for a couple of beers (free booze &#8211; who can refuse that?). I had a chance to bug <a href="http://blog.strutta.com">Jordan Behan</a> about not following me on Twitter (jokingly), but now <a href="http://bmannconsulting.com">Boris Mann</a> has created a mantra for me. See photo below (if you can&#8217;t read what the plastic glass says, it says &#8220;Follow Me on Twitter &#8211; hummingbird604). I took the joke in jest. As usual, <a href="http://flickr.com/photos/rolexpv/sets/72157605738237199/">I have LOTS of photos of the evening on my Flickr</a>. It was good to see a lot of my fellow bloggers/twitterers/friends from the tech community.</p>
<p><a href="http://www.flickr.com/photos/rolexpv/2597566241/" title="Strutta Friday! by Raul P-V (Rolex), on Flickr">
<p style="text-align:center;"><img class="aligncenter" src="http://farm4.static.flickr.com/3169/2597566241_04381c123f.jpg" width="500" height="375" alt="Strutta Friday!" /></p>
<p></a></p>
<p>Unfortunately I had to leave early as I was meeting with AF, NM and RO for Rock Band. I am in love with this thing. Hat tips and thanks to <a href="http://netchick.ca">Tanya</a> for those Rock Band invites with a bunch of friends, because I am now totally hooked. Usually when I hang out with Tanya and friends, I do a lot of vocals but I&#8217;ve begun to be more comfortable with bass (although I only play as high as medium). I got home at 4 am. Great times! NM and RO are always really fun to hang out with.</p>
<p>And to close off, here is one of my favorite songs from the many that we played last night: Wave of Mutilation. Hope you guys are having a great weekend, because mine is really busy (as always!). Darn. And I thought I was going to be non-booked. OOOPS.</p>
<p>[youtube=http://www.youtube.com/watch?v=U88t0JgawfY&amp;hl=en]</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/06/26/green-thursday-raul-time-friday-and-easy-weekend/' rel='bookmark' title='Green Thursday, Raul time Friday and easy weekend'>Green Thursday, Raul time Friday and easy weekend</a></li>
<li><a href='http://hummingbird604.com/2008/04/04/spreading-the-link-love-on-a-rainy-friday/' rel='bookmark' title='Spreading the link love on a rainy Friday'>Spreading the link love on a rainy Friday</a></li>
<li><a href='http://hummingbird604.com/2008/09/09/upcoming-environmental-events-in-vancouver-september-2008/' rel='bookmark' title='Upcoming environmental events in Vancouver &#8211; September 2008'>Upcoming environmental events in Vancouver &#8211; September 2008</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/06/21/out-and-about-with-raul-on-a-friday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thoughts on the re-design of my blog&#8217;s theme?</title>
		<link>http://hummingbird604.com/2008/06/21/thoughts-on-the-re-design-of-my-blogs-theme/</link>
		<comments>http://hummingbird604.com/2008/06/21/thoughts-on-the-re-design-of-my-blogs-theme/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 17:14:33 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[blogosphere]]></category>
		<category><![CDATA[random thoughts]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[WordCamp]]></category>
		<category><![CDATA[WordCamp Fraser Valley]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[theme redesign]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=1028</guid>
		<description><![CDATA[Dear all, I have a LOT of posts for your reading entertainment, but at the same time, I also would like to pause for a moment and listen to feedback from all of you, readers, fellow bloggers, random visitors&#8230; what do you guys think of my blog&#8217;s re-design? Rebecca was kind enough to spend time [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/06/24/my-new-header-with-thanks-to-miss604/' rel='bookmark' title='My new header, with thanks to Miss604 :-)'>My new header, with thanks to Miss604 :-)</a></li>
<li><a href='http://hummingbird604.com/2008/06/25/the-move-from-wordpresscom-to-wordpressorg-and-self-hosting/' rel='bookmark' title='The move from WordPress.com to WordPress.org and self-hosting'>The move from WordPress.com to WordPress.org and self-hosting</a></li>
<li><a href='http://hummingbird604.com/2010/03/31/design-currency-design-week-april-26th-to-30th/' rel='bookmark' title='Design Currency Design Week (April 26th to 30th)'>Design Currency Design Week (April 26th to 30th)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Dear all,</p>
<p>I have a LOT of posts for your reading entertainment, but at the same time, I also would like to pause for a moment and listen to feedback from all of you, readers, fellow bloggers, random visitors&#8230; what do you guys think of my blog&#8217;s re-design? <a href="http://www.miss604.com">Rebecca</a> was kind enough to spend time changing the theme of my site as I told her that I wanted a change (thanks Rebecca!).</p>
<p>Here are the changes if you want them in a summary, point-form (e.g. the elements I told Rebecca that were important to me in the re-design):<br />
- <strong>Narrower column for the text</strong>. Sometimes I write A LOT, and I don&#8217;t even realize it. I think that sometimes, readers may get tired from reading and that might not be a good idea. Yes, I know that content is everything and sometimes I need more space to develop an idea, but I think this looks crisper, cleaner.<br />
- <strong>Cleaner layout and top, header-type page alignment</strong>. That is, the pages (my &#8220;About Me&#8221; page and the &#8220;Some of my most popular posts&#8221; should be on the top, right below the header.<br />
- The header needs to have <strong>the hummingbird symbol</strong> that Rebecca kindly adapted for me.<br />
- I wanted the header image to look &#8216;<strong>geeky</strong>&#8216; (although this element has already sparked controversy).<br />
- I wanted to include the <strong>badge </strong>for WordCamp FraserValley 2008 on the side bar.</p>
<p>So, any thoughts on the theme re-design? Suggestions always welcome. Drop a comment. Thanks!</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/06/24/my-new-header-with-thanks-to-miss604/' rel='bookmark' title='My new header, with thanks to Miss604 :-)'>My new header, with thanks to Miss604 :-)</a></li>
<li><a href='http://hummingbird604.com/2008/06/25/the-move-from-wordpresscom-to-wordpressorg-and-self-hosting/' rel='bookmark' title='The move from WordPress.com to WordPress.org and self-hosting'>The move from WordPress.com to WordPress.org and self-hosting</a></li>
<li><a href='http://hummingbird604.com/2010/03/31/design-currency-design-week-april-26th-to-30th/' rel='bookmark' title='Design Currency Design Week (April 26th to 30th)'>Design Currency Design Week (April 26th to 30th)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/06/21/thoughts-on-the-re-design-of-my-blogs-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I guess I am in tech!</title>
		<link>http://hummingbird604.com/2008/06/18/i-guess-i-am-in-tech/</link>
		<comments>http://hummingbird604.com/2008/06/18/i-guess-i-am-in-tech/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 19:50:23 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[blogosphere]]></category>
		<category><![CDATA[geekifying myself]]></category>
		<category><![CDATA[link love]]></category>
		<category><![CDATA[liveblogging]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[Third Tuesday]]></category>
		<category><![CDATA[Vancouver Blogger Meetup]]></category>
		<category><![CDATA[VIDFEST 2008]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[geeky]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=1005</guid>
		<description><![CDATA[I&#8217;m usually reluctant to say that I am in PR (public relations) or in the tech industry, even in social media (Web 2.0) because I still think of myself as an environmental specialist. However, lately, I have been faced with questions from friends that I have made in the blogosphere who have asked me directly [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/06/21/out-and-about-with-raul-on-a-friday/' rel='bookmark' title='Out and about with Raul on a Friday'>Out and about with Raul on a Friday</a></li>
<li><a href='http://hummingbird604.com/2009/09/24/gmail-is-down-again-on-the-dependency-on-tech-tools/' rel='bookmark' title='GMail is down&#8230; again! On the dependency on tech tools'>GMail is down&#8230; again! On the dependency on tech tools</a></li>
<li><a href='http://hummingbird604.com/2008/07/07/vancouver-young-professionals-and-real-estate-tech-meetup-recap/' rel='bookmark' title='Vancouver Young Professionals and Real Estate Tech Meetup recap'>Vancouver Young Professionals and Real Estate Tech Meetup recap</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m usually reluctant to say that I am in PR (public relations) or in the tech industry, even in social media (Web 2.0) because I still think of myself as an environmental specialist. However, lately, I have been faced with questions from friends that I have made in the blogosphere who have asked me directly &#8220;<em>hey Raul, what&#8217;s going on in the tech world this week?</em>&#8221;</p>
<p>I guess that comes from my recent increased coverage of tech events, including <a href="http://hummingbird604.com/2008/05/21/vidfest-2008-vancouver-international-digital-festival-2008-is-now/">VIDFEST 2008</a>, <a href="http://hummingbird604.com/2008/05/22/blogger-relations-cossette-convergence-vidfest-2008-barefoot-trgovac-and-bollwitt/">Cossette Convergence 2008</a>, <a href="http://hummingbird604.com/2008/05/22/launch-party-vancouver-4-was-outstanding/">Launch Party IV</a>. Even the PR events (if you consider <a href="http://hummingbird604.com/2008/05/21/third-tuesday-may-2008-darren-barefoots-talk/">Third Tuesday a PR event</a>) have a tekkie component! Thus, I&#8217;ve come to accept that yeah, maybe I am in tech.</p>
<p>Moreover, this only comes to confirm what my friend HZ has told me all along: <strong>every time I launch a new endeavour, I follow through fully</strong>! And again, a substantial hat tip and thanks should be given to ALL MY BLOGOSPHERE friends, but especially Miss604 &#8211; <a href="http://www.miss604.com">Rebecca Bollwitt</a>, for helping me with my blog, for guiding me through a lot of stuff and simply, for her friendship. Thank you Rebecca.</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/06/21/out-and-about-with-raul-on-a-friday/' rel='bookmark' title='Out and about with Raul on a Friday'>Out and about with Raul on a Friday</a></li>
<li><a href='http://hummingbird604.com/2009/09/24/gmail-is-down-again-on-the-dependency-on-tech-tools/' rel='bookmark' title='GMail is down&#8230; again! On the dependency on tech tools'>GMail is down&#8230; again! On the dependency on tech tools</a></li>
<li><a href='http://hummingbird604.com/2008/07/07/vancouver-young-professionals-and-real-estate-tech-meetup-recap/' rel='bookmark' title='Vancouver Young Professionals and Real Estate Tech Meetup recap'>Vancouver Young Professionals and Real Estate Tech Meetup recap</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/06/18/i-guess-i-am-in-tech/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The strange life of a Geek-In-Training</title>
		<link>http://hummingbird604.com/2008/06/16/the-strange-life-of-a-geek-in-training/</link>
		<comments>http://hummingbird604.com/2008/06/16/the-strange-life-of-a-geek-in-training/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 18:49:31 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[blogosphere]]></category>
		<category><![CDATA[geekifying myself]]></category>
		<category><![CDATA[personal life]]></category>
		<category><![CDATA[random thoughts]]></category>
		<category><![CDATA[Vancouver]]></category>
		<category><![CDATA[geeky]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=992</guid>
		<description><![CDATA[I&#8217;ve blogging for two years, and for the past year, I&#8217;ve posted solidly between 2 and 6 posts every day. There are times when my traffic goes up, there are times when it goes down. However, in the strangest of events, my traffic WENT UP ON SUNDAY. Yes, you heard right. On Father&#8217;s Day. On [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/07/26/the-offline-life-of-an-online-geek/' rel='bookmark' title='The offline life of an online geek'>The offline life of an online geek</a></li>
<li><a href='http://hummingbird604.com/2008/06/26/geek-wear-funky-t-shirts-for-your-inner-geek/' rel='bookmark' title='Geek-wear: Funky t-shirts for your inner geek'>Geek-wear: Funky t-shirts for your inner geek</a></li>
<li><a href='http://hummingbird604.com/2008/05/18/the-clash-of-two-worlds-enviro-geek-or-social-media-geek/' rel='bookmark' title='The clash of two worlds: Enviro-geek or social media geek?'>The clash of two worlds: Enviro-geek or social media geek?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve blogging for two years, and for the past year, I&#8217;ve posted solidly between 2 and 6 posts every day. There are times when my traffic goes up, there are times when it goes down. However, in the strangest of events, my traffic WENT UP ON SUNDAY. Yes, you heard right. On Father&#8217;s Day. On Car Free Day. On one of the sunniest days we&#8217;ve had in a LONG, LONG TIME, and my traffic this Sunday beat the highest number of visits I had during the week. Why? Don&#8217;t ask me. Ask the blogosphere!</p>
<p>On another side note, I need to really get myself organized. I know that I&#8217;m on lots of things, but I haven&#8217;t managed to really organize all the online stuff I have. So I am &#8230;</p>
<p>On Twitter: <a href="http://www.twitter.com">@hummingbird604</a><br />
On Flickr: <a href="http://www.flickr.com/photos/rolexpv/">Rolex-PV (Raul)</a>t<br />
On YouTube: <a href="http://youtube.com/user/drhummingbird604">drhummingbird604</a><br />
On Vimeo: hummingbird604<br />
On Facebook: <em>NOPE &#8211; I am NOT on Facebook.</em><br />
On Pownce: <a href="http://pownce.com/hummingbird604/">hummingbird604</a><br />
On Plurk: <em>NOPE &#8211; I am NOT on Plurk.</em><br />
On Meetup.com: <a href="http://www.meetup.com/members/6496655/">Raul&#8217;s profile</a>.</p>
<p>I have an invite to Jaiku that I haven&#8217;t activated, and an invite to FriendFeed that I haven&#8217;t activated either. Am I missing something?</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/07/26/the-offline-life-of-an-online-geek/' rel='bookmark' title='The offline life of an online geek'>The offline life of an online geek</a></li>
<li><a href='http://hummingbird604.com/2008/06/26/geek-wear-funky-t-shirts-for-your-inner-geek/' rel='bookmark' title='Geek-wear: Funky t-shirts for your inner geek'>Geek-wear: Funky t-shirts for your inner geek</a></li>
<li><a href='http://hummingbird604.com/2008/05/18/the-clash-of-two-worlds-enviro-geek-or-social-media-geek/' rel='bookmark' title='The clash of two worlds: Enviro-geek or social media geek?'>The clash of two worlds: Enviro-geek or social media geek?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/06/16/the-strange-life-of-a-geek-in-training/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordCamp Fraser Valley 2008</title>
		<link>http://hummingbird604.com/2008/06/12/wordcamp-fraser-valley-2008/</link>
		<comments>http://hummingbird604.com/2008/06/12/wordcamp-fraser-valley-2008/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 01:27:13 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[blogosphere]]></category>
		<category><![CDATA[geekifying myself]]></category>
		<category><![CDATA[upcoming events]]></category>
		<category><![CDATA[WordCamp]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[geeky]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=961</guid>
		<description><![CDATA[Gary Jones from BlueFur invited me a while ago (after the very successful, and superbly organized WordCamp Vancouver 2008, by Tazzu) to speak at the first ever WordCamp Fraser Valley 2008 , and I was thrilled to accept. I really respect the work of Blue Fur and I&#8217;m very happy to contribute in any way [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/06/27/wordcamp-fraser-valley-and-coffeesnack-sponsorship/' rel='bookmark' title='WordCamp Fraser Valley and coffee/snack sponsorship'>WordCamp Fraser Valley and coffee/snack sponsorship</a></li>
<li><a href='http://hummingbird604.com/2008/08/16/wordcamp-san-francisco-2008/' rel='bookmark' title='WordCamp San Francisco 2008'>WordCamp San Francisco 2008</a></li>
<li><a href='http://hummingbird604.com/2008/07/17/wordcamp-fraser-valley-the-aftermath/' rel='bookmark' title='WordCamp Fraser Valley &#8211; The aftermath'>WordCamp Fraser Valley &#8211; The aftermath</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://bluefur.com">Gary Jones from BlueFur</a> invited me a while ago (after the very successful, and superbly organized WordCamp Vancouver 2008, by Tazzu) to speak at the first ever <a href="http://blog.bluefur.com/2008/06/12/wordcamp-fraser-valley/">WordCamp Fraser Valley 2008 </a>, and I was thrilled to accept. I really respect the work of Blue Fur and I&#8217;m very happy to contribute in any way I can. As a matter of fact, I owe a lot of the increase in my readership to WordPress-specific tools and tricks.</p>
<p style="text-align:center;"><a href="http://www.flickr.com/photos/niallkennedy/46572573/"><img class="aligncenter" src="http://farm1.static.flickr.com/25/46572573_a37d7792b5_d.jpg" alt="Matt Mullenweg" /></a></p>
<p style="text-align:center;">Matt Mullenweg in WordPress gear. Photo credit: <a href="http://www.flickr.com/photos/niallkennedy/46572573/">Niallkennedy</a> on Flickr.</p>
<p>The following is an abstract of the talk I&#8217;m going to give, hoping that it will be useful. I know for a fact that <a href="http://www.johnchow.com">John Chow</a> and <a href="http://www.miss604.com/2008/06/vancouver-social-media-scene-third-tuesday-and-wordpress-camp-fraser-valley.html">Rebecca Bollwitt (aka Miss604)</a> will be speaking too. This will be SO MUCH FUN!</p>
<p>Here&#8217;s the abstract of my talk:<strong>“I Switched to WordPress, and So Can You”</strong></p>
<blockquote><p>
<em>I started blogging on the Blogger platform for ease of use (and because several friends of mine were using it too!). On March 23rd, 2008, I took one of the best decisions in my burgeoning blogging career: <strong>I moved my blog entirely from Blogger to WordPress</strong>. Many bloggers seem afraid of taking the plunge and switching to WP. Currently, I blog primarily on the WordPress.com platform, and have enjoyed an increase in readership of over 300%. In this presentation, I will talk about my experience switching platforms, outline the advantages that I see in WordPress, and speak about the next steps I plan to take in the process of becoming a WP geek. <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </em></p></blockquote>
<p>I am, of course, open to any questions or comments you might want to include. I am sure that some of you might want me to post some video, being the owner of a Flip and having attended a Reachd.com awesome seminar. I will try to do at least some vlogging &#8211; most likely, I&#8217;ll be live-vlogging <a href="http://www.miss604.com">Rebecca</a>&#8216;s as she will be too busy giving her own talk to be able to vlog it!!! (but knowing Rebecca, she might even be able to live-blog/vlog her own part of the WordCamp!)</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/06/27/wordcamp-fraser-valley-and-coffeesnack-sponsorship/' rel='bookmark' title='WordCamp Fraser Valley and coffee/snack sponsorship'>WordCamp Fraser Valley and coffee/snack sponsorship</a></li>
<li><a href='http://hummingbird604.com/2008/08/16/wordcamp-san-francisco-2008/' rel='bookmark' title='WordCamp San Francisco 2008'>WordCamp San Francisco 2008</a></li>
<li><a href='http://hummingbird604.com/2008/07/17/wordcamp-fraser-valley-the-aftermath/' rel='bookmark' title='WordCamp Fraser Valley &#8211; The aftermath'>WordCamp Fraser Valley &#8211; The aftermath</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/06/12/wordcamp-fraser-valley-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Apple Store in Vancouver has done it right, I think</title>
		<link>http://hummingbird604.com/2008/06/01/the-apple-store-in-vancouver-has-done-it-right-i-think/</link>
		<comments>http://hummingbird604.com/2008/06/01/the-apple-store-in-vancouver-has-done-it-right-i-think/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 20:09:20 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[geekifying myself]]></category>
		<category><![CDATA[Apple Store]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[Vancouver]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=912</guid>
		<description><![CDATA[This will be a series of posts, as I can&#8217;t really recap my weekend all in one single post. Had the pleasure of meeting Duane, Rebecca and Chad for lunch at Wings (although I wasn&#8217;t really feeling in the mood for wings so I just had a little bit of a glass of beer). The [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2010/01/26/the-excitement-about-the-apple-tablet/' rel='bookmark' title='The excitement about the Apple Tablet'>The excitement about the Apple Tablet</a></li>
<li><a href='http://hummingbird604.com/2011/07/15/hp-touchpad-launch-at-hewlett-packard-vancouver-store/' rel='bookmark' title='HP TouchPad Launch at Hewlett Packard Vancouver Store'>HP TouchPad Launch at Hewlett Packard Vancouver Store</a></li>
<li><a href='http://hummingbird604.com/2008/07/14/eco-shield-for-the-iphone/' rel='bookmark' title='Eco-Shield for the iPhone'>Eco-Shield for the iPhone</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This will be a series of posts, as I can&#8217;t really recap my weekend all in one single post. Had the pleasure of meeting <a href="http://duanestorey.com">Duane</a>, <a href="http://www.miss604.com">Rebecca</a> and <a href="http://chadnantais.com">Chad</a> for lunch at Wings (although I wasn&#8217;t really feeling in the mood for wings so I just had a little bit of a glass of beer). The conversation revolved a lot around McLuhan, a topic that will be revisited down the road.</p>
<p>Afterwards, Duane suggested to mosey over to the Apple store in Pacific Centre. I have to say that, given that I am not an Apple/Mac user, it is kind of hard for me to understand the hype. However, since I have lots of geeky Mac friends, I wanted to check it out. Pleasantly impressed with the knowledge of the staff. This particular customer service representative spent a solid 30 minutes talking to us about Mac, and he seemed very knowledgeable. How would I know that? Well, because Duane (who IS very knowledgeable) and this guy chatted about all sorts of geeky stuff. I listened intently and learned a lot from this conversation.</p>
<p>Admittedly, if you are in it for the hottie factor, yes, the customer representatives are pretty hot&#8230; but they&#8217;re also very geeky&#8230; which only comes to demonstrate that geek is chic <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a href="http://www.flickr.com/photos/retrocactus/2518348511/">
<p style="text-align:center;"><img class="aligncenter" src="http://farm4.static.flickr.com/3100/2518348511_2f07de1b8b_d.jpg" alt="Apple" /></p>
<p></a><br />
Photo credit: <a href="http://www.flickr.com/photos/retrocactus/2518348511/">John Biehler</a> on Flickr. <a href="http://johnbiehler.com/2008/05/24/we-can-haz-apple-store-in-vancouver/">John has a great post on the Apple Store here</a>.</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2010/01/26/the-excitement-about-the-apple-tablet/' rel='bookmark' title='The excitement about the Apple Tablet'>The excitement about the Apple Tablet</a></li>
<li><a href='http://hummingbird604.com/2011/07/15/hp-touchpad-launch-at-hewlett-packard-vancouver-store/' rel='bookmark' title='HP TouchPad Launch at Hewlett Packard Vancouver Store'>HP TouchPad Launch at Hewlett Packard Vancouver Store</a></li>
<li><a href='http://hummingbird604.com/2008/07/14/eco-shield-for-the-iphone/' rel='bookmark' title='Eco-Shield for the iPhone'>Eco-Shield for the iPhone</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/06/01/the-apple-store-in-vancouver-has-done-it-right-i-think/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Natural beauty, friends and short updates</title>
		<link>http://hummingbird604.com/2008/05/30/natural-beauty-friends-and-short-updates/</link>
		<comments>http://hummingbird604.com/2008/05/30/natural-beauty-friends-and-short-updates/#comments</comments>
		<pubDate>Fri, 30 May 2008 18:27:47 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[False Creek]]></category>
		<category><![CDATA[friends]]></category>
		<category><![CDATA[geekifying myself]]></category>
		<category><![CDATA[Granville Island]]></category>
		<category><![CDATA[personal life]]></category>
		<category><![CDATA[random thoughts]]></category>
		<category><![CDATA[Vancouver]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[relaxation]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=909</guid>
		<description><![CDATA[This past couple of weeks, the weather in Vancouver has been fairly decent, and I&#8217;ve managed to take a few photos. With my recent scare (e.g. fainting spell), I just came to realize that I haven&#8217;t had a relaxed week/weekend in a long while. Thus, I figured I&#8217;d just use this short post to show [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/05/08/best-friends-always-stay-best-friends/' rel='bookmark' title='Best friends always stay best friends'>Best friends always stay best friends</a></li>
<li><a href='http://hummingbird604.com/2008/04/16/updates-to-about-me-page/' rel='bookmark' title='Updates to &#8220;About Me&#8221; page'>Updates to &#8220;About Me&#8221; page</a></li>
<li><a href='http://hummingbird604.com/2008/04/27/new-friends-online-adapting-to-the-new-normal/' rel='bookmark' title='New friends online: Adapting to the &#8220;new normal&#8221;'>New friends online: Adapting to the &#8220;new normal&#8221;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This past couple of weeks, the weather in Vancouver has been fairly decent, and I&#8217;ve managed to take a few photos. With my recent scare (e.g. fainting spell), I just came to realize that I haven&#8217;t had a relaxed week/weekend in a long while. Thus, I figured I&#8217;d just use this short post to show you some pretty pictures I took from the very rare occasions when I have taken relaxing, leisurely walks around Vancouver.</p>
<p>The first set is from brunch at Deep Cove&#8217;s Arm Reach Bistro with JT.</p>
<p style="text-align:center;"><img class="aligncenter" src="http://farm4.static.flickr.com/3132/2536952476_c794e31149_d.jpg" alt="DC1" /></p>
<p style="text-align:center;">The view from the parking lot of Panorama. Photo credit: JT.</p>
<p style="text-align:center;"><img class="aligncenter" src="http://farm4.static.flickr.com/3201/2536133051_d4f541eb43_d.jpg" alt="martini" /></p>
<p style="text-align:center;">Martinis @ Arms Reach Bistro, FTW! Photo credit: JT.</p>
<p>The second set is from brunch at The Nice Cafe and a long walk around the False Creek seawall, from the bridge crossing into Charleson Park to Granville Island and back (a walk I did with C and B).</p>
<p style="text-align:center;"><img class="aligncenter" src="http://farm3.static.flickr.com/2358/2524295483_96427dc9fc_d.jpg" alt="FC1" /></p>
<p style="text-align:center;">The view of Yaletown from False Creek. Photo credit: Me.</p>
<p>I rarely use the visual editor because I find it annoying, but I wanted to see if I could adjust the code for photo alignment and size. And yes, I&#8217;m doing much better (physically and in the process of geekification). Going to take it easy this weekend anyways.</p>
<p>EDIT &#8211; Hat tips to <a href="http://andyinlife.com">Andy</a> for fixing the code. I&#8217;m such a non geek <img src='http://hummingbird604.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/05/08/best-friends-always-stay-best-friends/' rel='bookmark' title='Best friends always stay best friends'>Best friends always stay best friends</a></li>
<li><a href='http://hummingbird604.com/2008/04/16/updates-to-about-me-page/' rel='bookmark' title='Updates to &#8220;About Me&#8221; page'>Updates to &#8220;About Me&#8221; page</a></li>
<li><a href='http://hummingbird604.com/2008/04/27/new-friends-online-adapting-to-the-new-normal/' rel='bookmark' title='New friends online: Adapting to the &#8220;new normal&#8221;'>New friends online: Adapting to the &#8220;new normal&#8221;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/05/30/natural-beauty-friends-and-short-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The highlights of my weekend so far</title>
		<link>http://hummingbird604.com/2008/05/24/the-highlights-of-my-weekend-so-far/</link>
		<comments>http://hummingbird604.com/2008/05/24/the-highlights-of-my-weekend-so-far/#comments</comments>
		<pubDate>Sat, 24 May 2008 15:36:51 +0000</pubDate>
		<dc:creator>Raul</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[socializing]]></category>

		<guid isPermaLink="false">http://hummingbird604.wordpress.com/?p=899</guid>
		<description><![CDATA[This weekend promises to be interesting, fun, and hopefully relaxing. I started this weekend on a high note, as I had celebratory lunch and dinner on Friday. Lunch with Phaedra was simply outstanding (Boneta review forthcoming) and dinner with DA and his parents at The Wolf and Hound (review forthcoming). I had the best time [...]
Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/07/14/vancouver-folk-festival-highlights-for-this-coming-weekend/' rel='bookmark' title='Vancouver Folk Festival highlights for this coming weekend'>Vancouver Folk Festival highlights for this coming weekend</a></li>
<li><a href='http://hummingbird604.com/2007/09/03/another-great-weekend-in-vancouver/' rel='bookmark' title='Another great weekend in Vancouver'>Another great weekend in Vancouver</a></li>
<li><a href='http://hummingbird604.com/2007/08/06/rounding-up-a-great-weekend/' rel='bookmark' title='Rounding up a great weekend :)'>Rounding up a great weekend :)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This weekend promises to be interesting, fun, and hopefully relaxing. I started this weekend on a high note, as I had celebratory lunch and dinner on Friday. Lunch with <a href="http://phaeds.blogspot.com">Phaedra</a> was simply outstanding (Boneta review forthcoming) and dinner with DA and his parents at The Wolf and Hound (review forthcoming).</p>
<p>I had the best time ever with Phaedra at Boneta, the food is simply excellent. I had never been and she had never been for lunch. The service was great, but the company was simply stellar. Photos are available on my Flickr account (she looks SO hot!)</p>
<p>Dinner with DA and his parents was also great, I had to switch my schedule around as they are only in town for a few days, but that worked out perfectly. Dessert at True Confections, it was simply a great evening.</p>
<p>Feeling slightly weird about the fact that I did not go to VIDFEST on Friday, but I really needed some time off. Plus, I happened to be downtown, so had a chance to hang out with <a href="http://www.miss604.com">Rebecca</a> for a bit, and meet Mom604 (who is as sweet in person as I imagined her).</p>
<p>Geeky notes &#8211; Apple store opening in Vancouver&#8217;s Pacific Centre. I am pretty sure many of my friends are going to show up at the launch, including (but not limited to) <a href="http://www.johnbiehler.com">John Biehler</a>, <a href="http://blogaholics.ca">Ianiv and Arieanna</a>, and several others (you can @ or DM on Twitter to let me know if you&#8217;re going). I am not feeling 100% energetic, but I want to hang out with John, Arieanna and Ianiv&#8230; what to do?</p>
<p>Related posts:<ol>
<li><a href='http://hummingbird604.com/2008/07/14/vancouver-folk-festival-highlights-for-this-coming-weekend/' rel='bookmark' title='Vancouver Folk Festival highlights for this coming weekend'>Vancouver Folk Festival highlights for this coming weekend</a></li>
<li><a href='http://hummingbird604.com/2007/09/03/another-great-weekend-in-vancouver/' rel='bookmark' title='Another great weekend in Vancouver'>Another great weekend in Vancouver</a></li>
<li><a href='http://hummingbird604.com/2007/08/06/rounding-up-a-great-weekend/' rel='bookmark' title='Rounding up a great weekend :)'>Rounding up a great weekend :)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hummingbird604.com/2008/05/24/the-highlights-of-my-weekend-so-far/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

