<?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; Programming</title>
	<atom:link href="http://www.cybercoded.net/info/programming/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>Web Programming</title>
		<link>http://www.cybercoded.net/web-programming/</link>
		<comments>http://www.cybercoded.net/web-programming/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 13:05:12 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.cybercoder.net/web-programming.html</guid>
		<description><![CDATA[Years ago I started programming in ASP (Active Server Pages). This was a great language and was fairly easy to migrate into. However, the &#8220;cost of inclusion&#8221; was rather high as it is a Microsoft language and required (of course) that you be hosted on a Microsoft platform server. Then Microsoft decided to upgrade ASP [...]]]></description>
			<content:encoded><![CDATA[<p>Years ago I started programming in ASP (Active Server Pages). This was a great language and was fairly easy to migrate into. However, the &#8220;cost of inclusion&#8221; was rather high as it is a Microsoft language and required (of course) that you be hosted on a Microsoft platform server. Then Microsoft decided to upgrade ASP to ASP.net.</p>
<p>At that point they lost me. With the advent of  Linux and the world of open source it just did not make any sense to stick with something that required so much overhead. Another key downside was the database programming required either SQL Server or MS Access. One was too expensive and the other not robust enough.</p>
<p>I switched to PHP and MySQL and I have never been happier. It is easy to find a hosting company that supports these languages and there is a wide realm of support and samples for both. If you like web programming PHP is a must to check out.</p>
<p>And of course the ever popular WordPress platform is PHP based.</p>
<p><a title="Database" href="http://www.cybercoder.net/tags/Database/"><br />
</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/web-programming/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Excerpt Plugin</title>
		<link>http://www.cybercoded.net/wordpress-excerpt-plugin/</link>
		<comments>http://www.cybercoded.net/wordpress-excerpt-plugin/#comments</comments>
		<pubDate>Sun, 27 Jan 2008 19:51:34 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[CyberExcerpt Plugin]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Excerpt]]></category>
		<category><![CDATA[Wordpress How To]]></category>
		<category><![CDATA[Wordpress Plugin]]></category>
		<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://www.cybercoder.net/wordpress-excerpt-plugin.html</guid>
		<description><![CDATA[I created this little plugin for my own use, and after reading today&#8217;s post over at HackWordPress.com it reminded me that Garry Conn had asked me if I was going to publish it, so here it is. I like to use the the_excerpt() instead of the_content() in several places on a blog. However, I did [...]]]></description>
			<content:encoded><![CDATA[<p>I created this little plugin for my own use, and after reading today&#8217;s post over at <a href="http://hackwordpress.com/how-to-partial-post-excerpt-wordpress" title="HackWordPress.com">HackWordPress.com</a> it reminded me that <a href="http://www.garryconn.com" title="Garry Conn">Garry Conn</a> had asked me if I was going to publish it, so here it is.</p>
<p>I like to use the the_excerpt() instead of the_content() in several places on a blog. However, I did not like the fact that the_excerpt was only showing 55 characters. I could change it in the WordPress code, but then everytime I update the blog with a new version of WordPress I have to remember that the change is there.</p>
<p><a href="http://www.cybercoded.net/wp-content/uploads/2008/01/cyberexcerpt.zip" title="CyberExcerpt">CyberExcerpt</a> is simply a copy of the_excerpt routine in a plugin. The advantage to this is I can change the_excerpt length, turn on the plugin and I have my solution, a longer excerpt.</p>
<p>If you want an excerpt with a length other than 55 characters, just download the zip file, unzip, and then upload the CyberExcerpt folder to the /plugin folder and change the value in line # 24, then call the_excerpt() as you normally would.</p>
<blockquote><p>$excerpt_length = 100;</p></blockquote>
<p>Download <a href="http://www.cybercoder.net/wp-content/uploads/2008/01/cyberexcerpt.zip" title="CyberExcerpt">CyberExcerpt</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/wordpress-excerpt-plugin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress XML Parsing Error</title>
		<link>http://www.cybercoded.net/wordpress-xml-parsing-error/</link>
		<comments>http://www.cybercoded.net/wordpress-xml-parsing-error/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 20:20:32 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Error]]></category>
		<category><![CDATA[Wordpress How To]]></category>
		<category><![CDATA[Wordpress Plugin]]></category>
		<category><![CDATA[XML Parsing Error]]></category>

		<guid isPermaLink="false">http://www.cybercoder.net/wordpress-xml-parsing-error.html</guid>
		<description><![CDATA[No sooner did I write the post about troubleshooting I came across a WordPress error that took way more time to solve than I expected. One thing I know as a programmer is that every single character in a file is critical. I can not even guess how many times a simple question mark or [...]]]></description>
			<content:encoded><![CDATA[<p>No sooner did I write the post about troubleshooting I came across a WordPress error that took way more time to solve than I expected.</p>
<p>One thing I know as a programmer is that every single character in a file is critical. I can not even guess how many times a simple question mark or apostrophe has caused me to lose hours of time trying to find. And here is a perfect case of troubleshooting a WordPress error that was so simple, yet so hard. The error was an XML Parsing Error.<br />
I have a new site (<a title="NonPartyPolitics.com" href="http://www.nonpartypolitics.com">NonPartyPolitics.com</a>) that I have been working on and I realized the RSS Feed was not displaying, the following error was popping up.</p>
<p><img src="http://www.cybercoded.net/wp-content/uploads/2008/01/xmlparsing.gif" alt="XML Parsing Error" /></p>
<p>Looks pretty obvious, there was an error at line 2, column 1. Step one was to see what was happening, so the first thing I did was look at the source of this page. Nothing jumped out at me, so I loaded a working WordPress site, pulled up the RSS feed and looked at the source, I placed the 2 files side by side and there it was. On the feed with the error there were 2 blank lines before the code. Interesting. I then pulled up the home page for both sites and the same thing, there were 2 extra blank lines on the home page source. This told me that the problem was probably not in the RSS code, but it could still be in the code somewhere.</p>
<p>The next logical step was thinking of what I changed last. I really had not done much outside the template except installing a couple plugins. So, I turned off all plugins. Now the hard part was having a little patience. I could see that on the home page the 2 blank lines were now gone, but I had to edit a post and wait for the feed to catch up.</p>
<p>Sure enough that was it, 2 blank lines were gone in the feed. Now, which plugin?</p>
<p>Here is a little logic for you, if I have 2 blank lines, and I know a plugin is causing it, all I need to know is which plugin is issuing 2 extra carriage returns. The key to this is to know that I was not looking for the plugin actually writing the blank lines, I was looking for a plugin with 2 extra carriage returns. And I found the culprit.</p>
<p>I am not going to call it by name because the plugin worked fined on other sites and it did not download from the original like this. Either I did something to cause this problem, or it was just a fluke.</p>
<p>Here is the plugin before I fixed it&#8230;..</p>
<p><img src="http://www.cybercoded.net/wp-content/uploads/2008/01/plugin1.gif" alt="Plugin1" /></p>
<p>and here is the plugin after the fix&#8230;</p>
<p><img src="http://www.cybercoded.net/wp-content/uploads/2008/01/plugin2.gif" alt="Plugin 2" /></p>
<p>So there we go, a real WordPress troubleshooting case solved. All of that because of 2 extra carriage returns.</p>
<p>Make sure when you are working with code you are aware of every character and every space!</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/wordpress-xml-parsing-error/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Learn to Troubleshoot</title>
		<link>http://www.cybercoded.net/learn-to-troubleshoot/</link>
		<comments>http://www.cybercoded.net/learn-to-troubleshoot/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 13:16:31 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Groups]]></category>
		<category><![CDATA[Thumb Drive]]></category>
		<category><![CDATA[Troubleshoot]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.cybercoder.net/learn-to-troubleshoot.html</guid>
		<description><![CDATA[Over the last 20 years I have probably made more money from troubleshooting than anything else. Troubleshooting is the key to doing any type of repair or maintenance work, in any field. In most cases software is developed to solve problems. Some problems are just to increase productivity or make a process easier, but solving [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last 20 years I have probably made more money from troubleshooting than anything else. Troubleshooting is the key to doing any type of repair or maintenance work, in any field.</p>
<p>In most cases software is developed to solve problems. Some problems are just to increase productivity or make a process easier, but solving a problem is the start of almost all development. And since blogs are nothing more than CMS software to allow the non programmer to develop their unique &#8220;weblog&#8221; or &#8220;website&#8221;, the processes are the same.</p>
<p><strong>&#8220;A problem well defined, is half solved&#8221;</strong></p>
<p>When you are faced with a problem on your blog I would recommend a few simple steps.</p>
<ol>
<li>Keep a backup of your files. I use a 4 GB thumb drive, and I File Sync it to a folder on my PC drive. That way I have 2 copies at all times.</li>
<li>Before you change a file, make a copy of it. I usually make a copy and clearly mark it. If I am changing single.php I will copy it using the original name and current date, such as, single-20070110.php. On a desktop PC the easy way to do this is right click, copy, paste. The OS will automatically name the copy as such. This makes going back a snap.</li>
<li>What was the last thing you changed? 9 times out of 10, a simple change can cause an unexpected problem somewhere else. If you keep track of your changes (see #1 &amp; #2), it will be easier to &#8220;backwards engineer&#8221; the problem. Undo the last change and see if that caused the problem.</li>
<li>Google it, I know that sounds like a cliche these days, but it works. I use the Google Groups search for most problems, the idea is that someone has asked the question before, and there has probably been an answer given in the groups.</li>
<li>Ask someone you trust to &#8220;think with you&#8221;. Two heads are better than one, and sometimes a fresh look from another person will result in a quick diagnosis.</li>
<li>Pay someone to &#8220;think for you&#8221;. In most cases the last resort is to hire someone to help you. Of course, this could be moved way up the list depending on your budget, schedule and expertise. But, if you can afford to do this, maybe you should have hired someone to make the changes for you.</li>
</ol>
<p>Making changes and making mistakes is no reason to have everything crash on you. If you keep backups and keep track of changes, most problems can be solved rather quickly. And if they can not be solved, you should be able to at least step back to where you were before you had a problem.</p>
<p>I look forward to learning any tips you have! Just drop a comment and share with everyone.</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/learn-to-troubleshoot/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin RSS</title>
		<link>http://www.cybercoded.net/wordpress-plugin-rss/</link>
		<comments>http://www.cybercoded.net/wordpress-plugin-rss/#comments</comments>
		<pubDate>Sun, 30 Dec 2007 00:36:32 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Plugin]]></category>

		<guid isPermaLink="false">http://www.cybercoder.net/wordpress-plugin-rss.html</guid>
		<description><![CDATA[During my Blog reading this morning I came across a post at Garry Conn dot com about increasing comments using your RSS Feed. This was right after I had watched a video at ShoeMoney.com about &#8220;What is your edge?&#8221; The combination of these 2 posts inspired me to write a WordPress Plugin today to add [...]]]></description>
			<content:encoded><![CDATA[<p>During my Blog reading this morning I came across a post at <a href="http://www.garryconn.com/quick-way-to-increase-comments.php" title="Garry Conn">Garry Conn dot com</a> about increasing comments using your RSS Feed. This was right after I had watched a video at <a href="http://www.shoemoney.com/2007/12/28/what-is-your-edge/" title="ShoeMoney.com">ShoeMoney.com</a> about &#8220;What is your edge?&#8221;</p>
<p>The combination of these 2 posts inspired me to write a WordPress Plugin today to add Comments and Tags to my RSS, and to be a little different in the layout. The CybersFeedTags plugin will place the Tags and Comments at the top of each post in the feed.</p>
<p>This is a very, very simple WordPress Plugin. It should be a good learning process for anyone interested in  seeing how a plugin works. There are only 9 lines of actual coding involved.</p>
<p>Check it out and let me know what ya think!</p>
<p>Download <a href="http://www.cybercoder.net/wp-content/uploads/2007/12/cybersfeedtags.zip" title="CybersTagFeeds">CybersTagFeeds</a> here.</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/wordpress-plugin-rss/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Dynamic Pages</title>
		<link>http://www.cybercoded.net/dynamic-pages/</link>
		<comments>http://www.cybercoded.net/dynamic-pages/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 21:14:57 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[Dynamic Pages]]></category>
		<category><![CDATA[MagpieRSS]]></category>
		<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Yahoo Pipes]]></category>

		<guid isPermaLink="false">http://www.cybercoder.net/dynamic-pages.html</guid>
		<description><![CDATA[Based on all the email and comments about dynamic pages I thought I would take this opportunity to do a video on the subject. This video covers the basics of what Dynamic pages are and how I put them together. If you would like more information just drop me a comment. &#160;&#160;Tweet]]></description>
			<content:encoded><![CDATA[<p>Based on all the email and comments about dynamic pages I thought I would take this opportunity to do a video on the subject.  This video covers the basics of what Dynamic pages are and how I put them together. If you would like more information just drop me a comment.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/-fGOUqRKo8U&#038;hl=en"></param><embed src="http://www.youtube.com/v/-fGOUqRKo8U&#038;hl=en" type="application/x-shockwave-flash" width="425" height="344"></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/dynamic-pages/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>RSS Autodiscover</title>
		<link>http://www.cybercoded.net/rss-autodiscover/</link>
		<comments>http://www.cybercoded.net/rss-autodiscover/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 02:35:55 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://www.cybercoder.net/rss-autodiscover.html</guid>
		<description><![CDATA[As a typical programmer I sometimes look more at the code than I do the content. With that being said I have noticed a lot of websites that have their RSS Autodiscover tag pointing to a feed that is different from what they advertise as their RSS subscription to readers. Hopefully this video will help [...]]]></description>
			<content:encoded><![CDATA[<p>As a typical programmer I sometimes look more at the code than I do the content.</p>
<p>With that being said I have noticed a lot of websites that have their <a href="http://www.cybercoder.net/ajaxsearch/?a=RSS+Autodiscover" title="RSS Autodiscover tag">RSS Autodiscover tag</a> pointing to a feed that is different from what they advertise as their RSS subscription to readers. Hopefully this video will help identify and resolve this problem.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/Z80KLW-7czc&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/Z80KLW-7czc&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></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/rss-autodiscover/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Gmail Filters Video</title>
		<link>http://www.cybercoded.net/gmail-filters-video/</link>
		<comments>http://www.cybercoded.net/gmail-filters-video/#comments</comments>
		<pubDate>Sun, 21 Oct 2007 22:07:21 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Yahoo Pipes]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.cybercoder.net/gmail-filters-video.html</guid>
		<description><![CDATA[Last week I produced my first video for Garry Conn about Yahoo Pipes. Garry did a great job of posting the video and I really appreciate his help and support. During this process I discovered how much I enjoyed video production and I have decided to do some more. Here is my next video which [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I produced my first video for <a href="http://www.garryconn.com/yahoo-pipes-a-complete-video-tutorial-on-how-to-use-yahoo-pipes.php" title="Garry Conn">Garry Conn</a> about <a href="http://www.youtube.com/watch?v=d3h6ROs__II" title="Yahoo Pipes Video">Yahoo Pipes</a>. Garry did a great job of posting the video and I really appreciate his help and support.</p>
<p>During this process I discovered how much I enjoyed video production and I have decided to do some more. Here is my next video which was inspired by several people I work with who have a problem keeping up with email. Using the techniques in this video will help anyone do a better job of managing their email, instead of letting their email control them.</p>
<p>Please give me some feedback and help me improve my video production skills.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/GJC8EMavPRc&#038;hl=en"></param><embed src="http://www.youtube.com/v/GJC8EMavPRc&#038;hl=en" type="application/x-shockwave-flash" width="425" height="344"></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/gmail-filters-video/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Blogging, Programming and Making Money Online</title>
		<link>http://www.cybercoded.net/blogging-programming-and-making-money-online/</link>
		<comments>http://www.cybercoded.net/blogging-programming-and-making-money-online/#comments</comments>
		<pubDate>Sun, 29 Jul 2007 12:45:55 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Adsense]]></category>
		<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Make Money Online]]></category>

		<guid isPermaLink="false">http://www.cybercoder.net/blogging-programming-and-making-money-online.html</guid>
		<description><![CDATA[Those are the top 3 things on my &#8220;to do&#8221; list these days. Of course that is in my spare time, between a full time job, part time job and family. With a little success I have had in the last year I was able to drop the part time job, and I am so [...]]]></description>
			<content:encoded><![CDATA[<p>Those are the top 3 things on my &#8220;to do&#8221; list these days. Of course that is in my spare time, between a full time job, part time job and family.</p>
<p>With a little success I have had in the last year I was able to drop the part time job, and I am so happy about that. I would much rather be on the computer than working for someone else part time.</p>
<p>The problem I run into is that looking at the list, you would think they all go hand in hand, but his is not always the case and I struggle to find the balance in these three items and I would break them down like this.</p>
<ul>
<li>I want to blog more, and better.</li>
<li>I program almost naturally.</li>
<li>I need to make more money.</li>
</ul>
<p>Although they seem to be 3 pieces to the same puzzle a lot of time they are not. The key has been to realize that the 3rd item, Making Money, is a result of the first 2 and not an action item.</p>
<p>Typically I sit down to blog, and before I know it I am programming. This is the trend I need to break. One thing that has helped recently is helping others. I have done a little programming and editing for other bloggers, and although you would think that caused more problems, but, it is actually the opposite.</p>
<p>When I help someone else, especially someone who is a good blogger (such as <a href="http://www.garryconn.com/" title="Garry Conn">Garry Conn</a>) I see where their focus is, and that motivates me to focus on the blogging, and only program on the essentials.</p>
<p>So here is to my focus, to post more, help more and let the chips fall where they may!</p>
<p><a href="http://www.cybercoder.net/tags/Adsense/" title="Adsense"><br />
</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/blogging-programming-and-making-money-online/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Images added to Google AJAX Search API</title>
		<link>http://www.cybercoded.net/images-added-to-google-ajax-search-api/</link>
		<comments>http://www.cybercoded.net/images-added-to-google-ajax-search-api/#comments</comments>
		<pubDate>Mon, 23 Jul 2007 18:18:35 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google API]]></category>

		<guid isPermaLink="false">http://www.cybercoder.net/images-added-to-google-ajax-search-api.html</guid>
		<description><![CDATA[This morning the Google team led by Mark Lucovsky released Google images to the AJAX Search API. With one line of code I was able to adjust my search page to now include the images. This morning, we are announcing Image Search in the API. Image Search is just as easy to use as all [...]]]></description>
			<content:encoded><![CDATA[<p>This morning the Google team led by Mark Lucovsky released Google images to the AJAX Search API. With one line of code I was able to adjust my search page to now include the images.</p>
<blockquote><p>This morning, we are announcing Image Search in the API. Image Search is just as easy to use as all of our other searchers. For those of you using our basic search control, it&#8217;s as simple as this&#8230;</p>
<p>Source : <a href="http://googleajaxsearchapi.blogspot.com/2007/07/picture-this-image-search-for-ajax.html" title="AJAX Search API Blog">AJAX Search API Blog</a></p></blockquote>
<p>The has been a top request since the launch of the API last year. Glad to see Google is still listening to their user base!</p>
<p><a href="http://www.cybercoder.net/ajaxsearch/index.php?a=Ford+Mustang">Click here to see an example</a>.</p>
<p><a href="http://www.cybercoder.net/tags/AJAX/" title="AJAX"><br />
</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/images-added-to-google-ajax-search-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

