<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Florida Search Engine Optimization - SEO - SEM - Blog - Edward Beckett - Networking</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 01:55:04 -0400</pubDate>
			<lastBuildDate>Sun, 31 May 2009 16:51: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>Business Getting Slow? Invest in SEO</title>
				<link>http://www.edwardbeckett.com/Blog/index.cfm/2009/5/31/Business-Getting-Slow-Invest-in-SEO</link>
				<description>
				
				&lt;h2&gt;Search Engine Optimization Increases Business &#xbb; Any Questions?&lt;/h2&gt;
&lt;p&gt;Sometimes I&apos;m baffled by the lack of understanding most business owners have in the value of online visiblity. Even some of the clients I have worked with which have seen and realized fantastic results still fail to recognize the benefits. In this desperate economy isn&apos;t an increase in revenue a good thing?&lt;/p&gt;
&lt;p&gt;I recently went through the effort of creating a detailed analytics presentation on the performance of one of my clients sites since signing with &lt;a href=&quot;../../&quot;&gt;Florida Search Engine Optimization&lt;/a&gt;. Self promotion aside - their site is performing and producing phenomenally well, which in turn evaluates to a significant increase in revenue. However, shortly after giving the successful presentation and discussing moving forward with increasing their search marketing efforts - their focus and committment waned and they haven&apos;t moved forward since.&lt;/p&gt;
&lt;p&gt;Not trying to brag here ... but I feel it&apos;s important to mention that I hardly ever market for new clients - Almost all of the business that I get is through my own optimization efforts. When I first started out I did have to grab the 50 pound phone to get things kicked off, but I haven&apos;t had to do &quot;hard marketing&quot; in a long time ...&lt;/p&gt;
&lt;p&gt;I feel partially responsible in not being able to effectively communicate the value of SEO to the &quot;C Suite&quot; ... I guess I just consider an increase in conversions and revenue a no brainer.&lt;/p&gt;
&lt;p&gt;That&apos;s it.&lt;/p&gt; 
				</description>
				
				<category>ColdFusion</category>				
				
				<category>Google</category>				
				
				<category>Business</category>				
				
				<category>Web Metrics</category>				
				
				<category>Analytics</category>				
				
				<category>Culture</category>				
				
				<category>Networking</category>				
				
				<category>CFC</category>				
				
				<pubDate>Sun, 31 May 2009 16:51:00 -0400</pubDate>
				<guid>http://www.edwardbeckett.com/Blog/index.cfm/2009/5/31/Business-Getting-Slow-Invest-in-SEO</guid>
				
			</item>
			
			<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>Florida SEO - CakePHP - Ruby on Rails - BarCamp Miami</title>
				<link>http://www.edwardbeckett.com/Blog/index.cfm/2008/2/29/Florida-SEO--CakePHP--Ruby-on-Rails--BarCamp-Miami</link>
				<description>
				
				&lt;p&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;I went down to Miami with my good friend Mark from &lt;a rel=&quot;nofollow&quot; href=&quot;http://www.alistseo.com&quot; target=&quot;_blank&quot;&gt;A List SEO&lt;/a&gt; to BarCamp Miami ... I didn&apos;t have tickets to the show I &lt;em&gt;&lt;strong&gt;really&lt;/strong&gt;&lt;/em&gt; wanted to be at, the &lt;a rel=&quot;nofollow&quot; href=&quot;http://www.futureofwebapps.com/&quot; target=&quot;_blank&quot;&gt;Future of Web Apps&lt;/a&gt;, So I figured that at least I could hang out and get to meet some people at BarCamp.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: medium;&quot;&gt; Well, meet people I did ... and a lot of them. I was lucky enough to hang out and eat dinner with &lt;a rel=&quot;nofollow&quot; href=&quot;http://cakedc.com/team&quot; target=&quot;_blank&quot;&gt;Larry Masters&lt;/a&gt;, the master mind behind the CakePHP framework. From our talks, I am definitely going to be checking out how I can start reaping the rewards of &lt;a rel=&quot;nofollow&quot; href=&quot;http://www.cakephp.org/&quot; target=&quot;_blank&quot;&gt;CakePHP&lt;/a&gt; as a rapid application development Framework. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;Some of the other great guys that I spoke with were Kevin Marks, a developer advocate from Google ... Edgar Caballero, the senior technology consultant from Altra-App ... Jason Baptiste, CEO of Publictivity ... David Di Cillo, web and print designer with ThirtyNine ... Gary Schulthesis, &amp;amp; Craig Agranoff from Vois ... Sunir Shah from FreshBooks ... Eamon O&apos;Connor from Refraction Films ... Onajide Shabakaka from the Miami Art Exchange ...  and many more ...&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: medium;&quot;&gt; So, from what I thought was going to be a nice get away turned out to be a networking home run ... some of these guys are making really big moves in the development community ... most notably, is Larry ... if that guys team works on a web application ... you are almost guaranteed that it&apos;s going to be rock solid.&lt;/span&gt;&lt;/p&gt; 
				</description>
				
				<category>Frameworks</category>				
				
				<category>Search Engine Optimization</category>				
				
				<category>Web Development</category>				
				
				<category>Business</category>				
				
				<category>SMO</category>				
				
				<category>CakePHP</category>				
				
				<category>Networking</category>				
				
				<category>Programming</category>				
				
				<category>Me</category>				
				
				<category>SEO</category>				
				
				<pubDate>Fri, 29 Feb 2008 06:36:00 -0400</pubDate>
				<guid>http://www.edwardbeckett.com/Blog/index.cfm/2008/2/29/Florida-SEO--CakePHP--Ruby-on-Rails--BarCamp-Miami</guid>
				
			</item>
			</channel></rss>