<?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; Twitter</title>
	<atom:link href="http://www.cybercoded.net/info/twitter/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, 05 Feb 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>Twitter Recommends I Follow Me</title>
		<link>http://www.cybercoded.net/twitter-recommends-i-follow-me/</link>
		<comments>http://www.cybercoded.net/twitter-recommends-i-follow-me/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 13:49:17 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.cybercoded.net/?p=1428</guid>
		<description><![CDATA[I had never given it much thought, but Twitter recommends I should follow myself. I guess it makes sense. I have similar tastes as me I follow the same type people as me People who follow me, might also be following me. (will this cause paranoia) I should keep up with what I am doing [...]]]></description>
			<content:encoded><![CDATA[<p>I had never given it much thought, but Twitter recommends I should follow myself. I guess it makes sense.</p>
<ul>
<li>I have similar tastes as me</li>
<li>I follow the same type people as me</li>
<li>People who follow me, might also be following me. (will this cause paranoia)</li>
<li>I should keep up with what I am doing</li>
<li>When I traveled a lot I once thought I passed myself in an airport terminal.</li>
</ul>
<p>&nbsp;</p>
<p><a href="http://www.cybercoded.net/wp-content/uploads/2011/04/twitterfollowme1.jpg"><img class="alignnone size-full wp-image-1431" title="Twitter Recommends I Follow Me" src="http://www.cybercoded.net/wp-content/uploads/2011/04/twitterfollowme1.jpg" alt="Twitter Recommends I Follow Me" width="463" height="427" /></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/twitter-recommends-i-follow-me/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>New Namecheap Twitter Contest</title>
		<link>http://www.cybercoded.net/new-namecheap-twitter-contest/</link>
		<comments>http://www.cybercoded.net/new-namecheap-twitter-contest/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 15:40:14 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Amazon Kindle]]></category>
		<category><![CDATA[Apple iPad]]></category>
		<category><![CDATA[Domain Name Registration]]></category>
		<category><![CDATA[MacBook Pro]]></category>
		<category><![CDATA[NameCheap]]></category>
		<category><![CDATA[Twitter Contest]]></category>

		<guid isPermaLink="false">http://www.cybercoded.net/?p=1222</guid>
		<description><![CDATA[Namecheap is at it again. Hosting a new Twitter Contest called Namecheap Bored at Work and Back to School Riddle Me This Contest!. Namecheap is giving away 3 MacBook Pro, 1 Apple iPad, or 1 Amazon Kindle. The contest is very similar to their past contests. This time the contest is made of riddles instead [...]]]></description>
			<content:encoded><![CDATA[<p>Namecheap is at it again. Hosting a new Twitter Contest called Namecheap Bored at Work and Back to School Riddle Me This Contest!.</p>
<p>Namecheap is giving away 3 MacBook Pro, 1 Apple iPad, or 1 Amazon Kindle.</p>
<p>The contest is very similar to their past contests. This time the contest is made of riddles instead of trivia questions. Each hour they post a Riddle and you respond with the answer. Each hour they give away 5 domain registration credits to their system.</p>
<p>To participate, follow the rules at their <a title="Namecheap Contest" href="http://www.namecheap.com/contest/" target="_blank">Namecheap Contest page</a> and join in the fun.</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/new-namecheap-twitter-contest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Did Twitter Really Switch to OAuth?</title>
		<link>http://www.cybercoded.net/did-twitter-really-switch-to-oauth/</link>
		<comments>http://www.cybercoded.net/did-twitter-really-switch-to-oauth/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 01:50:51 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[OAuth]]></category>
		<category><![CDATA[Twitter API]]></category>

		<guid isPermaLink="false">http://www.cybercoded.net/?p=1217</guid>
		<description><![CDATA[I am still seeing Tweets being posted &#8220;from API&#8221; and I can not see how this is possible using OAuth on Twitter. Basic authentication was to be turned off and only applications using OAuth should be working as of August 31, 2010. A Twitter Application using OAuth has to have a name, and this name [...]]]></description>
			<content:encoded><![CDATA[<p>I am still seeing Tweets being posted &#8220;from API&#8221; and I can not see how this is possible using OAuth on Twitter.</p>
<p>Basic authentication was to be turned off and only applications using OAuth should be working as of August 31, 2010.</p>
<p>A Twitter Application using OAuth has to have a name, and this name is what will show in the &#8220;from&#8221; portion of a Tweet.</p>
<p>When using Basic Authentication the Tweet would show &#8220;from API&#8221; unless you set the &#8220;from&#8221; explicitly.</p>
<p>So, is Basic Authentication still working with Twitter?</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/did-twitter-really-switch-to-oauth/feed/</wfw:commentRss>
		<slash:comments>1</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>Twitter Authentication Switch to OAuth</title>
		<link>http://www.cybercoded.net/twitter-authentication-switch-to-oauth/</link>
		<comments>http://www.cybercoded.net/twitter-authentication-switch-to-oauth/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 13:17:27 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[OAuth]]></category>
		<category><![CDATA[Social Graph]]></category>
		<category><![CDATA[Tweets]]></category>
		<category><![CDATA[Twitter API]]></category>

		<guid isPermaLink="false">http://www.cybercoded.net/?p=1132</guid>
		<description><![CDATA[If you use any API calls to Twitter you have until June 30th to make the switch to OAuth from Basic Authentication. It will be interesting to see how this changes the data flow in and out of Twitter. See Twitter Blog: Switching to OAuth Until recently I was still seeing a lot of Tweets [...]]]></description>
			<content:encoded><![CDATA[<p>If you use any API calls to Twitter you have until June 30th to make the switch to OAuth from Basic Authentication.</p>
<p>It will be interesting to see how this changes the data flow in and out of Twitter. See <a title="Switching Twitter to OAuth" href="http://bit.ly/a0VqxK" target="_blank">Twitter Blog: Switching to OAuth</a></p>
<p>Until recently I was still seeing a lot of Tweets being posted &#8220;from API&#8221;. Based on everything I have read these calls will quit working on June 30th.</p>
<p>I know from experience that making a call with the Basic Authentication from the API was a lot easier than connecting via OAuth. There are probably a lot of people that could make the API work but will struggle with the OAuth functionality. However, a lot of other Social Networking applications are now using OAuth and learning that technology will be very beneficial across the Social Graph.</p>
<p>So if you have not made the change yet, you only have 2 weeks left to get it done without interrupting your Twitter data flow.</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/twitter-authentication-switch-to-oauth/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>Customize Google Home Page with an Image</title>
		<link>http://www.cybercoded.net/customize-google-home-page-with-imag/</link>
		<comments>http://www.cybercoded.net/customize-google-home-page-with-imag/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 12:57:30 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Tweet]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.cybercoded.net/?p=1121</guid>
		<description><![CDATA[Google is rolling out a new option to allow users to customize their Google home page with their own photo or image.  The feature is being rolled out in the U.S. over the next few days. As an extra incentive to try the feature they are asking people to Tweet about it&#8230;. &#8220;And if you’ve [...]]]></description>
			<content:encoded><![CDATA[<p>Google is rolling out a new option to allow users to customize their Google home page with their own photo or image.  The feature is being rolled out in the U.S. over the next few days.</p>
<p>As an extra incentive to try the feature they are asking people to Tweet about it&#8230;.</p>
<blockquote><p>&#8220;And if you’ve customized your look with a fun personal photo we’d love to see what your new homepage looks like. Tweet a picture of your page with the hashtag #myGooglepage and share it with us!&#8221; Source : <a title="Official Google Blog" href="http://bit.ly/cdfAV2" target="_blank">Official Google Blog</a></p></blockquote>
<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/customize-google-home-page-with-imag/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>My Twitter Tools</title>
		<link>http://www.cybercoded.net/my-twitter-tool/</link>
		<comments>http://www.cybercoded.net/my-twitter-tool/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 14:27:14 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Twitter]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Bitly]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[HootSuite]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Tweetie]]></category>
		<category><![CDATA[Twitter API]]></category>
		<category><![CDATA[Twittering]]></category>

		<guid isPermaLink="false">http://www.cybercoded.net/?p=870</guid>
		<description><![CDATA[After reviewing the sites and applications I use most in conjunction with Twitter, I discovered it was more than I thought. I use the Twitter Home page, HootSuite, Tweetie, Bit.ly, Facebook, Twitter API, and probably a couple more every now and then. I then reviewed how and why I used each one, this process helped [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">After reviewing the sites and applications I use most in conjunction with Twitter, I discovered it was more than I thought. I use the Twitter Home page, HootSuite, Tweetie, Bit.ly, Facebook, Twitter API, and probably a couple more every now and then. I then reviewed how and why I used each one, this process helped me considerably.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Each one of these systems has a place in my comfort zone and there is no reason for me to change what works well for me.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">I think too many people try to force themselves to use one system, use what works the best for you!</div>
<p>After reviewing the sites and applications I use most in conjunction with Twitter, I discovered it was more than I thought. I use the Twitter Home page,  HootSuite,  Tweetie,  Bit.ly, Facebook,  Twitter API, and probably a couple more every now and then. I then reviewed how and why I used each one and this process helped me considerably.</p>
<p>Each one of these systems has a place in my work and comfort zones and there is no reason for me to change what works well for me.</p>
<p>I think too many people try to force themselves to use one system, use what works the best for you!</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/my-twitter-tool/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

