<?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>Edward Caissie &#187; Ideas</title>
	<atom:link href="http://edwardcaissie.com/tag/ideas/feed/" rel="self" type="application/rss+xml" />
	<link>http://edwardcaissie.com</link>
	<description>practicing habitual skills</description>
	<lastBuildDate>Mon, 14 May 2012 17:58:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-beta4-20738</generator>
		<item>
		<title>It&#8217;s The Little Things</title>
		<link>http://edwardcaissie.com/2012/05/its-the-little-things/</link>
		<comments>http://edwardcaissie.com/2012/05/its-the-little-things/#comments</comments>
		<pubDate>Tue, 08 May 2012 19:28:23 +0000</pubDate>
		<dc:creator>Edward Caissie</dc:creator>
				<category><![CDATA[Philosophies]]></category>
		<category><![CDATA[Edward Caissie]]></category>
		<category><![CDATA[Ideas]]></category>

		<guid isPermaLink="false">http://edwardcaissie.com/?p=1901</guid>
		<description><![CDATA[Some may say &#8220;don&#8217;t sweat the details&#8221; and I would reply, &#8220;but it&#8217;s the little things that make it great&#8221;. The attention paid to the finer details of code will always play an important part in how well the code works. The documentation written to excess will only serve to better explain the code down [...]]]></description>
			<content:encoded><![CDATA[<p>Some may say &#8220;don&#8217;t sweat the details&#8221; and I would reply, &#8220;but it&#8217;s the little things that make it great&#8221;.</p>
<p>The attention paid to the finer details of code will always play an important part in how well the code works. The documentation written to excess will only serve to better explain the code down the road when updates and improvements are made. This is not to mention the great benefits it will also serve when other developers start working with the code.</p>
<p>Almost anyone can write good code, it really doesn&#8217;t take much with today&#8217;s search tools and the wealth of knowledge shared in the developer communities, but &#8230;</p>
<p>&#8230; sweating the details is what great code is all about; and this new project is being kept to this basic tenet.</p>
<p style='text-align:left'>&copy; 2012, <a href='http://edwardcaissie.com'>Edward Caissie</a>. All rights reserved. </p>
]]></content:encoded>
			<wfw:commentRss>http://edwardcaissie.com/2012/05/its-the-little-things/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beginning A New Project</title>
		<link>http://edwardcaissie.com/2012/05/beginning-a-new-project/</link>
		<comments>http://edwardcaissie.com/2012/05/beginning-a-new-project/#comments</comments>
		<pubDate>Wed, 02 May 2012 15:48:46 +0000</pubDate>
		<dc:creator>Edward Caissie</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Edward Caissie]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Teaser]]></category>

		<guid isPermaLink="false">http://edwardcaissie.com/?p=1892</guid>
		<description><![CDATA[Although I have been considering this idea for some time I only just recently started putting code to (digital) paper on a new project &#8230; and, yes, it is WordPress related. What can I say? I really enjoy working with the platform. Now, the reasons I am writing this here: I am still available for [...]]]></description>
			<content:encoded><![CDATA[<p>Although I have been considering this idea for some time I only just recently started putting code to (digital) paper on a new project &#8230; and, yes, it is <a title="WordPress-dot-org" href="http://wordpress.org/">WordPress</a> related. What can I say? I really enjoy working with the platform.</p>
<p>Now, the reasons I am writing this here:</p>
<ul>
<li>I am still available for other projects &#8230; just letting everyone know this one is important, too.</li>
<li>I am approaching this project from an entirely new view point</li>
<li>I know this will be good for the community</li>
<li>I know this will be good for myself</li>
</ul>
<p>Once I am satisfied most of the features are working in a stable alpha-code state I will be looking for some adventurous individuals &#8230;</p>
<p>&#8230; but, what is this new project?! Stay tuned for more information.</p>
<p style='text-align:left'>&copy; 2012, <a href='http://edwardcaissie.com'>Edward Caissie</a>. All rights reserved. </p>
]]></content:encoded>
			<wfw:commentRss>http://edwardcaissie.com/2012/05/beginning-a-new-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code Documentation</title>
		<link>http://edwardcaissie.com/2012/04/code-documentation/</link>
		<comments>http://edwardcaissie.com/2012/04/code-documentation/#comments</comments>
		<pubDate>Fri, 20 Apr 2012 15:49:55 +0000</pubDate>
		<dc:creator>Edward Caissie</dc:creator>
				<category><![CDATA[Philosophies]]></category>
		<category><![CDATA[Edward Caissie]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://edwardcaissie.com/?p=1874</guid>
		<description><![CDATA[Some may say the code is the documentation ... and others may reply with the documentation is the code. I believe both are true; and, more importantly, they are not mutually exclusive.
Good UX is not solely in the realm of the end-user.]]></description>
			<content:encoded><![CDATA[<p>Some may say the code is the documentation &#8230; and others may reply with the documentation is the code. I believe both are true; and, more importantly, they are <strong>not</strong> mutually exclusive.</p>
<p>First off, the code quality should be (if possible) in a format that is easily (human) readable. The idea is to provide the person looking at the source code an easy-to-follow layout as well as providing sensible separations between the various code structures.</p>
<p>The code should also be semantically written using naming conventions that help explain why each code construct exists, as well as providing an appropriate indication of what the code will do.</p>
<p>The above two ideas do not preclude the requirement for document blocks to be also included as appropriate in the code, as well as additional code comments explaining specific details that may not be readily apparent from reading the code.</p>
<p>Essentially, the point of view I recommend with documentation is quite simple:</p>
<p>Imagine it is six months later and you did not write the code yourself. Does the documentation you provided properly explain the who, what, where, when , and why of the code? &#8230; because in six months time, if you have not been working with the code all along, it will likely be just like you never wrote the code in the first place. Now, imagine what another developer would be going through.</p>
<blockquote><p>Good <abbr title="user experience">UX</abbr> is not solely in the realm of the end-user.</p></blockquote>
<p>Most importantly, write the inline documentation when developing the code. You will find it much easier to write the documentation while you develop the code versus going back after the fact and writing it then.</p>
<p>Also, I find it much easier to focus on the task at hand if I do the document framing (read: basic outline) prior to writing the first code structure. Ideally this will also provide the scope of the code as well.</p>
<p style='text-align:left'>&copy; 2012, <a href='http://edwardcaissie.com'>Edward Caissie</a>. All rights reserved. </p>
]]></content:encoded>
			<wfw:commentRss>http://edwardcaissie.com/2012/04/code-documentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coding Standards</title>
		<link>http://edwardcaissie.com/2012/03/coding-standards/</link>
		<comments>http://edwardcaissie.com/2012/03/coding-standards/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 19:57:20 +0000</pubDate>
		<dc:creator>Edward Caissie</dc:creator>
				<category><![CDATA[Philosophies]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Standards]]></category>

		<guid isPermaLink="false">http://edwardcaissie.com/?p=1809</guid>
		<description><![CDATA[Over the last 15 or so years, I have learned many things about writing code; about documenting code; and, about providing support for this same code, too. Coding Standards When writing code, I make every effort to keep a consistently structured format with the use of white-space, tabs, etc. This helps to provide clear delineation [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last 15 or so years, I have learned many things about writing code; about documenting code; and, about providing support for this same code, too.</p>
<p><strong>Coding Standards</strong></p>
<p>When writing code, I make every effort to keep a <strong>consistently structured format</strong> with the use of white-space, tabs, etc. This helps to provide clear delineation of code elements and structures, but more so it provides easier to read code. If code is easy to read, it is easier to understand.</p>
<p>In my opinion, this is a hallmark of quality code. I cannot recommend strongly enough how important it is to keep a project&#8217;s code consistently structured, formatted, and documented. If this is not consistent, it could easily give an impression the project itself is not consistent &#8230; or worse, flawed?! It&#8217;s also much easier to edit well structured code.</p>
<p>My structuring convention, since I tend to focus on <a title="WordPress-dot-org" href="http://wordpress.org/">WordPress</a> related projects, is very similar to the coding standard documented on their codex page: <a title="WordPress Coding Standards" href="http://codex.wordpress.org/WordPress_Coding_Standards">WordPress Coding Standards</a>.</p>
<p>A project&#8217;s code should also implement a <strong>consistent version number convention</strong>. This can be as simple or detailed as you want but I would recommend it also have its own explanatory documentation.</p>
<p>For example, a recent article I read regarding the <a title="Semantic Versioning Specification" href="http://semver.org/">Semantic Versioning Specification</a> provides &#8220;a simple set of rules and requirements that dictate how version numbers are assigned and incremented.&#8221; I&#8217;ll likely be adopting this, or a very similar specification for my projects.</p>
<p>Another important coding standard is using a <strong>consistent naming convention</strong>:</p>
<blockquote><p>In computer programming, a <strong>naming convention</strong> is a set of rules for choosing the character sequence to be used for identifiers which denote variables, types and functions etc. in source code and documentation.<br />
<a href="http://en.wikipedia.org/wiki/Naming_conventions_(programming)"><cite>Wikipedia &#8211; Naming Conventions (programming)</cite></a></p></blockquote>
<p>The keys to quality coding standards are these:</p>
<ul>
<li>adopting and/or creating <strong>documented specifications</strong>; and,</li>
<li>being <em><strong>consistent</strong></em> in how they are applied.</li>
</ul>
<h6>Look for more upcoming <a title="Philosophies Series" href="http://edwardcaissie.com/category/philosophies/">posts in this series</a> &#8230; next up: code documentation; followed by, code support.</h6>
<p style='text-align:left'>&copy; 2012, <a href='http://edwardcaissie.com'>Edward Caissie</a>. All rights reserved. </p>
]]></content:encoded>
			<wfw:commentRss>http://edwardcaissie.com/2012/03/coding-standards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Honesty</title>
		<link>http://edwardcaissie.com/2012/01/honesty/</link>
		<comments>http://edwardcaissie.com/2012/01/honesty/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 15:45:08 +0000</pubDate>
		<dc:creator>Edward Caissie</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Quotes]]></category>

		<guid isPermaLink="false">http://edwardcaissie.com/?p=1771</guid>
		<description><![CDATA[The more honesty a man has, the less he affects the air of a saint. Johann Kaspar Lavater &#169; 2012, Edward Caissie. All rights reserved.]]></description>
			<content:encoded><![CDATA[<blockquote><p>The more honesty a man has, the less he affects the air of a saint.<br />
<cite><a href="http://en.wikipedia.org/wiki/Johann_Kaspar_Lavater" title="Lavater @ Wikipedia">Johann Kaspar Lavater</a></cite></p></blockquote>
<p style='text-align:left'>&copy; 2012, <a href='http://edwardcaissie.com'>Edward Caissie</a>. All rights reserved. </p>
]]></content:encoded>
			<wfw:commentRss>http://edwardcaissie.com/2012/01/honesty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conspiracy Is Optimistic!</title>
		<link>http://edwardcaissie.com/2011/12/conspiracy-is-optimistic/</link>
		<comments>http://edwardcaissie.com/2011/12/conspiracy-is-optimistic/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 19:44:22 +0000</pubDate>
		<dc:creator>Edward Caissie</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Quotes]]></category>

		<guid isPermaLink="false">http://edwardcaissie.com/?p=1746</guid>
		<description><![CDATA[Conspiracy is optimistic! You can shoot the bastards! We can have a revolution! Steve Jobs &#8211; Wired, February 1996 &#169; 2011 &#8211; 2012, Edward Caissie. All rights reserved.]]></description>
			<content:encoded><![CDATA[<blockquote><p>Conspiracy is optimistic! You can shoot the bastards! We can have a revolution!<br />
<cite><a href="http://en.wikipedia.org/wiki/Steve_Jobs" title="Steve Jobs - Wikipedia">Steve Jobs</a> &#8211; <a href="http://www.wired.com/wired/archive/4.02/jobs_pr.html">Wired, February 1996</a></cite></p></blockquote>
<div class="aside-toggler closed"><span class="open-aside my-thoughts">To see My Thoughts click here</span><span class="close-aside my-thoughts">Read My Thoughts later</span>
                         </div><div class="bnsia aside my-thoughts closed"><br />
I could not help but think: wow! I know I have been quoting a lot of Steve Jobs recently (I really like quotes from interesting people) which have been arriving in my inbox via a subscription to DailyLit&#8217;s &#8220;The Wisdom of (Steve) Jobs&#8221; Click on <a href="http://www.dailylit.com/invite?book=the-wisdom-of-steve-jobs&#038;hash=dd65bb0d588c5b0472d099dbd97942c0&#038;source=inst" title="DailyLit Invite Link - The Wisdom of (Steve) Jobs">this link to DailyLit</a> if you would like to receive these in your inbox.<br />
</div><script type="text/javascript">
            /* <![CDATA[ */
            jQuery( document ).ready( function(){
                jQuery( ".aside-toggler" ).click( function(){
                    jQuery( this ).toggleClass( "open" ).toggleClass( "closed" ).next( ".aside" ).slideToggle( "slow", function(){
                        jQuery( this ).toggleClass( "open" ).toggleClass( "closed" );
                    });
                });
            });
            /* ]]&gt; */
            </script>
<p style='text-align:left'>&copy; 2011 &#8211; 2012, <a href='http://edwardcaissie.com'>Edward Caissie</a>. All rights reserved. </p>
]]></content:encoded>
			<wfw:commentRss>http://edwardcaissie.com/2011/12/conspiracy-is-optimistic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordCamp Toronto 2011 Takeaway</title>
		<link>http://edwardcaissie.com/2011/11/wordcamp-toronto-2011-takeaway/</link>
		<comments>http://edwardcaissie.com/2011/11/wordcamp-toronto-2011-takeaway/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 22:50:03 +0000</pubDate>
		<dc:creator>Edward Caissie</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[Edward Caissie]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Toronto]]></category>
		<category><![CDATA[WordCamp]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://edwardcaissie.com/?p=1685</guid>
		<description><![CDATA[Although WordCamp Toronto 2011 was last weekend there were several ideas I will be taking away from it in regards to future development, best practices, as well as some interesting concepts and discussions. To keep it simple I&#8217;m just going to list these items (with their inspiration): Install MultiSite for use with Theme Demos (Ron [...]]]></description>
			<content:encoded><![CDATA[<p>Although <a href="http://2011.toronto.wordcamp.org/">WordCamp Toronto 2011</a> was last weekend there were several ideas I will be taking away from it in regards to future development, best practices, as well as some interesting concepts and discussions. To keep it simple I&#8217;m just going to list these items (with their inspiration):</p>
<ul>
<li>Install MultiSite for use with Theme Demos (<a href="http://twitter.com/#!/wpmuguru">Ron</a> and <a href="http://twitter.com/#!/andrea_r">Andrea</a> Rennick)</li>
<li>Look into <a href="http://phonegap.com/">PhoneGap</a> to make HTML5 WebApps for the iPhone * Review <a href="http://www.sencha.com/products/touch/">Sencha Touch</a> as well (<a href="http://topquark.com/">Trevor Mills</a>)</li>
<li>Review all of my Themes to add a &#8216;description&#8217; parameter to the <a href="http://codex.wordpress.org/Function_Reference/register_sidebar"><em>register_sidebar</em></a> and <a href="http://codex.wordpress.org/Function_Reference/register_sidebars"><em>register_sidebars</em></a> definitions * Update the codex, too, if it is not done yet (<a href="http://jeremyclarke.org/">Jeremy Clarke</a>)</li>
<li>Monetize What You Do (<a href="http://thisismyurl.com/">Christopher Ross</a>)</li>
<li>Develop &#8220;site&#8221; plugin(s) (<a href="http://r3df.com/">Rick Radko</a>)</li>
<li>Use inline documentation * PHPDoc (<a href="http://www.chipbennett.net/">Chip Bennett</a>)</li>
<li>Review <a href="http://codex.wordpress.org/Function_Reference/do_action"><em>do_action</em></a> and <a href="http://codex.wordpress.org/Function_Reference/apply_filters"><em>apply_filters</em></a> in place of conditional function checks (<a href="http://www.chipbennett.net/">Chip Bennett</a>)</li>
</ul>
<p>There were many more ideas and great pieces of advice, as well as some really sound tips and suggestions through the day (which I simply made myself comfortable in the Developer track for the duration).</p>
<p>The above were just the ones I specifically made note of (literally using the &#8220;Sticky Notes&#8221; program).  Don&#8217;t ask me why I didn&#8217;t use <a href="http://evernote.com">EverNote</a> at the time, but all of the above are now listed in an EverNote list for future reference and recollections.</p>
<p>Some of these ideas I am already putting into action, such as the inline documentation in a <a href="http://en.wikipedia.org/wiki/PHPDoc">PHPDoc</a> style; some items I had already been looking at; and others are more as reminders to keep thinking about what can be done.</p>
<p>Just like my site tagline at <a href="http://wpfirstaid.com">WPFirstAid</a>: It&#8217;s WordPress &#8230; anything is possible!</p>
<p style='text-align:left'>&copy; 2011, <a href='http://edwardcaissie.com'>Edward Caissie</a>. All rights reserved. </p>
]]></content:encoded>
			<wfw:commentRss>http://edwardcaissie.com/2011/11/wordcamp-toronto-2011-takeaway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Power of a Punctuated Yet</title>
		<link>http://edwardcaissie.com/2011/05/the-power-of-a-punctuated-yet/</link>
		<comments>http://edwardcaissie.com/2011/05/the-power-of-a-punctuated-yet/#comments</comments>
		<pubDate>Wed, 25 May 2011 20:29:20 +0000</pubDate>
		<dc:creator>Edward Caissie</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[Ideas]]></category>

		<guid isPermaLink="false">http://edwardcaissie.com/?p=1501</guid>
		<description><![CDATA[Adding "yet" to a statement can create potential.]]></description>
			<content:encoded><![CDATA[<p>Adding &#8220;yet&#8221; to a statement can create potential. Just think of what you can accomplish by adding this word (with a comma) to a simple statement. You might also notice doing so will often change a negative into a positive. For example:</p>
<blockquote><p>I am not a guitar virtuoso, yet.</p></blockquote>
<p>Let&#8217;s try one with an exclamation mark:</p>
<blockquote><p>You have never seen an <a title="World Rat Day 2010" href="http://edwardcaissie.com/2010/04/world-rat-day-2010/">Easter Rat</a>, yet!</p></blockquote>
<p>Now, let&#8217;s really punch it up and add an ellipsis (&#8230;) to the mix:</p>
<blockquote><p><a title="WordPress" href="http://wordpress.org/">WordPress</a> does not run every website &#8230; yet!</p></blockquote>
<p>Aside from the little bit of whimsy above, what examples can you think of to generate great positive potential with a little word and a bit of punctuation?</p>
<p style='text-align:left'>&copy; 2011, <a href='http://edwardcaissie.com'>Edward Caissie</a>. All rights reserved. </p>
]]></content:encoded>
			<wfw:commentRss>http://edwardcaissie.com/2011/05/the-power-of-a-punctuated-yet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.2-beta1</title>
		<link>http://edwardcaissie.com/2011/05/wordpress-3-2-beta-1/</link>
		<comments>http://edwardcaissie.com/2011/05/wordpress-3-2-beta-1/#comments</comments>
		<pubDate>Thu, 12 May 2011 13:28:02 +0000</pubDate>
		<dc:creator>Edward Caissie</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://edwardcaissie.com/?p=1455</guid>
		<description><![CDATA[WordPress 3.2-beta1 released ... have a look; less is more.]]></description>
			<content:encoded><![CDATA[<p>I saw the <a title="... the first 3.2 beta release hit the ground." href="http://wpdevel.wordpress.com/2011/05/12/a-couple-of-hours-ago-the-first-3-2/">wpdevel announcement</a> in my email this morning and also in the news block in the Administration Panels of the sites I check every morning.; and, as per my usual routine, I jumped right into upgrading to this latest <a title="Nightly Builds" href="http://wordpress.org/download/nightly/">nightly version</a>.</p>
<p>Here is an excerpt from the <a title="WordPress 3.2, Beta 1" href="http://wordpress.org/news/2011/05/wordpress-3-2-beta-1/">official post on dot-org</a> announcing this release:</p>
<blockquote><p>It seems like just yesterday that we released WordPress 3.1, but it’s actually been almost three months. We’ve spent that time putting together a new release focused on performance improvements, and are ready for our first beta testers!</p>
<p>As always, this is software still in development and <strong>we don’t recommend that you run it on a production site</strong> — set up a test site just to play with the new version. If you break it (find a bug), please report it, and if you’re a developer, try to help us fix it.</p></blockquote>
<p>One of the big items in WordPress 3.2 is the &#8220;fullscreen&#8221; editor for writing posts and pages &#8230; and I have to admit that I was not really expecting to make use of it, but as I write this post as a trial-run I am quite impressed! Kudos to the developers on this new feature. It may take some getting used to but I think it has a great deal of potential.</p>
<p>If you would like to update your WordPress self-hosted web site to the latest nightly build and help out with the testing, or simply just have some fun with the new features, please take a moment to read the article I wrote <a title="WordPress 3.1-beta" href="http://edwardcaissie.com/2010/12/wordpress-3-1-beta/">here</a> for reference.</p>
<p>To make this specific to this latest version you will have to make a small modification to the the process, it’s very simple:</p>
<ol>
<li>Open the /wp-includes/version.php file in core to edit.*</li>
<li>Change (~ line 25) <code><code></code>$wp_version = '3.2-alpha';<br />
</code></li>
<li>Go to your Administration Panel of your WordPress installation.</li>
<li>Scroll to the bottom of the page and click on the “stay updated” link in the bottom-right corner. (Refresh the page if the link is not there.)</li>
</ol>
<p>Enjoy!</p>
<div class="aside-toggler open"><span class="open-aside nota-bene">To see the <em>Nota Bene</em> click here.</span><span class="close-aside nota-bene">Nota Bene</span>
                         </div><div class="bnsia aside nota-bene open">* This is one of the very few and extremely rare instances where I would ever suggest editing a core WordPress file. I do not recommend this for anyone that is not familiar with how to make a correct back-up of their installation; and, how to re-install WordPress if the world falls in on their heads.</div>
<p style='text-align:left'>&copy; 2011, <a href='http://edwardcaissie.com'>Edward Caissie</a>. All rights reserved. </p>
]]></content:encoded>
			<wfw:commentRss>http://edwardcaissie.com/2011/05/wordpress-3-2-beta-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Internet Vote</title>
		<link>http://edwardcaissie.com/2011/04/the-internet-vote/</link>
		<comments>http://edwardcaissie.com/2011/04/the-internet-vote/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 13:31:37 +0000</pubDate>
		<dc:creator>Edward Caissie</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[Edward Caissie]]></category>
		<category><![CDATA[Ideas]]></category>

		<guid isPermaLink="false">http://edwardcaissie.com/?p=1435</guid>
		<description><![CDATA[Vote Responsibly!]]></description>
			<content:encoded><![CDATA[<p><a href="http://VoteNet.ca"><img class="alignleft" src="http://openmedia.ca/sites/openmedia.ca/files/Vote_SupportingBadge_Teal_100x100.png" alt="" /></a><a href="http://www.elections.ca/content.aspx?section=ele&amp;document=index&amp;dir=41ge&amp;lang=e">Election Day</a> is soon upon us; and, one of the key issues is the matter of Internet access and pricing policies of service providers.</p>
<p><a href="http://openmedia.ca/">OpenMedia.ca</a> has been working hard to champion the cause of bringing this information to light so voters can make an informed decision with their next federal election vote. To that point, a <a href="http://openmedia.ca/conservatives">letter to the Conservative Party</a> representative in your local riding can be sent from their site. Here is the boilerplate text of the letter (please note you are able to change this at their site):</p>
<blockquote><p>The Conservative Party of Canada is the one party that has not responded to the Digital Future Survey put out by OpenMedia.ca. Canadians want to learn more about where all the parties stand on rising Internet fees. By refusing to answer us, you are leaving voters in the dark.</p>
<p>When your party stood up against the pay meter on our Internet this winter I thought you were on our side. In flippantly dismissing the Digital Future Survey, the Conservatives are giving the cold shoulder not only to the half-a-million Canadians who signed the Stop The Meter petition, but to all voters concerned with Canada’s digital future. Please put pressure on your party leaders to respond to citizens, and clarify the Conservative vision for Canada&#8217;s digital future.</p>
<p>Your party&#8217;s positions (or lack thereof) on key Internet issues will help guide my voting decision.</p>
<p>Right now you have a unique opportunity to let voters know where you stand, and I want to hear from you.</p>
<p>I want to know that, if elected, you will stop the pay meter on our Internet and work to increase Internet access, competition, transparency, and choice. And I want to know how.</p>
<p>Please become a pro-Internet candidate, and ask your party to let citizens in on the Conservative plan for Canada&#8217;s digital future.</p></blockquote>
<p>Vote Responsibly!</p>
<p style='text-align:left'>&copy; 2011, <a href='http://edwardcaissie.com'>Edward Caissie</a>. All rights reserved. </p>
]]></content:encoded>
			<wfw:commentRss>http://edwardcaissie.com/2011/04/the-internet-vote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

