<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Code The World — General Discussion]]></title>
		<link>https://codetheworld.com/index.php</link>
		<atom:link href="https://codetheworld.com/extern.php?action=feed&amp;fid=1&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent topics at Code The World.]]></description>
		<lastBuildDate>Wed, 15 Aug 2012 22:13:52 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[website with ticket system?]]></title>
			<link>https://codetheworld.com/viewtopic.php?id=466&amp;action=new</link>
			<description><![CDATA[<p>ok im making a website and im not real good at all this quite yet. i can pretty much tailor others free code to suit my needs however im lost right now.I own a repair shop and we been doing quite well. what im going for is this.</p><br /><p>I want a website that has a simple login panel that allows users to look up a ticket number and get the status on a repair. notes ect.</p><p>Im building it from scratch i already started the sites layout. Im considering scraping what i have inorder to use a template system like joomla or wordpress or something but i have no experience with these setups. i was just wondering if it would be easier to start with a system that has mysql database calls and setups and a login system vs making my own? any ideas would be a blessing.</p><p>should i attempt to create my own database system or does anyone know of a simple login system i can tailor to my needs?</p>]]></description>
			<author><![CDATA[null@example.com (DCLoser11)]]></author>
			<pubDate>Wed, 15 Aug 2012 22:13:52 +0000</pubDate>
			<guid>https://codetheworld.com/viewtopic.php?id=466&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[The advantages of getting a GED Online]]></title>
			<link>https://codetheworld.com/viewtopic.php?id=142&amp;action=new</link>
			<description><![CDATA[<p>While the Internet is full of websites and useless information, one of the most useful things you can find online is information and assistance on register for the GED or obtain a GED alternative, such as high school equivalency Diploma. When it&#039;s down vital how having a high school diploma or GED is in recession the current hit the economy, it is clear that using what is out there not only is useful but vital.<br />&nbsp; &nbsp; &nbsp; &nbsp; <br />Lucky for you, if you have found this article by browsing your website somehow, perhaps you are sharp enough to navigate the Web to get a <a href="http://www.edwardhighschool.com/">GED ONLINE</a>.Take this skill can be useful in how openly mix flexibility the Internet has made everything, even people working two or three jobs and get their GED Online.</p>]]></description>
			<author><![CDATA[null@example.com (cainstevensehs)]]></author>
			<pubDate>Fri, 30 Dec 2011 11:12:40 +0000</pubDate>
			<guid>https://codetheworld.com/viewtopic.php?id=142&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Streaming Flash AS2  MP3 player]]></title>
			<link>https://codetheworld.com/viewtopic.php?id=118&amp;action=new</link>
			<description><![CDATA[<p><a href="https://dcloser11.info/audioplayer.html">Working Example</a><br /><a href="https://dcloser11.info/mp3.rar">Adobe CS4 project files </a></p><p>All you have to do is edit the Playlist.xml to your desires and you are able to have your own streaming media player <img src="https://codetheworld.com/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p><p>Iv included the .fla incase anyone would like to load it into flash and see what code was used and its functions</p><p>A working example is also included</p><p>Action script 2 code that was used<br /></p><div class="codebox"><pre><code>stop();
playlist= new XML();
playlist.ignoreWhite=true;
playlist.onload = function (success) {
if(success) {
_global.songname = [];
_global.songfile = [];
for (var i=0; i&lt;playlist.firstChild.childNodes.length; i++) {
_global.songname = playlist.firstChild.childNodes[i].attributes.name;
_global.songfile[i] = playlist.firstChild.childNodes[i].attributes.file;
trace(songname[i]+\&quot; \&quot;+songfile[i]); }
_root.createEmptyMovieClip(\&quot;sound_mc\&quot;,1);
_root.sound_mc.sound_obj = new Sound();
_global.song_nr = random(songfile.length); _root.sound_mc.songStarter(songfile[song_nr],songname[song_nr]); 
} else {display_txt.text=\&quot;Error Loading XML\&quot;}
}

MovieClip.prototype.songStarter = function (file, name) {
this.sound_obj.loadSound(file,true)
this.onEnterFrame = function () {
if(this.sound_obj.position&gt;0) {
delete this.onEnterFrame;
this._parent.display_txt.text=name; 
} else {
this._parent.display_txt.text=\&quot;loading...\&quot; 
}
}
this.sound_obj.onSoundComplete = function () {
(song_nr==songfile.length-1)? _global.song_nr=0 : _global.song_nr++;
_root.sound_mc.songStarter(songfile[song_nr],songname[song_nr]);
}
}

btn_play.onRelease = function () {
this._parent.sound_mc.songStarter(songfile[song_nr],songname[song_nr]);
}
btn_stop.onRelease = function() {
this._parent.sound_mc.sound_obj.stop(); 
}
btn_next.onRelease = function () {
(song_nr==songfile.length-1)? _global.song_nr=0 : _global.song_nr++;
_root.sound_mc.songStarter(songfile[song_nr],songname[song_nr]);
}
btn_prev.onRelease = function () {
(song_nr==0)? _global.song_nr=songfile.length-1 : _global.song_nr--;
_root.sound_mc.songStarter(songfile[song_nr],songname[song_nr]);
}

playlist.load(\&quot;playlist.xml\&quot;);</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (DCLoser11)]]></author>
			<pubDate>Fri, 14 May 2010 05:25:53 +0000</pubDate>
			<guid>https://codetheworld.com/viewtopic.php?id=118&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Gödel's ontological proof]]></title>
			<link>https://codetheworld.com/viewtopic.php?id=111&amp;action=new</link>
			<description><![CDATA[<p><span class="postimg"><img src="http://i39.tinypic.com/mj0orq.jpg" alt="http://i39.tinypic.com/mj0orq.jpg" /></span></p><p>Do you agree?&nbsp; Not regarding of you agree with whether the proof is correct or you agree with its conclusion, but do you agree with the underlying logic behind his agrument?<br />So this is more of a logic behind the proof question.</p><p>If you want more info: <a href="http://en.wikipedia.org/wiki/Gödel&#039;s_ontological_proof">http://en.wikipedia.org/wiki/Gödel&#039 … ical_proof</a></p>]]></description>
			<author><![CDATA[null@example.com (DuckofDoom)]]></author>
			<pubDate>Sun, 12 Jul 2009 20:10:57 +0000</pubDate>
			<guid>https://codetheworld.com/viewtopic.php?id=111&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[PS2 under .wine]]></title>
			<link>https://codetheworld.com/viewtopic.php?id=94&amp;action=new</link>
			<description><![CDATA[<p>is not working at all.&nbsp; the thing lags, more than my cat when you call it.</p><p>anyone have any experience with crossover?</p>]]></description>
			<author><![CDATA[null@example.com (MobileCats)]]></author>
			<pubDate>Thu, 11 Sep 2008 23:59:46 +0000</pubDate>
			<guid>https://codetheworld.com/viewtopic.php?id=94&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[what do you think is the best free mmorpg?]]></title>
			<link>https://codetheworld.com/viewtopic.php?id=89&amp;action=new</link>
			<description><![CDATA[<p>I use to play WoW but it became an addiction. So I quit it after my wallet is empty. Since then I&#039;ve been trying free MMORPGs, and I would like to share a few good oens with you guys. Rappelz is decent, but kinda reminds me of Lineage 2. Granado Espada just became free not too long ago, so I&#039;ve been playing that. Bought Guild wars,so it technically wasn&#039;t free, and got tired of that lol. Tried Runescape, can&#039;t stand it. Any other good ones you guys care to share?</p>]]></description>
			<author><![CDATA[null@example.com (monkeydluffy)]]></author>
			<pubDate>Fri, 20 Jun 2008 06:26:20 +0000</pubDate>
			<guid>https://codetheworld.com/viewtopic.php?id=89&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Nested data links in an orthagonal array database]]></title>
			<link>https://codetheworld.com/viewtopic.php?id=88&amp;action=new</link>
			<description><![CDATA[<p>I had an idea recently.&nbsp; I was thinking about how to access nested data links in an orthagonal array database, when it occurred to me that an efficient method method of retrieving these links would be to pre-organize the data queries into a nonlinear series, organized by the priority of the query in relation to the anticipated system resources at the expected time of fulfillment.&nbsp; Do you guys think that would result in an increase in perceived performance?</p>]]></description>
			<author><![CDATA[null@example.com (Tired8281)]]></author>
			<pubDate>Wed, 18 Jun 2008 07:40:20 +0000</pubDate>
			<guid>https://codetheworld.com/viewtopic.php?id=88&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[My signature]]></title>
			<link>https://codetheworld.com/viewtopic.php?id=86&amp;action=new</link>
			<description><![CDATA[<p>What do you guys think? (Not that i really care if you like it or not) Im curious. </p><p>The first part is what i can remember from Jackass The Movie intro. And the second part is mostly that my spelling is bad or im to lazy to hit *Shift* for a capital letter or I say ppl instead of people.</p>]]></description>
			<author><![CDATA[null@example.com (crashtestdummy)]]></author>
			<pubDate>Mon, 16 Jun 2008 19:19:20 +0000</pubDate>
			<guid>https://codetheworld.com/viewtopic.php?id=86&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Linux]]></title>
			<link>https://codetheworld.com/viewtopic.php?id=70&amp;action=new</link>
			<description><![CDATA[<p>I&#039;ve been using Linux for a year now and I feel like I&#039;m ready for something else. What distro flavors do you recommend?</p>]]></description>
			<author><![CDATA[null@example.com (phpnoob)]]></author>
			<pubDate>Sun, 15 Jun 2008 23:56:17 +0000</pubDate>
			<guid>https://codetheworld.com/viewtopic.php?id=70&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Yahoo Messenger for Mac]]></title>
			<link>https://codetheworld.com/viewtopic.php?id=53&amp;action=new</link>
			<description><![CDATA[<p>When i use yahoo messenger on my macbook pro, the cpu usage goes up to 100% and the temp skyrockets from 28C to 60C...<br />has anyone else had this problem or can help me with this?</p>]]></description>
			<author><![CDATA[null@example.com (cabron2323)]]></author>
			<pubDate>Sun, 15 Jun 2008 08:47:02 +0000</pubDate>
			<guid>https://codetheworld.com/viewtopic.php?id=53&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Wii > PS3]]></title>
			<link>https://codetheworld.com/viewtopic.php?id=52&amp;action=new</link>
			<description><![CDATA[<p>From my experience, coding on the Wii platform is far easier then the PS3 platform. As an experienced coder, I can say that it is far easier to create large amounts of programs for quick, efficient retail on the Wii, as opposed to the PS3.</p>]]></description>
			<author><![CDATA[null@example.com (__)]]></author>
			<pubDate>Sun, 15 Jun 2008 08:24:50 +0000</pubDate>
			<guid>https://codetheworld.com/viewtopic.php?id=52&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Why no [/img] tags in personal signatures?]]></title>
			<link>https://codetheworld.com/viewtopic.php?id=49&amp;action=new</link>
			<description><![CDATA[<p>Dammit! Why are personal signatures the only section that are not allowed to have /img tags?</p><p>People seriously cant be having that many loading problems?</p><p>Could someone please get back to me with why this is so?</p><p>For now I&#039;ll have to rely on a good old ASCII art style!</p>]]></description>
			<author><![CDATA[null@example.com (PurpleMonkey)]]></author>
			<pubDate>Sun, 15 Jun 2008 07:47:22 +0000</pubDate>
			<guid>https://codetheworld.com/viewtopic.php?id=49&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Welcome Thread]]></title>
			<link>https://codetheworld.com/viewtopic.php?id=45&amp;action=new</link>
			<description><![CDATA[<p>Since we lost our old post I&#039;d thought i would make a new one so we can reintroduce ourselves</p><p>Hey I&#039;m Hornet a 25 year old student from Dubai, I&#039;m a bit of a coding n00b however I&#039;m eager to learn.</p>]]></description>
			<author><![CDATA[null@example.com (Hornet)]]></author>
			<pubDate>Sun, 15 Jun 2008 07:04:38 +0000</pubDate>
			<guid>https://codetheworld.com/viewtopic.php?id=45&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Cake]]></title>
			<link>https://codetheworld.com/viewtopic.php?id=41&amp;action=new</link>
			<description><![CDATA[<p>Who here likes cake? and what kinds of cake does everyone like?</p>]]></description>
			<author><![CDATA[null@example.com (ir3l33t)]]></author>
			<pubDate>Sun, 15 Jun 2008 05:55:08 +0000</pubDate>
			<guid>https://codetheworld.com/viewtopic.php?id=41&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[The best defragger [freeware]]]></title>
			<link>https://codetheworld.com/viewtopic.php?id=37&amp;action=new</link>
			<description><![CDATA[<p>Hands down, <a href="http://www.emro.nl/freeware/"><span style="color: #66FFFF">JK Defrag</span></a> is the best out there.</p>]]></description>
			<author><![CDATA[null@example.com (borisbadenov)]]></author>
			<pubDate>Sun, 15 Jun 2008 04:30:09 +0000</pubDate>
			<guid>https://codetheworld.com/viewtopic.php?id=37&amp;action=new</guid>
		</item>
	</channel>
</rss>
