<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Web Marketing Pro Blog</title>
	
	<link>http://www.mcbuzz.com/web-marketing-blog</link>
	<description>Web Marketing Pro Mark McLaren Blogs about Website Promotion, Search Marketing, Google AdWords, Google Analytics, Blogging and Technical Howto</description>
	<pubDate>Mon, 06 Apr 2009 17:07:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/WebMarketingProBlog" type="application/rss+xml" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Using FeedBurner and RSS Autodiscovery Tags</title>
		<link>http://www.mcbuzz.com/web-marketing-blog/2008/using-feedburner-rss-autodiscovery-tags/</link>
		<comments>http://www.mcbuzz.com/web-marketing-blog/2008/using-feedburner-rss-autodiscovery-tags/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 07:33:34 +0000</pubDate>
		<dc:creator>Mark McLaren</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.mcbuzz.com/web-marketing-blog/?p=46</guid>
		<description><![CDATA[If you use FeedBurner to create a custom feed for your blog, you need to change the autodiscovery tags in the HTML &#60;head&#62; section of the blog template or theme. Here&#8217;s why.
FeedBurner makes a special URL for your RSS/Atom feed that people can use to subscribe to your blog content, or to receive your posts [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Using FeedBurner and RSS Autodiscovery Tags", url: "http://www.mcbuzz.com/web-marketing-blog/2008/using-feedburner-rss-autodiscovery-tags/" });</script>]]></description>
			<content:encoded><![CDATA[<p><a href="http://feedburner.com" target="_blank"><img class="alignnone size-full wp-image-48" style="float:right; border:0px; padding-left:10px;" title="feedburner" src="http://www.mcbuzz.com/web-marketing-blog/wp-content/uploads/feedburner.gif" alt="FeedBurner logo" width="180" height="45" /></a>If you use <a href="http://feedburner.com">FeedBurner</a> to create a custom feed for your blog, you need to change the autodiscovery tags in the HTML &lt;head&gt; section of the blog template or theme. Here&#8217;s why.</p>
<p>FeedBurner makes a special URL for your RSS/Atom feed that people can use to subscribe to your blog content, or to receive your posts as an email message. FeedBurner also gives you the ability to track the number of people that subscribe.</p>
<p>The special URL looks something like this:<br />
http://feeds.feedburner.com/[your blog name] or<br />
http://feeds.feedburner.com/WebMarketingProBlog</p>
<p>The latter is the FeedBurner feed URL for the McBuzz Web Marketing Pro Blog. If you click on the &#8220;Subscribe&#8221; link in the sidebar to the right, that&#8217;s the URL that will appear in the address window of your browser. FeedBurner then shows you a page that gives you options as to how to subscribe to the feed.</p>
<p>The HTML tag for the &#8220;Subscribe&#8221; link looks like this:</p>
<p><code>&lt;a href="http://feeds.feedburner.com/WebMarketingProBlog" title="Subscribe to Mark McLaren's Web Marketing Pro Blog" rel="alternate" type="application/rss+xml"&gt;Subscribe&lt;/a&gt;</code></p>
<p>You can put this link anywhere in your template, and people will be able to click on it and subscribe to your blog.</p>
<p>The problem is, most browsers have an &#8220;autodiscovery&#8221; feature for RSS/Atom feeds, AND most blog templates have standard HTML tags in the &lt;head&gt; section of the page that facilitate this. Putting your new FeedBurner link in your blog&#8217;s sidebar does not change the tags in the &lt;head&gt; section of the page. In most cases, you need to do this by hand.</p>
<p>Here&#8217;s what the old RSS/Atom feed tags looked like for the Web Marketing Pro Blog:</p>
<p><code> &lt;link rel="alternate" type="text/xml" title="RSS .92" href="&lt;?php bloginfo('rss_url'); ?&gt;" /&gt;<br />
</code><code>&lt;link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="&lt;?php bloginfo('rss2_url'); ?&gt;" /&gt;<br />
&lt;link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="&lt;?php bloginfo('atom_url'); ?&gt;" /&gt;</code></p>
<p>I replaced these with the following:<br />
<code><br />
&lt;link href="http://feeds.feedburner.com/WebMarketingProBlog" title="Subscribe to Mark McLaren's Web Marketing Pro Blog" rel="alternate" type="application/rss+xml"&gt;</code></p>
<p>Now when a browser autodetects my blog&#8217;s feed, it finds the right URL: <code>http://feeds.feedburner.com/WebMarketingProBlog</code></p>
<p>You can check to see if the old tags are still in your template by using <strong>View &gt; Source</strong> or <strong>View &gt; Page Source</strong> in your browser while you are on one of your blog&#8217;s pages. Look for something like the three link tags above.</p>
<p>If you use TypePad, here&#8217;s a discussion of what to look for and change:<br />
<a href="http://snurl.com/2eiyh" target="_blank"> http://snurl.com/2eiyh</a> [groups_google_com]</p>
<p>And, if you use the Firefox browser, you can click on the orange RSS symbol in the address window to see the feeds that are being autodiscovered. If more than one feed is detected, Firefox should show you a dropdown menu with each of the options.</p>
<p>In the case of the three old feeds for the Web Marketing Pro Blog above, Firefox showed an option for each feed: RSS 1.0 (.92), RSS 2.0 and Atom. If only one feed is detected, you need to check your browser&#8217;s address window for the feed URL after you click on the orange RSS symbol. If you see your FeedBurner URL, you&#8217;re set. If you see something else, you need to change the tags in the &lt;head&gt; section of the page.</p>
<p><img class="alignnone size-full wp-image-47" style="border:0px" title="rss-feed-autodetect" src="http://www.mcbuzz.com/web-marketing-blog/wp-content/uploads/rss-feed-autodetect.gif" alt="RSS feed autodiscovery link Firefox" width="400" height="112" /></p>
<p><em>Clicking on the RSS link (circled in red) in Firefox will show you which feeds are being autodiscovered. If only one feed is being autodetected, you may need to look in your browser&#8217;s address window to see the URL after clicking on the link.</em></p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=e4677839-683a-45aa-bf1a-cd17dd733b99&amp;title=Using+FeedBurner+and+RSS+Autodiscovery+Tags&amp;url=http%3A%2F%2Fwww.mcbuzz.com%2Fweb-marketing-blog%2F2008%2Fusing-feedburner-rss-autodiscovery-tags%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mcbuzz.com/web-marketing-blog/2008/using-feedburner-rss-autodiscovery-tags/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Upgraded to WordPress 2.5 — Whew!</title>
		<link>http://www.mcbuzz.com/web-marketing-blog/2008/upgrade-wordpress-25/</link>
		<comments>http://www.mcbuzz.com/web-marketing-blog/2008/upgrade-wordpress-25/#comments</comments>
		<pubDate>Thu, 22 May 2008 07:38:53 +0000</pubDate>
		<dc:creator>Mark McLaren</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.mcbuzz.com/web-marketing-blog/?p=44</guid>
		<description><![CDATA[I&#8217;m happy to report that the Web Marketing Pro Blog now runs on WordPress version 2.5. Soon I will be able to say the same for the main McBuzz Communications website and blog.
This is the third 2.5 upgrade I have done. All have gone smoothly. Within the week, I will be making a video tutorial [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Upgraded to WordPress 2.5 &#8212; Whew!", url: "http://www.mcbuzz.com/web-marketing-blog/2008/upgrade-wordpress-25/" });</script>]]></description>
			<content:encoded><![CDATA[<p><img style="float:right; margin-left:16px;" src="http://www.mcbuzz.com/wp-content/uploads/2007/10/images.jpg">I&#8217;m happy to report that the Web Marketing Pro Blog now runs on <a title="Upgrading to WordPress 2.5 - Extended Instructions" href="http://codex.wordpress.org/Upgrading_WordPress_Extended" target="_self">WordPress version 2.5</a>. Soon I will be able to say the same for the main <a title="McBuzz Communications main website and blog" href="http://www.mcbuzz.com" target="_self">McBuzz Communications website and blog.</a></p>
<p>This is the third 2.5 upgrade I have done. All have gone smoothly. Within the week, I will be making a video tutorial that walks through the steps.</p>
<p>It&#8217;s definitely one advantage of hosting your blog/website on WordPress.com that you don&#8217;t have to worry about things like upgrading the software. But there are many more disadvantages. For example, check out the nifty &#8220;Share This&#8221; button at the bottom of this post. This is a great &#8220;Web 2.0&#8243; feature to add to a site, and because it&#8217;s a WordPress plugin - one of the best - it takes all of 5 minutes to install. On WordPress.com-hosted sites, you don&#8217;t get to install plugins.</p>
<p>If you are interested in upgrading to WordPress 2.5, or you have already done so and would like to share your experiences, please post a comment.</p>
<p>Thanks for visiting the Web Marketing Pro Blog!</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=e4677839-683a-45aa-bf1a-cd17dd733b99&amp;title=Upgraded+to+WordPress+2.5+%26mdash%3B+Whew%21&amp;url=http%3A%2F%2Fwww.mcbuzz.com%2Fweb-marketing-blog%2F2008%2Fupgrade-wordpress-25%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mcbuzz.com/web-marketing-blog/2008/upgrade-wordpress-25/feed/</wfw:commentRss>
		</item>
		<item>
		<title>VerticalResponse Email Marketing on Facebook</title>
		<link>http://www.mcbuzz.com/web-marketing-blog/2008/verticalresponse-email-marketing-on-facebook/</link>
		<comments>http://www.mcbuzz.com/web-marketing-blog/2008/verticalresponse-email-marketing-on-facebook/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 00:03:27 +0000</pubDate>
		<dc:creator>Mark McLaren</dc:creator>
		
		<category><![CDATA[Social Media]]></category>

		<category><![CDATA[Web Marketing]]></category>

		<guid isPermaLink="false">http://www.mcbuzz.com/web-marketing-blog/2008/verticalresponse-email-marketing-on-facebook/</guid>
		<description><![CDATA[I received a snappy-looking email update from a company called JointContact a minute ago. Checking the footer, I found &#8220;Powered by VerticalResponse&#8221;. McBuzz is always looking for good ways to reach customers and we advise our customers about how best reach out to customers of their own. VerticalResponse looks like a good candidate.
I bring this [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "VerticalResponse Email Marketing on Facebook", url: "http://www.mcbuzz.com/web-marketing-blog/2008/verticalresponse-email-marketing-on-facebook/" });</script>]]></description>
			<content:encoded><![CDATA[<p>I received a snappy-looking email update from a company called <a href="http://jointcontact.com/" title="JointContact collaboration and document management software" target="_blank">JointContact</a> a minute ago. Checking the footer, I found &#8220;Powered by VerticalResponse&#8221;. McBuzz is always looking for good ways to reach customers and we advise our customers about how best reach out to customers of their own. <a href="http://www.verticalresponse.com/" title="VerticalResponse Email and Direct Mail Marketing" target="_blank">VerticalResponse</a> looks like a good candidate.</p>
<p>I bring this up for two reasons:</p>
<p>1. Email marketing is not dead. Done right, with an easy double opt-in and an equally easy opt-out, it is actually an essential part of any good web marketing strategy.</p>
<p>2. <a href="http://blog.verticalresponse.com/verticalresponse_blog/2008/02/facebook---how.html" title="VerticalResponse uses Facebook to market their email marketing service" target="_blank">Facebook is another great way to reach new and existing customers. VerticalResponse tells how in this post on their blog: Facebook - How Do I Love Thee?</a></p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=e4677839-683a-45aa-bf1a-cd17dd733b99&amp;title=VerticalResponse+Email+Marketing+on+Facebook&amp;url=http%3A%2F%2Fwww.mcbuzz.com%2Fweb-marketing-blog%2F2008%2Fverticalresponse-email-marketing-on-facebook%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mcbuzz.com/web-marketing-blog/2008/verticalresponse-email-marketing-on-facebook/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web Marketing Pro Blog — Do as I Say…</title>
		<link>http://www.mcbuzz.com/web-marketing-blog/2008/web-marketing-pro-blog-do-as-i-say/</link>
		<comments>http://www.mcbuzz.com/web-marketing-blog/2008/web-marketing-pro-blog-do-as-i-say/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 22:19:31 +0000</pubDate>
		<dc:creator>Mark McLaren</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.mcbuzz.com/web-marketing-blog/2008/web-marketing-pro-blog-do-as-i-say/</guid>
		<description><![CDATA[It has been far too long since my last post here on the Web Marketing Pro Blog. Not a blogging strategy anyone should try to emulate! The Facebook conference (Community Building in the Age of Facebook) mentioned in my last post was excellent. Many of the new things McBuzz has in the works center around [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Web Marketing Pro Blog &#8212; Do as I Say&#8230;", url: "http://www.mcbuzz.com/web-marketing-blog/2008/web-marketing-pro-blog-do-as-i-say/" });</script>]]></description>
			<content:encoded><![CDATA[<p>It has been far too long since my last post here on the <strong>Web Marketing Pro Blog</strong>. Not a blogging strategy anyone should try to emulate! The <strong>Facebook conference</strong> (<a href="http://www.webcommunityforum.com/conferences" title="Seattle Facebook Event - Community Building in the Age of Facebook" target="_blank">Community Building in the Age of Facebook</a>) mentioned in my last post was excellent. Many of the new things <strong>McBuzz </strong>has in the works center around the great stuff I learned there — with guidance and inspiration from the awesome group of web professionals I met. To see who I&#8217;m talking about, go to the <a href="http://webcommunityforum.com/conferences/community-building-in-the-age-of-facebook/" title="Seattle Facebook Event" target="_blank">Seattle Facebook Event website</a>.</p>
<p>Running two blogs under one domain as we do with the main <a href="http://www.mcbuzz.com" title="McBuzz Communications website">McBuzz Communications site</a> and the <a href="http://www.mcbuzz.com/web-marketing-blog" title="Mark McLaren's Web Marketing Pro Blog">Web Marketing Pro Blog</a> has been a worthwhile endeavor, one that I&#8217;m about 99% sure I will not continue when <strong>mcbuzz.com</strong> gets its next revamp.</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=e4677839-683a-45aa-bf1a-cd17dd733b99&amp;title=Web+Marketing+Pro+Blog+%26mdash%3B+Do+as+I+Say%26%238230%3B&amp;url=http%3A%2F%2Fwww.mcbuzz.com%2Fweb-marketing-blog%2F2008%2Fweb-marketing-pro-blog-do-as-i-say%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mcbuzz.com/web-marketing-blog/2008/web-marketing-pro-blog-do-as-i-say/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Seattle Facebook Event - Community Building in the Age of Facebook</title>
		<link>http://www.mcbuzz.com/web-marketing-blog/2007/seattle-facebook-event-community-building-in-the-age-of-facebook/</link>
		<comments>http://www.mcbuzz.com/web-marketing-blog/2007/seattle-facebook-event-community-building-in-the-age-of-facebook/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 18:51:51 +0000</pubDate>
		<dc:creator>Mark McLaren</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Web Marketing]]></category>

		<guid isPermaLink="false">http://www.mcbuzz.com/web-marketing-blog/2007/seattle-facebook-event-community-building-in-the-age-of-facebook/</guid>
		<description><![CDATA[Does it seem like everywhere you look right now someone is talking about Facebook? I&#8217;ve seen reports about Robert Scoble taking over Facebook. Scoble is someone to take note of, whatever he is up to. Here Scoble offers a video of Steve Broback talking about a Seattle Facebook Event called Community Building in the Age [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Seattle Facebook Event - Community Building in the Age of Facebook", url: "http://www.mcbuzz.com/web-marketing-blog/2007/seattle-facebook-event-community-building-in-the-age-of-facebook/" });</script>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.mcbuzz.com/web-marketing-blog/wp-content/uploads/2007/10/facebook-your-facebook-badges.png" style="border: 0px none ; padding: 0px 10px 2px 0px; float: left" alt="Facebook Social Networking - Mark McLaren - McBuzz" />Does it seem like everywhere you look right now someone is talking about <strong>Facebook</strong>? I&#8217;ve seen <a href="http://www.businessweek.com/the_thread/techbeat/archives/2007/08/scoble_takes_ov.html" title="Is Robert Scoble taking over Facebook?" target="_blank">reports about Robert Scoble <strong><em>taking over</em></strong> Facebook</a>. Scoble is someone to take note of, whatever he is up to. Here <a href="http://scobleizer.com/2007/10/11/kara-swisher-is-right-about-facebook-apps/" title="Robert Scoble interviews Steve Broback about Seattle Facebook Event" target="_blank">Scoble offers a video of Steve Broback</a> talking about a <strong>Seattle Facebook Event</strong> called <a href="http://www.webcommunityforum.com/conferences" title="Seattle Facebook Event - Community Building in the Age of Facebook" target="_blank">Community Building in the Age of Facebook</a>. Scoble uses video all the time on his blog and elsewhere. More and more, this is going to be how people blog and put information up on websites. And Scoble likes Facebook. So we should keep an eye on Facebook.</p>
<p>Scoble thinks <a href="http://scobleizer.com/2007/07/14/my-facebook-secret-is-out/" title="Facebook is a media channel" target="_blank">Facebook is hot because it is much more of a &#8220;media channel&#8221; than a blog</a>. I&#8217;m still getting my head around this. Here&#8217;s a good rundown of <a href="http://webworkerdaily.com/2007/07/24/12-ways-to-use-facebook-professionally/" title="Web Worker Daily - 12 Ways to Use Facebook Professionally" target="_blank">Facebook for Professionals</a> in the meantime.</p>
<p><em><strong>What&#8217;s your point?!</strong></em> you ask? Mark McLaren and McBuzz Communications will be attending the Seattle Facebook Event. Very fired up about it. <a href="http://www.webcommunityforum.com/conferences" title="Seattle Facebook Event - Community Building in the Age of Facebook" target="_blank">Check it out</a>!</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=e4677839-683a-45aa-bf1a-cd17dd733b99&amp;title=Seattle+Facebook+Event+-+Community+Building+in+the+Age+of+Facebook&amp;url=http%3A%2F%2Fwww.mcbuzz.com%2Fweb-marketing-blog%2F2007%2Fseattle-facebook-event-community-building-in-the-age-of-facebook%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mcbuzz.com/web-marketing-blog/2007/seattle-facebook-event-community-building-in-the-age-of-facebook/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sketchcast: New Web-based Communication Tool Lightly Rocks</title>
		<link>http://www.mcbuzz.com/web-marketing-blog/2007/sketchcast-new-web-based-communication-tool-rocks/</link>
		<comments>http://www.mcbuzz.com/web-marketing-blog/2007/sketchcast-new-web-based-communication-tool-rocks/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 15:12:00 +0000</pubDate>
		<dc:creator>Mark McLaren</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.mcbuzz.com/web-marketing-blog/2007/sketchcast-a-new-web-based-communication-tool-that-lightly-rocks/</guid>
		<description><![CDATA[Description: Mark McLaren of McBuzz Communications LLC shares a new free Web-based tool called Sketchcast that can be used to create presentations - with audio and video - in minutes and then publish them on the Sketchcast website and on your own website or blog.

Watch the short presentation above. This Web-based communication tool is fast, [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Sketchcast: New Web-based Communication Tool Lightly Rocks", url: "http://www.mcbuzz.com/web-marketing-blog/2007/sketchcast-new-web-based-communication-tool-rocks/" });</script>]]></description>
			<content:encoded><![CDATA[<p><strong>Description:</strong> Mark McLaren of McBuzz Communications LLC shares a new <strong>free Web-based tool called <a href="http://www.sketchcast.com" title="New free web-based communication tool Sketchcast" target="_blank">Sketchcast</a></strong> that can be used to create presentations - with audio and video - in minutes and then publish them on the Sketchcast website and on your own website or blog.<br />
<object width="425" height="350"><param name="movie" value="http://sketchcast.com/swf/player.swf?id=gAS0zBC"></param><param name="wmode" value="transparent"></param><embed src="http://sketchcast.com/swf/player.swf?id=gAS0zBC" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p>Watch the short presentation above. This Web-based communication tool is <strong>fast</strong>, <strong>free </strong>and <strong>fun</strong>. The reasons I say Sketchcast lightly rocks  are these:</p>
<ul>
<li>Sketchcast presentations contain no keywords or tags that search engines can read. Although you save time creating Sketchcast presentations and posting them quickly, if you want search engines to index your creation, you still have to write keywords and/or tags and work them into your post somewhere.</li>
<li>You can&#8217;t insert backgrounds, so you can&#8217;t give tutorials using screen captures in which you talk about and draw over top of web pages, software programs or other materials.</li>
<li>You can&#8217;t splice one presentation to another.</li>
</ul>
<p>No doubt, they will be expanding Sketchcast&#8217;s capabilities in the future. I&#8217;m looking forward to seeing where this goes!  Here&#8217;s a more thorough introduction by Sketchcast&#8217;s Rich Ziade:</p>
<p><object width="425" height="350"><param name="movie" value="http://sketchcast.com/swf/player.swf?id=9q1zvgj"></param><param name="wmode" value="transparent"></param><embed src="http://sketchcast.com/swf/player.swf?id=9q1zvgj" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=e4677839-683a-45aa-bf1a-cd17dd733b99&amp;title=Sketchcast%3A+New+Web-based+Communication+Tool+Lightly+Rocks&amp;url=http%3A%2F%2Fwww.mcbuzz.com%2Fweb-marketing-blog%2F2007%2Fsketchcast-new-web-based-communication-tool-rocks%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mcbuzz.com/web-marketing-blog/2007/sketchcast-new-web-based-communication-tool-rocks/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordPress Search Form (searchform) Results - Problem Fixed!</title>
		<link>http://www.mcbuzz.com/web-marketing-blog/2007/wordpress-search-form-searchform-results-problem-fixed/</link>
		<comments>http://www.mcbuzz.com/web-marketing-blog/2007/wordpress-search-form-searchform-results-problem-fixed/#comments</comments>
		<pubDate>Thu, 27 Sep 2007 15:34:03 +0000</pubDate>
		<dc:creator>Mark McLaren</dc:creator>
		
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.mcbuzz.com/web-marketing-blog/2007/wordpress-search-form-searchform-results-problem-fixed/</guid>
		<description><![CDATA[If you use WordPress, you may have discovered a problem with search results on your website or blog: a search using the search form (a.k.a. searchform) on an internal page generates either no result (the page does not change) or a &#8220;Page not found&#8221; 404 error. Fortunately, I can no longer demonstrate the problem for [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "WordPress Search Form (searchform) Results - Problem Fixed!", url: "http://www.mcbuzz.com/web-marketing-blog/2007/wordpress-search-form-searchform-results-problem-fixed/" });</script>]]></description>
			<content:encoded><![CDATA[<p>If you use <strong>WordPress</strong>, you may have discovered a problem with search results on your website or blog: a search using the search form (a.k.a. searchform) <em>on an internal page</em> generates either no result (the page does not change) or a &#8220;Page not found&#8221; 404 error. Fortunately, I can no longer demonstrate the problem for you on this website, because I found and corrected the faulty PHP source code.</p>
<p>Here&#8217;s what you will find if you are experiencing the problem: when you or someone else submits a query using the WordPress searchform, that is, you type something into the Search box on your website or blog and click the &#8216;Go&#8217; button, you see no change in the page or you see a &#8220;Page not found&#8221; page, <em><strong>and</strong></em> in the web browser&#8217;s address window you will find a URL that looks similar to this:</p>
<p class="code" style="padding: 6px; margin-top: 6px">http://www.mcbuzz.com/web-marketing-blog/<br />
about-web-marketing-pro-blog/?s=[search term]&amp;sbutt=Go</p>
<p>The URL shows the page that the search was done from:</p>
<p class="code" style="padding: 6px; margin-top: 6px"><a href="http://www.mcbuzz.com/web-marketing-blog/about-web-marketing-pro-blog/" title="The internal mcbuzz.com/web-marketing-blog/ page About This Blog">http://www.mcbuzz.com/&#8230;/<strong>about-web-marketing-pro-blog/</strong></a></p>
<p>which is why it doesn&#8217;t work.</p>
<p>The solution is simple. The URL should be:</p>
<p class="code" style="padding: 6px; margin-top: 6px">http://www.mcbuzz.com/web-marketing-blog/?s=[search term]&amp;sbutt=Go</p>
<p>with no specific page in it, just the home page. (On the Web Marketing Pro Blog, the home page is  http://www.mcbuzz.com/web-marketing-blog/.)</p>
<p>In your WordPress theme source files, the search &lt;form&gt; tag contains an <em>action</em> attribute that is empty, so it looks like this:</p>
<p class="code" style="padding: 6px; margin-top: 6px">&lt;form id=&#8221;searchform&#8221; method=&#8221;get&#8221; action=&#8221;"&gt;</p>
<p>The searchform is usually in a theme&#8217;s <strong>sidebar.php</strong> file. Sometimes it is in the <strong>header.php</strong> file.</p>
<p>You need to insert a bit of code into the action attribute. Using a text editor like NotePad or WordPad, change the action attribute so it looks like this:</p>
<p class="code" style="padding: 6px; margin-top: 6px">&lt;form id=&#8221;searchform&#8221; method=&#8221;get&#8221; action=&#8221;&lt;?php bloginfo(&#8217;url&#8217;); ?&gt;/&#8221;&gt;</p>
<p>Watch out for the two &#8220;&gt;&#8221; brackets at the end. You need all of</p>
<p class="code" style="padding: 6px; margin-top: 6px">&lt;?php bloginfo(&#8217;url&#8217;); ?&gt;/</p>
<p>between the <strong>action=</strong> quote marks.</p>
<p>Make that change, and your search results will be good to Go!</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=e4677839-683a-45aa-bf1a-cd17dd733b99&amp;title=WordPress+Search+Form+%28searchform%29+Results+-+Problem+Fixed%21&amp;url=http%3A%2F%2Fwww.mcbuzz.com%2Fweb-marketing-blog%2F2007%2Fwordpress-search-form-searchform-results-problem-fixed%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mcbuzz.com/web-marketing-blog/2007/wordpress-search-form-searchform-results-problem-fixed/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Matt May on Web Accessibility: Do It Right - Keep It Simple</title>
		<link>http://www.mcbuzz.com/web-marketing-blog/2007/matt-may-web-accessibility-do-web-accessibility-right-keep-it-simple/</link>
		<comments>http://www.mcbuzz.com/web-marketing-blog/2007/matt-may-web-accessibility-do-web-accessibility-right-keep-it-simple/#comments</comments>
		<pubDate>Tue, 21 Aug 2007 14:48:03 +0000</pubDate>
		<dc:creator>Mark McLaren</dc:creator>
		
		<category><![CDATA[Accessibility]]></category>

		<guid isPermaLink="false">http://www.mcbuzz.com/web-marketing-blog/2007/matt-may-on-web-accessibility-do-the-web-right-and-keep-it-simple/</guid>
		<description><![CDATA[Matt May, Accessibility Engineer at Adobe in Seattle, gave a great talk last night on Web Accessibility.  The talk was sponsored by Refresh Seattle.
Matt is someone we all can — and should — turn to with questions about Web Accessibility. It&#8217;s clear why Adobe and W3C/WAI chose Matt to articulate and evangelize accessibility standards:

Matt [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Matt May on Web Accessibility: Do It Right - Keep It Simple", url: "http://www.mcbuzz.com/web-marketing-blog/2007/matt-may-web-accessibility-do-web-accessibility-right-keep-it-simple/" });</script>]]></description>
			<content:encoded><![CDATA[<p><a title="Matt May - Accessibility Engineer at Adobe Seattle" href="http://www.bestkungfu.com/" target="_blank"><strong>Matt May</strong>, Accessibility Engineer at Adobe in Seattle</a>, gave a great talk last night on <strong>Web Accessibility</strong>.  The talk was sponsored by <strong><a title="Refresh Seattle website" href="http://www.refreshseattle.org/" target="_blank">Refresh Seattle</a></strong>.</p>
<p>Matt is someone we all can — and should — turn to with questions about Web Accessibility. It&#8217;s clear why Adobe and <strong><a title="World Wide Web Consortium Web Accessibility Initiative" href="http://www.w3.org/WAI/" target="_blank">W3C/WAI</a></strong> chose Matt to articulate and evangelize accessibility standards:</p>
<ol>
<li>Matt really knows his stuff (an understatement).</li>
<li>He makes the material <strong>accessible. </strong></li>
<li>Matt<strong> </strong>is <strong>accessible.<br />
</strong></li>
</ol>
<p>A quick glance at the <strong><a title="Go to Section 508 website" href="http://www.section508.gov/" target="_blank">Federal Government&#8217;s Section 508 website</a></strong> shows why this is so important: it&#8217;s dense as hell, therefore most of us will never read it. Although it&#8217;s absolutely clear that Matt could tell you in great detail about many aspects of accessibility, like most Kung Fu masters, he restrains himself.* Here&#8217;s how he typically states the importance of accessibility in software and Web development:</p>
<blockquote><p><a title="Matt May's blog on accessibility" href="http://www.bestkungfu.com/archive/date/2007/04/jeremy-keith-has-a-posse/" target="_blank">Standards-based development is kind of important when it comes to making reasonably-sized sites reasonably accessible.</a></p></blockquote>
<p>A mealymouthed stance? No way.</p>
<p>To turn standards into reality, we (and by &#8220;we&#8221; I mean <strong><em>Matt</em></strong>) must reduce the <em>&#8220;oh my god, how will we do it?!&#8221;</em> factor as much as possible. Sure, companies that do work for government agencies will <em>try </em>to comply with Section 508 as much as the law requires, which might mean hiring an &#8220;expert&#8221;. But what about all the other software and web pages out there?</p>
<p>It makes a lot of sense to put the emphasis where it will do the most good: by <em>making reasonably-sized sites reasonably accessible</em> — because that&#8217;s a whole lot better than nuttin&#8217;, honey. And, by keeping it simple for these sites&#8217; developers and other stakeholders, we stand a much better chance of helping them inspire others to follow suit.</p>
<p>Something else Matt said helped reinforce his position. When asked to recommend a book on accessibility standards, he said he could not — because those on the market devote too much attention to <em><strong>compliance </strong></em>(with Section 508, for example) versus <em><strong>simple ways to achieve more accessibility, more quickly</strong></em>. (He may have hinted that he was hoping to correct the situation himself, I&#8217;m not sure. But maybe a book, by its nature, would do less for the cause than newer media in smaller doses, like video or podcasts, along with the Web and PDF.)</p>
<p>Matt will be posting links related to his talk, and I will include those as soon as he does. Meantime, here are some other resources:</p>
<ul>
<li><a title="Matt May's blog about accessibility, his speaking engagements, etc." href="http://www.bestkungfu.com" target="_blank">Matt May&#8217;s blog</a> (views are his own - check it out!)</li>
<li><a title="WAI Quick Tips to Make Accessible Web Sites" href="http://www.w3.org/WAI/quicktips/" target="_blank">Web Accessibility Initiative - Quick Tips to Make Accessible Web Sites</a></li>
<li><a title="Adobe on Accessibility in software and web development" href="http://www.adobe.com/accessibility" target="_blank">Accessibility at Adobe</a> (some good stuff here)</li>
<li><a title="Matt May - w3c profile" href="http://www.w3.org/People/Matt/" target="_blank">Matt&#8217;s profile at the World Wide Web Consortium (W3C)</a></li>
<li><a title="w3c Web Accessibility Initiative" href="http://www.w3.org/WAI/" target="_blank">World Wide Web Consortium Web Accessibility Initiative (W3C/WAI)</a></li>
</ul>
<p>*<em>To my knowledge, Matt is not really a Kung Fu master — just in case you were going to refrain from making any negative comments below. Fire away!</em></p>
<p>Mark McLaren<br />
<a title="Web Marketing, Website Design, Search Engine Optimization, Business Blogging" href="http://www.mcbuzz.com">McBuzz Communications</a></p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=e4677839-683a-45aa-bf1a-cd17dd733b99&amp;title=Matt+May+on+Web+Accessibility%3A+Do+It+Right+-+Keep+It+Simple&amp;url=http%3A%2F%2Fwww.mcbuzz.com%2Fweb-marketing-blog%2F2007%2Fmatt-may-web-accessibility-do-web-accessibility-right-keep-it-simple%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mcbuzz.com/web-marketing-blog/2007/matt-may-web-accessibility-do-web-accessibility-right-keep-it-simple/feed/</wfw:commentRss>
		</item>
		<item>
		<title>McBuzz Communications Not Buying The mcbuzz.com Alexa Ranking T-shirt This Week</title>
		<link>http://www.mcbuzz.com/web-marketing-blog/2007/mcbuzz-communications-not-buying-the-mcbuzzcom-alexa-ranking-t-shirt-this-week/</link>
		<comments>http://www.mcbuzz.com/web-marketing-blog/2007/mcbuzz-communications-not-buying-the-mcbuzzcom-alexa-ranking-t-shirt-this-week/#comments</comments>
		<pubDate>Mon, 13 Aug 2007 20:49:02 +0000</pubDate>
		<dc:creator>Mark McLaren</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.mcbuzz.com/web-marketing-blog/2007/mcbuzz-communications-not-buying-the-mcbuzzcom-alexa-ranking-t-shirt-this-week/</guid>
		<description><![CDATA[Here&#8217;s a shirt I won&#8217;t be buying right away. Alexa.com ranks mcbuzz.com at 8,124,767 on the World Wide Web for number of visitors and page views. Bad? Maybe not. If you consider that some surveys estimate the total number of sites online at around 127 million, mcbuzz.com is in the 94th percentile. Now that sounds [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "McBuzz Communications Not Buying The mcbuzz.com Alexa Ranking T-shirt This Week", url: "http://www.mcbuzz.com/web-marketing-blog/2007/mcbuzz-communications-not-buying-the-mcbuzzcom-alexa-ranking-t-shirt-this-week/" });</script>]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a shirt I won&#8217;t be buying right away. <a href="http://www.alexa.com/" title="Alexa.com web ranking website" target="_blank">Alexa.com</a> ranks <a href="http://www.alexa.com/data/details/traffic_details?url=mcbuzz.com" title="Alexa.com ranking for mcbuzz.com" target="_blank">mcbuzz.com at 8,124,767 on the World Wide Web for number of visitors and page views</a>. Bad? Maybe not. If you consider that <a href="http://news.netcraft.com/archives/web_server_survey.html" title="Estimate of total number of websites online" target="_blank">some surveys estimate the total number of sites online at around 127 million</a>, mcbuzz.com is in the 94th percentile. Now that sounds pretty good.</p>
<p>Still, the Alexa.com T-shirt for mcbuzz looks like this.</p>
<p><a href="http://www.mcbuzz.com/web-marketing-blog/2007/mcbuzz-communications-not-buying-the-mcbuzzcom-alexa-ranking-t-shirt-this-week/mcbuzz-communicatoins-alexa-ranking-t-shirt/" target="_blank" rel="attachment wp-att-26" title="McBuzz Communicatoins Alexa Ranking T-shirts"><img src="http://www.mcbuzz.com/web-marketing-blog/wp-content/uploads/2007/08/mcbuzz-communications-alexa-rank.gif" alt="McBuzz Communicatoins Alexa Ranking T-shirt" /></a></p>
<p><strong>We all know that that 0.00002% figure represents a highly intelligent and discerning group of web marketing professionals and others interested in the field!</strong> Still, I guess I will wait a while before buying a shirt.</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=e4677839-683a-45aa-bf1a-cd17dd733b99&amp;title=McBuzz+Communications+Not+Buying+The+mcbuzz.com+Alexa+Ranking+T-shirt+This+Week&amp;url=http%3A%2F%2Fwww.mcbuzz.com%2Fweb-marketing-blog%2F2007%2Fmcbuzz-communications-not-buying-the-mcbuzzcom-alexa-ranking-t-shirt-this-week%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mcbuzz.com/web-marketing-blog/2007/mcbuzz-communications-not-buying-the-mcbuzzcom-alexa-ranking-t-shirt-this-week/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Privacy Problems in Internet Explorer - IE6 and IE7</title>
		<link>http://www.mcbuzz.com/web-marketing-blog/2007/privacy-problems-in-internet-explorer-ie6-and-ie7/</link>
		<comments>http://www.mcbuzz.com/web-marketing-blog/2007/privacy-problems-in-internet-explorer-ie6-and-ie7/#comments</comments>
		<pubDate>Thu, 09 Aug 2007 19:21:44 +0000</pubDate>
		<dc:creator>Mark McLaren</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Privacy]]></category>

		<guid isPermaLink="false">http://www.mcbuzz.com/web-marketing-blog/2007/privacy-problems-in-internet-explorer-ie6-and-ie7/</guid>
		<description><![CDATA[These Internet Explorer privacy problems may be old news to some, but they were new news to me. Yet another reason to use the Firefox web browser when given the choice.
Also well worth noting is that anyone using Firefox add-ons IE View or IE Tab may be succeptible to one of the same security flaws [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Privacy Problems in Internet Explorer - IE6 and IE7", url: "http://www.mcbuzz.com/web-marketing-blog/2007/privacy-problems-in-internet-explorer-ie6-and-ie7/" });</script>]]></description>
			<content:encoded><![CDATA[<p>These <a href="http://www.mcbuzz.com/2007/privacy-problems-in-microsoft-internet-explorer-ie6-and-ie7/" title="Security vulnerabilities in Internet Explorer allow your data to be stolen">Internet Explorer privacy problems</a> may be old news to some, but they were new news to me. Yet another reason to use the Firefox web browser when given the choice.</p>
<p>Also well worth noting is that anyone using <strong>Firefox add-ons</strong> <a href="https://addons.mozilla.org/en-US/firefox/addon/35" target="_blank" title="Firefox add-on IE View">IE View</a> or <a href="https://addons.mozilla.org/en-US/firefox/addon/1419" target="_blank" title="Firefox add-on IE Tab">IE Tab</a> may be succeptible to one of the <strong>same security flaws</strong> (clipboard content theft) <strong>while using the Firefox browser</strong> on Windows.</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=e4677839-683a-45aa-bf1a-cd17dd733b99&amp;title=Privacy+Problems+in+Internet+Explorer+-+IE6+and+IE7&amp;url=http%3A%2F%2Fwww.mcbuzz.com%2Fweb-marketing-blog%2F2007%2Fprivacy-problems-in-internet-explorer-ie6-and-ie7%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mcbuzz.com/web-marketing-blog/2007/privacy-problems-in-internet-explorer-ie6-and-ie7/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
