<?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>On Building a Better Blog... Brent Riggs &#187; How To</title>
	<atom:link href="http://www.mcklinkyblog.com/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mcklinkyblog.com</link>
	<description>Building a Better Blog....</description>
	<lastBuildDate>Wed, 16 Jun 2010 04:31:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Reader Question: Can you have the “full size image” open in a new window?</title>
		<link>http://www.mcklinkyblog.com/200908/reader-question-can-you-have-the-%e2%80%9cfull-size-image%e2%80%9d-open-in-a-new-window/</link>
		<comments>http://www.mcklinkyblog.com/200908/reader-question-can-you-have-the-%e2%80%9cfull-size-image%e2%80%9d-open-in-a-new-window/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 01:47:47 +0000</pubDate>
		<dc:creator>brentriggs</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.mcklinkyblog.com/?p=169</guid>
		<description><![CDATA[A reader asks: First of all, thank you so much for all your help and answers to my past questions! On my blog when an image is put on a post, if you click on the image, it will open up to see a larger, closer view. This is great and I really appreciate that [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><strong><img class="alignnone" title="Landis" src="http://www.brentriggs.com/blogpics/0215099.jpg" alt="" width="600" height="293" /></strong></p>
<p><strong>A reader asks:</strong></p>
<p>First of all, thank you so much for all your help and answers to my past questions! On my blog when an image is put on a post, if you click on the image, it will open up to see a larger, closer view. This is great and I really appreciate that you can then see more details i the artwork that I do. However, is there a way where this can be done to open up into a new window? Like how you explained to add target=”_blank” to a link, so that it will open up in a new window. Can this be typed also into the images info on the HTML codes? Or is there some thing else that can be typed, so that this can be done?</p>
<p><strong>Answer:</strong></p>
<p>You can use “target=_blank” in ANY “&lt;a&gt;” tag no matter what the “&lt;a&gt;” tag encloses. You can wrap an image, text or other object in the “&lt;a&gt;” tag like this: <em><strong>&lt;a href=”www.yourlink.com” target=”_blank”&gt;Your text, image or object here&lt;/a&gt;</strong></em></p>
<p>Just put “target=_blank” anywhere in the opening “a” tag to cause it to open to new window. If you use Blogger to upload an image, they put a lot of long attributes into the whole string, but that doesn’t matter. As long as the “target=_blank” is somewhere in the opening “a” tag, it will work. Here’s samples from a Blogger upload, and then a more simple one from WordPress (which is also just plain old standard HTML except for the “mce_href” which is WordPress specific).  Check them out…</p>
<p><strong>Examples</strong></p>
<p><a href="http://1.bp.blogspot.com/_EClCPe6YvE8/SpVCv9UKhhI/AAAAAAAAA2E/RlHpWbX9YJQ/s1600-h/0215099.jpg" target="_blank" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5374275122016978450" style="cursor: pointer; width: 320px; height: 156px;" src="http://1.bp.blogspot.com/_EClCPe6YvE8/SpVCv9UKhhI/AAAAAAAAA2E/RlHpWbX9YJQ/s320/0215099.jpg" border="0" alt="" /></a></p>
<p><strong>Blogger Produced Code Using Blogger Upload:</strong></p>
<p><code><br />
<textarea cols="45" rows="4" name="textarea">&lt;a target="_blank" href="http://1.bp.blogspot.com/_EClCPe6YvE8/SpVCv9UKhhI/AAAAAAAAA2E/RlHpWbX9YJQ/s1600-h/0215099.jpg" mce_href="http://1.bp.blogspot.com/_EClCPe6YvE8/SpVCv9UKhhI/AAAAAAAAA2E/RlHpWbX9YJQ/s1600-h/0215099.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img id="BLOGGER_PHOTO_ID_5374275122016978450" style="cursor: pointer; width: 320px; height: 156px;" src="http://1.bp.blogspot.com/_EClCPe6YvE8/SpVCv9UKhhI/AAAAAAAAA2E/RlHpWbX9YJQ/s320/0215099.jpg" mce_src="http://1.bp.blogspot.com/_EClCPe6YvE8/SpVCv9UKhhI/AAAAAAAAA2E/RlHpWbX9YJQ/s320/0215099.jpg" border="0" alt="" /&gt;&lt;/a&gt;</textarea><br />
</code></p>
<p><strong>WordPress and Standard HTML</strong></p>
<p><a href="”http://www.brentriggs.com/blogpics/0215099.jpg”" target="_blank"><img class="alignnone size-medium wp-image-172" title="0215099" src="http://www.mcklinkyblog.com/wp-content/uploads/2009/08/02150991-300x146.jpg" alt="0215099" width="300" height="146" /></a></p>
<p><textarea cols="45" rows="4" name="textarea2">&lt;a target=”_blank” href=”http://www.brentriggs.com/blogpics/0215099.jpg”&gt;&lt;img class=”alignnone size-medium wp-image-155″ title=”0215099″ src=”http://www.mcklinkyblog.com/wp-content/uploads/2009/08/0215099-300×146.jpg” mce_src=”http://www.mcklinkyblog.com/wp-content/uploads/2009/08/0215099-300×146.jpg” alt=”0215099″ width=”300″ height=”146″ /&gt;&lt;/a&gt;</textarea></p>
<p>Remember, you can link just about any object or piece of text in HTML. And if you can link it, the “target=_blank” will cause it to open in a new window.</p>
<p>Questions?</p>
<table width="100%" border="0" cellpadding="0" cellspacing="6">
<tr>
<td width="50" valign="middle" align="left"><img src="http://www.mcklinkyblog.com/br.jpg" width="173" height="80" /></td>
<td valign="middle" align="center"><!-- AddThis Button BEGIN -->
<p><span style="font-family:Verdana, Geneva, sans-serif; color:#999; font-size:11px; text-align:center;">I would be very grateful if you <br />
      would share this with someone, <br />
      or put it on one of the social sites:</span></p>
<p><a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&#038;pub=brentriggs"><img src="http://www.mcklinkyblog.com/sharethis.jpg" width="305" height="22" alt="Bookmark and Share" style="border:0"/></a><script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js?pub=brentriggs">var addthis_config = {services_compact: 'email, twitter, facebook, print, StumbleUpon, Blogger, Digg, MySpace, Technorati, WordPress, more'}
var addthis_config = {     ui_cobrand: "Brent Riggs"}</script><br />
<!-- AddThis Button END --></td>
</tr>
</table>
<div id="apf_post_footer">
<h4>Related Articles:</h4>
<ul>
<li class="apf_footer"><a href="http://blogallyoucanbe.com/?p=17">The Best Format for Creating eBooks</a></li>
<li class="apf_footer"><a href="http://blogallyoucanbe.com/?p=11">Getting a Blog Post Link BEFORE You Publish It</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.mcklinkyblog.com/200908/reader-question-can-you-have-the-%e2%80%9cfull-size-image%e2%80%9d-open-in-a-new-window/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The Best Format for Creating eBooks</title>
		<link>http://www.mcklinkyblog.com/200908/the-best-format-for-creating-ebooks/</link>
		<comments>http://www.mcklinkyblog.com/200908/the-best-format-for-creating-ebooks/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 16:32:00 +0000</pubDate>
		<dc:creator>brentriggs</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://blogallyoucanbe.com/?p=17</guid>
		<description><![CDATA[I am asked frequently what is the best way to create documents for mass distribution, such as an eBook, a report, a lesson, etc. That&#8217;s easy&#8230; PDF. Portable Document Format (PDF) is the universal standard for sharing public documents. It is read by the free and easily installed Adobe Reader. http://get.adobe.com/reader/ There are many choices [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><strong><img class="alignnone" title="Landis" src="http://www.brentriggs.com/blogpics/0215099.jpg" alt="" width="600" height="293" /></strong></p>
<p><strong>A reader asks:</strong></p>
<p>First of all, thank you so much for all your help and answers to my past questions! On my blog when an image is put on a post, if you click on the image, it will open up to see a larger, closer view. This is great and I really appreciate that you can then see more details i the artwork that I do. However, is there a way where this can be done to open up into a new window? Like how you explained to add target=”_blank” to a link, so that it will open up in a new window. Can this be typed also into the images info on the HTML codes? Or is there some thing else that can be typed, so that this can be done?</p>
<p><strong>Answer:</strong></p>
<p>You can use “target=_blank” in ANY “&lt;a&gt;” tag no matter what the “&lt;a&gt;” tag encloses. You can wrap an image, text or other object in the “&lt;a&gt;” tag like this: <em><strong>&lt;a href=”www.yourlink.com” target=”_blank”&gt;Your text, image or object here&lt;/a&gt;</strong></em></p>
<p>Just put “target=_blank” anywhere in the opening “a” tag to cause it to open to new window. If you use Blogger to upload an image, they put a lot of long attributes into the whole string, but that doesn’t matter. As long as the “target=_blank” is somewhere in the opening “a” tag, it will work. Here’s samples from a Blogger upload, and then a more simple one from WordPress (which is also just plain old standard HTML except for the “mce_href” which is WordPress specific).  Check them out…</p>
<p><strong>Examples</strong></p>
<p><a href="http://1.bp.blogspot.com/_EClCPe6YvE8/SpVCv9UKhhI/AAAAAAAAA2E/RlHpWbX9YJQ/s1600-h/0215099.jpg" target="_blank" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5374275122016978450" style="cursor: pointer; width: 320px; height: 156px;" src="http://1.bp.blogspot.com/_EClCPe6YvE8/SpVCv9UKhhI/AAAAAAAAA2E/RlHpWbX9YJQ/s320/0215099.jpg" border="0" alt="" /></a></p>
<p><strong>Blogger Produced Code Using Blogger Upload:</strong></p>
<p><code><br />
<textarea cols="45" rows="4" name="textarea">&lt;a target="_blank" href="http://1.bp.blogspot.com/_EClCPe6YvE8/SpVCv9UKhhI/AAAAAAAAA2E/RlHpWbX9YJQ/s1600-h/0215099.jpg" mce_href="http://1.bp.blogspot.com/_EClCPe6YvE8/SpVCv9UKhhI/AAAAAAAAA2E/RlHpWbX9YJQ/s1600-h/0215099.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img id="BLOGGER_PHOTO_ID_5374275122016978450" style="cursor: pointer; width: 320px; height: 156px;" src="http://1.bp.blogspot.com/_EClCPe6YvE8/SpVCv9UKhhI/AAAAAAAAA2E/RlHpWbX9YJQ/s320/0215099.jpg" mce_src="http://1.bp.blogspot.com/_EClCPe6YvE8/SpVCv9UKhhI/AAAAAAAAA2E/RlHpWbX9YJQ/s320/0215099.jpg" border="0" alt="" /&gt;&lt;/a&gt;</textarea><br />
</code></p>
<p><strong>WordPress and Standard HTML</strong></p>
<p><a href="”http://www.brentriggs.com/blogpics/0215099.jpg”" target="_blank"><img class="alignnone size-medium wp-image-172" title="0215099" src="http://www.mcklinkyblog.com/wp-content/uploads/2009/08/02150991-300x146.jpg" alt="0215099" width="300" height="146" /></a></p>
<p><textarea cols="45" rows="4" name="textarea2">&lt;a target=”_blank” href=”http://www.brentriggs.com/blogpics/0215099.jpg”&gt;&lt;img class=”alignnone size-medium wp-image-155″ title=”0215099″ src=”http://www.mcklinkyblog.com/wp-content/uploads/2009/08/0215099-300×146.jpg” mce_src=”http://www.mcklinkyblog.com/wp-content/uploads/2009/08/0215099-300×146.jpg” alt=”0215099″ width=”300″ height=”146″ /&gt;&lt;/a&gt;</textarea></p>
<p>Remember, you can link just about any object or piece of text in HTML. And if you can link it, the “target=_blank” will cause it to open in a new window.</p>
<p>Questions?</p>
<table width="100%" border="0" cellpadding="0" cellspacing="6">
<tr>
<td width="50" valign="middle" align="left"><img src="http://www.mcklinkyblog.com/br.jpg" width="173" height="80" /></td>
<td valign="middle" align="center"><!-- AddThis Button BEGIN -->
<p><span style="font-family:Verdana, Geneva, sans-serif; color:#999; font-size:11px; text-align:center;">I would be very grateful if you <br />
      would share this with someone, <br />
      or put it on one of the social sites:</span></p>
<p><a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&#038;pub=brentriggs"><img src="http://www.mcklinkyblog.com/sharethis.jpg" width="305" height="22" alt="Bookmark and Share" style="border:0"/></a><script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js?pub=brentriggs">var addthis_config = {services_compact: 'email, twitter, facebook, print, StumbleUpon, Blogger, Digg, MySpace, Technorati, WordPress, more'}
var addthis_config = {     ui_cobrand: "Brent Riggs"}</script><br />
<!-- AddThis Button END --></td>
</tr>
</table>
<div id="apf_post_footer">
<h4>Related Articles:</h4>
<ul>
<li class="apf_footer"><a href="http://blogallyoucanbe.com/?p=17">The Best Format for Creating eBooks</a></li>
<li class="apf_footer"><a href="http://blogallyoucanbe.com/?p=11">Getting a Blog Post Link BEFORE You Publish It</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.mcklinkyblog.com/200908/reader-question-can-you-have-the-%e2%80%9cfull-size-image%e2%80%9d-open-in-a-new-window/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Getting a Blog Post Link BEFORE You Publish It</title>
		<link>http://www.mcklinkyblog.com/200908/getting-a-blog-post-link-before-you-publish-it/</link>
		<comments>http://www.mcklinkyblog.com/200908/getting-a-blog-post-link-before-you-publish-it/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 17:10:00 +0000</pubDate>
		<dc:creator>brentriggs</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://blogallyoucanbe.com/?p=11</guid>
		<description><![CDATA[Because of MckLinky, I&#8217;m often asked &#8220;how to I get a link to my actual blog post when I&#8217;m not going to publish it until later?&#8221; Here&#8217;s a quick way&#8230; Write your post Publish the post for just a few seconds Now to get the link (called the &#8220;permalink&#8221;) you have two choices: Option One: [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><strong><img class="alignnone" title="Landis" src="http://www.brentriggs.com/blogpics/0215099.jpg" alt="" width="600" height="293" /></strong></p>
<p><strong>A reader asks:</strong></p>
<p>First of all, thank you so much for all your help and answers to my past questions! On my blog when an image is put on a post, if you click on the image, it will open up to see a larger, closer view. This is great and I really appreciate that you can then see more details i the artwork that I do. However, is there a way where this can be done to open up into a new window? Like how you explained to add target=”_blank” to a link, so that it will open up in a new window. Can this be typed also into the images info on the HTML codes? Or is there some thing else that can be typed, so that this can be done?</p>
<p><strong>Answer:</strong></p>
<p>You can use “target=_blank” in ANY “&lt;a&gt;” tag no matter what the “&lt;a&gt;” tag encloses. You can wrap an image, text or other object in the “&lt;a&gt;” tag like this: <em><strong>&lt;a href=”www.yourlink.com” target=”_blank”&gt;Your text, image or object here&lt;/a&gt;</strong></em></p>
<p>Just put “target=_blank” anywhere in the opening “a” tag to cause it to open to new window. If you use Blogger to upload an image, they put a lot of long attributes into the whole string, but that doesn’t matter. As long as the “target=_blank” is somewhere in the opening “a” tag, it will work. Here’s samples from a Blogger upload, and then a more simple one from WordPress (which is also just plain old standard HTML except for the “mce_href” which is WordPress specific).  Check them out…</p>
<p><strong>Examples</strong></p>
<p><a href="http://1.bp.blogspot.com/_EClCPe6YvE8/SpVCv9UKhhI/AAAAAAAAA2E/RlHpWbX9YJQ/s1600-h/0215099.jpg" target="_blank" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5374275122016978450" style="cursor: pointer; width: 320px; height: 156px;" src="http://1.bp.blogspot.com/_EClCPe6YvE8/SpVCv9UKhhI/AAAAAAAAA2E/RlHpWbX9YJQ/s320/0215099.jpg" border="0" alt="" /></a></p>
<p><strong>Blogger Produced Code Using Blogger Upload:</strong></p>
<p><code><br />
<textarea cols="45" rows="4" name="textarea">&lt;a target="_blank" href="http://1.bp.blogspot.com/_EClCPe6YvE8/SpVCv9UKhhI/AAAAAAAAA2E/RlHpWbX9YJQ/s1600-h/0215099.jpg" mce_href="http://1.bp.blogspot.com/_EClCPe6YvE8/SpVCv9UKhhI/AAAAAAAAA2E/RlHpWbX9YJQ/s1600-h/0215099.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img id="BLOGGER_PHOTO_ID_5374275122016978450" style="cursor: pointer; width: 320px; height: 156px;" src="http://1.bp.blogspot.com/_EClCPe6YvE8/SpVCv9UKhhI/AAAAAAAAA2E/RlHpWbX9YJQ/s320/0215099.jpg" mce_src="http://1.bp.blogspot.com/_EClCPe6YvE8/SpVCv9UKhhI/AAAAAAAAA2E/RlHpWbX9YJQ/s320/0215099.jpg" border="0" alt="" /&gt;&lt;/a&gt;</textarea><br />
</code></p>
<p><strong>WordPress and Standard HTML</strong></p>
<p><a href="”http://www.brentriggs.com/blogpics/0215099.jpg”" target="_blank"><img class="alignnone size-medium wp-image-172" title="0215099" src="http://www.mcklinkyblog.com/wp-content/uploads/2009/08/02150991-300x146.jpg" alt="0215099" width="300" height="146" /></a></p>
<p><textarea cols="45" rows="4" name="textarea2">&lt;a target=”_blank” href=”http://www.brentriggs.com/blogpics/0215099.jpg”&gt;&lt;img class=”alignnone size-medium wp-image-155″ title=”0215099″ src=”http://www.mcklinkyblog.com/wp-content/uploads/2009/08/0215099-300×146.jpg” mce_src=”http://www.mcklinkyblog.com/wp-content/uploads/2009/08/0215099-300×146.jpg” alt=”0215099″ width=”300″ height=”146″ /&gt;&lt;/a&gt;</textarea></p>
<p>Remember, you can link just about any object or piece of text in HTML. And if you can link it, the “target=_blank” will cause it to open in a new window.</p>
<p>Questions?</p>
<table width="100%" border="0" cellpadding="0" cellspacing="6">
<tr>
<td width="50" valign="middle" align="left"><img src="http://www.mcklinkyblog.com/br.jpg" width="173" height="80" /></td>
<td valign="middle" align="center"><!-- AddThis Button BEGIN -->
<p><span style="font-family:Verdana, Geneva, sans-serif; color:#999; font-size:11px; text-align:center;">I would be very grateful if you <br />
      would share this with someone, <br />
      or put it on one of the social sites:</span></p>
<p><a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&#038;pub=brentriggs"><img src="http://www.mcklinkyblog.com/sharethis.jpg" width="305" height="22" alt="Bookmark and Share" style="border:0"/></a><script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js?pub=brentriggs">var addthis_config = {services_compact: 'email, twitter, facebook, print, StumbleUpon, Blogger, Digg, MySpace, Technorati, WordPress, more'}
var addthis_config = {     ui_cobrand: "Brent Riggs"}</script><br />
<!-- AddThis Button END --></td>
</tr>
</table>
<div id="apf_post_footer">
<h4>Related Articles:</h4>
<ul>
<li class="apf_footer"><a href="http://blogallyoucanbe.com/?p=17">The Best Format for Creating eBooks</a></li>
<li class="apf_footer"><a href="http://blogallyoucanbe.com/?p=11">Getting a Blog Post Link BEFORE You Publish It</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.mcklinkyblog.com/200908/reader-question-can-you-have-the-%e2%80%9cfull-size-image%e2%80%9d-open-in-a-new-window/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
