<?xml version="1.0" encoding="utf-8"?>
			<rss version="2.0">
				<channel>
					<title>ShoutLand - All Discussions Feed</title>
					<lastBuildDate>Mon, 08 Feb 2010 20:09:58 -0700</lastBuildDate>
					<link>http://shoutland.com/</link>
					<description></description>
					<generator>
						Lussumo Vanilla 1.1.9 &amp; Feed Publisher
					</generator>
					<item>
			<title>Looking for a site to watch live NFL games</title>
			<link>http://shoutland.com/discussion/1435/looking-for-a-site-to-watch-live-nfl-games-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/1435/looking-for-a-site-to-watch-live-nfl-games-/</guid>
			<pubDate>Thu, 24 Apr 2008 12:43:00 -0600</pubDate>
			<author>micromed</author>
			<description>
				<![CDATA[ i know it's not NFL time yet, but i was wondering if anyone knows of a site or program that lets you watch NFL games live?... ]]>
			</description>
		</item>
		<item>
			<title>Add Your Website in Top of Google</title>
			<link>http://shoutland.com/discussion/99/add-your-website-in-top-of-google/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/99/add-your-website-in-top-of-google/</guid>
			<pubDate>Thu, 19 Nov 2009 04:47:00 -0700</pubDate>
			<author>A1sporty15</author>
			<description>
				<![CDATA[ <p>
	<br />
	<br />
	Enjoy AIO Website <br />
	<br />
	Add Your Website in Top of Google:</p>
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%">
	<tbody>
		<tr>
			<td>
				<span class="genmed"><strong>Code:</strong></span></td>
		</tr>
		<tr>
			<td class="code">
				Www.mast-life.com/seo</td>
		</tr>
	</tbody>
</table>
<p>
	<br />
	<br />
	Proxy Server</p>
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%">
	<tbody>
		<tr>
			<td>
				<span class="genmed"><strong>Code:</strong></span></td>
		</tr>
		<tr>
			<td class="code">
				Www.mast-life.com/proxy</td>
		</tr>
	</tbody>
</table>
<p>
	<br />
	<br />
	Entairnment:</p>
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%">
	<tbody>
		<tr>
			<td>
				<span class="genmed"><strong>Code:</strong></span></td>
		</tr>
		<tr>
			<td class="code">
				Www.mast-life.com</td>
		</tr>
	</tbody>
</table>
<p>
	<br />
	<br />
	If you like please reply to alive this topic</p>... ]]>
			</description>
		</item>
		<item>
			<title>flv file uploading to another server using ftp</title>
			<link>http://shoutland.com/discussion/905/flv-file-uploading-to-another-server-using-ftp/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/905/flv-file-uploading-to-another-server-using-ftp/</guid>
			<pubDate>Mon, 26 Oct 2009 05:26:00 -0600</pubDate>
			<author>kurdboy</author>
			<description>
				<![CDATA[ <p>
	&nbsp;Hi all, <br />
	<br />
	I got a serious problem with a file uploading. I really wants me to help anyone to solve this problem soon. <br />
	<br />
	This is my problem. I had to make my code to upload flv files using the ftp_put in ftp file uploading in php. because in my web site all uploaded files are located in another server from the server where the all codes exist. <br />
	<br />
	code in http://drelb4movs.x10hosting.com/ <br />
	uploaded files in ftp: ikonixprojects.com <br />
	<br />
	Here is my code... <br />
	&quot; <br />
	&nbsp;</p>
<blockquote>
	<p>
		<br />
		$mov_file_base_path = &quot;/drelb_movs/uploaded/&quot;;&nbsp;</p>
	<p>
		<br />
		$ftp_server = &quot;ftp.ikonixprojects.com&quot;; <br />
		$ftp_user_name = &quot;USERNAME&quot;; <br />
		$ftp_user_pass =&quot;PASSWORD&quot;; <br />
		<br />
		$conn_id = ftp_connect($ftp_server); <br />
		$login_result = ftp_login($conn_id, $ftp_user_name, $ftp_user_pass); <br />
		<br />
		if ((!$conn_id) || (!$login_result)){ <br />
		echo &quot;FTP connection has failed!&quot;; <br />
		echo &quot;Attempted to connect to $ftp_server for user $ftp_user_name&quot;; <br />
		exit; <br />
		}else{ <br />
		echo &quot;Connected to $ftp_server, for user $ftp_user_name&lt;br /&gt;&quot;; <br />
		} <br />
		<br />
		$destination_file = $ftp_server . $mov_file_base_path . basename($_FILES[&#39;movieInput&#39;][&#39;name&#39;]); <br />
		$source_file = &quot;http://drelb4movs.x10hosting.com/home/ruchira&quot;.$_FILES[&#39;movieInput&#39;][&#39;tmp_name&#39;]; <br />
		<br />
		$upload = ftp_put($conn_id, $destination_file, $source_file, FTP_BINARY); <br />
		<br />
		if (!$upload){ <br />
		echo &quot;FTP upload has failed!&quot;; <br />
		}else{ <br />
		echo &quot;Uploaded $source_file to $ftp_server as $destination_file&quot;; <br />
		} [/code] <br />
		<br />
		But... ]]>
			</description>
		</item>
		<item>
			<title>[need help] C++ Undefined references</title>
			<link>http://shoutland.com/discussion/1310/need-help-c--undefined-references-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/1310/need-help-c--undefined-references-/</guid>
			<pubDate>Sun, 01 Nov 2009 11:42:00 -0700</pubDate>
			<author>CrazyScott</author>
			<description>
				<![CDATA[ i hv homework....
<br />

<br />
Write a program to define a structure with 5 records named CustomerRecord which contains name, account_number and balance. You should create 2 functions to read and print the content of the structure. Use arrays to save the 5 records.
<br />

<br />

<br />
and i try to answer...
<br />

<br />
#include &lt;iostream&gt;
<br />
using namespace std;
<br />

<br />
struct CustomerRecord
<br />
{
<br />
string name;
<br />
int account_number;
<br />
double balance;
<br />
}a[5];
<br />

<br />
void read(CustomerRecord);
<br />
void print(CustomerRecord);
<br />
int main ()
<br />
{
<br />
CustomerRecord a[5];
<br />
read(a[5]);
<br />
print(a[5]);
<br />
system(&quot;pause&quot;);
<br />
return 0;
<br />
}
<br />
void read(CustomerRecord a[])
<br />
{
<br />
for (int i=0; i&lt;5; i++)
<br />
{
<br />
cout &lt;&lt; &quot;Name : &quot;;
<br />
getline(cin, a[i].name);
<br />
cout &lt;&lt; &quot;Account Number : &quot;;
<br />
cin &gt;&gt; a[i].account_number;
<br />
cout &lt;&lt; &quot;Balance : &quot;;
<br />
cin &gt;&gt; a[i].balance;
<br />
}
<br />
}
<br />
void print(CustomerRecord a[])
<br />
{
<br />
for (int i=0; i&lt;5; i++)
<br />
{
<br />
cout &lt;&lt; &quot;Name : &quot; &lt;&lt; a[i].name &lt;&lt; endl;
<br />
cout &lt;&lt; &quot;Account Number : &quot; &lt;&lt; a[i].account_number &lt;&lt; endl;
<br />
cout &lt;&lt; &quot;Balance : &quot; &lt;&lt; a[i].balance &lt;&lt;endl;
<br />
}
<br />
}
<br />

<br />

<br />

<br />
but when i compile...
<br />
always appear &quot; [Linker error] undefined reference to `read(CustomerRecord)' &quot;
<br />

<br />

<br />
can u help me to solve my program??... ]]>
			</description>
		</item>
		<item>
			<title>help with header and c file ( c programmign )</title>
			<link>http://shoutland.com/discussion/1322/help-with-header-and-c-file-c-programmign-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/1322/help-with-header-and-c-file-c-programmign-/</guid>
			<pubDate>Mon, 12 Oct 2009 02:16:00 -0600</pubDate>
			<author>furyz0r</author>
			<description>
				<![CDATA[ <p>
	well i have some sort of unknown problem with my c file and h file, they can&#39;t compile it, i m using quincy 2005, pls help me take a look. <br />
	<br />
	This is my C file, <br />
	&nbsp;</p>
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%">
	<tbody>
		<tr>
			<td>
				<span class="genmed"><strong>Quote:</strong></span></td>
		</tr>
		<tr>
			<td class="quote">
				#include &lt;stdlib.h&gt; <br />
				#include &lt;malloc.h&gt; <br />
				#include &lt;string.h&gt; <br />
				<br />
				#include &quot;key.h&quot; <br />
				<br />
				key * ky_new(const char * keyCode, int keyId) <br />
				{ <br />
				key * ky = (key *) malloc(sizeof(key)); <br />
				if(ky != NULL) <br />
				{ <br />
				ky-&gt;id = keyId; <br />
				ky-&gt;code = (char*)malloc(strlen(keyCode)); <br />
				if(ky -&gt; code != NULL) <br />
				{ <br />
				<br />
				strcpy(ky-&gt;code, keyCode); <br />
				} <br />
				} <br />
				<br />
				return ky; <br />
				} <br />
				<br />
				void ky_setCode(key * record, const char * code) <br />
				{ <br />
				strcpy(record-&gt;code, code); <br />
				} <br />
				char * ky_getCode(key * record) <br />
				{ <br />
				return record-&gt;code; <br />
				} <br />
				<br />
				int ky_getId(key * record) <br />
				{ <br />
				return record-&gt;id; <br />
				} <br />
				<br />
				key * ky_read(FILE * file) <br />
				{ <br />
				int k; <br />
				int id; <br />
				char str[100]; <br />
				<br />
				key * newKey = (key *) malloc(sizeof(key)); <br />
				if(file==NULL) <br />
				{ <br />
				printf(&quot;error opening file!!\n&quot;); <br />
				getchar(); <br />
				exit(1); <br />
				} <br />
				else <br> ]]>
			</description>
		</item>
		<item>
			<title>Cygwin and JGrasp</title>
			<link>http://shoutland.com/discussion/1307/cygwin-and-jgrasp-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/1307/cygwin-and-jgrasp-/</guid>
			<pubDate>Fri, 29 Aug 2008 05:27:00 -0600</pubDate>
			<author>johnybravo</author>
			<description>
				<![CDATA[ Im jsut starting a computer programming class in my college and wondering if anyone has ever used these or even heard of them. I believe we will be programming in C and C++ also, but i know people have heard of them. Its possible one of the professors at the school wrote these programs, but im not sure, i believe the instructor mentioned something about that yesterday. Basically i was wanting to know if i need help is it worth posting it here... ]]>
			</description>
		</item>
		<item>
			<title>Kung Fu panda</title>
			<link>http://shoutland.com/discussion/1296/kung-fu-panda-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/1296/kung-fu-panda-/</guid>
			<pubDate>Sun, 08 Nov 2009 04:37:00 -0700</pubDate>
			<author>Leeching</author>
			<description>
				<![CDATA[ <img src="http://i36.tinypic.com/15pl6jq.jpg" alt="Image" title="Image" border="0" />... ]]>
			</description>
		</item>
		<item>
			<title>Same mp3 song with same bit rates but size is difference?[S]</title>
			<link>http://shoutland.com/discussion/1340/same-mp3-song-with-same-bit-rates-but-size-is-differences/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/1340/same-mp3-song-with-same-bit-rates-but-size-is-differences/</guid>
			<pubDate>Sat, 23 Jan 2010 09:58:00 -0700</pubDate>
			<author>george_hayabusa</author>
			<description>
				<![CDATA[ Same mp3 song with same bit rates but size is difference?How come?... ]]>
			</description>
		</item>
		<item>
			<title>Kaspersky 2010 slow startup......HOW TO SOLVE????</title>
			<link>http://shoutland.com/discussion/1332/kaspersky-2010-slow-startuphow-to-solve/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/1332/kaspersky-2010-slow-startuphow-to-solve/</guid>
			<pubDate>Sun, 24 Jan 2010 01:44:00 -0700</pubDate>
			<author>Blaze9</author>
			<description>
				<![CDATA[ Kaspersky 2010 takes a lot of time , nearly 2-3 mins to load when the system boots............startup is very very slow. It has been the most common problem with KIS 2010
<br />

<br />
Earlier version KIS 2009 boots very fast and so does Bitdefender.I am having problem only with KIS 2010
<br />

<br />
How can I solve this problem and make Kaspersky to load faster when system boots.... ]]>
			</description>
		</item>
		<item>
			<title>When will DIRT 2 PC release?</title>
			<link>http://shoutland.com/discussion/1295/when-will-dirt-2-pc-release-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/1295/when-will-dirt-2-pc-release-/</guid>
			<pubDate>Tue, 08 Sep 2009 03:38:00 -0600</pubDate>
			<author>micromed</author>
			<description>
				<![CDATA[ Hey friends ..when will DIRT 2 PC release???... ]]>
			</description>
		</item>
		<item>
			<title>How to get 8 download parts together to unzip and install</title>
			<link>http://shoutland.com/discussion/1250/how-to-get-8-download-parts-together-to-unzip-and-install/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/1250/how-to-get-8-download-parts-together-to-unzip-and-install/</guid>
			<pubDate>Mon, 25 Jan 2010 02:59:00 -0700</pubDate>
			<author>Boogalah</author>
			<description>
				<![CDATA[ I have downloaded win rar for a download with an rar extension. How do I use it to get all 8 parts of the download together and unzip and install? It has an on-screen manual which I can't understand whatsoever.... ]]>
			</description>
		</item>
		<item>
			<title>LEFT 4 DEAD 2 FOR $30!</title>
			<link>http://shoutland.com/discussion/1061/left-4-dead-2-for-30-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/1061/left-4-dead-2-for-30-/</guid>
			<pubDate>Thu, 26 Nov 2009 01:31:00 -0700</pubDate>
			<author>lkji25</author>
			<description>
				<![CDATA[ I will buy this unless Steam is gonna give it 50% off, looks like I won't be getting MW2 but I'll be saving $20 - 30 for another kick ass game!
<br />

<br />

<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr><td><span class="genmed"><strong>Code:</strong></span></td></tr><tr><td class="code">http&#58;//wii.ign.com/articles/104/1049740p2.html</td></tr></table>... ]]>
			</description>
		</item>
		<item>
			<title>Suggest a movie (Disastrous e.g. posiden, Core, 2012)</title>
			<link>http://shoutland.com/discussion/1054/suggest-a-movie-disastrous-eg-posiden-core-2012-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/1054/suggest-a-movie-disastrous-eg-posiden-core-2012-/</guid>
			<pubDate>Mon, 16 Nov 2009 04:56:00 -0700</pubDate>
			<author>masantula</author>
			<description>
				<![CDATA[ Can you guys suggest me some good Disastrous  movies like:
<br />

<br />
Titanic
<br />
The Core
<br />
Volcano
<br />
Day after tomorrow
<br />
etc.
<br />

<br />
Thanks... ]]>
			</description>
		</item>
		<item>
			<title>Which software to use?</title>
			<link>http://shoutland.com/discussion/1026/which-software-to-use-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/1026/which-software-to-use-/</guid>
			<pubDate>Tue, 06 Oct 2009 08:06:00 -0600</pubDate>
			<author>The_18th_Letter</author>
			<description>
				<![CDATA[ Hi, Firstly my programming skills are pretty low
<br />

<br />
I have an excel sheet that has a whole bunch of calculations, graphs based on user imput etc.  and everything works fine, but the only problem is that you need some office application to open it.  I would like to konw if there is some easy to use program that can allow me to do a similar thing but then save it as an executable .exe?
<br />

<br />
I found a program called autorun pro enterprise II which is kind of what i am looking for, but i need one that can allow me to add calculations and graphs etc?  
<br />

<br />
any suggestions?
<br />

<br />
thanks for you help... ]]>
			</description>
		</item>
		<item>
			<title>html login box help</title>
			<link>http://shoutland.com/discussion/986/html-login-box-help/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/986/html-login-box-help/</guid>
			<pubDate>Mon, 23 Nov 2009 06:43:00 -0700</pubDate>
			<author>snakeman8</author>
			<description>
				<![CDATA[ <p>
	hi all, <br />
	<br />
	okay i am making a website but this is a members only website so i want to have a login box when the website first loads into which they have to input a user name and password to access it. i want the website to lock if they dont input the information or input it incorrectly. <br />
	<br />
	could someone help me with the HTML code for this please as i am not sure what it is. <br />
	<br />
	many thanks</p>... ]]>
			</description>
		</item>
		<item>
			<title>Virus Solution: I have been attacked[Solved]</title>
			<link>http://shoutland.com/discussion/989/virus-solution-i-have-been-attackedsolved-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/989/virus-solution-i-have-been-attackedsolved-/</guid>
			<pubDate>Sat, 21 Nov 2009 04:54:00 -0700</pubDate>
			<author>timmy1201</author>
			<description>
				<![CDATA[ I was installing Adobe Premiere and there was a infected keygen....I ran it anyways by pausing by Avast AV... Now the whole system is infected with that virus...how do i get rid of this virus.... it has infected my system files regservr32.exe...
<br />
i cant repair these files ..so what do I do
<br />
I know it was a stupid move...but I am worried that i might del some system files ...
<br />
THnx in advance..... ]]>
			</description>
		</item>
		<item>
			<title>Cant find frontpage 2003 install?</title>
			<link>http://shoutland.com/discussion/990/cant-find-frontpage-2003-install/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/990/cant-find-frontpage-2003-install/</guid>
			<pubDate>Mon, 23 Nov 2009 06:58:00 -0700</pubDate>
			<author>dark2025</author>
			<description>
				<![CDATA[ <p>
	<span style="font-family:arial,helvetica,sans-serif;"><span class="Apple-style-span" style="rgb(0, 0, 0); font-size: medium; ">any ideas anyone?</span></span></p>... ]]>
			</description>
		</item>
		<item>
			<title>jQuery AJAX request</title>
			<link>http://shoutland.com/discussion/1002/jquery-ajax-request/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/1002/jquery-ajax-request/</guid>
			<pubDate>Sat, 17 Oct 2009 01:40:00 -0600</pubDate>
			<author>JAD716</author>
			<description>
				<![CDATA[ <p>
	I need a real-time progress bar for a project I&#39;m doing atm, and I&#39;m thinking of using AJAX requests (every second) to query the filesize of a file I&#39;m downloading and then work out the percentage of what&#39;s downloaded. <br />
	<br />
	I can get the filesize of the complete file using PHP with an API call, so there&#39;s no problem there, but I don&#39;t know how to make an AJAX request and update the width of a DIV using jQuery. I&#39;m pretty sure I can handle the arithmetic though. <br />
	Any help would be appreciated, cheers&nbsp;</p>... ]]>
			</description>
		</item>
		<item>
			<title>JAVA program for Postfix Evaluation</title>
			<link>http://shoutland.com/discussion/1012/java-program-for-postfix-evaluation-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/1012/java-program-for-postfix-evaluation-/</guid>
			<pubDate>Sun, 11 Oct 2009 06:44:00 -0600</pubDate>
			<author>Junyann</author>
			<description>
				<![CDATA[ <span style="font-style:italic">I have tried a lot to make a program which evaluates an postfix expression and ended up with this.</span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr><td><span class="genmed"><strong>Code:</strong></span></td></tr><tr><td class="code">/** Program to evaluate a postfix expression
<br />
&nbsp;* Program written by Soumyadeep
<br />
&nbsp;* **/
<br />

<br />
import java.io.*;
<br />
public class posteval
<br />
&#123;
<br />
&nbsp; &nbsp; private stack theStack; //the stack class
<br />
&nbsp; &nbsp; private String input; //The input is taken in this string
<br />
&nbsp; &nbsp; private double output; //The output is in this double
<br />
&nbsp; &nbsp; public posteval&#40;String in&#41;//constructor
<br />
&nbsp; &nbsp; &#123;
<br />
&nbsp; &nbsp; &nbsp; &nbsp; input=in;
<br />
&nbsp; &nbsp; &nbsp; &nbsp; int stackSize = input.length&#40;&#41;; //sets the stack's length
<br />
&nbsp; &nbsp; &nbsp; &nbsp; theStack = new stack&#40;stackSize&#41;; 
<br />
&nbsp; &nbsp; &nbsp; &nbsp; output = 0.0;
<br />
&nbsp; &nbsp; &#125;
<br />
&nbsp; &nbsp; public static void main&#40;String&#91;&#93; args&#41;throws IOException //main function
<br />
&nbsp; &nbsp; &#123;
<br />
&nbsp; &nbsp; &nbsp; &nbsp; BufferedReader br = new BufferedReader&#40;new InputStreamReader&#40;System.in&#41;&#41;;
<br />
&nbsp; &nbsp; &nbsp; &nbsp; System.out.println&#40;&quot;Insert the expression&quot;&#41;;
<br />
&nbsp; &nbsp; &nbsp; &nbsp; String input = br.readLine&#40;&#41;;
<br />
&nbsp; &nbsp; &nbsp; &nbsp; double output;
<br />
&nbsp; &nbsp; &nbsp; &nbsp; posteval theEval = new posteval&#40;input&#41;; //creates the object theEval
<br />
&nbsp; &nbsp; &nbsp; &nbsp; output = theEval.doEval&#40;&#41;; //Calls doEval&#40;&#41;
<br />
&nbsp; &nbsp; &nbsp; &nbsp; System.out.println&#40;&quot;The result is &quot; + output&#41;;
<br />
&nbsp; &nbsp;... ]]>
			</description>
		</item>
		<item>
			<title>Multiple Threads ?</title>
			<link>http://shoutland.com/discussion/1014/multiple-threads-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/1014/multiple-threads-/</guid>
			<pubDate>Mon, 12 Oct 2009 06:07:00 -0600</pubDate>
			<author>Jo-eL</author>
			<description>
				<![CDATA[ Ive got a general c# question here . My c# application has a webbrowser control and im using the WebBrowserDocumentCompleted to check links.
<br />

<br />
Anyway the process could be a whole lot quicker if i could just run the function multiple times at once. Is there a better way to do this other than using multiple  forums and webbrowser controls ?... ]]>
			</description>
		</item>
		<item>
			<title>what is this python code doing?</title>
			<link>http://shoutland.com/discussion/1017/what-is-this-python-code-doing-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/1017/what-is-this-python-code-doing-/</guid>
			<pubDate>Tue, 13 Oct 2009 02:45:00 -0600</pubDate>
			<author>KamilKJHF</author>
			<description>
				<![CDATA[ def isA(x):
<br />
----&gt;L=[]
<br />
----&gt;L.append(x)
<br />
----&gt;while (x !=1):
<br />
-----------&gt;if x%2 == 0:
<br />
------------------&gt;x = x/2
<br />
------------------&gt;L.append(x)
<br />
-----------&gt;else:
<br />
------------------&gt;x = 3*x + 1
<br />
------------------&gt;L.append(x)
<br />
----&gt;return L
<br />

<br />

<br />
Can anyone explain to me what this code is doing?... ]]>
			</description>
		</item>
		<item>
			<title>How would I code a webpage link so that</title>
			<link>http://shoutland.com/discussion/1018/how-would-i-code-a-webpage-link-so-that-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/1018/how-would-i-code-a-webpage-link-so-that-/</guid>
			<pubDate>Tue, 13 Oct 2009 01:01:00 -0600</pubDate>
			<author>CODE4FOOD</author>
			<description>
				<![CDATA[ it would take someone to the middle of the page instead of the top of the page when they click on the link, or bottom of the page etc, or take them basically to a specific point on the page... ]]>
			</description>
		</item>
		<item>
			<title>Funny Hidden Camera Show</title>
			<link>http://shoutland.com/discussion/965/funny-hidden-camera-show/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/965/funny-hidden-camera-show/</guid>
			<pubDate>Mon, 13 Jul 2009 06:33:00 -0600</pubDate>
			<author>CrazyScott</author>
			<description>
				<![CDATA[ <p>
	Lol found this on another site: <br />
	&nbsp;</p>
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%">
	<tbody>
		<tr>
			<td>
				<span class="genmed"><strong>Code:</strong></span></td>
		</tr>
		<tr>
			<td class="code">
				<embed src="http://www.youtube.com/v/5wTyI9xqy7U&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash" width="425" height="344"></embed></td>
		</tr>
	</tbody>
</table>
<p>
	<br />
	Its ok at begining, but after 20 seconds it gets real funny imo.</p>... ]]>
			</description>
		</item>
		<item>
			<title>how to create .exe</title>
			<link>http://shoutland.com/discussion/955/how-to-create-exe/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/955/how-to-create-exe/</guid>
			<pubDate>Wed, 23 Sep 2009 12:22:00 -0600</pubDate>
			<author>xTRiiXzZ-</author>
			<description>
				<![CDATA[ <p>
	<span class="Apple-style-span" style="rgb(51, 51, 51); font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 21px; ">thanks&nbsp;</span></p>... ]]>
			</description>
		</item>
		<item>
			<title>SDL project not working in VS 2008</title>
			<link>http://shoutland.com/discussion/957/sdl-project-not-working-in-vs-2008/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/957/sdl-project-not-working-in-vs-2008/</guid>
			<pubDate>Mon, 19 Oct 2009 07:08:00 -0600</pubDate>
			<author>BackY</author>
			<description>
				<![CDATA[ <p>
	<br />
	<br />
	im at college and we are making the switch from openGL the SDL, so i got the bin/lib/include and system32 files all placed in the relevant folders..... <br />
	<br />
	but....... <br />
	<br />
	the project im trying to run will not run properaly, it just freezes and then i have to close it via the task-manager, this same project works fine in college! <br />
	<br />
	it just a simple spining cube project, <br />
	<br />
	any help would be great <br />
	<br />
	thanks</p>... ]]>
			</description>
		</item>
		<item>
			<title>Programming Within Linux</title>
			<link>http://shoutland.com/discussion/903/programming-within-linux-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/903/programming-within-linux-/</guid>
			<pubDate>Sun, 14 Jun 2009 03:08:00 -0600</pubDate>
			<author>username</author>
			<description>
				<![CDATA[ Hi i was wondering what type's of programming can be done and what programmes and compilers etc should be used. i'm a noob to Linux so don't speak to me like a Mongol.
<br />

<br />
cheers... ]]>
			</description>
		</item>
		<item>
			<title>Modern Werfare 2</title>
			<link>http://shoutland.com/discussion/887/modern-werfare-2-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/887/modern-werfare-2-/</guid>
			<pubDate>Tue, 24 Nov 2009 01:36:00 -0700</pubDate>
			<author>ihmed2</author>
			<description>
				<![CDATA[ Why they dont make a team deathmath without CAMPING and BUNNY JUMPING !?!?!??!... ]]>
			</description>
		</item>
		<item>
			<title>Boobs</title>
			<link>http://shoutland.com/discussion/893/boobs/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/893/boobs/</guid>
			<pubDate>Sun, 22 Nov 2009 07:42:00 -0700</pubDate>
			<author>Blaze9</author>
			<description>
				<![CDATA[ <p>
	A man walked into the ladies department of a Macy&#39;s and shyly walked up <br />
	to <br />
	the woman behind the counter and said, &quot;I&#39;d like to buy a bra for my <br />
	wife.&quot; <br />
	&quot;What type of bra?&quot; asked the clerk. <br />
	&quot; Type?&quot; inquires the man, &quot;There&#39;s more than one type? <br />
	&quot;Look around,&quot; said the saleslady, as she showed a sea of bras in every <br />
	shape, size, color and material imaginable. <br />
	<br />
	&quot;Actually, even with all of this variety, there are really only four <br />
	types of bras to choose from .&quot; <br />
	Relieved, the man asked about the types. The saleslady replied: <br />
	There are the Catholic, the Salvation Army, the Presbyterian, and the <br />
	Baptist types. Which one would you prefer? <br />
	<br />
	<br />
	Now totally befuddled, the man asked about the differences between them. <br />
	The Saleslady responded, &quot;It is all really quite simple.. <br />
	<br />
	The Catholic type supports the masses. <br />
	The Salvation Army type lifts the fallen, <br />
	The Presbyterian type keeps them staunch and upright, and <br />
	The Baptist makes mountains out of mole hills. <br />
	&nbsp;Have you ever wondered why A, B, C, D, DD, E, F,... ]]>
			</description>
		</item>
		<item>
			<title>Glass Of Water</title>
			<link>http://shoutland.com/discussion/849/glass-of-water/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/849/glass-of-water/</guid>
			<pubDate>Mon, 23 Nov 2009 10:28:00 -0700</pubDate>
			<author>lkji25</author>
			<description>
				<![CDATA[ <p>
	Just a thing for English class we had to make. So the group of people wanted to do something. I didn&#39;t take part in making these two videos, but I find them relatively funny, so here we go &nbsp;<br />
	<br />
	<span style="font-weight:bold"><span style="font-size:18px; line-height:normal">Glass of water:</span></span></p>
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%">
	<tbody>
		<tr>
			<td>
				<span class="genmed"><strong>Code:</strong></span></td>
		</tr>
		<tr>
			<td class="code">
				http://www.youtube.com/watch?v=yKhCz-WJ2pw</td>
		</tr>
	</tbody>
</table>
<p>
	<br />
	Made by my class mates &nbsp;<br />
	<font><span class="Apple-style-span" style="font-size: 18px;"><b><br />
	</b></span></font></p>
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%">
	<tbody>
		<tr>
			<td>
				<span class="genmed"><strong>Code:</strong></span></td>
		</tr>
		<tr>
			<td class="code">
				http://www.youtube.com/watch?v=Hj7bIdOkBmo</td>
		</tr>
	</tbody>
</table>
<p>
	<br />
	<br />
	enjoy!</p>... ]]>
			</description>
		</item>
		<item>
			<title>Rapidshare keeps banning my account</title>
			<link>http://shoutland.com/discussion/861/rapidshare-keeps-banning-my-account/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/861/rapidshare-keeps-banning-my-account/</guid>
			<pubDate>Tue, 24 Nov 2009 08:49:00 -0700</pubDate>
			<author>blooper1234</author>
			<description>
				<![CDATA[ <p>
	hi, <br />
	<br />
	I have a RS.com Premium account which i only use it at home and not sharing it with anyone. However, rs.com bans me by saying different IP stuff. I checked it and came out that my ISP changes my IP frequently as net goes off or cause of maintenance i dun know..I found out that my ip is dynamic and I was using OpenDNS apart from the DNS that my ISP picks up for me. Thus, nothing changed even if i disabled OpenDNS and just relied on ISP&#39;s, RS.com again banned me. <br />
	<br />
	I dun know what to do? is there a way to overcome this problem?? I always keep my pw safe and make it with letters and numbers..dun know what to do else??? <br />
	<br />
	Thanks for your help guys,&nbsp;</p>... ]]>
			</description>
		</item>
		<item>
			<title>Anyone who plays mw2 on ps3 with a mic?</title>
			<link>http://shoutland.com/discussion/863/anyone-who-plays-mw2-on-ps3-with-a-mic-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/863/anyone-who-plays-mw2-on-ps3-with-a-mic-/</guid>
			<pubDate>Mon, 23 Nov 2009 06:52:00 -0700</pubDate>
			<author>rufusj89</author>
			<description>
				<![CDATA[ as the title says,is anyone over here playing mw2 on ps3 with a mic?add me,my psn id is jashwin... ]]>
			</description>
		</item>
		<item>
			<title>World?s Cheapest Laptop</title>
			<link>http://shoutland.com/discussion/824/worlds-cheapest-laptop-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/824/worlds-cheapest-laptop-/</guid>
			<pubDate>Sun, 22 Nov 2009 06:41:00 -0700</pubDate>
			<author>flazh</author>
			<description>
				<![CDATA[ Here it is!
<br />

<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr><td><span class="genmed"><strong>Code:</strong></span></td></tr><tr><td class="code">http&#58;//useful-toall.blogspot.com/2009/11/worlds-cheapest-laptop.html</td></tr></table>... ]]>
			</description>
		</item>
		<item>
			<title>Problem HTML programming</title>
			<link>http://shoutland.com/discussion/829/problem-html-programming/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/829/problem-html-programming/</guid>
			<pubDate>Mon, 02 Nov 2009 11:49:00 -0700</pubDate>
			<author>.xOr</author>
			<description>
				<![CDATA[ <p>
	I&#39;m building a website for a school project (novice). <br />
	The problem I have now is that I&#39;m framing and I want a sort of choosing list (home, link1, ....). <br />
	First part of the question is how to make it look decent, use pixel settings ? <br />
	I mean it has to have a good distance, good view, ... <br />
	<br />
	Second part is, how do you embed a background to a text. <br />
	fe: The &quot;Google Search&quot; button has it&#39;s own square background.</p>
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%">
	<tbody>
		<tr>
			<td>
				<span class="genmed"><strong>Code:</strong></span></td>
		</tr>
		<tr>
			<td class="code">
				http://www.google.com/</td>
		</tr>
	</tbody>
</table>... ]]>
			</description>
		</item>
		<item>
			<title>Please help! C++ pointers and arrays</title>
			<link>http://shoutland.com/discussion/834/please-help-c--pointers-and-arrays-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/834/please-help-c--pointers-and-arrays-/</guid>
			<pubDate>Sun, 01 Nov 2009 03:08:00 -0700</pubDate>
			<author>ihmed2</author>
			<description>
				<![CDATA[ I've been at this project forever now and I just have these 2 little parts of the assignment left to do.  I just cannot get it to compile and am really frustrated that about 5 lines of code is beating me so bad.  
<br />

<br />
Here is the relevant part of the code that I need, the instructions are commented in the code:
<br />

<br />

<br />

<br />
I get a plethora of errors when defining the function and haven't even tried assigning values yet because I can't get this part done.  Can somebody *please* help me.  I honestly learn c++ much better after looking at working code.
<br />

<br />
 I can include the rest of thefile and header file as well but I don't think it's necessary.  It's rather long and the other files are done properly (given by instructor).
<br />

<br />
Would really appreciate some help, thanks!... ]]>
			</description>
		</item>
		<item>
			<title>New Upcoming 2010 Movies</title>
			<link>http://shoutland.com/discussion/765/new-upcoming-2010-movies-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/765/new-upcoming-2010-movies-/</guid>
			<pubDate>Tue, 17 Nov 2009 09:37:00 -0700</pubDate>
			<author>Kameo</author>
			<description>
				<![CDATA[ Fri, January 1-----	Case 39
<br />
Fri, January 8-----	Youth in Revolt  
<br />
Fri, January 15-----	Let Me In  
<br />
Fri, January 22-----	Tooth Fairy  
<br />
Fri, January 29-----	When in Rome  
<br />
Fri, February 5-----	Dear John  
<br />
Fri, February 12-----	The Butchering Ghost  
<br />
Fri, February 19-----	Shutter Island
<br />
Fri, February 26-----	The Crazies  
<br />
Fri, March 5-----	Alice in Wonderland
<br />
Fri, March 12-----	Green Zone  
<br />
Tue, March 16-----	The Back-Up Plan
<br />
Fri, March 19-----	Season of the Witch  
<br />
Fri, March 26-----	How to Train Your Dragon  
<br />
Fri, April 2-----	Repo Men  
<br />
Fri, April 9-----	The Losers  
<br />
Fri, April 16-----	Piranha 3-D  
<br />
Thu, April 22-----	Oceans
<br />
Fri, April 23-----	Wall Street 2: Money Never Sleeps  
<br />
Fri, April 30-----	A Nightmare On Elm Street
<br />
Fri, May 7-----	Iron Man 2  
<br />
Fri, May 14-----	Robin Hood
<br />
Fri, May 21-----	Shrek Forever After
<br />
Fri, May 28-----	Prince of Persia: The Sands of Time  
<br />
Fri, June 4-----	Killers  
<br />
Fri, June 11-----	The A-Team  
<br />
Fri, June 18-----	Toy Story 3  
<br />
Fri, June 25-----	Grown Ups
<br />
Wed, June 30-----	The Twilight Saga: Eclipse
<br />
Fri, July 2-----	The Last Airbender  
<br />
Fri, July 9-----	Despicable Me  
<br />
Fri, July 16-----	The Sorcerer's Apprentice  
<br> ]]>
			</description>
		</item>
		<item>
			<title>Flashpoint S03E09</title>
			<link>http://shoutland.com/discussion/767/flashpoint-s03e09-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/767/flashpoint-s03e09-/</guid>
			<pubDate>Sun, 22 Nov 2009 09:26:00 -0700</pubDate>
			<author>reed1codex</author>
			<description>
				<![CDATA[ Did no one encode the latest episode? I look on the CTV website and it said the episode aired, but I can't find the episode anywhere. I looked for the episode in XVID and x264, but there are no scene or P2P downloads anywhere. Does anyone know what the deal is?... ]]>
			</description>
		</item>
		<item>
			<title>MySQL Sample Databases</title>
			<link>http://shoutland.com/discussion/797/mysql-sample-databases-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/797/mysql-sample-databases-/</guid>
			<pubDate>Tue, 23 Sep 2008 10:02:00 -0600</pubDate>
			<author>lkji25</author>
			<description>
				<![CDATA[ Does anyone now a good source?. Besides northwind, adventureworks and the ones mysql site has.... ]]>
			</description>
		</item>
		<item>
			<title>problem with png buttons (html/css)</title>
			<link>http://shoutland.com/discussion/718/problem-with-png-buttons-htmlcss/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/718/problem-with-png-buttons-htmlcss/</guid>
			<pubDate>Sat, 07 Nov 2009 02:02:00 -0700</pubDate>
			<author>JAD716</author>
			<description>
				<![CDATA[ <p>
	hi guys, <br />
	<br />
	i&#39;m having a problem on my website:</p>
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%">
	<tbody>
		<tr>
			<td>
				<span class="genmed"><strong>Code:</strong></span></td>
		</tr>
		<tr>
			<td class="code">
				&nbsp;http://www.rubenandyves.be</td>
		</tr>
	</tbody>
</table>
<p>
	<br />
	at the top right there are 6 different buttons, they look the same but on hover they all have another color. <br />
	the problem is: when you go over them with your mouse the first time, nothing happens because they need a second or two to load. <br />
	But they are max 5kb large so i don&#39;t understand why they load so slow. <br />
	<br />
	any one has an idea? <br />
	<br />
	thanks in advance&nbsp;</p>... ]]>
			</description>
		</item>
		<item>
			<title>[SOLVED]Visual joystick in VB.net</title>
			<link>http://shoutland.com/discussion/720/solvedvisual-joystick-in-vbnet/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/720/solvedvisual-joystick-in-vbnet/</guid>
			<pubDate>Tue, 29 Sep 2009 11:53:00 -0600</pubDate>
			<author>masantula</author>
			<description>
				<![CDATA[ <p>
	Dear programmers, <br />
	<br />
	Could either one of you help me with creating a visual joystick in VB.net? <br />
	Been on google for a few hours now, and I cannot seem to find what I&#39;m looking for. <br />
	<br />
	What I would like to create: <br />
	<br />
	A picturebox with a drag-able image inside. The image inside should have some sort of X and Y axis (so you are able to see the image move) <br />
	<br />
	This is a screenshot with such joysticks, which I found on google: <br />
	<br />
	&nbsp;Thanks a lot in advance!</p>... ]]>
			</description>
		</item>
		<item>
			<title>Programming Iphone Apps in windows?</title>
			<link>http://shoutland.com/discussion/719/programming-iphone-apps-in-windows-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/719/programming-iphone-apps-in-windows-/</guid>
			<pubDate>Wed, 11 Nov 2009 02:05:00 -0700</pubDate>
			<author>Kameo</author>
			<description>
				<![CDATA[ Is there a sdk for iphone in windows?
<br />
Or for Cydia apps?... ]]>
			</description>
		</item>
		<item>
			<title>Can anyone make this?</title>
			<link>http://shoutland.com/discussion/715/can-anyone-make-this/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/715/can-anyone-make-this/</guid>
			<pubDate>Sat, 14 Nov 2009 07:38:00 -0700</pubDate>
			<author>.xOr</author>
			<description>
				<![CDATA[ <p>
	Hi ive been trying to code this for the past week and it never comes out to work so can someone code this for me with or without comments? <br />
	<br />
	PLEASE AND THANK YOU <br />
	&nbsp;</p>
<p>
	&nbsp;</p>
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%">
	<tbody>
		<tr>
			<td class="quote">
				Write a program to manipulate an array that contains a maximum of 100 grade scores. Each grade is stored as type double. Global variables are not allowed, and all references to the grades array (outside of main() ) must use pointer notation. You must write 6 functions described below: <br />
				<br />
				main() <br />
				defines the array <br />
				calls the other 5 functions listed below within a do while loop <br />
				<br />
				menu() - displays 5 choices (1=get grades, 2=show grades, 3=change, 4-find, 5=quit). <br />
				<br />
				getgrades() - this function enters grades into the array <br />
				received the array as an argument <br />
				within a loop: <br />
				prompts for a grade, or 0 to quit <br />
				gets a grade until 0 is entered <br />
				returns the count of how many grades were entered <br />
				<br />
				showgrades() - this function displays all the grades and positions <br />
				receives the array and count <br />
				displays all the grades entered with position... ]]>
			</description>
		</item>
		<item>
			<title>At the deathbed</title>
			<link>http://shoutland.com/discussion/729/at-the-deathbed/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/729/at-the-deathbed/</guid>
			<pubDate>Mon, 02 Nov 2009 11:38:00 -0700</pubDate>
			<author>masantula</author>
			<description>
				<![CDATA[ <p>
	wahaha, lol,</p>... ]]>
			</description>
		</item>
		<item>
			<title>problem regarding hard disk drives</title>
			<link>http://shoutland.com/discussion/730/problem-regarding-hard-disk-drives-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/730/problem-regarding-hard-disk-drives-/</guid>
			<pubDate>Sun, 22 Nov 2009 07:51:00 -0700</pubDate>
			<author>Nux2Lux</author>
			<description>
				<![CDATA[ hi all..
<br />
sumtime back i installed window 7 on ma laptop . i repartitioned all drives on my disk .. earlier it were primary n logical drives.. bt after repartition thr was no primary n logical drive it showed only dynamic drives .. i tried all partition manager software non work on my laptop ..
<br />
can some one help me ?? 
<br />
n is there any problem using dynamic drives ??... ]]>
			</description>
		</item>
		<item>
			<title>Call of Duty Modern Warfare 2 MP PROB</title>
			<link>http://shoutland.com/discussion/733/call-of-duty-modern-warfare-2-mp-prob-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/733/call-of-duty-modern-warfare-2-mp-prob-/</guid>
			<pubDate>Fri, 20 Nov 2009 08:13:00 -0700</pubDate>
			<author>ihmed2</author>
			<description>
				<![CDATA[ my crack is working just fine 
<br />
but when i press play first of all it shows my net as strict(how do i change it to open?) 
<br />
second: when i press find a game and choose the type of game i want it search for hours for other players how do i fix it 
<br />
please help me i have to play online... ]]>
			</description>
		</item>
		<item>
			<title>internet keeps screwing out</title>
			<link>http://shoutland.com/discussion/734/internet-keeps-screwing-out/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/734/internet-keeps-screwing-out/</guid>
			<pubDate>Sun, 22 Nov 2009 05:13:00 -0700</pubDate>
			<author>furyz0r</author>
			<description>
				<![CDATA[ <p>
	when i use the net after starting my comp up it works fine for about 10 mins then it&#39;ll pretty much crash. ill enter in the site and it will say Http://shoutland.com up top the load bar will load and it will sit there blank. google.com seems to work but when i click maps news etc it does the same thing. says address right at top bar of browser and sit there. <br />
	<br />
	if im downloading they&#39;ll continue but if i stop and start them they won&#39;t start back up.the only way to fix this is if i restart comp. then i got another 10-20 mins unti it does it again. <br />
	<br />
	any help? <br />
	<br />
	thanks</p>... ]]>
			</description>
		</item>
		<item>
			<title>HA HA HA (FUNNY)</title>
			<link>http://shoutland.com/discussion/681/ha-ha-ha-funny/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/681/ha-ha-ha-funny/</guid>
			<pubDate>Mon, 02 Nov 2009 06:20:00 -0700</pubDate>
			<author>-wiseman-</author>
			<description>
				<![CDATA[ <p>
	The rules listed below apply to the calling of Shotgun (the passenger seat) in an automobile. These rules are definitive and binding. <br />
	<br />
	Section I <br />
	The Basic Rules <br />
	1. In order to call Shotgun, the caller must pronounce the word &quot;Shotgun&quot; in a clear voice. This call must be heard and acknowledged by the driver. The other occupants of the vehicle need not hear the call as long as the driver verifies the call. <br />
	2. Shotgun may only be called if all occupants of the vehicle are outside and on the way to said vehicle. <br />
	3. Early calls are strictly prohibited. Shotgun may only be called while walking toward the vehicle and only applies to the drive immediately forthcoming. Shotgun can never be called while inside a vehicle or still technically on the way to the first location. For example, one can not get out of a vehicle and call Shotgun for the return journey. <br />
	4. The driver has final say in all ties and disputes. The driver has the right to suspend or remove all shotgun privileges from one or more persons. <br />
	<br />
	Section II <br />
	Special Cases <br />
	These special exceptions... ]]>
			</description>
		</item>
		<item>
			<title>American Courts</title>
			<link>http://shoutland.com/discussion/672/american-courts-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/672/american-courts-/</guid>
			<pubDate>Mon, 09 Nov 2009 04:08:00 -0700</pubDate>
			<author>gamerdude</author>
			<description>
				<![CDATA[ Hope you haven't heard them or read the book?!?!
<br />
These are from a book called Disorder in the American Courts, and are
<br />
things people actually said in court, word for word, taken down and 
<br />
now published by court reporters that had the torment of staying calm 
<br />
while these exchanges were actually taking place...
<br />

<br />
 &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;
<br />

<br />
ATTORNEY: What was the first thing your husband said to you that 
<br />

<br />
morning?
<br />

<br />
WITNESS: He said, 'Where am I, Cathy?'
<br />

<br />
ATTORNEY: And why did that upset you?
<br />

<br />
WITNESS: My name is Susan!
<br />
____________________________________________
<br />

<br />

<br />
ATTORNEY: What gear were you in at the moment of the impact?
<br />

<br />
WITNESS: Gucci sweats and Reeboks.
<br />
____________________________________________
<br />

<br />

<br />
ATTORNEY: Are you sexually active?
<br />

<br />
WITNESS: No, I just lie there.
<br />

<br />
____________________________________________
<br />

<br />

<br />
ATTORNEY: This myasthenia gravis, does it affect your memory at all?
<br />

<br />
WITNESS: Yes.
<br />

<br />
ATTORNEY: And in what ways does it affect your memory?
<br />

<br />
WITNESS: I forget.
<br />

<br />
ATTORNEY: You forget? Can you give us an example of something you 
<br />

<br />
forgot?
<br />
___________________________________________
<br />

<br />

<br />
ATTORNEY: Do you know if your daughter has ever been involved in 
<br />

<br />
voodoo?
<br />

<br> ]]>
			</description>
		</item>
		<item>
			<title>The cowboy!</title>
			<link>http://shoutland.com/discussion/661/the-cowboy/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/661/the-cowboy/</guid>
			<pubDate>Wed, 11 Nov 2009 11:54:00 -0700</pubDate>
			<author>`KrSd</author>
			<description>
				<![CDATA[ <p>
	I don&#39;t get it? explain pleasE?</p>... ]]>
			</description>
		</item>
		<item>
			<title>320Kbps bit rate mp3 file?[Solved]</title>
			<link>http://shoutland.com/discussion/1339/320kbps-bit-rate-mp3-filesolved/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/1339/320kbps-bit-rate-mp3-filesolved/</guid>
			<pubDate>Sat, 23 Jan 2010 06:12:00 -0700</pubDate>
			<author>furyz0r</author>
			<description>
				<![CDATA[ <p>
	Erm,does a 320Kbps,256Kbps and 192Kbps bit rate song have any much BIG difference when listen to it?If listen to lower bit rates song will the song sounds like choppy or distorted?320Kbps mp3 file almost 10MB each which is so big!If want to put some songs into a cell phone,can&#39;t put much songs in it!Tell me if it have any BIG differences between it and how much bit rates do you guys prefer?Thanks in advance!&nbsp;</p>... ]]>
			</description>
		</item>
		<item>
			<title>how earn money through internet</title>
			<link>http://shoutland.com/discussion/1263/how-earn-money-through-internet/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/1263/how-earn-money-through-internet/</guid>
			<pubDate>Sat, 16 Jan 2010 06:36:00 -0700</pubDate>
			<author>KamilKJHF</author>
			<description>
				<![CDATA[ can anyone give me some ideas that worked for you to earn some good income..............
<br />

<br />
thanx in advance... ]]>
			</description>
		</item>
		<item>
			<title>iphone restore</title>
			<link>http://shoutland.com/discussion/1343/iphone-restore/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/1343/iphone-restore/</guid>
			<pubDate>Thu, 21 Jan 2010 09:49:00 -0700</pubDate>
			<author>ThaGame</author>
			<description>
				<![CDATA[ i want to restore my jailbroken iphone. How can  i restore it  without letting update to the version of its software?... ]]>
			</description>
		</item>
		<item>
			<title>Firefox not displaying gifs properly</title>
			<link>http://shoutland.com/discussion/1268/firefox-not-displaying-gifs-properly/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/1268/firefox-not-displaying-gifs-properly/</guid>
			<pubDate>Fri, 22 Jan 2010 06:54:00 -0700</pubDate>
			<author>-wiseman-</author>
			<description>
				<![CDATA[ <p>
	<img alt="" src="http://shoutland.com/js/ckfinder/userfiles/images/zldcih.jpg" />&nbsp;<br />
	<br />
	started happening when i updated to firefox 3.6, and noticed this on these two avatars, on wrinkletit&#39;s avatar one frame is normal then like this &quot;dissolved&quot;, then one normal again and so on <br />
	and on memo_cool&#39;s only one frame displays normally, all other are like this <br />
	if i save them on HDD and open with another program, they display normally, also display correctly in chrome <br />
	<br />
	anyone know what the problem could be ? <br />
	<br />
	using win7 x64</p>... ]]>
			</description>
		</item>
		<item>
			<title>I am having a problem deleting codes and patches from my com</title>
			<link>http://shoutland.com/discussion/1360/i-am-having-a-problem-deleting-codes-and-patches-from-my-com/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/1360/i-am-having-a-problem-deleting-codes-and-patches-from-my-com/</guid>
			<pubDate>Tue, 19 Jan 2010 07:08:00 -0700</pubDate>
			<author>lucky78</author>
			<description>
				<![CDATA[ I did a search for files and the codes and patches came up, but when I hit delete, nothing happened. Is there software that does this?
<br />

<br />
Thank you.... ]]>
			</description>
		</item>
		<item>
			<title>Acesonic KOD 650</title>
			<link>http://shoutland.com/discussion/1388/acesonic-kod-650/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/1388/acesonic-kod-650/</guid>
			<pubDate>Fri, 15 Jan 2010 01:53:00 -0700</pubDate>
			<author>ALWAYSLAUGHING</author>
			<description>
				<![CDATA[ <p>
	Hello every body in the forum, please help me on this one? I had a Acesonic KOD 650 hard drive karoke player, but some how i lost the hard drive now i bought new hard drive but i don&#39;t have the Acesonic system tools that come with the acesonic hard drive when i bought its. So i wonder any body in the forum know where can i down load the acesonic KOD 650 system tools. <br />
	<br />
	This sytem tool is for load the karaoke songs in the hard drive, with out this i can&#39;t load the songs. <br />
	<br />
	Please help. Thank you very much.&nbsp;</p>... ]]>
			</description>
		</item>
		<item>
			<title>HOw to create an website free</title>
			<link>http://shoutland.com/discussion/352/how-to-create-an-website-free/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/352/how-to-create-an-website-free/</guid>
			<pubDate>Thu, 26 Nov 2009 12:28:00 -0700</pubDate>
			<author>Levi666</author>
			<description>
				<![CDATA[ Could some one tell how to create a website for free your help will be appreciated 
<br />

<br />
Thank you in advance... ]]>
			</description>
		</item>
		<item>
			<title>Rapidshare uploading problem</title>
			<link>http://shoutland.com/discussion/1532/rapidshare-uploading-problem/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/1532/rapidshare-uploading-problem/</guid>
			<pubDate>Mon, 04 Jan 2010 09:03:00 -0700</pubDate>
			<author>kyuubi92</author>
			<description>
				<![CDATA[ Since I installed Windows 7, my uploads always stop at 99 percent. I have tried using Rapidshare Manager and Rapiduploader. 
<br />

<br />
Anyone knows what this is? Is there anyway I could fix the problem?... ]]>
			</description>
		</item>
		<item>
			<title>Hell Funny yahooanswers discussion.</title>
			<link>http://shoutland.com/discussion/656/hell-funny-yahooanswers-discussion/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/656/hell-funny-yahooanswers-discussion/</guid>
			<pubDate>Thu, 24 Dec 2009 02:26:02 -0700</pubDate>
			<author>arshdeep79@gmail.com</author>
			<description>
				<![CDATA[ <p>
	<img alt="" height="599" src="http://shoutland.com/js/ckfinder/userfiles/images/cool_yahoo_.JPG" width="649" /></p>
<p>
	&nbsp;</p>
<p>
	Hey this discussion is very very funny indeed. </p>... ]]>
			</description>
		</item>
		<item>
			<title>Alternative to iTunes ?</title>
			<link>http://shoutland.com/discussion/628/alternative-to-itunes-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/628/alternative-to-itunes-/</guid>
			<pubDate>Tue, 31 Mar 2009 08:24:00 -0600</pubDate>
			<author>george_hayabusa</author>
			<description>
				<![CDATA[ <p>
	well its just that i use iTunes and its quiet difficult and the fact that i need to install Quictkime with it takes up sooo much space on my poor lil machine :/ <br />
	so is there any kinda alternative to itunes and some really easy to use and small software ? (p.s i tried many but some had viruses and stuff and some were really luking malicious and yeah mediamonkey wasnt good either) plz help guys ? <br />
	il really appreciate it !&nbsp;</p>... ]]>
			</description>
		</item>
		<item>
			<title>IDM Question</title>
			<link>http://shoutland.com/discussion/630/idm-question/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/630/idm-question/</guid>
			<pubDate>Mon, 16 Nov 2009 07:35:00 -0700</pubDate>
			<author>eggnificent</author>
			<description>
				<![CDATA[ <p>
	Hey, <br />
	<br />
	I have a copy of IDM now i was wondering if it was possible to add several links to to it somewhere and have it download them one after the other, i was told that RS Mnager does this but for some reason it wont download to my pc. So if this is possible can someone help me out and tell me how one goes about doing so. <br />
	<br />
	Cheers Gang!&nbsp;</p>... ]]>
			</description>
		</item>
		<item>
			<title>Need permission to copy file in Vista</title>
			<link>http://shoutland.com/discussion/631/need-permission-to-copy-file-in-vista/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/631/need-permission-to-copy-file-in-vista/</guid>
			<pubDate>Sat, 14 Nov 2009 05:13:00 -0700</pubDate>
			<author>Leeching</author>
			<description>
				<![CDATA[ <p>
	I downloaded, mounted and installed the Game <span style="font-weight:bold">Sinking Island</span>&nbsp;. <br />
	Then one has to copy two crack files to the installed Game of which one is a .dll file. But a window appears telling: denied, you need permission. <br />
	How can I get this permission even as an Administrator? <br />
	Right clicking on the file doesn&#39;t tell me anything, and neither does the Help function. <br />
	Anyone knows about &quot;permissions&quot; in Vista and where or how to get them?</p>... ]]>
			</description>
		</item>
		<item>
			<title>help in partition</title>
			<link>http://shoutland.com/discussion/632/help-in-partition/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/632/help-in-partition/</guid>
			<pubDate>Mon, 16 Nov 2009 04:35:00 -0700</pubDate>
			<author>JAD716</author>
			<description>
				<![CDATA[ Is it possible to remove the partition and just make one drive with the OS. I have C: where the windows OS and D: E:. Is it possible to resize the drive C without reformatting or reinstalling the OS again. Many thanks! 
<br />

<br />
And if not possible i can install programs on the other drive so the drive C will still have enuf space?... ]]>
			</description>
		</item>
		<item>
			<title>Flashget Problem</title>
			<link>http://shoutland.com/discussion/633/flashget-problem/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/633/flashget-problem/</guid>
			<pubDate>Fri, 13 Nov 2009 03:58:00 -0700</pubDate>
			<author>xTRiiXzZ-</author>
			<description>
				<![CDATA[ Hi
<br />

<br />
Having a problem with Flashget (version 1.8.1.1002) on my second computer.  The Download speed has been reduced by at least 1/3 its normal speed I get on my original machine even when that machine is switch off.
<br />

<br />
I've looked at all sorts of things from online tech people who have similar problems to going thru all properties in flashget.  I've also looked at my wireless adapter, but it says I'm downloading at the maxlimit which is 54 mbps but when it hits the Download manager it reduces the speed to between 32 &amp; 35 mbps.
<br />

<br />
I have a Netgear Wireless Router modem and use a Netgear Wireless adapter on the machine I'm having problems with.
<br />

<br />
Please can any one help or point me in the right direction
<br />

<br />
Thanks
<br />

<br />
When DLing a file, close toward the end of the DL, speed of the DL increases to the max speed and as soon as it is completed it switches back to the slower speed.
<br />

<br />

<br />
Any Ideas.... ]]>
			</description>
		</item>
		<item>
			<title>How to break?</title>
			<link>http://shoutland.com/discussion/635/how-to-break/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/635/how-to-break/</guid>
			<pubDate>Sun, 07 Jun 2009 03:12:00 -0600</pubDate>
			<author>fordyz</author>
			<description>
				<![CDATA[ <span style="blue"><span style="font-weight:bold">I have a satellite equipment named as &quot;Dream Box&quot; it is based on Linux operating system. And its FTP is locked by the person from whom I purchased it. Now I want to break that FTP lock because I want to make some changes in-side it as the person is not willing to give me that favour. It can be attach to PC via hub through networking. If U know any tool, trick or any software through which I can do that then any help in this regard will be appreciated. Remember same like Linux its user name is &quot;root&quot; but password I want to know</span></span>... ]]>
			</description>
		</item>
		<item>
			<title>Convert a 256 kbps song to 320 kbps</title>
			<link>http://shoutland.com/discussion/637/convert-a-256-kbps-song-to-320-kbps/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/637/convert-a-256-kbps-song-to-320-kbps/</guid>
			<pubDate>Wed, 11 Nov 2009 12:31:00 -0700</pubDate>
			<author>Shadow.Assassin</author>
			<description>
				<![CDATA[ Can somebody helpe with this task ?
<br />

<br />
And I also need that person to make the .mp3 sound better(smoother) ; 
<br />
If you are a Dj you know what I mean .
<br />

<br />
Thank you in advance .
<br />

<br />
zZz... ]]>
			</description>
		</item>
		<item>
			<title>Help me with my laptop</title>
			<link>http://shoutland.com/discussion/639/help-me-with-my-laptop/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/639/help-me-with-my-laptop/</guid>
			<pubDate>Mon, 09 Nov 2009 09:14:00 -0700</pubDate>
			<author>timmy1201</author>
			<description>
				<![CDATA[ I have a toshiba  L300 satellite pro and wanted to buy a hard drive for it. Im not sure but have heard my laptop can take any sata hard drive till 500gbs. I wanna ask is that the only thing that matters?Are there any physical size /compatability issues as in cases of rams? COuld you please tell what shd I look for?. Could you also tell me if this choice <table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr><td><span class="genmed"><strong>Code:</strong></span></td></tr><tr><td class="code">http&#58;//www.trademe.co.nz/Browse/Listing.aspx?id=252452795&amp;permanent=0</td></tr></table> would be ok for my laptop or it might not meet the requirements? Thanks... ]]>
			</description>
		</item>
		<item>
			<title>please i need nfs shift key and saved game</title>
			<link>http://shoutland.com/discussion/640/please-i-need-nfs-shift-key-and-saved-game/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/640/please-i-need-nfs-shift-key-and-saved-game/</guid>
			<pubDate>Tue, 10 Nov 2009 03:22:00 -0700</pubDate>
			<author>Clusterbomb</author>
			<description>
				<![CDATA[ <p>
	now playing the game.. <br />
	but the game dont work with the psp joystick..... <br />
	<br />
	and does anyone have the save game please????&nbsp;</p>... ]]>
			</description>
		</item>
		<item>
			<title>SOLVED Call OF Duty modern warfare 2 ISO</title>
			<link>http://shoutland.com/discussion/641/solved-call-of-duty-modern-warfare-2-iso/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/641/solved-call-of-duty-modern-warfare-2-iso/</guid>
			<pubDate>Sat, 14 Nov 2009 07:10:00 -0700</pubDate>
			<author>fordyz</author>
			<description>
				<![CDATA[ i dont have dvd dual layer i want to install it by mounting to my drive but 
<br />
how??? 
<br />
please mate help
<br />

<br />
<img src="http://i641.photobucket.com/albums/uu134/pinoy_p0_ako11/Untitled-6.jpg" alt="Image" title="Image" border="0" />... ]]>
			</description>
		</item>
		<item>
			<title>Taskmgr.exe gone mad</title>
			<link>http://shoutland.com/discussion/643/taskmgrexe-gone-mad/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/643/taskmgrexe-gone-mad/</guid>
			<pubDate>Sat, 14 Nov 2009 10:34:00 -0700</pubDate>
			<author>eggnificent</author>
			<description>
				<![CDATA[ <p>
	My Taskmgr.exe is using 40% to 60% of CPU and is running continuously. Now taking 20 secs to open internet instead of instant. Also if I click on a link in an e mail it is not opening Internet Explorer for me. <br />
	I ran full scan with Kaspersky Internet Security 2010 anf it found a Trojan (Joke something or other) and deleted it. Machine still exhibits same behavoir. I have also run two registry scans and all OK. <br />
	Machine is laptop Win XP home , 1GB Ram , 160HDD been kept clean by Kaspersky for 3 years. Also Kaspersky is downloading crazy amounts. 173.4 MB yesterday and 122MB today. Like the update program is not switching off correctly? <br />
	<br />
	Can anyone tell me how to fix this? <br />
	&nbsp;</p>... ]]>
			</description>
		</item>
		<item>
			<title>How do you disable ping replies?[solved]</title>
			<link>http://shoutland.com/discussion/645/how-do-you-disable-ping-repliessolved/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/645/how-do-you-disable-ping-repliessolved/</guid>
			<pubDate>Thu, 12 Nov 2009 01:10:00 -0700</pubDate>
			<author>ShaneMcmahon619</author>
			<description>
				<![CDATA[ I want my Windows system to not reply to pings for security purposes. Does anybody know hot to disable ping replies in Windows?:... ]]>
			</description>
		</item>
		<item>
			<title>Auto Text</title>
			<link>http://shoutland.com/discussion/646/auto-text/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/646/auto-text/</guid>
			<pubDate>Fri, 13 Nov 2009 05:44:00 -0700</pubDate>
			<author>ihmed2</author>
			<description>
				<![CDATA[ Hello guys, 
<br />

<br />
I got one problem with my office 2002 (XP) auto text.  
<br />

<br />
When I add any word in the auto text, it will get stored in that.  But when I re starts or shut down my pc it is deleted.  
<br />

<br />
Any help.
<br />

<br />
Thanks.... ]]>
			</description>
		</item>
		<item>
			<title>windows 7 icon small on the desktop</title>
			<link>http://shoutland.com/discussion/647/windows-7-icon-small-on-the-desktop/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/647/windows-7-icon-small-on-the-desktop/</guid>
			<pubDate>Tue, 10 Nov 2009 02:43:00 -0700</pubDate>
			<author>ThaGame</author>
			<description>
				<![CDATA[ how I can make in windows 7 icon small on the desktop look like in windiws xp I icon 
<br />

<br />
I have nvidia Geforce 8600 gt 
<br />
Screen resolution
<br />
1280 by 1024 pixels 
<br />
plase help me out... ]]>
			</description>
		</item>
		<item>
			<title>Database seperate (Solved)</title>
			<link>http://shoutland.com/discussion/650/database-seperate-solved/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/650/database-seperate-solved/</guid>
			<pubDate>Sat, 14 Nov 2009 11:15:00 -0700</pubDate>
			<author>The_18th_Letter</author>
			<description>
				<![CDATA[ Just wondering for what reason/purpose anyone would have by seperating the database from a warez site and what is the effect of doing so?... ]]>
			</description>
		</item>
		<item>
			<title>Megashares Question</title>
			<link>http://shoutland.com/discussion/651/megashares-question/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/651/megashares-question/</guid>
			<pubDate>Tue, 03 Feb 2009 11:34:00 -0700</pubDate>
			<author>gamerdude</author>
			<description>
				<![CDATA[ I recently upgraded to a newer computer and my MS link card was created using my old comp. I understand that link cards are not allowed to be shared and will be deleted if shared. So will this happen if i use the link card on my new computer? which , at the moment is hooked straight to my dsl modem as opposed to my old laptop that was connected through my router.. . I emailed MS a couple days ago, but who knows how long until they respond. Any help would be appreciated. Thanks... ]]>
			</description>
		</item>
		<item>
			<title>What software have the same feature of the....</title>
			<link>http://shoutland.com/discussion/652/what-software-have-the-same-feature-of-the/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/652/what-software-have-the-same-feature-of-the/</guid>
			<pubDate>Fri, 13 Nov 2009 04:58:00 -0700</pubDate>
			<author>Disaster!</author>
			<description>
				<![CDATA[ What software have the same feature of the Windows 7's Windows DVD Maker?I keep searching through the net and wasted a lot of time for information of how to burn .vob file to a blank DVD.Nero can't do that also,I burned it and put in my DVD Player,the player says that no image file is detected and no audio file is detected.Did I did something wrong?Wrong burning method?Someone can teach?I uninstalled Nero cause it useless now then I noticed the Windows DVD Maker,just 1 click then done burning and the player can play it...What the ~Censored~..!So,any software have the same feature as the Windows DVD Maker?Or just teach me the burning method of using Nero.The Nero version I using was the latest one,V9.... ]]>
			</description>
		</item>
		<item>
			<title>im having a rar. prolbem kinda, any help?</title>
			<link>http://shoutland.com/discussion/653/im-having-a-rar-prolbem-kinda-any-help/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/653/im-having-a-rar-prolbem-kinda-any-help/</guid>
			<pubDate>Fri, 13 Nov 2009 06:04:00 -0700</pubDate>
			<author>Askalton</author>
			<description>
				<![CDATA[ <p>
	hello yall, im haveing an issue with un-rar.n a dl i got, the prolb is i dont have the password i cant contact the uploader either, idk it was a 16 part rar. <br />
	i found a rar. craker but it wont do multi part rar. is there any rar. crakers that will do a 16 part rar. that you know of? <br />
	please and thank you</p>... ]]>
			</description>
		</item>
		<item>
			<title>Windows XP Reboot problem</title>
			<link>http://shoutland.com/discussion/655/windows-xp-reboot-problem/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/655/windows-xp-reboot-problem/</guid>
			<pubDate>Thu, 12 Nov 2009 03:15:00 -0700</pubDate>
			<author>micromed</author>
			<description>
				<![CDATA[ when i hit the shut down buttons in my new install xp
<br />
it will restart LOL
<br />
pentium 4 3.0gh,160 gb,1gig ram,,,
<br />
i pull out my hard disk wint 7 os on it and put to my new mother board
<br />
so i buy 160 gb hard disk and install xp
<br />
all works perfect just one thing
<br />
it will restart even i hit the shutdown icon....
<br />
now im formating it again
<br />

<br />

<br />
the old hard disk is sata
<br />
i replace ata (master) and dvd roo(slave)
<br />
cause it only got one ide socket on board....
<br />

<br />

<br />
any clur???... ]]>
			</description>
		</item>
		<item>
			<title>Backing up C: to Ext. hard drive</title>
			<link>http://shoutland.com/discussion/595/backing-up-c-to-ext-hard-drive/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/595/backing-up-c-to-ext-hard-drive/</guid>
			<pubDate>Thu, 26 Nov 2009 01:13:00 -0700</pubDate>
			<author>schurke2000</author>
			<description>
				<![CDATA[ Hi to all.
<br />
Have just purchased a Verbatim external hard drive with a backup program built in.
<br />
Easy to use, however it shows my C: as NTFS and the Verbatim as FAT32X.
<br />
Now I am scared to backup, is it OK to just go ahead and save it  or not?
<br />
Thank you . gotcha... ]]>
			</description>
		</item>
		<item>
			<title>how can i install 32bit photoshop cs4 on 64bit os</title>
			<link>http://shoutland.com/discussion/597/how-can-i-install-32bit-photoshop-cs4-on-64bit-os/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/597/how-can-i-install-32bit-photoshop-cs4-on-64bit-os/</guid>
			<pubDate>Sun, 22 Nov 2009 09:50:00 -0700</pubDate>
			<author>Benny6890</author>
			<description>
				<![CDATA[ help please... ]]>
			</description>
		</item>
		<item>
			<title>Problem with Adobe Photoshop CS4 Extended</title>
			<link>http://shoutland.com/discussion/599/problem-with-adobe-photoshop-cs4-extended/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/599/problem-with-adobe-photoshop-cs4-extended/</guid>
			<pubDate>Mon, 23 Nov 2009 03:58:00 -0700</pubDate>
			<author>JAD716</author>
			<description>
				<![CDATA[ <p>
	when i run it,it show me ALWAYS the contract license ad for use the program the i have to accept these,it&#39;s possible remove these?i open photoshop like 10-12 times for day..it&#39;s really boring accept these all times..PLEASE!&nbsp;</p>... ]]>
			</description>
		</item>
		<item>
			<title>Lost Summary tab on .AVI properties</title>
			<link>http://shoutland.com/discussion/609/lost-summary-tab-on-avi-properties/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/609/lost-summary-tab-on-avi-properties/</guid>
			<pubDate>Tue, 17 Nov 2009 04:18:00 -0700</pubDate>
			<author>Blaze9</author>
			<description>
				<![CDATA[ <p>
	From 2/3 days it was ok, but something has happened to my AVI files after that ,i mean when i right click any .AVI files, select properties and click the summary tab it simply shows Summary properties are unavailable for the selected source(s) instead of the usual details about resolution, bit rate, codec etc. (in the advanced view that is) <br />
	<br />
	&quot;summary properties are unavailable for the selected source (s)&quot; <br />
	<br />
	<img alt="Image" border="0" src="http://i33.tinypic.com/2v13q8p.jpg" title="Image" /> <br />
	<br />
	The tab works fine for all other file types but not with AVI. <br />
	<br />
	i have not moved any files ha..me on xp sp3 &amp; done some windows update <br />
	and useing k-lite codec pack 5.4.0 <br />
	<br />
	<br />
	<img alt="Image" border="0" height="162" src="http://i34.tinypic.com/2ujma9u.jpg" title="Image" width="550" /> <br />
	<br />
	plz help in this&nbsp;</p>... ]]>
			</description>
		</item>
		<item>
			<title>processor help</title>
			<link>http://shoutland.com/discussion/613/processor-help/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/613/processor-help/</guid>
			<pubDate>Tue, 17 Nov 2009 12:10:00 -0700</pubDate>
			<author>Aceloop1</author>
			<description>
				<![CDATA[ hi guys got a question i had a 1.7ghz dual core pentium processor on my pc runing windows 7 iv just put a 2.7 ghz dual core in replacement and before my processor calculations per second score was 4.8 now its down to 4.3 why is this and am i better putting the old 1 back in many thanx
<br />

<br />
6heartagram6... ]]>
			</description>
		</item>
		<item>
			<title>WLMessenger</title>
			<link>http://shoutland.com/discussion/614/wlmessenger/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/614/wlmessenger/</guid>
			<pubDate>Thu, 12 Nov 2009 04:25:00 -0700</pubDate>
			<author>kyuubi92</author>
			<description>
				<![CDATA[ Hello,
<br />

<br />
I have problem with a messenger on XP, it doesnt show me the contacts, event if I load them manualy in *.ctt format. Is it a some problem with registry?... ]]>
			</description>
		</item>
		<item>
			<title>Boilsoft Video Joiner Not Working</title>
			<link>http://shoutland.com/discussion/617/boilsoft-video-joiner-not-working/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/617/boilsoft-video-joiner-not-working/</guid>
			<pubDate>Wed, 18 Nov 2009 07:56:00 -0700</pubDate>
			<author>DecoPT</author>
			<description>
				<![CDATA[ whats the best video joiner to merge 2 cd avi,s together?
<br />
Without loosing quality.
<br />
one from this site thats not a trial version would be nice.
<br />

<br />
At the moment i use Avi joiner from boilsoft.com ver 4.82 but for some reason its stopped working, i have also tried a different version.
<br />
its the same on xp and W7
<br />
thanks... ]]>
			</description>
		</item>
		<item>
			<title>Softmodding Wii FW 4.2u</title>
			<link>http://shoutland.com/discussion/618/softmodding-wii-fw-42u/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/618/softmodding-wii-fw-42u/</guid>
			<pubDate>Fri, 13 Nov 2009 12:25:00 -0700</pubDate>
			<author>kadeer</author>
			<description>
				<![CDATA[ Hey i need help. i just got a hold of a Wii and i want to softmod it so i can play homebrew games and play my games from a HD. Can anybody help me with that? i would really appreciate it. Thank you... ]]>
			</description>
		</item>
		<item>
			<title>Video Converter for Mac</title>
			<link>http://shoutland.com/discussion/620/video-converter-for-mac/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/620/video-converter-for-mac/</guid>
			<pubDate>Wed, 18 Nov 2009 11:54:00 -0700</pubDate>
			<author>Slayz</author>
			<description>
				<![CDATA[ Hello...
<br />

<br />
I need help! I have a mac and I downloaded two videos but they will not open. One is ISO and the other is VOB file... What do I need to do? to play them or convert them or what?
<br />

<br />

<br />
Help!... ]]>
			</description>
		</item>
		<item>
			<title>Any programs to teach people how to use computers</title>
			<link>http://shoutland.com/discussion/621/any-programs-to-teach-people-how-to-use-computers/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/621/any-programs-to-teach-people-how-to-use-computers/</guid>
			<pubDate>Thu, 19 Nov 2009 03:06:00 -0700</pubDate>
			<author>Junyann</author>
			<description>
				<![CDATA[ Hi everyone,
<br />

<br />
My mum is getting a laptop in bout 3 days from a family friend.
<br />

<br />
She doesn't know how to use a computer since she apparently doesn't have any use for them and thinks a pen and paper is a better option.
<br />

<br />
However lately she asked me to teach her how to use a computer since shes getting one.
<br />

<br />
So is there a program out there that teachers people how to use computers.
<br />
I know there's like touch typing programs and stuff like that but is there perhaps whole programs, many single programs are fine though.
<br />

<br />
Thankyou in advance
<br />
Cheers... ]]>
			</description>
		</item>
		<item>
			<title>Virtual private network (VPN)</title>
			<link>http://shoutland.com/discussion/624/virtual-private-network-vpn/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/624/virtual-private-network-vpn/</guid>
			<pubDate>Sun, 15 Nov 2009 06:11:00 -0700</pubDate>
			<author>The_18th_Letter</author>
			<description>
				<![CDATA[ Can you tell me program for such thing that is free or program which you know that is cracked/patchet/etc.? I tried Hamachi and it wont work properly.
<br />

<br />
Thanks.... ]]>
			</description>
		</item>
		<item>
			<title>Learn Japanese language and characters with the easiest way?</title>
			<link>http://shoutland.com/discussion/625/learn-japanese-language-and-characters-with-the-easiest-way/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/625/learn-japanese-language-and-characters-with-the-easiest-way/</guid>
			<pubDate>Tue, 10 Nov 2009 02:46:00 -0700</pubDate>
			<author>Trick</author>
			<description>
				<![CDATA[ Any easiest way to learn Japanese language and characters?... ]]>
			</description>
		</item>
		<item>
			<title>Streaming</title>
			<link>http://shoutland.com/discussion/626/streaming/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/626/streaming/</guid>
			<pubDate>Sun, 15 Nov 2009 11:53:00 -0700</pubDate>
			<author>JackT</author>
			<description>
				<![CDATA[ Hi
<br />

<br />
Can anyone tell me is it possible to stream via a Wii console direct to a TV?
<br />

<br />
I currently have an imac 2.16 GHz intel core 2 duo running snow leopard 10.6.1
<br />

<br />
Many thanks
<br />

<br />
Yabs... ]]>
			</description>
		</item>
		<item>
			<title>[RANDOM] Userbar Generator</title>
			<link>http://shoutland.com/discussion/591/random-userbar-generator/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/591/random-userbar-generator/</guid>
			<pubDate>Mon, 21 Sep 2009 07:47:00 -0600</pubDate>
			<author>CrazyScott</author>
			<description>
				<![CDATA[ <p>
	There are TONS of these generators scouring the web, just do a quick google. <br />
	<br />
	I think they&#39;re missing alot of essential features that make generation really easy. <br />
	This app is meant to bring forth a new way to how generators are meant to be made. <br />
	<br />
	Thanks to <br />
	- Jquery + plugins <br />
	- my365host.com <br />
	- souless.info <br />
	&nbsp;</p>
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%">
	<tbody>
		<tr>
			<td>
				<span class="genmed"><strong>Code:</strong></span></td>
		</tr>
		<tr>
			<td class="code">
				http://works.halozero.net/Userbars</td>
		</tr>
	</tbody>
</table>
<p>
	<br />
	&nbsp;</p>... ]]>
			</description>
		</item>
		<item>
			<title>[PHP] Find pattern on body e-mail</title>
			<link>http://shoutland.com/discussion/592/php-find-pattern-on-body-email-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/592/php-find-pattern-on-body-email-/</guid>
			<pubDate>Sun, 04 Oct 2009 08:18:00 -0600</pubDate>
			<author>limpeh</author>
			<description>
				<![CDATA[ <table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr><td><span class="genmed"><strong>Code:</strong></span></td></tr><tr><td class="code">function insertBody&#40;$username,$password,$EmailAddress,$mailserver,$servertype,$port,$ssl&#41; &#123;
<br />
&nbsp; &nbsp; &nbsp; &nbsp; 
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;$obj = new receiveMail&#40;$username, $password, $EmailAddress, $mailserver, $servertype, $port, $ssl&#41;;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;$obj-&gt;connect&#40;&#41;;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;$count = $obj-&gt;getTotalMails&#40;&#41;;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;$regex = &quot;/&#40;&#91;\s&#93;*&#41;&#40;&#91;_a-zA-Z0-9-&#93;+&#40;\.&#91;_a-zA-Z0-9-&#93;+&#41;*&#40;&#91; &#93;+|&#41;@&#40;&#91; &#93;+|&#41;&#40;&#91;a-zA-Z0-9-&#93;+\.&#41;+&#40;&#91;a-zA-Z&#93;&#123;2,&#125;&#41;&#41;&#40;&#91;\s&#93;*&#41;/i&quot;;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;$ciclo = 0;
<br />

<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;//Dividir os ciclos
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;for&#40;$a=$count; $a&gt;0; $a=$a-5&#41;&#123;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;$ciclo++;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&#125;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;for&#40;$a=1; $a&lt;=$count; $a++&#41;&#123;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;$body = $obj-&gt;getBody&#40;$a&#41;;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;preg_match_all&#40;$regex, $body, $result, PREG_PATTERN_ORDER&#41;;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;$tamanho = sizeof&#40;$result&#91;'0'&#93;&#41;;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;for&#40;$i=0; $i&lt;=$tamanho; $i++&#41;&#123;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;$mail = $result&#91;0&#93;&#91;$i&#93;;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;$mail = str_replace&#40;array&#40;&quot;\n&quot;, &quot;\r&quot;, &quot;\t&quot;, &quot; &quot;, &quot;\o&quot;, &quot;\xOB&quot;&#41;, '', $mail&#41;;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;$sql = &quot;SELECT mail FROM email WHERE mail='$mail' LIMIT 1&quot;;&nbsp; &nbsp;&nbsp; &nbsp;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;$query = mysql_query&#40;$sql&#41;;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;$row = mysql_num_rows&#40;$query&#41;;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;if&#40;$row == 1 || $mail==&quot;&quot;&#41;&#123;
<br />
&nbsp; &nbsp;&nbsp; &nbsp;
<br> ]]>
			</description>
		</item>
		<item>
			<title>Wanna look like a hore and get laid 3 to 4 times a day?</title>
			<link>http://shoutland.com/discussion/562/wanna-look-like-a-hore-and-get-laid-3-to-4-times-a-day/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/562/wanna-look-like-a-hore-and-get-laid-3-to-4-times-a-day/</guid>
			<pubDate>Thu, 05 Nov 2009 11:57:00 -0700</pubDate>
			<author>JackT</author>
			<description>
				<![CDATA[ <table align="center" border="0" cellpadding="3" cellspacing="1" width="90%">
	<tbody>
		<tr>
			<td>
				<span class="genmed"><strong>Code:</strong></span></td>
		</tr>
		<tr>
			<td class="code">
				<embed src="http://www.youtube.com/v/HJ4Fj4HAkGI&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash" width="425" height="344"></embed>
		</tr>
	</tbody>
</table>
<p>
	&nbsp;</p>
<p>
	<span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px;"><br />
	</span></p>... ]]>
			</description>
		</item>
		<item>
			<title>Join this Group FOR LOLSSSSSSSS haha :D</title>
			<link>http://shoutland.com/discussion/565/join-this-group-for-lolssssssss-haha-d/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/565/join-this-group-for-lolssssssss-haha-d/</guid>
			<pubDate>Sun, 01 Nov 2009 01:43:00 -0600</pubDate>
			<author>limpeh</author>
			<description>
				<![CDATA[ <table align="center" border="0" cellpadding="3" cellspacing="1" width="90%">
	<tbody>
		<tr>
			<td>
				<span class="genmed"><strong>Code:</strong></span></td>
		</tr>
		<tr>
			<td class="code">
				http://www.facebook.com/group.php?gid=167942508717&amp;v=info</td>
		</tr>
	</tbody>
</table>
<p>
	<br />
	<br />
	we wanna put Mc Glovin on her leavers jumper and we need members haha&nbsp;</p>... ]]>
			</description>
		</item>
		<item>
			<title>Windows 7 Professional EEE Lite 2009 problem</title>
			<link>http://shoutland.com/discussion/568/windows-7-professional-eee-lite-2009-problem/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/568/windows-7-professional-eee-lite-2009-problem/</guid>
			<pubDate>Sun, 22 Nov 2009 03:47:00 -0700</pubDate>
			<author>Trick</author>
			<description>
				<![CDATA[ <p>
	hi but i&#39;m having a problem... I got windows 7 professional for EEE ASUS PC&#39;S 900... and everytime I run the isntallation disk (I have on usb stick) it&#39;s in Russian... the thing is, I&#39;m not Russian and I can&#39;t reasd any of it.. I have windows 7 on another computer, so I tried changing language by using the windows pictures, like in the control panel, but it seems u cannot change the language or upgrade language pack for windows 7 professional.. and I have no internet connectivity on the EEE PC.... so any help? in the ISO there IS an english and a russian folder, but it always chooses russian, so is there something I can change to make it all change to default as English for the installation ISO AND the windows? any help wuld be greatly appreciated <br />
	thx in advance</p>... ]]>
			</description>
		</item>
		<item>
			<title>beat megavideo time limit without acc</title>
			<link>http://shoutland.com/discussion/570/beat-megavideo-time-limit-without-acc/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/570/beat-megavideo-time-limit-without-acc/</guid>
			<pubDate>Sat, 24 Oct 2009 05:37:00 -0600</pubDate>
			<author>pinkranger15</author>
			<description>
				<![CDATA[ <p>
	Pretty self explanatory,dunno if anyones seen the site before <br />
	&nbsp;</p>
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%">
	<tbody>
		<tr>
			<td>
				<span class="genmed"><strong>Code:</strong></span></td>
		</tr>
		<tr>
			<td class="code">
				http://www.megavidesc.tk/</td>
		</tr>
	</tbody>
</table>
<p>
	<br />
	<br />
	just enter the end of the url of the vid you wish to watch <br />
	and the time limit is removed. <br />
	quick buffering too! <br />
	&nbsp;</p>... ]]>
			</description>
		</item>
		<item>
			<title>InstaImage.net - Free Image Hosting!</title>
			<link>http://shoutland.com/discussion/573/instaimagenet-free-image-hosting/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/573/instaimagenet-free-image-hosting/</guid>
			<pubDate>Thu, 29 Oct 2009 02:06:00 -0600</pubDate>
			<author>Disaster!</author>
			<description>
				<![CDATA[ <p>
	<br />
	<span style="font-weight:bold"> <br />
	What is it? <br />
	</span> <br />
	Its a free mage hosting service which has been opened by the owners of WarezDL.org. <br />
	<br />
	<span style="font-weight:bold">Why use it?</span> <br />
	<br />
	Unlike other websites we do not have, bandwidth limits, space issues, anoying advertisements, you can uplad anything which is legal. <br />
	<br />
	<span style="font-weight:bold">Info:</span> <br />
	<br />
	There is currently no member system which is something we will be looking into in the near future. The site does have ads which are from google. Meaning no XXX ads or anoying pop ups. The ads are clean and are placed in area&#39;s which you can see but are not too anoying and in your face. <br />
	<br />
	Hope you enjoy using it! <br />
	<br />
	Note... The site is still in its beta stages we havent gone officially live yet! If you find any bugs please send an email to</p>
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%">
	<tbody>
		<tr>
			<td>
				<span class="genmed"><strong>Code:</strong></span></td>
		</tr>
		<tr>
			<td class="code">
				admin@instaimage.net</td>
		</tr>
	</tbody>
</table>
<p>
	<br />
	<br />
	There will be changes made to the site in the coming days (The template!) <br />
	<br />
	<span style="font-weight:bold">Link:</span></p>
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%">
	<tbody>
		<tr>
			<td>
				<span class="genmed"><strong>Code:</strong></span></td>
		</tr>
		<tr>
			<td class="code">
				http://instaimage.net</td>
		</tr>
	</tbody>
</table>
<p>
	<br />
	<br />
	Thanks and enjoy using it!</p>... ]]>
			</description>
		</item>
		<item>
			<title>Rapidshare Split Archives</title>
			<link>http://shoutland.com/discussion/574/rapidshare-split-archives-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/574/rapidshare-split-archives-/</guid>
			<pubDate>Sat, 21 Nov 2009 11:08:00 -0700</pubDate>
			<author>rufusj89</author>
			<description>
				<![CDATA[ EDIT-Uploading Related..
<br />

<br />
I have seen on rapidshare saying that split archives are allowed...
<br />
Does That Mean If I have Some Split Archive Files Then I can Directly Upload them as One File On Rapidshare.com? MMM?
<br />

<br />

<br />
Please Do Help?
<br />
Thanks In Advance!... ]]>
			</description>
		</item>
		<item>
			<title>VB6 Character Escaping</title>
			<link>http://shoutland.com/discussion/575/vb6-character-escaping-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/575/vb6-character-escaping-/</guid>
			<pubDate>Fri, 30 Oct 2009 03:37:00 -0600</pubDate>
			<author>xbradx</author>
			<description>
				<![CDATA[ I havent used vb6 in years, and it showing. I'm trying to escape a pair of quotation marks but I keep running into an error.
<br />

<br />
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr><td><span class="genmed"><strong>Code:</strong></span></td></tr><tr><td class="code">SplitStr = Split&#40;Text1.Text, &quot; contentUrl&quot; value=&quot; &quot;&#41;</td></tr></table>
<br />
What would be the proper way to have this so the code can actually execute?... ]]>
			</description>
		</item>
		<item>
			<title>11 signs you drink to much</title>
			<link>http://shoutland.com/discussion/577/11-signs-you-drink-to-much/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/577/11-signs-you-drink-to-much/</guid>
			<pubDate>Tue, 22 Sep 2009 11:46:00 -0600</pubDate>
			<author>DjNaZz</author>
			<description>
				<![CDATA[ <p>
	<span style="font-size:18px; line-height:normal"><span style="red">11. You opened the door with your face</span></span> <br />
	<br />
	<img alt="Image" border="0" src="http://i34.tinypic.com/2dvo96u.jpg" title="Image" /> <br />
	<br />
	<span style="red"><span style="font-size:18px; line-height:normal">10. You woke up naked on the driveway</span></span> <br />
	<br />
	<img alt="Image" border="0" src="http://i38.tinypic.com/2010wmd.jpg" title="Image" /> <br />
	<br />
	<span style="red"><span style="font-size:18px; line-height:normal"> <br />
	9. You wet your pants. you&#39;re 42 years-old</span></span> <br />
	<br />
	<img alt="Image" border="0" src="http://i37.tinypic.com/2zdnnzn.jpg" title="Image" /> <br />
	<br />
	<span style="red"><span style="font-size:18px; line-height:normal">8. You slept in a noble fir christmas tree?</span></span> <br />
	<br />
	<img alt="Image" border="0" src="http://i33.tinypic.com/2zz290y.jpg" title="Image" /> <br />
	<br />
	<span style="red"><span style="font-size:18px; line-height:normal">7. You slept on the stove and in the sink</span></span> <br />
	<br />
	<img alt="Image" border="0" src="http://i36.tinypic.com/4rclfd.jpg" title="Image" /> <br />
	<br />
	<span style="red"><span style="font-size:18px; line-height:normal">6. You try to conceal your identity while looking at the camera</span></span> <br />
	<br />
	<img alt="Image" border="0" src="http://i34.tinypic.com/143exq1.jpg" title="Image" /> <br />
	<br />
	<span style="red"><span style="font-size:18px; line-height:normal"> <br />
	5. No guys even bothered</span></span>&nbsp;<br />
	<br />
	<img alt="Image" border="0" src="http://i34.tinypic.com/xo1mhe.jpg" title="Image" /> <br />
	<br />
	<span style="red"><span style="font-size:18px; line-height:normal">4. Your buddy was pretending to be a chick</span> <br />
	</span> <br />
	<br />
	<img alt="Image" border="0" src="http://i38.tinypic.com/25alpj7.jpg" title="Image" /> <br />
	<span style="red"><span style="font-size:18px; line-height:normal"> <br />
	3. You pretend you are that penguin stuffed animal</span></span> <br />
	<br />
	<img alt="Image" border="0" src="http://i38.tinypic.com/20zsivl.jpg" title="Image" /> <br> ]]>
			</description>
		</item>
		<item>
			<title>Is this legal ?</title>
			<link>http://shoutland.com/discussion/578/is-this-legal-/</link>
			<guid isPermaLink="false">http://shoutland.com/discussion/578/is-this-legal-/</guid>
			<pubDate>Tue, 24 Nov 2009 07:10:00 -0700</pubDate>
			<author>airborn</author>
			<description>
				<![CDATA[ How legal is it to download stuff from rapidshare ? who takes the most responsibility ? downloader or uploader ? and how legal is those forums ? 
<br />

<br />
I got nothing against ! iam loving it ! i just want to know.... ]]>
			</description>
		</item>
		
				</channel>
			</rss>