<?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>CyberCoded &#187; Facebook</title>
	<atom:link href="http://www.cybercoded.net/info/facebook/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cybercoded.net</link>
	<description>Trying to help others with their Wordpress, PHP and other Web issues.</description>
	<lastBuildDate>Sun, 29 Jan 2012 09:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Post On Facebook Page As Myself</title>
		<link>http://www.cybercoded.net/how-to-post-on-facebook-page-as-myself/</link>
		<comments>http://www.cybercoded.net/how-to-post-on-facebook-page-as-myself/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 14:41:18 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Facebook Fan Page]]></category>

		<guid isPermaLink="false">http://www.cybercoded.net/?p=1402</guid>
		<description><![CDATA[With the new Facebook Page layout we can finally post or comment on a page with our personal account, or with the page account. Before this change you could only post or comment on a Fan page as the page itself. To switch between accounts, click on the Account pulldown box at the top left [...]]]></description>
			<content:encoded><![CDATA[<p>With the new Facebook Page layout we can finally post or comment on a page with our personal account, or with the page account. Before this change you could only post or comment on a Fan page as the page itself.</p>
<p><a href="http://www.cybercoded.net/wp-content/uploads/2011/02/fanpage.png"><img class="wrapright" title="Facebook Fan Page" src="http://www.cybercoded.net/wp-content/uploads/2011/02/fanpage.png" alt="" width="200" /></a>To switch between accounts, click on the Account pulldown box at the top left of your page, from here you can select &#8220;Use Facebook as Page&#8221;, or &#8220;Switch back&#8221; to your personal account.</p>
<p>You do have to be careful, if you do not switch back your profile you may find yourself posting via the wrong account.</p>
<p>One of the extra benefits to this is that you can now see who has liked your page last.</p>
<p>If you login to one of your Fan Pages at the top left there are icons for Likes and Notifications, if anyone has liked your page since the last time you were logged into the page you can click the Like icon and see who the new members are.</p>
<p><g:plusone></g:plusone>&nbsp;&nbsp;<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="CyberCoder" data-related="DavidCooley">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></p>]]></content:encoded>
			<wfw:commentRss>http://www.cybercoded.net/how-to-post-on-facebook-page-as-myself/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Static HTML to WordPress Conversion Case Study</title>
		<link>http://www.cybercoded.net/static-html-to-wordpress-conversion-case-study/</link>
		<comments>http://www.cybercoded.net/static-html-to-wordpress-conversion-case-study/#comments</comments>
		<pubDate>Mon, 27 Dec 2010 13:49:09 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress How To]]></category>
		<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://www.cybercoded.net/?p=1321</guid>
		<description><![CDATA[Converting older static html sites to WordPress is one of the most popular things for me to work on. Seems there are still a lot of older sites that have no CMS system and when people decide to finally convert these sites WordPress is one of the most popular options. I used my holiday time [...]]]></description>
			<content:encoded><![CDATA[<p>Converting older static html sites to WordPress is one of the most popular things for me to work on. Seems there are still a lot of older sites that have no CMS system and when people decide to finally convert these sites WordPress is one of the most popular options.</p>
<p>I used my holiday time to convert one of my own static sites. I wanted to use it as a case study in procedure and time. The site I converted was my Scripts and Database site, <a href="http://www.cybercoded.com/" target="new">CyberCoded.com</a>. This is one of my older sites and I have been too busy to convert it so I continued to manually add pages as needed.</p>
<p>I have about 10 hours invested in the whole process to convert this site. The bulk of the time is in the custom coding of a WordPress Theme from scratch to match an older site. There were 12 pages when I started and as some of the pages had different extensions I decided to convert the site using my favorite WordPress permalink structure and then redirect the old pages.</p>
<p>I used my <a href="http://theme1.cybercoded.net/" target="new">Blank WordPress Theme</a> so that I could start with a clean slate and match the design to the old site.</p>
<p>Here are the steps I took.</p>
<ol>
<li>Installed WordPress in a Sub Folder
<ul>
<li>Set Privacy setting to OFF while I developed the site in a sub folder.</li>
<li>Modified the permalink to my favorite which is /%postname%/</li>
</ul>
</li>
<li>Installed the Blank theme in the WordPress Themes folder.
<ul>
<li>I used FTP to upload the files into a new theme folder in WordPress.</li>
</ul>
</li>
<li>Copied and matched elements from the old Style.css file into the WordPress Style.css
<ul>
<li>The blank theme has an empty CSS file.</li>
<li>The Body and Links were the only elements called out in the old CSS file.</li>
<li>Added Wrapper, Content, Header and Footer Divs to CSS.</li>
</ul>
</li>
<li>Copied the Index.php file to home.php so I could have a custom Home page that would match the old page.
<ul>
<li>Simply copying the file like this makes a new home page with the home.php file.</li>
</ul>
</li>
<li>Modified the WordPress code in the Home page to show each category and posts as lists.
<ul>
<li>Stripped out the common WordPress Loop</li>
<li>Created new code that loops through the categories and list each post per category.</li>
<li>Set the Category to sort in Descending order.</li>
<li>Set the Post titles to sort Title in ascending order</li>
</ul>
</li>
<li>Created an Analytics.php file in the WordPress Theme to use throughout the site.
<ul>
<li>Retrieved the code from Google to use for analytics.php</li>
</ul>
</li>
<li>Created a Header.php file within the WordPress Theme to add common header elements.
<ul>
<li>Modified the Title so that it would be SEO friendly, very similar to most popular SEO plugins.</li>
<li>Added a call to analytics.php file</li>
</ul>
</li>
<li>Created a footer.php file in WordPress to add a common footer.
<ul>
<li>Used the code from the old static footer file for contact and info.</li>
</ul>
</li>
<li>Created Single.php page
<ul>
<li>Added a <a href="http://twitter.com/about/resources/tweetbutton" target="new">Tweet This button from Twitter</a>.</li>
</ul>
</li>
<li>Created my Categories to match old site.
<ul>
<li>The old site had headers for each item type which I converted to Categories.</li>
</ul>
</li>
<li>Copied each page from the old site into Textpad and removed any code that would interfere with WordPress.</li>
<li>Pasted each page into WordPress as a Post.</li>
<li>Created Tag Page.
<ul>
<li>Tag page list the excerpt for each Post that is tagged.</li>
</ul>
</li>
<li>Created <a href="http://www.cybercoded.com/fdlhfakldh">custom 404 page</a>.
<ul>
<li>The 404 page shows a tag cloud to visitors.</li>
</ul>
</li>
<li>Created Search page.
<ul>
<li>Search page only shows title for a matched post.</li>
</ul>
</li>
<li>Widgetized and added a sidebar.
<ul>
<li>Create and set widgets in the functions.php file.</li>
<li>Add sidebar.php and corresponding code to use widgets.</li>
<li>Added a <a href="http://developers.facebook.com/docs/reference/plugins/like" target="new">Facebook Like button</a>.</li>
<li>Added RSS Button and link.</li>
</ul>
</li>
<li>Copied the index.php from the WordPress sub folder to the root and modified the code to use WordPress from the Sub Folder.</li>
<li>Changed the Site Address within WordPress Admin to set the site in the root while leaving WordPress installed in the sub folder.</li>
<li>Redirected the old pages to the new WordPress pages using PHP header calls.</li>
<li>Installed and setup XML Sitemap Generator for WordPress Plugin</li>
</ol>
<p>ALL DONE !</p>
<p>I copied the old Index file so we can see a before and after look.</p>
<p><a href="http://www.cybercoded.com/index2.php" target="new">Original Page</a> versus <a href="http://www.cybercoded.com" target="new">New WordPress Site</a>.</p>
<p>Most of the time was in the Theme setup. Each page took about 5 minutes to convert the content to a WordPress Post.</p>
<p>12 Pages, 10 hours</p>
<p>Think I will send my wife a bill and see if it gets paid, lol&#8230;</p>
<p><g:plusone></g:plusone>&nbsp;&nbsp;<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="CyberCoder" data-related="DavidCooley">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></p>]]></content:encoded>
			<wfw:commentRss>http://www.cybercoded.net/static-html-to-wordpress-conversion-case-study/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Facebook Messages</title>
		<link>http://www.cybercoded.net/facebook-messages/</link>
		<comments>http://www.cybercoded.net/facebook-messages/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 13:56:24 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Facebook Messages]]></category>
		<category><![CDATA[SMS]]></category>
		<category><![CDATA[Texting]]></category>

		<guid isPermaLink="false">http://www.cybercoded.net/?p=1288</guid>
		<description><![CDATA[Facebook Messages will not replace email as a whole, but it does have the potential to help Facebook become a much larger player in messaging. Even before this new release I had several people that I communicated with only on Facebook, and I see more and more of this as we move forward. The biggest [...]]]></description>
			<content:encoded><![CDATA[<p>Facebook Messages will not replace email as a whole, but it does have the potential to help Facebook become a much larger player in messaging. Even before this new release I had several people that I communicated with only on Facebook, and I see more and more of this as we move forward.</p>
<p>The biggest benefit I see with the new Facebook Messages is the history for each conversation. Having a threaded history makes it much easier to keep up with a conversation without having to search through email for things that have been discussed in the past.</p>
<p>I also like the Other folder with the new Facebook Messages to filter out non critical or non important messages.</p>
<p>You can also send and receive images and texts from the interface which I think has a major impact on the younger generations as a lot of them simply use texting in lieu of email.</p>
<p><strong><br />
</strong></p>
<p><g:plusone></g:plusone>&nbsp;&nbsp;<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="CyberCoder" data-related="DavidCooley">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></p>]]></content:encoded>
			<wfw:commentRss>http://www.cybercoded.net/facebook-messages/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Geolocation Check In Does Have Value</title>
		<link>http://www.cybercoded.net/geolocation-check-in-does-have-value/</link>
		<comments>http://www.cybercoded.net/geolocation-check-in-does-have-value/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 14:38:52 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Facebook Places]]></category>
		<category><![CDATA[Foursquare]]></category>
		<category><![CDATA[GEO Location]]></category>

		<guid isPermaLink="false">http://www.cybercoded.net/?p=1197</guid>
		<description><![CDATA[With the new Facebook Places launch this past week there has been a lot of talk about the lack of value to Geolocation system check ins. I have read several blogs and listened to some podcasts that basically say there is no value to systems such as Foursquare and Facebook Places and that those who [...]]]></description>
			<content:encoded><![CDATA[<p>With the new <a title="Facebook Places" href="http://www.facebook.com/places/" target="_blank">Facebook Places</a> launch this past week there has been a lot of talk about the lack of value to Geolocation system check ins.</p>
<p>I have read several blogs and listened to some podcasts that basically say there is no value to systems such as Foursquare and Facebook Places and that those who are using them are just wasting time checking in to locations.</p>
<p>Well, there is always another side to the story and I thought this picture would show there is a value to both the person checking in and the local businesses in the area that are listed on such systems.</p>
<div id="attachment_1198" class="wp-caption alignleft" style="width: 190px"><a href="http://www.cybercoded.net/wp-content/uploads/2010/08/IMG_04701.png"><img class="size-medium wp-image-1198  " title="IMG_0470[1]" src="http://www.cybercoded.net/wp-content/uploads/2010/08/IMG_04701-200x300.png" alt="" width="180" height="270" /></a><p class="wp-caption-text">Foursquare suggest The Horse&#39;s Mouth</p></div>
<p>While visiting Mickey&#8217;s Pizza in Buffalo, Texas I checked in to <a title="Foursquare" href="http://foursquare.com/" target="_blank">Foursquare</a>. Although I already knew about <a title="The Horse's Mouth Bookstore and Coffee Shop" href="http://thehorsesmouth.net/" target="_blank">The Horse&#8217;s Mouth Bookstore and Coffee Shop</a> just down the street, it was nice to have Foursquare present me with a comment from another person who had checked in there before.</p>
<p>And this benefit is extended to the businesses as well.</p>
<p>What if I did not know about the coffee shop down the street?</p>
<p>This message is enough to get me to at least stop in and give them a look.</p>
<div style="clear:both;padding-bottom:25px;"></div>
<p><g:plusone></g:plusone>&nbsp;&nbsp;<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="CyberCoder" data-related="DavidCooley">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></p>]]></content:encoded>
			<wfw:commentRss>http://www.cybercoded.net/geolocation-check-in-does-have-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Social Media&#8230;The Other Word of Mouth</title>
		<link>http://www.cybercoded.net/social-media-the-other-word-of-mouth/</link>
		<comments>http://www.cybercoded.net/social-media-the-other-word-of-mouth/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 12:06:01 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Tweets]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Word of Mouth]]></category>

		<guid isPermaLink="false">http://www.cybercoded.net/?p=1155</guid>
		<description><![CDATA[While watching movie trailers at the theater I was amazed at how many large companies put their Facebook and Twitter addresses ahead of their own website. And some of these websites are amazing works of art. These businesses realize that social media is as close to word of mouth advertising as it gets. And pretty [...]]]></description>
			<content:encoded><![CDATA[<p>While watching movie trailers at the theater I was amazed at how many large companies put their Facebook and Twitter addresses ahead of their own website. And some of these websites are amazing works of art.</p>
<p>These businesses realize that social media is as close to word of mouth advertising as it gets. And pretty much everyone agrees that there is no better marketing than word of mouth.</p>
<p>Even if they have a website, there is absolutely no reason not to take advantage of social media.</p>
<p>The social media playing field is probably as level as it gets for businesses of all sizes to reach and connect with their current and potential customers.</p>
<p>So why are so many small businesses hesitating getting on social media?</p>
<p><g:plusone></g:plusone>&nbsp;&nbsp;<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="CyberCoder" data-related="DavidCooley">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></p>]]></content:encoded>
			<wfw:commentRss>http://www.cybercoded.net/social-media-the-other-word-of-mouth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top Ten Daily Tools</title>
		<link>http://www.cybercoded.net/top-ten-daily-tools/</link>
		<comments>http://www.cybercoded.net/top-ten-daily-tools/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 13:00:36 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Skype]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.cybercoded.net/?p=1129</guid>
		<description><![CDATA[While working and sharing tips with others I have come to realize just how important some tools are to me. Some of these are not really tools, but without them I would certainly have gaps to fill in my work flow. They are not necessarily in any particular order. TextPad Firefox with FireBug extension. Chrome [...]]]></description>
			<content:encoded><![CDATA[<p>While working and sharing tips with others I have come to realize just how important some tools are to me. Some of these are not really tools, but without them I would certainly have gaps to fill in my work flow.</p>
<p>They are not necessarily in any particular order.</p>
<ol>
<li>TextPad</li>
<li>Firefox with FireBug extension.</li>
<li>Chrome Browser</li>
<li>Skype</li>
<li>Google Talk</li>
<li>Google Reader</li>
<li>Twitter</li>
<li>Facebook</li>
<li>WordPress</li>
<li>Email (Gmail)</li>
</ol>
<p>As an extra mention, most of these are used on my desktop and my iPhone. I am still doing 99.9% of my work on an HP Mini 311 <a title="Verizon Netbook" href="http://www.cybercoded.net/verizon-wireless/" target="_self">Verizon Netbook</a>, which is simply amazing.</p>
<p><g:plusone></g:plusone>&nbsp;&nbsp;<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="CyberCoder" data-related="DavidCooley">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></p>]]></content:encoded>
			<wfw:commentRss>http://www.cybercoded.net/top-ten-daily-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Page Admin Privileges</title>
		<link>http://www.cybercoded.net/facebook-page-admin-privileges/</link>
		<comments>http://www.cybercoded.net/facebook-page-admin-privileges/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 21:22:25 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Facebook Fan Page]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Tweets]]></category>

		<guid isPermaLink="false">http://www.cybercoded.net/?p=1126</guid>
		<description><![CDATA[I shared a link earlier to The Next Web post about Facebook now allowing Admins to be removed, and this is a good thing. However, it appears Facebook still needs to put a little more thought into their Business Page setup. Any Admin can now delete another Admin and any Admin can delete the entire [...]]]></description>
			<content:encoded><![CDATA[<p>I shared a link earlier to<a title="The Next Web" href="http://thenextweb.com/socialmedia/2010/06/14/facebook-finally-allows-the-original-admin-to-be-deleted-from-facebook-pages/" target="_blank"> The Next Web post</a> about Facebook now allowing Admins to be removed, and this is a good thing. However, it appears Facebook still needs to put a little more thought into their Business Page setup.</p>
<p>Any Admin can now delete another Admin and any Admin can delete the entire page. Wow, this could get ugly.</p>
<p>I have been in situations where a customer has hired me to manage their Facebook page, and we had no way to remove the previous Admin, so this change is good in that aspect.  It also helps in cases where 3rd parties can create the page and hand it off to the business owner with the security that they can add or delete Admins as needed.</p>
<p>However, there should be some form of verification needed to delete an admin or page.</p>
<p>For all the wonderful things about Facebook, they do seem to lack an understanding of security and how it affects businesses in the real world.</p>
<p><g:plusone></g:plusone>&nbsp;&nbsp;<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="CyberCoder" data-related="DavidCooley">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></p>]]></content:encoded>
			<wfw:commentRss>http://www.cybercoded.net/facebook-page-admin-privileges/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Buzz</title>
		<link>http://www.cybercoded.net/google-buzz/</link>
		<comments>http://www.cybercoded.net/google-buzz/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 20:45:14 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Dodgeball]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google API]]></category>
		<category><![CDATA[Google Buzz]]></category>
		<category><![CDATA[Orkut]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.cybercoded.net/?p=1038</guid>
		<description><![CDATA[The buzz today is Google Buzz, already trending on Twitter (#googlebuzz). Google is making another run at Social Networking and using Gmail to do it this time. After their previous attempts this is probably their final shot at getting some traction with social networking, if they miss here, they should just forget about it. At [...]]]></description>
			<content:encoded><![CDATA[<p>The buzz today is <a title="Google Buzz" href="http://googleblog.blogspot.com/2010/02/introducing-google-buzz.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+blogspot/MKuf+(Official+Google+Blog)&amp;utm_content=Google+Reader" target="_self">Google Buzz</a>, already trending on Twitter (<a title="#GoogleBuzz" href="https://twitter.com/#search?q=%23GoogleBuzz">#googlebuzz</a>).</p>
<p>Google is making another run at Social Networking and using Gmail to do it this time. After their previous attempts this is probably their final shot at getting some traction with social networking, if they miss here, they should just forget about it. At first glance it appears that they acknowledge Twitter and Flickr but they are not going to help anyone lean towards Facebook.</p>
<p>Google Wave did not get it done, Orkut, Zingku, or how about Dodgeball?</p>
<p>As usual they are diving in with <a title="Google Buzz API" href="http://code.google.com/apis/buzz/" target="_blank">API support at Google Code</a>.</p>
<p>I will not pass judgement until I have some real time to invest in Google Buzz, but looking over the API, it looks like they realize the importance of connectivity to other systems and keeping the system as open as possible.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="295" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/yi50KlsCBio&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="295" src="http://www.youtube.com/v/yi50KlsCBio&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><g:plusone></g:plusone>&nbsp;&nbsp;<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="CyberCoder" data-related="DavidCooley">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></p>]]></content:encoded>
			<wfw:commentRss>http://www.cybercoded.net/google-buzz/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Facebook Fan Page Address</title>
		<link>http://www.cybercoded.net/facebook-fan-page-address/</link>
		<comments>http://www.cybercoded.net/facebook-fan-page-address/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 15:55:48 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Facebook Fan Page]]></category>
		<category><![CDATA[Facebook Vanity URL]]></category>

		<guid isPermaLink="false">http://www.cybercoded.net/?p=927</guid>
		<description><![CDATA[Here is a little tip about the Facebook Vanity URL. (Vanity URL just means that you have your name locked in to the address of your Facebook account) By default Facebook gives you an address such as http://www.facebook.com/profile.php?id=1234456789. As I have discussed before, once you have 25 friends or 25 fans you can change this [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a little tip about the Facebook Vanity URL. (Vanity URL just means that you have your name locked in to the address of your Facebook account)</p>
<p>By default Facebook gives you an address such as <a href="http://www.facebook.com/profile.php?id=1234456789" target="_blank">http://www.facebook.com/profile.php?id=1234456789</a>.</p>
<p>As I have <a title="Facebook Fan Page" href="http://www.cybercoded.net/facebook-fan-page/" target="_self">discussed before</a>, once you have 25 friends or 25 fans you can change this default to something more meaningful, such as my Facebook Fan Page <a href="http://www.facebook.com/CyberCoded">http://www.facebook.com/CyberCoded</a>.</p>
<p>Here is another tip. The Facebook Vanity URL is not case sensitive and ignores characters such as the period (.) and the hyphen (-). You can use this to your advantage when showing your URL in print or telling someone the address.</p>
<p>Examples:</p>
<ul>
<li>My personal Facebook account I made the Vanity URL, <a title="David Cooley on Facebook" href="http://www.facebook.com/david.cooley" target="_blank">facebook.com/david.cooley</a>, I did this because I think it looks better in the address bar. However, when I tell someone my address I can tell them it is just <a title="David Cooley on Facebook" href="http://www.facebook.com/david.cooley" target="_blank">facebook.com/davidcooley</a> and it will take them to my page. Easier to say &#8220;Facebook dot com davidcooley&#8221; than to say &#8220;facebook dot com david dot cooley&#8221;.</li>
</ul>
<ul>
<li>My Business Fan Page is <a title="CyberCoded on Facebook" href="http://www.facebook.com/CyberCoded" target="_blank">facebook.com/cybercoded</a>, however, I can change the capitalization so it is easier to read, such as <a href="http://www.facebook.com/CyberCoded">facebook.com/CyberCoded</a></li>
</ul>
<ul>
<li><a href="http://www.facebook.com/Cyber-Coded">facebook.com/Cyber-Coded</a></li>
<li><a href="http://www.facebook.com/Cyber.Coded">facebook.com/Cyber.Coded</a></li>
<li><a title="David Cooley on Facebook" href="http://www.facebook.com/david.cooley" target="_blank">facebook.com/david.cooley</a></li>
<li><a title="David Cooley on Facebook" href="http://www.facebook.com/David-Cooley" target="_blank">facebook.com/David-Cooley</a></li>
</ul>
<p>As you can see there are several ways to modify the address in print or online to make it easier to read, and yet they all resolve to the same page.</p>
<p>To change your Facebook Address use the <a href="http://www.facebook.com/username/">Facebook Username page</a>.</p>
<p><g:plusone></g:plusone>&nbsp;&nbsp;<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="CyberCoder" data-related="DavidCooley">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></p>]]></content:encoded>
			<wfw:commentRss>http://www.cybercoded.net/facebook-fan-page-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FaceBook Fan Page</title>
		<link>http://www.cybercoded.net/facebook-fan-page/</link>
		<comments>http://www.cybercoded.net/facebook-fan-page/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 17:13:06 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Facebook Fan Page]]></category>

		<guid isPermaLink="false">http://www.cybercoded.net/?p=883</guid>
		<description><![CDATA[Having a Facebook Fan Page has become almost a standard practice for businesses. The downside to a Facebook Fan Page is the long URL assigned to your page. But once you have 25 fans you can easily set the Vanity URL address by going to the Facebook Username page and setting the name for your [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Having a Facebook Fan Page has become almost a standard practice for businesses. The downside to a Facebook Fan Page is the long URL assigned to your page. But once you have 25 fans you can easily set the Vanity URL address by going to the <a title="Facebook Vanity URL" href="http://www.facebook.com/username/" target="_blank">Facebook Username</a> page and setting the name for your page if it is available.</p>
<p><img class="size-full wp-image-884 aligncenter" style="margin-top: 10px; margin-bottom: 10px;" title="facebookusername" src="http://www.cybercoded.net/wp-content/uploads/2009/12/facebookusername.png" alt="facebookusername" width="400" height="91" /></p>
<p>Another helpful function you can utilize is having multiple Admins assigned to a Fan Page so you can have someone else help you with your page design, programming and updating.</p>
<p><g:plusone></g:plusone>&nbsp;&nbsp;<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="CyberCoder" data-related="DavidCooley">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></p>]]></content:encoded>
			<wfw:commentRss>http://www.cybercoded.net/facebook-fan-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

