<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Florida Search Engine Optimization - SEO - SEM - Blog - Edward Beckett - BlogCFC</title>
			<link>http://www.edwardbeckett.com/Blog/index.cfm</link>
			<description>Search Engine Optimization - Florida SEO Specialist - SEM Expert - Consultant</description>
			<language>en-us</language>
			<pubDate>Tue, 07 Sep 2010 02:43:12 -0400</pubDate>
			<lastBuildDate>Wed, 24 Sep 2008 20:40:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>edward@edwardbeckett.com</managingEditor>
			<webMaster>edward@edwardbeckett.com</webMaster>
			
			<item>
				<title>Social Media &amp;#187  Internet Marketing Strategies &amp;#187 Florida SEO</title>
				<link>http://www.edwardbeckett.com/Blog/index.cfm/2008/9/24/Social-Media--Internet-Marketing-Strategies--Florida-SEO</link>
				<description>
				
				&lt;p&gt;I&apos;m really impressed by some of the new and effective &lt;a href=&quot;http://www.edwardbeckett.com/sitemap.cfm&quot;&gt;internet marketing strategies&lt;/a&gt; that have been coming out lately. On LinkedIn, I saw a &lt;a href=&quot;http://blog.linkedin.com/blog/2008/06/share-news-with.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;post for a sharing widget&lt;/a&gt; and decided that it would be cool to add this functionality to the collection of social media buttons on &lt;a href=&quot;http://www.edwardbeckett.com/blog/&quot;&gt;Florida SEO&lt;/a&gt; Blog. [&lt;a href=&quot;http://www.linkedin.com/static?key=developers_widget_shareonlinkedin&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;directions to install the code&lt;/a&gt;].
 &lt;/p&gt;
&lt;p&gt; As long as LinkedIn doesn&apos;t decide to change the API too much, I can have my readers spread the word about the content on &lt;a href=&quot;http://www.edwardbeckett.com/sitemap.cfm&quot;&gt;Florida Search Engine 
Optimization&lt;/a&gt; and &lt;a href=&quot;http://www.edwardbeckett.com/blog/googlesitemap.cfm&quot;&gt;Florida SEO&lt;/a&gt; Blog to all of their contacts in LinkedIn and possibly expand Florida Search Engine Optimization&apos;s reach to a targeted market that otherwise I would not be accessible to.&lt;/p&gt; 
  
&lt;p&gt; For the CF coders that want to install the LinkedIn code on to BlogCFC, it&apos;s not too hard. There are five URL variables to be updated to share the article submission with your LinkedIn network. 

&lt;ul&gt;
&lt;li&gt;1. The LinkedIn URL&lt;/li&gt;
&lt;li&gt;2. The Article URL &lt;/li&gt;
&lt;li&gt;3. The Article Title&lt;/li&gt;
&lt;li&gt;4. The Article Source&lt;/li&gt;
&lt;li&gt;5. The Article Summary&lt;/li&gt;
&lt;/ul&gt;

&lt;pre&gt;
&lt;code&gt;

    http://www.linkedin.com/shareArticle?mini=true&amp;url=
    {articleUrl}&amp;title={articleTitle}&amp;summary={articleSummary}
    &amp;source={articleSource}


&lt;/code&gt;
&lt;/pre&gt;
&lt;/p&gt;

&lt;p&gt;
I added the following code to the row of BlogCFC&apos;s social media buttons around line 100 of index.cfm. The content for this area is within div class=&quot;byline&quot;. If you want to add a LinkedIn Icon ... there&apos;s a good &lt;a href=&quot;http://files.kemryu.com/icons/LinkedIn_Kemryu.zip&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt; set of LinkedIn Icons&lt;/a&gt; here ... I used the 16px version. 

&lt;pre&gt;
&lt;code&gt;

	&lt;img src=&quot;#application.rooturl#/images/LinkedIn_16.png&quot; align=&quot;middle&quot; title=&quot;Share on LinkedIn!&quot; 
	height=&quot;16&quot; width=&quot;16&quot;&gt; &lt;a href=&quot;http://www.linkedin.com/shareArticle?mini=true&amp;url=
	#application.blog.makeLink(id)#&amp;title=#URLEncodedFormat(&quot;#title#&quot;)#&amp;summary=
	#URLEncodedFormat(&quot;#Left(application.blog.renderEntry(body,false,enclosure),200)#&quot;)#&amp;source=
	#URLEncodedFormat(&quot;#application.blog.getProperty(&apos;blogTitle&apos;)#&quot;)#&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;LinkedIn Share!&lt;/a&gt;


