<?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>Code Brothers</title>
	<atom:link href="http://www.codebrothers.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codebrothers.org</link>
	<description></description>
	<lastBuildDate>Sun, 01 Aug 2010 01:09:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<image>
<link>http://www.codebrothers.org</link>
<url>http://www.codebrothers.org/wp-content/plugins/maxblogpress-favicon/icons/favicon-93.ico</url>
<title>Code Brothers</title>
</image>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How do you display raw source code on a webpage?</title>
		<link>http://www.codebrothers.org/how-do-you-display-raw-source-code-on-a-webpage/</link>
		<comments>http://www.codebrothers.org/how-do-you-display-raw-source-code-on-a-webpage/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 01:09:59 +0000</pubDate>
		<dc:creator>Code Bro</dc:creator>
				<category><![CDATA[Code Bro Q&A]]></category>

		<guid isPermaLink="false">http://www.codebrothers.org/how-do-you-display-raw-source-code-on-a-webpage/</guid>
		<description><![CDATA[I want to put some example pieces of code on a webpage. What&#8217;s the best way to do this? How do you display raw source code on a webpage? is a post from: Code Brothers Related posts:Link exchange program with html code. How do I link an internet website to my personal webpage with html [...]<p><a href="http://www.codebrothers.org/how-do-you-display-raw-source-code-on-a-webpage/">How do you display raw source code on a webpage?</a> is a post from: <a href="http://www.codebrothers.org">Code Brothers</a></p>



Related posts:<ol><li><a href='http://www.codebrothers.org/link-exchange-program-with-html-code-how-do-i-link-an-internet-website-to-my-personal-webpage-with-html-code/' rel='bookmark' title='Permanent Link: Link exchange program with html code. How do I link an internet website to my personal webpage with html code?'>Link exchange program with html code. How do I link an internet website to my personal webpage with html code?</a></li>
<li><a href='http://www.codebrothers.org/how-do-i-protect-the-source-code-of-my-webpage/' rel='bookmark' title='Permanent Link: How do I protect the source code of my webpage?'>How do I protect the source code of my webpage?</a></li>
<li><a href='http://www.codebrothers.org/which-of-the-following-criteria-must-software-meet-in-order-to-display-the-open-source-initiative-trademark/' rel='bookmark' title='Permanent Link: Which of the following criteria must software meet in order to display the Open Source Initiative trademark?'>Which of the following criteria must software meet in order to display the Open Source Initiative trademark?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I want to put some example pieces of code on a webpage. What&#8217;s the best way to do this?</p>
<p><a href="http://www.codebrothers.org/how-do-you-display-raw-source-code-on-a-webpage/">How do you display raw source code on a webpage?</a> is a post from: <a href="http://www.codebrothers.org">Code Brothers</a></p>


<p>Related posts:<ol><li><a href='http://www.codebrothers.org/link-exchange-program-with-html-code-how-do-i-link-an-internet-website-to-my-personal-webpage-with-html-code/' rel='bookmark' title='Permanent Link: Link exchange program with html code. How do I link an internet website to my personal webpage with html code?'>Link exchange program with html code. How do I link an internet website to my personal webpage with html code?</a></li>
<li><a href='http://www.codebrothers.org/how-do-i-protect-the-source-code-of-my-webpage/' rel='bookmark' title='Permanent Link: How do I protect the source code of my webpage?'>How do I protect the source code of my webpage?</a></li>
<li><a href='http://www.codebrothers.org/which-of-the-following-criteria-must-software-meet-in-order-to-display-the-open-source-initiative-trademark/' rel='bookmark' title='Permanent Link: Which of the following criteria must software meet in order to display the Open Source Initiative trademark?'>Which of the following criteria must software meet in order to display the Open Source Initiative trademark?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.codebrothers.org/how-do-you-display-raw-source-code-on-a-webpage/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>When writing a script, what scripting environment would you choose?</title>
		<link>http://www.codebrothers.org/when-writing-a-script-what-scripting-environment-would-you-choose/</link>
		<comments>http://www.codebrothers.org/when-writing-a-script-what-scripting-environment-would-you-choose/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 00:02:49 +0000</pubDate>
		<dc:creator>Code Bro</dc:creator>
				<category><![CDATA[Code Bro Q&A]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[windows script]]></category>
		<category><![CDATA[wsh]]></category>

		<guid isPermaLink="false">http://www.codebrothers.org/when-writing-a-script-what-scripting-environment-would-you-choose/</guid>
		<description><![CDATA[If you had to write a Windows script that manipulated directories and files which scripting environment would you choose (shell or WSH) and why? When writing a script, what scripting environment would you choose? is a post from: Code Brothers Related posts:What is the best program for writing a script? Is there any script writing [...]<p><a href="http://www.codebrothers.org/when-writing-a-script-what-scripting-environment-would-you-choose/">When writing a script, what scripting environment would you choose?</a> is a post from: <a href="http://www.codebrothers.org">Code Brothers</a></p>



Related posts:<ol><li><a href='http://www.codebrothers.org/what-is-the-best-program-for-writing-a-script/' rel='bookmark' title='Permanent Link: What is the best program for writing a script?'>What is the best program for writing a script?</a></li>
<li><a href='http://www.codebrothers.org/is-there-any-script-writing-program-that-can-transfer-its-files-to-pdf/' rel='bookmark' title='Permanent Link: Is there any script writing program that can transfer its files to PDF?'>Is there any script writing program that can transfer its files to PDF?</a></li>
<li><a href='http://www.codebrothers.org/where-do-i-get-more-informations-about-writing-a-script-in-linux/' rel='bookmark' title='Permanent Link: Where do I get more informations about writing a script in linux?'>Where do I get more informations about writing a script in linux?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you had to write a Windows script that manipulated directories and files which scripting environment would you choose (shell or WSH) and why?</p>
<p><a href="http://www.codebrothers.org/when-writing-a-script-what-scripting-environment-would-you-choose/">When writing a script, what scripting environment would you choose?</a> is a post from: <a href="http://www.codebrothers.org">Code Brothers</a></p>


<p>Related posts:<ol><li><a href='http://www.codebrothers.org/what-is-the-best-program-for-writing-a-script/' rel='bookmark' title='Permanent Link: What is the best program for writing a script?'>What is the best program for writing a script?</a></li>
<li><a href='http://www.codebrothers.org/is-there-any-script-writing-program-that-can-transfer-its-files-to-pdf/' rel='bookmark' title='Permanent Link: Is there any script writing program that can transfer its files to PDF?'>Is there any script writing program that can transfer its files to PDF?</a></li>
<li><a href='http://www.codebrothers.org/where-do-i-get-more-informations-about-writing-a-script-in-linux/' rel='bookmark' title='Permanent Link: Where do I get more informations about writing a script in linux?'>Where do I get more informations about writing a script in linux?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.codebrothers.org/when-writing-a-script-what-scripting-environment-would-you-choose/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to overwrite / update a previous record automatically in mySQL?</title>
		<link>http://www.codebrothers.org/how-to-overwrite-update-a-previous-record-automatically-in-mysql/</link>
		<comments>http://www.codebrothers.org/how-to-overwrite-update-a-previous-record-automatically-in-mysql/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 00:02:22 +0000</pubDate>
		<dc:creator>Code Bro</dc:creator>
				<category><![CDATA[Code Bro Q&A]]></category>
		<category><![CDATA[mysql database]]></category>
		<category><![CDATA[php form]]></category>
		<category><![CDATA[sports]]></category>

		<guid isPermaLink="false">http://www.codebrothers.org/how-to-overwrite-update-a-previous-record-automatically-in-mysql/</guid>
		<description><![CDATA[I have a mysql database that receives the data from a php form that submits a unique user id, and 3 sports. I will likely be adding new fields (age etc) but the main thing I want to accomplish is if my users go through the form again (logged into to the same user id) [...]<p><a href="http://www.codebrothers.org/how-to-overwrite-update-a-previous-record-automatically-in-mysql/">How to overwrite / update a previous record automatically in mySQL?</a> is a post from: <a href="http://www.codebrothers.org">Code Brothers</a></p>



Related posts:<ol><li><a href='http://www.codebrothers.org/what-is-the-javascript-code-for-a-confirmation-page-and-to-send-to-an-email-on-a-form/' rel='bookmark' title='Permanent Link: What is the JavaScript code for a confirmation page and to send to an email on a form?'>What is the JavaScript code for a confirmation page and to send to an email on a form?</a></li>
<li><a href='http://www.codebrothers.org/what-is-the-programming-structure-of-a-user-based-log-in-for-the-web/' rel='bookmark' title='Permanent Link: What is the programming structure of a user based log in for the web?'>What is the programming structure of a user based log in for the web?</a></li>
<li><a href='http://www.codebrothers.org/how-do-i-make-my-mysql-table-automatically-make-a-timestamp-when-new-data-is-added/' rel='bookmark' title='Permanent Link: How do I make my MySQL table automatically make a timestamp when new data is added?'>How do I make my MySQL table automatically make a timestamp when new data is added?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I have a mysql database that receives the data from a php form that submits a unique user id, and 3 sports. I will likely be adding new fields (age etc) but the main thing I want to accomplish is if my users go through the form again (logged into to the same user id) and submit different information, how could I overwrite the old entry so I only have 1 record for the user?</p>
<p>hopefully this is possible one way or another !</p>
<p><a href="http://www.codebrothers.org/how-to-overwrite-update-a-previous-record-automatically-in-mysql/">How to overwrite / update a previous record automatically in mySQL?</a> is a post from: <a href="http://www.codebrothers.org">Code Brothers</a></p>


<p>Related posts:<ol><li><a href='http://www.codebrothers.org/what-is-the-javascript-code-for-a-confirmation-page-and-to-send-to-an-email-on-a-form/' rel='bookmark' title='Permanent Link: What is the JavaScript code for a confirmation page and to send to an email on a form?'>What is the JavaScript code for a confirmation page and to send to an email on a form?</a></li>
<li><a href='http://www.codebrothers.org/what-is-the-programming-structure-of-a-user-based-log-in-for-the-web/' rel='bookmark' title='Permanent Link: What is the programming structure of a user based log in for the web?'>What is the programming structure of a user based log in for the web?</a></li>
<li><a href='http://www.codebrothers.org/how-do-i-make-my-mysql-table-automatically-make-a-timestamp-when-new-data-is-added/' rel='bookmark' title='Permanent Link: How do I make my MySQL table automatically make a timestamp when new data is added?'>How do I make my MySQL table automatically make a timestamp when new data is added?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.codebrothers.org/how-to-overwrite-update-a-previous-record-automatically-in-mysql/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What is a good open-source movie editor that works on a mac?</title>
		<link>http://www.codebrothers.org/what-is-a-good-open-source-movie-editor-that-works-on-a-mac/</link>
		<comments>http://www.codebrothers.org/what-is-a-good-open-source-movie-editor-that-works-on-a-mac/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 00:02:12 +0000</pubDate>
		<dc:creator>Code Bro</dc:creator>
				<category><![CDATA[Code Bro Q&A]]></category>
		<category><![CDATA[family mac]]></category>
		<category><![CDATA[installing linux]]></category>
		<category><![CDATA[jpeg image]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.codebrothers.org/what-is-a-good-open-source-movie-editor-that-works-on-a-mac/</guid>
		<description><![CDATA[I want to do &#34;advanced&#34; edits, like moving a jpeg image or even a video around the screen, on my mac. I want it open-source so I can look at how it works, and I want to spend as little money as possible on it. Any suggestions other than installing Linux on my mac(which is [...]<p><a href="http://www.codebrothers.org/what-is-a-good-open-source-movie-editor-that-works-on-a-mac/">What is a good open-source movie editor that works on a mac?</a> is a post from: <a href="http://www.codebrothers.org">Code Brothers</a></p>



Related posts:<ol><li><a href='http://www.codebrothers.org/what-would-be-the-best-way-to-start-an-open-source-game-organisation/' rel='bookmark' title='Permanent Link: What would be the best way to start an open source game organisation?'>What would be the best way to start an open source game organisation?</a></li>
<li><a href='http://www.codebrothers.org/what-are-some-recommended-open-source-bittorrent-clients-for-ubuntu-linux/' rel='bookmark' title='Permanent Link: What are some recommended open-source BitTorrent clients for Ubuntu Linux.?'>What are some recommended open-source BitTorrent clients for Ubuntu Linux.?</a></li>
<li><a href='http://www.codebrothers.org/i-need-a-portable-webserver-that-can-be-run-on-both-windows-and-linux-any-suggestions-preferably-open-source/' rel='bookmark' title='Permanent Link: I need a portable webserver that can be run on both windows and linux. Any suggestions? Preferably open-source?'>I need a portable webserver that can be run on both windows and linux. Any suggestions? Preferably open-source?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I want to do &quot;advanced&quot; edits, like moving a jpeg image or even a video around the screen, on my mac. I want it open-source so I can look at how it works, and I want to spend as little money as possible on it. Any suggestions other than installing Linux on my mac(which is actually a family mac)?</p>
<p><a href="http://www.codebrothers.org/what-is-a-good-open-source-movie-editor-that-works-on-a-mac/">What is a good open-source movie editor that works on a mac?</a> is a post from: <a href="http://www.codebrothers.org">Code Brothers</a></p>


<p>Related posts:<ol><li><a href='http://www.codebrothers.org/what-would-be-the-best-way-to-start-an-open-source-game-organisation/' rel='bookmark' title='Permanent Link: What would be the best way to start an open source game organisation?'>What would be the best way to start an open source game organisation?</a></li>
<li><a href='http://www.codebrothers.org/what-are-some-recommended-open-source-bittorrent-clients-for-ubuntu-linux/' rel='bookmark' title='Permanent Link: What are some recommended open-source BitTorrent clients for Ubuntu Linux.?'>What are some recommended open-source BitTorrent clients for Ubuntu Linux.?</a></li>
<li><a href='http://www.codebrothers.org/i-need-a-portable-webserver-that-can-be-run-on-both-windows-and-linux-any-suggestions-preferably-open-source/' rel='bookmark' title='Permanent Link: I need a portable webserver that can be run on both windows and linux. Any suggestions? Preferably open-source?'>I need a portable webserver that can be run on both windows and linux. Any suggestions? Preferably open-source?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.codebrothers.org/what-is-a-good-open-source-movie-editor-that-works-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How do you install a second OS on the same hard drive?</title>
		<link>http://www.codebrothers.org/how-do-you-install-a-second-os-on-the-same-hard-drive/</link>
		<comments>http://www.codebrothers.org/how-do-you-install-a-second-os-on-the-same-hard-drive/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 22:28:34 +0000</pubDate>
		<dc:creator>Code Bro</dc:creator>
				<category><![CDATA[Code Bro Q&A]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[old computer]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[personal data]]></category>
		<category><![CDATA[screws]]></category>
		<category><![CDATA[trueimage]]></category>

		<guid isPermaLink="false">http://www.codebrothers.org/how-do-you-install-a-second-os-on-the-same-hard-drive/</guid>
		<description><![CDATA[There is an old computer which I want to install WinXP on it, while retaining its Win98. I want the two OS to be completely separate from each other and each runs its own installed applications, and has absolutely nothing to do with each other. The hard drive now is partitioned into C and D, [...]<p><a href="http://www.codebrothers.org/how-do-you-install-a-second-os-on-the-same-hard-drive/">How do you install a second OS on the same hard drive?</a> is a post from: <a href="http://www.codebrothers.org">Code Brothers</a></p>



Related posts:<ol><li><a href='http://www.codebrothers.org/how-do-i-switch-os-from-a-partitioned-disk-installation/' rel='bookmark' title='Permanent Link: How do I switch OS from a partitioned disk installation?'>How do I switch OS from a partitioned disk installation?</a></li>
<li><a href='http://www.codebrothers.org/what-do-you-use-the-mac-os-disc-for-after-you-use-bootcamp-to-install-vista/' rel='bookmark' title='Permanent Link: What do you use the Mac OS Disc for after you use bootcamp to install vista?'>What do you use the Mac OS Disc for after you use bootcamp to install vista?</a></li>
<li><a href='http://www.codebrothers.org/what-is-the-easiest-way-to-install-a-second-os-on-my-laptop/' rel='bookmark' title='Permanent Link: What is the easiest way to install a second OS on my laptop?'>What is the easiest way to install a second OS on my laptop?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>There is an old computer which I want to install WinXP on it, while retaining its Win98. I want the two OS to be completely separate from each other and each runs its own installed applications, and has absolutely nothing to do with each other.</p>
<p>The hard drive now is partitioned into C and D, C being the Win98 OS and installed programs, while D is personal data. Should I install XP in C or D partition? Or should I create a new partition within C or D (let&#8217;s call it E), this way if either OS screws up, I can restore only that partition using TrueImage or something similar?</p>
<p>Also how much space do I need to install XP?</p>
<p><a href="http://www.codebrothers.org/how-do-you-install-a-second-os-on-the-same-hard-drive/">How do you install a second OS on the same hard drive?</a> is a post from: <a href="http://www.codebrothers.org">Code Brothers</a></p>


<p>Related posts:<ol><li><a href='http://www.codebrothers.org/how-do-i-switch-os-from-a-partitioned-disk-installation/' rel='bookmark' title='Permanent Link: How do I switch OS from a partitioned disk installation?'>How do I switch OS from a partitioned disk installation?</a></li>
<li><a href='http://www.codebrothers.org/what-do-you-use-the-mac-os-disc-for-after-you-use-bootcamp-to-install-vista/' rel='bookmark' title='Permanent Link: What do you use the Mac OS Disc for after you use bootcamp to install vista?'>What do you use the Mac OS Disc for after you use bootcamp to install vista?</a></li>
<li><a href='http://www.codebrothers.org/what-is-the-easiest-way-to-install-a-second-os-on-my-laptop/' rel='bookmark' title='Permanent Link: What is the easiest way to install a second OS on my laptop?'>What is the easiest way to install a second OS on my laptop?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.codebrothers.org/how-do-you-install-a-second-os-on-the-same-hard-drive/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>c++???????????????</title>
		<link>http://www.codebrothers.org/c-4/</link>
		<comments>http://www.codebrothers.org/c-4/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 22:27:27 +0000</pubDate>
		<dc:creator>Code Bro</dc:creator>
				<category><![CDATA[Code Bro Q&A]]></category>
		<category><![CDATA[thnx]]></category>
		<category><![CDATA[tokens]]></category>

		<guid isPermaLink="false">http://www.codebrothers.org/c-4/</guid>
		<description><![CDATA[I HAVE NO IDEA WHAT C++ IS? and i have an exam tomorrow. I dont understand 1. character set 2.tokens. i also have the for statement program, if statement program and with statement program. I just byhearted that without understanding anything&#8230;.. so, i would be extremely thankful if you could explain all this in VERY [...]<p><a href="http://www.codebrothers.org/c-4/">c++???????????????</a> is a post from: <a href="http://www.codebrothers.org">Code Brothers</a></p>



Related posts:<ol><li><a href='http://www.codebrothers.org/how-do-i-work-with-open-source-programs/' rel='bookmark' title='Permanent Link: How do I work with &#8220;open-source&#8221; programs?'>How do I work with &#8220;open-source&#8221; programs?</a></li>
<li><a href='http://www.codebrothers.org/learning-computer-programming-the-right-approach-which-most-dont-follow/' rel='bookmark' title='Permanent Link: Learning Computer Programming &#8211; The Right Approach Which Most Don&#8217;t Follow'>Learning Computer Programming &#8211; The Right Approach Which Most Don&#8217;t Follow</a></li>
<li><a href='http://www.codebrothers.org/how-do-you-write-a-computer-program-for-a-code/' rel='bookmark' title='Permanent Link: How do you write a computer program for a code?'>How do you write a computer program for a code?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I HAVE NO IDEA WHAT C++ IS? and i have an exam tomorrow.<br />
I dont understand  1. character set  2.tokens.<br />
i also have the for statement program, if statement program and with statement program. I just byhearted that without understanding anything&#8230;..<br />
so, i would be extremely thankful if you could explain all this in VERY simple english.<br />
thnx!</p>
<p><a href="http://www.codebrothers.org/c-4/">c++???????????????</a> is a post from: <a href="http://www.codebrothers.org">Code Brothers</a></p>


<p>Related posts:<ol><li><a href='http://www.codebrothers.org/how-do-i-work-with-open-source-programs/' rel='bookmark' title='Permanent Link: How do I work with &#8220;open-source&#8221; programs?'>How do I work with &#8220;open-source&#8221; programs?</a></li>
<li><a href='http://www.codebrothers.org/learning-computer-programming-the-right-approach-which-most-dont-follow/' rel='bookmark' title='Permanent Link: Learning Computer Programming &#8211; The Right Approach Which Most Don&#8217;t Follow'>Learning Computer Programming &#8211; The Right Approach Which Most Don&#8217;t Follow</a></li>
<li><a href='http://www.codebrothers.org/how-do-you-write-a-computer-program-for-a-code/' rel='bookmark' title='Permanent Link: How do you write a computer program for a code?'>How do you write a computer program for a code?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.codebrothers.org/c-4/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>I am using Linux Ubuntu and would like to download movies, but when I try to download the file does not start.?</title>
		<link>http://www.codebrothers.org/i-am-using-linux-ubuntu-and-would-like-to-download-movies-but-when-i-try-to-download-the-file-does-not-start/</link>
		<comments>http://www.codebrothers.org/i-am-using-linux-ubuntu-and-would-like-to-download-movies-but-when-i-try-to-download-the-file-does-not-start/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 22:27:11 +0000</pubDate>
		<dc:creator>Code Bro</dc:creator>
				<category><![CDATA[Code Bro Q&A]]></category>
		<category><![CDATA[bit torrent client]]></category>
		<category><![CDATA[internet transmission]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[thanks in advance]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.codebrothers.org/i-am-using-linux-ubuntu-and-would-like-to-download-movies-but-when-i-try-to-download-the-file-does-not-start/</guid>
		<description><![CDATA[I am using Linux Ubuntu and would like to download movies, but when I try to download the file but it does not start In applications) internet) transmission bit torrent client) the files report idle, but I know it works because I can test it on another computer using Windows. Any ideas? Thanks in advance. [...]<p><a href="http://www.codebrothers.org/i-am-using-linux-ubuntu-and-would-like-to-download-movies-but-when-i-try-to-download-the-file-does-not-start/">I am using Linux Ubuntu and would like to download movies, but when I try to download the file does not start.?</a> is a post from: <a href="http://www.codebrothers.org">Code Brothers</a></p>



Related posts:<ol><li><a href='http://www.codebrothers.org/what-are-some-recommended-open-source-bittorrent-clients-for-ubuntu-linux/' rel='bookmark' title='Permanent Link: What are some recommended open-source BitTorrent clients for Ubuntu Linux.?'>What are some recommended open-source BitTorrent clients for Ubuntu Linux.?</a></li>
<li><a href='http://www.codebrothers.org/how-to-count-duplicate-the-lines-of-a-file-by-using-linux-shell-programming/' rel='bookmark' title='Permanent Link: How to count duplicate the lines of a file by using Linux Shell Programming?'>How to count duplicate the lines of a file by using Linux Shell Programming?</a></li>
<li><a href='http://www.codebrothers.org/how-would-i-modify-the-core-components-of-linux-preferably-debian-or-ubuntu-to-make-my-own-distro/' rel='bookmark' title='Permanent Link: How would I modify the core components of Linux (preferably debian or ubuntu) to make my own distro?'>How would I modify the core components of Linux (preferably debian or ubuntu) to make my own distro?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I am using Linux Ubuntu and would like to download movies, but when I try to download the file but it does not start<br />
In applications) internet) transmission bit torrent client) the files report idle, but I know it works because I can test it on another computer using Windows.<br />
Any ideas?</p>
<p>Thanks in advance.</p>
<p><a href="http://www.codebrothers.org/i-am-using-linux-ubuntu-and-would-like-to-download-movies-but-when-i-try-to-download-the-file-does-not-start/">I am using Linux Ubuntu and would like to download movies, but when I try to download the file does not start.?</a> is a post from: <a href="http://www.codebrothers.org">Code Brothers</a></p>


<p>Related posts:<ol><li><a href='http://www.codebrothers.org/what-are-some-recommended-open-source-bittorrent-clients-for-ubuntu-linux/' rel='bookmark' title='Permanent Link: What are some recommended open-source BitTorrent clients for Ubuntu Linux.?'>What are some recommended open-source BitTorrent clients for Ubuntu Linux.?</a></li>
<li><a href='http://www.codebrothers.org/how-to-count-duplicate-the-lines-of-a-file-by-using-linux-shell-programming/' rel='bookmark' title='Permanent Link: How to count duplicate the lines of a file by using Linux Shell Programming?'>How to count duplicate the lines of a file by using Linux Shell Programming?</a></li>
<li><a href='http://www.codebrothers.org/how-would-i-modify-the-core-components-of-linux-preferably-debian-or-ubuntu-to-make-my-own-distro/' rel='bookmark' title='Permanent Link: How would I modify the core components of Linux (preferably debian or ubuntu) to make my own distro?'>How would I modify the core components of Linux (preferably debian or ubuntu) to make my own distro?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.codebrothers.org/i-am-using-linux-ubuntu-and-would-like-to-download-movies-but-when-i-try-to-download-the-file-does-not-start/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is a job based on computer programming that makes a lot of money?</title>
		<link>http://www.codebrothers.org/what-is-a-job-based-on-computer-programming-that-makes-a-lot-of-money/</link>
		<comments>http://www.codebrothers.org/what-is-a-job-based-on-computer-programming-that-makes-a-lot-of-money/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 15:32:19 +0000</pubDate>
		<dc:creator>Code Bro</dc:creator>
				<category><![CDATA[Code Bro Q&A]]></category>
		<category><![CDATA[computer programming]]></category>
		<category><![CDATA[fifteen years]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[money]]></category>

		<guid isPermaLink="false">http://www.codebrothers.org/what-is-a-job-based-on-computer-programming-that-makes-a-lot-of-money/</guid>
		<description><![CDATA[Hello, I am fifteen years old, and I have approximately five days to decide my future job. I am wondering if there is any career in computer programming that provides extremely good money (400,000$+). Also could you please list some courses that I would have to take in order to achieve this. Thank you for [...]<p><a href="http://www.codebrothers.org/what-is-a-job-based-on-computer-programming-that-makes-a-lot-of-money/">What is a job based on computer programming that makes a lot of money?</a> is a post from: <a href="http://www.codebrothers.org">Code Brothers</a></p>



Related posts:<ol><li><a href='http://www.codebrothers.org/what-kind-of-programming-jobs-would-i-be-qualifed-for-if-i-have-a-2-year-degree-in-computer-programming/' rel='bookmark' title='Permanent Link: What kind of programming jobs would I be qualifed for if I have a 2 year degree in computer programming?'>What kind of programming jobs would I be qualifed for if I have a 2 year degree in computer programming?</a></li>
<li><a href='http://www.codebrothers.org/can-i-get-a-programming-job-with-few-programming-classes-i-took-at-community-college/' rel='bookmark' title='Permanent Link: Can i get a programming job with few programming classes i took at community college?'>Can i get a programming job with few programming classes i took at community college?</a></li>
<li><a href='http://www.codebrothers.org/how-much-money-would-i-save-if-i-started-my-business-using-all-open-source-software/' rel='bookmark' title='Permanent Link: How much money would I save if I started my business using all open source software?'>How much money would I save if I started my business using all open source software?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Hello, I am fifteen years old, and I have approximately five days to decide my future job.<br />
 I am wondering if there is any career in computer programming that provides extremely good money (400,000$+). Also could you please list some courses that I would have to take in order to achieve this.<br />
Thank you for your time. Full points to the best answer. <img src='http://www.codebrothers.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
<p><a href="http://www.codebrothers.org/what-is-a-job-based-on-computer-programming-that-makes-a-lot-of-money/">What is a job based on computer programming that makes a lot of money?</a> is a post from: <a href="http://www.codebrothers.org">Code Brothers</a></p>


<p>Related posts:<ol><li><a href='http://www.codebrothers.org/what-kind-of-programming-jobs-would-i-be-qualifed-for-if-i-have-a-2-year-degree-in-computer-programming/' rel='bookmark' title='Permanent Link: What kind of programming jobs would I be qualifed for if I have a 2 year degree in computer programming?'>What kind of programming jobs would I be qualifed for if I have a 2 year degree in computer programming?</a></li>
<li><a href='http://www.codebrothers.org/can-i-get-a-programming-job-with-few-programming-classes-i-took-at-community-college/' rel='bookmark' title='Permanent Link: Can i get a programming job with few programming classes i took at community college?'>Can i get a programming job with few programming classes i took at community college?</a></li>
<li><a href='http://www.codebrothers.org/how-much-money-would-i-save-if-i-started-my-business-using-all-open-source-software/' rel='bookmark' title='Permanent Link: How much money would I save if I started my business using all open source software?'>How much money would I save if I started my business using all open source software?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.codebrothers.org/what-is-a-job-based-on-computer-programming-that-makes-a-lot-of-money/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>1.) Name of the year LINUX came into being &amp; Name of the year GNU came into being?</title>
		<link>http://www.codebrothers.org/1-name-of-the-year-linux-came-into-being-name-of-the-year-gnu-came-into-being/</link>
		<comments>http://www.codebrothers.org/1-name-of-the-year-linux-came-into-being-name-of-the-year-gnu-came-into-being/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 05:40:40 +0000</pubDate>
		<dc:creator>Code Bro</dc:creator>
				<category><![CDATA[Code Bro Q&A]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.codebrothers.org/1-name-of-the-year-linux-came-into-being-name-of-the-year-gnu-came-into-being/</guid>
		<description><![CDATA[I want to know about linux history .so , i ask above questions 1.) Name of the year LINUX came into being &#038; Name of the year GNU came into being? is a post from: Code Brothers Related posts:What is the BEST Linux OS to use in conjunction with Windows 7 Professional OS? Whats the [...]<p><a href="http://www.codebrothers.org/1-name-of-the-year-linux-came-into-being-name-of-the-year-gnu-came-into-being/">1.) Name of the year LINUX came into being &#038; Name of the year GNU came into being?</a> is a post from: <a href="http://www.codebrothers.org">Code Brothers</a></p>



Related posts:<ol><li><a href='http://www.codebrothers.org/what-is-the-best-linux-os-to-use-in-conjunction-with-windows-7-professional-os/' rel='bookmark' title='Permanent Link: What is the BEST Linux OS to use in conjunction with Windows 7 Professional OS?'>What is the BEST Linux OS to use in conjunction with Windows 7 Professional OS?</a></li>
<li><a href='http://www.codebrothers.org/whats-the-difference-between-linux-and-windows-hosting-do-i-need-linux-on-my-system-to-linux-host/' rel='bookmark' title='Permanent Link: Whats the difference between Linux and windows hosting? Do i need Linux on my system to linux host?'>Whats the difference between Linux and windows hosting? Do i need Linux on my system to linux host?</a></li>
<li><a href='http://www.codebrothers.org/is-a-linux-operating-system-actually-gnulinux/' rel='bookmark' title='Permanent Link: Is a Linux operating system actually GNU/Linux?'>Is a Linux operating system actually GNU/Linux?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I want to know about linux history .so , i ask above questions</p>
<p><a href="http://www.codebrothers.org/1-name-of-the-year-linux-came-into-being-name-of-the-year-gnu-came-into-being/">1.) Name of the year LINUX came into being &#038; Name of the year GNU came into being?</a> is a post from: <a href="http://www.codebrothers.org">Code Brothers</a></p>


<p>Related posts:<ol><li><a href='http://www.codebrothers.org/what-is-the-best-linux-os-to-use-in-conjunction-with-windows-7-professional-os/' rel='bookmark' title='Permanent Link: What is the BEST Linux OS to use in conjunction with Windows 7 Professional OS?'>What is the BEST Linux OS to use in conjunction with Windows 7 Professional OS?</a></li>
<li><a href='http://www.codebrothers.org/whats-the-difference-between-linux-and-windows-hosting-do-i-need-linux-on-my-system-to-linux-host/' rel='bookmark' title='Permanent Link: Whats the difference between Linux and windows hosting? Do i need Linux on my system to linux host?'>Whats the difference between Linux and windows hosting? Do i need Linux on my system to linux host?</a></li>
<li><a href='http://www.codebrothers.org/is-a-linux-operating-system-actually-gnulinux/' rel='bookmark' title='Permanent Link: Is a Linux operating system actually GNU/Linux?'>Is a Linux operating system actually GNU/Linux?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.codebrothers.org/1-name-of-the-year-linux-came-into-being-name-of-the-year-gnu-came-into-being/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How do you add your slideshow code to make it your MySpace default?</title>
		<link>http://www.codebrothers.org/how-do-you-add-your-slideshow-code-to-make-it-your-myspace-default/</link>
		<comments>http://www.codebrothers.org/how-do-you-add-your-slideshow-code-to-make-it-your-myspace-default/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 03:32:40 +0000</pubDate>
		<dc:creator>Code Bro</dc:creator>
				<category><![CDATA[Code Bro Q&A]]></category>

		<guid isPermaLink="false">http://www.codebrothers.org/how-do-you-add-your-slideshow-code-to-make-it-your-myspace-default/</guid>
		<description><![CDATA[How do you enter your code from your picture slideshow to make it your MySpace default? How do you add your slideshow code to make it your MySpace default? is a post from: Code Brothers Related posts:What is the myspace code for putting ur default pic to the right side? What is the code to [...]<p><a href="http://www.codebrothers.org/how-do-you-add-your-slideshow-code-to-make-it-your-myspace-default/">How do you add your slideshow code to make it your MySpace default?</a> is a post from: <a href="http://www.codebrothers.org">Code Brothers</a></p>



Related posts:<ol><li><a href='http://www.codebrothers.org/what-is-the-myspace-code-for-putting-ur-default-pic-to-the-right-side/' rel='bookmark' title='Permanent Link: What is the myspace code for putting ur default pic to the right side?'>What is the myspace code for putting ur default pic to the right side?</a></li>
<li><a href='http://www.codebrothers.org/what-is-the-code-to-change-your-default-color-on-myspace/' rel='bookmark' title='Permanent Link: What is the code to change your default color on myspace?'>What is the code to change your default color on myspace?</a></li>
<li><a href='http://www.codebrothers.org/how-do-you-get-rid-of-a-huge-code-under-your-friends-picture-in-your-friendspace-on-myspace/' rel='bookmark' title='Permanent Link: How do you get rid of a huge code under your friends picture in your friendspace on myspace?'>How do you get rid of a huge code under your friends picture in your friendspace on myspace?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How do you enter your code from your picture slideshow to make it your MySpace default?</p>
<p><a href="http://www.codebrothers.org/how-do-you-add-your-slideshow-code-to-make-it-your-myspace-default/">How do you add your slideshow code to make it your MySpace default?</a> is a post from: <a href="http://www.codebrothers.org">Code Brothers</a></p>


<p>Related posts:<ol><li><a href='http://www.codebrothers.org/what-is-the-myspace-code-for-putting-ur-default-pic-to-the-right-side/' rel='bookmark' title='Permanent Link: What is the myspace code for putting ur default pic to the right side?'>What is the myspace code for putting ur default pic to the right side?</a></li>
<li><a href='http://www.codebrothers.org/what-is-the-code-to-change-your-default-color-on-myspace/' rel='bookmark' title='Permanent Link: What is the code to change your default color on myspace?'>What is the code to change your default color on myspace?</a></li>
<li><a href='http://www.codebrothers.org/how-do-you-get-rid-of-a-huge-code-under-your-friends-picture-in-your-friendspace-on-myspace/' rel='bookmark' title='Permanent Link: How do you get rid of a huge code under your friends picture in your friendspace on myspace?'>How do you get rid of a huge code under your friends picture in your friendspace on myspace?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.codebrothers.org/how-do-you-add-your-slideshow-code-to-make-it-your-myspace-default/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
