<?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>John Charlton Web Design</title>
	<atom:link href="http://johncharlton.ca/feed/" rel="self" type="application/rss+xml" />
	<link>http://johncharlton.ca</link>
	<description>Everything You Need For Your Website</description>
	<lastBuildDate>Sat, 02 Mar 2013 16:10:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Adding Line Breaks in WordPress</title>
		<link>http://johncharlton.ca/adding-line-breaks-in-wordpress/</link>
		<comments>http://johncharlton.ca/adding-line-breaks-in-wordpress/#comments</comments>
		<pubDate>Tue, 15 May 2012 20:11:49 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://johncharlton.ca/?p=462</guid>
		<description><![CDATA[<p>WordPress is a great platform to build websites with, but it can be frustrating to add something as simple as a line break. This is because the visual editor strips them out as fast as you can add them.</p> <p>As with most problems that one encounters related to WordPress, someone has figured out a solution. [...]]]></description>
				<content:encoded><![CDATA[<p>WordPress is a great platform to build websites with, but it can be frustrating to add something as simple as a line break. This is because the visual editor strips them out as fast as you can add them.</p>
<p>As with most problems that one encounters related to WordPress, someone has figured out a solution. In this case, Tim Reynolds has created a small plugin that preserves line breaks by using the short code <br /> instead of the normal html &lt;br /&gt;. Brilliant! Thanks Tim. But if you want to use the shortcode, you need to install the plugin.</p>
<p>Here it is: <a href="http://wordpress.org/extend/plugins/line-break-shortcode/">Line Break Shortcode</a></p>
]]></content:encoded>
			<wfw:commentRss>http://johncharlton.ca/adding-line-breaks-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linking Images in WordPress</title>
		<link>http://johncharlton.ca/linking-images-in-wordpress/</link>
		<comments>http://johncharlton.ca/linking-images-in-wordpress/#comments</comments>
		<pubDate>Wed, 02 May 2012 21:10:37 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://johncharlton.ca/?p=420</guid>
		<description><![CDATA[<p>Some people have a hard time understanding the Add Image dialog box used to upload images to WordPress. It is important to get this right as it will effect the quality of your blog posts and pages. To add a photo to WordPress, first place your cursor inside the WordPress editor where you want the [...]]]></description>
				<content:encoded><![CDATA[<p>Some people have a hard time understanding the Add Image dialog box used to upload images to WordPress. It is important to get this right as it will effect the quality of your blog posts and pages. To add a photo to WordPress, first place your cursor inside the WordPress editor where you want the image to be uploaded to. </p>
<p><img src="http://johncharlton.ca/wp-content/uploads/upload-insert.jpg" alt=""  width="110" height="26" class="alignleft size-full wp-image-421" />Next click the Add Media button next to the words Upload/Insert. This opens the Add Media dialog box.</p>
<p>Once the image has finished uploading the box expands to show you various options as follows:</p>
<p><span id="more-420"></span></p>
<p><img src="http://johncharlton.ca/wp-content/uploads/Add-Media-Dialog-Box.jpg" alt="" title="Add Media Dialog Box" width="550" height="581" class="alignnone size-full wp-image-423" /></p>
<p><strong>Title</strong><br />
The first thing to change is the file name. In my attached example, the file name was Allan-Short.jpg, but this is the title tag for the image so I want to change Allan-Short to Allan Short so that when someone hovers over the image, they will see the name without the dashes. You can change this to anything you like, so for instance you might say of this photo, Photograph by Allan Short.</p>
<p><strong>Alternate Text </strong><br />
If filled out, this text will be read by screen readers for people with poor vision who use these devices to help them browse. The alt text will also show instead of the picture if visitors have their images turned off.</p>
<p><strong>Caption</strong><br />
If you add a caption, it will appear underneath the image, often inside a border that stretches around both the image and the caption. Not necessary, but sometimes useful, especially if you are wrapping text either to the right or left around the image.</p>
<p><strong>Description</strong><br />
Leave this blank. Put text on the page instead.</p>
<p><strong>Link URL</strong><br />
The second thing you want to check is the Link URL which determines how the image is linked. There are three choices, but really you only have to choose between the first two.</p>
<ol>
<li><strong>None</strong> &#8211; This means the image isn&#8217;t linked to anything. If the picture you have uploaded is about the same size as it will be used on the page, then no need to link it. This is the correct choice for this image for exactly that reason.</li>
<li><strong>File URL</strong> &#8211; This means the image is linked to the original full size version of the uploaded file. Usually you would use this to link a regular sized image to an enlargement. If you have a light box plugin installed, this action will overlay the enlargement above the current page.</li>
<li><strong>Attachment Post URL</strong> &#8211; Don&#8217;t use this one. This opens the same image on a new page. Totally useless.</li>
</ol>
<p><strong>Alignment</strong></p>
<ul>
<li>Choose None for placing the image on its own line.</li>
<li>Choose Left to have the text which follows the image float around the right side of the image</li>
<li>Choose Center to center the image on its own line</li>
<li>Choose Right to have the text which follows the image float around the left side of the image</li>
</ul>
<p><strong>Size</strong></p>
<p>When you upload the image to the site, it resizes the image and stores multiple versions for you to use. Under size, select the most appropriate image size from the choices offered.</p>
<p>When you&#8217;re ready, click Insert Into Post to place the image.</p>
<p><strong>Sticky Settings</strong><br />
The other thing to know about the Add Media Dialog box is that it remembers the last settings you used so you may have to adjust these each time you upload an image. For instance, if you chose to center the image, it will remember that the next time you upload a photo and until you choose something different.</p>
<p>Knowing what each setting is for and why really helps when uploading images. If you have questions, let me know, I will do my best to walk you through it.</p>
<blockquote><p>If you found this post useful, you may also be interested in an earlier post I wrote on <a href="http://johncharlton.ca/linking-a-pdf-in-wordpress/">Linking a PDF in WordPress</a>.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://johncharlton.ca/linking-images-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2012 Entrepreneurial Spirit Award</title>
		<link>http://johncharlton.ca/2012-entrepreneurial-spirit-award/</link>
		<comments>http://johncharlton.ca/2012-entrepreneurial-spirit-award/#comments</comments>
		<pubDate>Sun, 29 Apr 2012 15:33:57 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Photos]]></category>
		<category><![CDATA[Recognition]]></category>

		<guid isPermaLink="false">http://johncharlton.ca/?p=389</guid>
		<description><![CDATA[<p>I am very pleased to report that I have won a Trent Hills &#038; District Business Excellence Award in the category Entrepreneurial Spirit sponsored by Welch LLP. </p> <p>The award recognizes a small business or home office with three or less employees and operating more than three years, demonstrating excellence in one of more category: [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://johncharlton.ca/wp-content/uploads/2012/04/2012-Entrepeneur-Award.jpg"><img src="http://johncharlton.ca/wp-content/uploads/2012/04/2012-Entrepeneur-Award-275x365.jpg" alt="2012 Entrepreneurial Spirit Award" title="2012 Entrepreneurial Spirit Award" width="275" height="365" class="alignright size-medium wp-image-390" /></a>I am very pleased to report that I have won a Trent Hills &#038; District Business Excellence Award in the category Entrepreneurial Spirit sponsored by Welch LLP. </p>
<p>The award recognizes a small business or home office with three or less employees and operating more than three years, demonstrating excellence in one of more category: customer service, job creation, workplace environment, growth in business, product quality, new and innovative products, service or manufacturing techniques.</p>
<p>Congratulations to the Trent Hills &#038; District Chamber of Commerce for putting on an excellent awards ceremony last night at Island Park in Campbellford.</p>
]]></content:encoded>
			<wfw:commentRss>http://johncharlton.ca/2012-entrepreneurial-spirit-award/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Entrepreneurial Spirit</title>
		<link>http://johncharlton.ca/entrepreneurial-spirit/</link>
		<comments>http://johncharlton.ca/entrepreneurial-spirit/#comments</comments>
		<pubDate>Fri, 13 Apr 2012 21:04:47 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Photos]]></category>
		<category><![CDATA[Recognition]]></category>

		<guid isPermaLink="false">http://johncharlton.ca/?p=379</guid>
		<description><![CDATA[<p class="wp-caption-text">Photo by Jenna Neilson</p> <p>Today I was asked by the Trent Hills &#38; District Chamber of Commerce to pose for this photo showing me accepting my nomination for the 2012 &#8220;Entrepreneurial Spirit Award for Small Business&#8221; from Chamber President Schelle Holmes.</p> <p>Will I win? Heck I don&#8217;t know, but it sure is nice to [...]]]></description>
				<content:encoded><![CDATA[<div id="attachment_380" class="wp-caption alignleft" style="width: 285px"><a href="http://johncharlton.ca/wp-content/uploads/2012/04/Chamber-Nomination-photo-2012.jpg"><img class="size-medium wp-image-380" title="John Charlton receiving nomination from Schelle Holmes" src="http://johncharlton.ca/wp-content/uploads/2012/04/Chamber-Nomination-photo-2012-275x328.jpg" alt="" width="275" height="328" /></a><p class="wp-caption-text">Photo by Jenna Neilson</p></div>
<p>Today I was asked by the Trent Hills &amp; District Chamber of Commerce to pose for this photo showing me accepting my nomination for the 2012 &#8220;Entrepreneurial Spirit Award for Small Business&#8221; from Chamber President Schelle Holmes.</p>
<p>Will I win? Heck I don&#8217;t know, but it sure is nice to be nominated.</p>
<p>Thanks to everyone who has been so supportive of my small business.</p>
]]></content:encoded>
			<wfw:commentRss>http://johncharlton.ca/entrepreneurial-spirit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DynamicWP Contact Form</title>
		<link>http://johncharlton.ca/dynamicwp-contact-form/</link>
		<comments>http://johncharlton.ca/dynamicwp-contact-form/#comments</comments>
		<pubDate>Sat, 10 Mar 2012 17:06:37 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://johncharlton.ca/?p=370</guid>
		<description><![CDATA[<p>Looking for a nice WordPress contact form that will stay in front of your visitors eyes until the moment they need it? </p> <p>Try DynamicWP Contact Form. Worked great for me right out of the box. Click once to open. The form slides out from the left viewport border. Click again to close. The contact [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://johncharlton.ca/wp-content/uploads/2012/03/ajax-contact.jpg" alt="" title="DynamicWP Contact Form button" width="49" height="180" class="alignleft size-full wp-image-371" />Looking for a nice WordPress contact form that will stay in front of your visitors eyes until the moment they need it? </p>
<p>Try <a href="http://www.dynamicwp.net/plugins/dynamicwp-contact-form-version-1-2/">DynamicWP Contact Form</a>. Worked great for me right out of the box. Click once to open. The form slides out from the left viewport border. Click again to close. The contact button stays in a fixed position on the viewport as you scroll down the page.</p>
<p>This Ajax based plugin includes a simple anti-spam question and room for links to various social network pages. </p>
]]></content:encoded>
			<wfw:commentRss>http://johncharlton.ca/dynamicwp-contact-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Calling</title>
		<link>http://johncharlton.ca/windows-calling/</link>
		<comments>http://johncharlton.ca/windows-calling/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 20:24:36 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://johncharlton.ca/?p=359</guid>
		<description><![CDATA[<p>Just got a call from someone claiming to be from &#8220;Windows&#8221;. They wanted to let me know there was a problem with my computer. </p> <p>They started by telling me to look for the Windows key on my keyboard. The one with the four flags on it, they said. When I told them there was [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://johncharlton.ca/wp-content/uploads/2012/01/windows.jpg"><img src="http://johncharlton.ca/wp-content/uploads/2012/01/windows.jpg" alt="" title="Windows" width="150" height="132" class="alignright size-full wp-image-361" /></a>Just got a call from someone claiming to be from &#8220;Windows&#8221;. They wanted to let me know there was a problem with my computer. </p>
<p>They started by telling me to look for the Windows key on my keyboard. The one with the four flags on it, they said. When I told them there was no such key like that on my computer, they insisted there was. I said there wasn&#8217;t. &#8230;pause. But yes sir there is. I repeated there wasn&#8217;t. They repeated there was. To help move the conversation along, I asked why there would be a Windows key on my Mac computer? They said, Oh sorry sir, we are Windows only, and hung up. </p>
<p>It seems pretty obvious to me that this person&#8217;s sole intent was to extract login information, cash, or both from me. Don&#8217;t be fooled if someone calls you out of the blue to tell you that they have discovered a problem with your computer, bank account, credit card. This is a scam. </p>
<p>Never give your personal or login information to anyone that calls you. That goes for bank information, Facebook, anything. No legitimate company will ever call you out of the blue to ask for personal information. Give them nothing. Even if they call directly from Windows!</p>
]]></content:encoded>
			<wfw:commentRss>http://johncharlton.ca/windows-calling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding Comfort and Understanding in Death</title>
		<link>http://johncharlton.ca/finding-comfort-and-understanding-in-death/</link>
		<comments>http://johncharlton.ca/finding-comfort-and-understanding-in-death/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 15:50:20 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://johncharlton.ca/2011/12/326/</guid>
		<description><![CDATA[<p>Sixteen years ago, Cami Renfrow was lying close to death beneath the weight of her overturned vehicle. Moments earlier, she had been flung through the windscreen of her car and hurled with great force face first against the side of an embankment. Her wrecked car, which she had just been thrown free of, landed first [...]]]></description>
				<content:encoded><![CDATA[<p>Sixteen years ago, Cami Renfrow was lying close to death beneath the weight of her overturned vehicle. Moments earlier, she had been flung through the windscreen of her car and hurled with great force face first against the side of an embankment. Her wrecked car, which she had just been thrown free of, landed first above her and then fell back down squarely upon her already battered body. The insult crushed her with such force few would have guessed that she might survive the ordeal.</p>
<p>Passerby&#8217;s arrived immediately and were quick to organize themselves to lift the vehicle off of her. Paramedics were soon on scene to pick up the shattered remains of her body and to whisk her off to intensive care. This in itself would make a good story, however what happened to Cami during and after this spectacular one vehicle collision is even more intriguing.</p>
<p>Cami experienced what is commonly referred to as a near death experience and while her body healed surprisingly, perhaps even miraculously quickly, it has taken her the last decade and a half to put what happened to her into words. Largely this is because words fail when trying to describe the indescribable. </p>
<p><a href="http://johncharlton.ca/wp-content/uploads/2011/12/web6095.jpg"><img src="http://johncharlton.ca/wp-content/uploads/2011/12/web6095-275x313.jpg" alt="" title="The final moments of a Spider Web by John Charlton" width="275" height="313" class="alignright size-medium wp-image-328" /></a>Cami contacted me a short time ago through Flickr to let me know she was planning on releasing her story as a self published e-book called, &ldquo;<em>Dance Through It</em>&rdquo; and was interested in using <a href="http://www.flickr.com/photos/johncharlton/314412901/">my spider web photo</a> to help illustrate some of the concepts explained in the text. I find it fascinating that an abstract photo I took of a spider&#8217;s web could be used to help convey such complex ideas as are considered in the book.</p>
<p>According to the text, far from being fearful, Cami&#8217;s experience was more sublime than scary&#8230; and above all else, life altering. While Cami did return to life, pain and eventual recovery, her journey to the other side and back changed absolutely everything for her, bringing new meaning to her life and the very concept of what it means to be alive. </p>
<p>This e-book will be of interest to anyone facing death or who knows someone facing death. Wait &#8211; that&#8217;s everyone. Okay, so this book will be of interest to everyone.</p>
<p>And for the cost of a $5 foot-long, it could change your life&#8217;s perspective too.</p>
<p>Check it out here: <a href="http://barefoothealing.net/dance-through-it/">&ldquo;<em>Dance Through It</em>&rdquo;</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://johncharlton.ca/finding-comfort-and-understanding-in-death/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Ruler</title>
		<link>http://johncharlton.ca/free-ruler/</link>
		<comments>http://johncharlton.ca/free-ruler/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 16:21:04 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://johncharlton.ca/?p=314</guid>
		<description><![CDATA[<p>Every once in a while I come across a tool that is so useful, it becomes an instant favourite. Free ruler for Mac OS X is a small utility program I came across quite some time ago and frankly I&#8217;m not sure how I would live without it. I use it almost every day.</p> <p></p> [...]]]></description>
				<content:encoded><![CDATA[<p>Every once in a while I come across a tool that is so useful, it becomes an instant favourite. Free ruler for Mac OS X is a small utility program I came across quite some time ago and frankly I&#8217;m not sure how I would live without it. I use it almost every day.</p>
<p><img src="http://johncharlton.ca/wp-content/uploads/2011/11/free-ruler.gif" alt="" title="Free Ruler" width="549" height="47" class="alignnone size-full wp-image-318" /></p>
<p>Free Ruler was created by &#8220;a person named Pascal&#8221; and is a virtual ruler that can measure just about anything on your computer screen. </p>
<p>There are few controls to get in the way (everything is controlled through the menu items) and it does exactly what you&#8217;d expect it to. It measures in pixels, inches, picas and centimeters. There is a horizontal ruler and a vertical ruler which you can use independently or together.</p>
<p>I often use the ruler to measure space on sites I am working on. Need to nudge a header graphic over a few pixels? No problem. This measuring tool allows you to reach into any virtual space and measure it accurately and quickly. What more could you want?</p>
<p>Get it here: <a href="http://www.pascal.com/software/freeruler/">www.pascal.com/software/freeruler/</a></p>
<p>Oh, did I mention its free?</p>
]]></content:encoded>
			<wfw:commentRss>http://johncharlton.ca/free-ruler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Embed a Flickr Slide Show</title>
		<link>http://johncharlton.ca/embed-a-flickr-slide-show/</link>
		<comments>http://johncharlton.ca/embed-a-flickr-slide-show/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 14:59:04 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://johncharlton.ca/?p=265</guid>
		<description><![CDATA[<p>Flickr is a great place to store and share photos and flowing photos from your Flickr stream to your website couldn&#8217;t be easier.</p> <p>One of the best ways to share photos from Flickr on your website is to use the embed code from a Flickr slideshow. Any page on Flickr that displays the slideshow icon [...]]]></description>
				<content:encoded><![CDATA[<p>Flickr is a great place to store and share photos and flowing photos from your Flickr stream to your website couldn&#8217;t be easier.</p>
<p><img src="http://johncharlton.ca/wp-content/uploads/2011/09/flickr-slideshow.gif" alt="" title="" width="105" height="31" class="alignright size-full wp-image-267" />One of the best ways to share photos from Flickr on your website is to use the embed code from a Flickr slideshow. Any page on Flickr that displays the slideshow icon above can be embedded. Below is a slideshow of my entire Flickr stream. Slideshows can be created from sets or photos with specific tags. The possibilities are endless.</p>
<p><object width="550" height="413"><param name="flashvars" value="offsite=true&#038;lang=en-us&#038;page_show_url=%2Fphotos%2Fjohncharlton%2Fshow%2F&#038;page_show_back_url=%2Fphotos%2Fjohncharlton%2F&#038;user_id=86892506@N00&#038;jump_to="></param><param name="movie" value="http://www.flickr.com/apps/slideshow/show.swf?v=107931"></param><param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/slideshow/show.swf?v=107931" allowFullScreen="true" flashvars="offsite=true&#038;lang=en-us&#038;page_show_url=%2Fphotos%2Fjohncharlton%2Fshow%2F&#038;page_show_back_url=%2Fphotos%2Fjohncharlton%2F&#038;user_id=86892506@N00&#038;jump_to=" width="550" height="413"></embed></object></p>
<p>Press the play button to start the slide show. Hover over the slideshow to reveal thumbnails and controls. Take your cursor away from the slide show to hide the controls.</p>
<p>The four arrows on the bottom right will expand the display to full screen. While in full screen mode, you can view more information related to the photo by clicking the <strong>Show Info</strong> button at the top right of the screen. The embed code is available from the <strong>Share button</strong> also available in full screen mode.</p>
<p>The only down side of the Flickr embed code is that because it uses Adobe Flash, it will not render on iPads or iPhones. For this reason it is probably best to keep it off of your front page.</p>
<p>Flickr is free to join and offers full service accounts for only $25 per year. Let me know if you would like your Flickr photos displayed on your website.</p>
]]></content:encoded>
			<wfw:commentRss>http://johncharlton.ca/embed-a-flickr-slide-show/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cut, Copy &amp; Paste</title>
		<link>http://johncharlton.ca/cut-copy-paste/</link>
		<comments>http://johncharlton.ca/cut-copy-paste/#comments</comments>
		<pubDate>Sat, 24 Sep 2011 15:42:11 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Computer Basics]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://johncharlton.ca/?p=222</guid>
		<description><![CDATA[3 Essential Keyboard Shortcuts <p>Anyone who spends any time working on a computer should be familiar with the following three keyboard shortcuts. Cut &#8211; Copy &#8211; Paste. The amount of time these will save you compared to selecting them from the menu is immeasurable, as long as you can remember them. So commit these to [...]]]></description>
				<content:encoded><![CDATA[<h2>3 Essential Keyboard Shortcuts</h2>
<p>Anyone who spends any time working on a computer should be familiar with the following three keyboard shortcuts. Cut &#8211; Copy &#8211; Paste. The amount of time these will save you compared to selecting them from the menu is immeasurable, as long as you can remember them. So commit these to memory and take your computer writing skills to the next level.</p>
<table>
<tbody>
<tr>
<td width="225">PC</td>
<td width="225">Mac</td>
</tr>
<tr>
<td>Ctrl X = Cut</td>
<td>Cmd X = Cut</td>
</tr>
<tr>
<td>Ctrl C = Copy</td>
<td>Cmd C = Copy</td>
</tr>
<tr>
<td>Ctrl V = Paste</td>
<td>Cmd V = Paste</td>
</tr>
</tbody>
</table>
<p><span id="more-222"></span></p>
<h2>Keyboard Cheat Guide</h2>
<p>So how do you put that into practice and what happens if you forget? Don&#8217;t sweat it. The answer is staring right at you from inside the menu that you are already used to using. To the right of almost any menu item is the keyboard shortcut that you can use instead.</p>
<p><img class="alignright size-full wp-image-229" title="" src="http://johncharlton.ca/wp-content/uploads/2011/09/cut.jpg" alt="" width="243" height="85" />Here is a screenshot showing Cut, Copy &amp; Paste in the menu of a Mac. The keyboard shortcuts are plainly shown to the right using symbols that are marked right on your keyboard. So start using the keyboard equivalents as often as possible and if you forget, use the menu to remind you what they are. Before long you will be using these three keyboard shortcuts like a pro.</p>
<h2>The Right Click Alternative</h2>
<p>Now if you are the type of person who avoids using the keyboard at all costs, you can still speed up your Cut, Copy &amp; Paste functions if you have a right click function on your mouse. Right click on anything inside your computer and a contextual menu will appear giving you options that relate specifically to the thing you clicked on. This applies to everything from a word or highlighted phrase inside a document to shortcuts on your desktop, even the desktop itself. We call it a contextual menu because the menu that appears will change according to the context or item that you right click on.</p>
<p><img class="alignright size-full wp-image-230" title="" src="http://johncharlton.ca/wp-content/uploads/2011/09/right-click.gif" alt="" width="228" height="237" />Give it a try. Right click on any word on this page. In the example shown on the right I have right clicked on the word &#8220;whatever&#8221; from inside the WordPress Dashboard. A contextual menu has appeared giving me several options including Cut, Copy &amp; Paste.</p>
<p>The options that are available to you with a right click will differ according to the computer platform you are using, what program you are in and additional programs you have installed on your computer that can take advantage of right click functionality.</p>
<p>The advantage of using right click over going to the Edit Menu is that like using keyboard commands, you don&#8217;t have to leave the area you are working on to use it. The more you right click on things, the more you will discover what you can do with it.</p>
<p>So go ahead and start right clicking around your computer and see what comes up. You may find that this is a quick way to do all sorts of things such as look up a company name on Google or spellcheck that word which just doesn&#8217;t look right.</p>
]]></content:encoded>
			<wfw:commentRss>http://johncharlton.ca/cut-copy-paste/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