&lt;/code&gt;
&lt;/pre&gt;
&lt;/p&gt;

&lt;p&gt;Oh Yeah ... If you liked this article ... Don&apos;t forget to share it with your LinkedIn network ... :) &lt;/p&gt; 
				</description>
				
				<category>BlogCFC</category>				
				
				<category>ColdFusion</category>				
				
				<category>Social Media</category>				
				
				<category>SEM</category>				
				
				<category>Link Building</category>				
				
				<category>Code</category>				
				
				<category>Business</category>				
				
				<category>Search Engine Optimization</category>				
				
				<category>SMO</category>				
				
				<category>Networking</category>				
				
				<category>SEO</category>				
				
				<pubDate>Wed, 24 Sep 2008 20:40:00 -0400</pubDate>
				<guid>http://www.edwardbeckett.com/Blog/index.cfm/2008/9/24/Social-Media--Internet-Marketing-Strategies--Florida-SEO</guid>
				
			</item>
			
			<item>
				<title>BlogCFC XML-RPC &amp;amp; Windows Live Writer</title>
				<link>http://www.edwardbeckett.com/Blog/index.cfm/2008/3/10/BlogCFC-XMLRPC-amp-Windows-Live-Writer-</link>
				<description>
				
				&lt;p&gt;I recently decided to take a shot at creating Blog entries to BlogCFC through a desktop publishing application. ScribeFire, is a nice tool that offers the ability to create Blog posts directly to from Firefox. Yet, it lacked quality functionality and support that is required for those that are doing serious publishing. While searching through the ColdFusion Blogging community lately, I&amp;nbsp; ran across several articles suggesting the use of Google Docs as a method for posting to BlogCFC too. I really didn&apos;t&amp;nbsp; care for that method either.&lt;/p&gt; &lt;p&gt;So I managed to find a reference on Ray Camden&apos;s Blog to using Windows Live Writer via XML-RPC.&amp;nbsp; BlogCFC has been supporting XML-RPC for some time now, so I was eager to start using it after I figured out what it was actually was capable of doing. For those that are not familiar with XML-RPC, it is a specification that allows connections between two computers through remote procedure calls to XML.&lt;/p&gt; &lt;p&gt;The reference on Ray&apos;s site was to a demo from &lt;a title=&quot;Dan Vega Demo on Live Writer&quot; href=&quot;http://www.danvega.org/blog/index.cfm/2007/6/29/Windows-Live-Writer-amp-BlogCFC-Part-II&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Dan Vega&lt;/a&gt;, which explains how to get the writer up and running. Several things have to be pointed out though. First, the categories from BlogCFC are not editable from WLR. To edit those, you&apos;ll have to go in to the BlogCFC admin. Second, the style sheets from BlogCFC don&apos;t seem to import correctly. That doesn&apos;t seem to carry over in the post though so personally I can handle dealing with it. Another thing is, deleting posts from within WLR, will remove the entry from the Blog, but not from the xmlrpc.cfm cache or, rather the ScopeCache.cfm template ... in order to deal with that, you might want to add the code below to the xmlrpc.cfm file, just below the blogger.deletePost case switch statement around lines 185-190.&lt;/p&gt; &lt;pre &gt;
&lt;code&gt;
	&lt;!--- clear cache ---&gt;

		&lt;cfmodule clearall=&quot;true&quot; scope=&quot;application&quot; template=&quot;../tags/scopecache.cfm&quot;&gt;


&lt;/code&gt;
&lt;/pre&gt;
 
&lt;p&gt;This way the Blog&apos;s cache will update whenever you delete a post ... Much thanks goes out to &lt;a title=&quot;Shane&quot; href=&quot;http://www.kisdigital.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Shane&lt;/a&gt; for that.&lt;/p&gt;
&lt;p&gt;All and all, I must admit that editing in WLR is very clean - much nicer than working directly in an online editor, and though WLR does not have the power of a word processor, or the design and HTML editing capabilities of an IDE, it is still a nice tool to use for creating blog posts.&lt;/p&gt; 
				</description>
				
				<category>ColdFusion</category>				
				
				<category>BlogCFC</category>				
				
				<category>Blog</category>				
				
				<pubDate>Mon, 10 Mar 2008 15:40:41 -0400</pubDate>
				<guid>http://www.edwardbeckett.com/Blog/index.cfm/2008/3/10/BlogCFC-XMLRPC-amp-Windows-Live-Writer-</guid>
				
			</item>
			</channel></rss>