wow new forum
Pages: [1]
|
|
Programming Help
|
SRAW
Rocket Man

2007 Nov 6 • 2069
601 ₧
|
How do you code the internet to use the javascript with xml correctly?
|
|
|
|
|
2008 Dec 30 at 00:04
|
|
|
|
|
|
|
2008 Dec 30 at 01:54
|
|
|
Down Rodeo
Cap'n Moth of the Firehouse


2007 Oct 19 • 5258
57,583 ₧
|
|
|
|
|
|
2008 Dec 30 at 04:42
|
|
|
|
|
Down Rodeo
Cap'n Moth of the Firehouse


2007 Oct 19 • 5258
57,583 ₧
|
|
|
|
|
|
2008 Dec 30 at 05:03
|
|
|
|
|
Down Rodeo
Cap'n Moth of the Firehouse


2007 Oct 19 • 5258
57,583 ₧
|
|
|
|
|
|
(Edited 2008 Dec 30 at 13:59)
2008 Dec 30 at 13:59
|
|
|
SRAW
Rocket Man

2007 Nov 6 • 2069
601 ₧
|
=.= i would have asked something else
|
|
|
|
|
2008 Dec 30 at 17:22
|
|
|
|
|
|
|
2008 Dec 31 at 05:09
|
|
|
superjer
superjer

2005 Mar 20 • 3742
|
Down Rodeo said: Are there any alternatives to the goto statement in Java?
Yes, there are several:
Java.Lang.GetAt
BecomeAt
ComeFrom
AndNowForSomethingCompletelyDifferent
Restart
|
|
|
|
|
2008 Dec 31 at 21:32
|
|
|
Down Rodeo
Cap'n Moth of the Firehouse


2007 Oct 19 • 5258
57,583 ₧
|
I was just trying to make a question. Java never really bothered me except when I discovered about one minute before a program was due that I hadn't put in a loop (it was to be infinite which annoys me in so many ways) so I was looking for a way to put a simple goto line to loop it back. But it matters not, now; I don't have to Java for another 2 weeks. Oh God. It's only two weeks away! Nooooo etc etc.
Everyone stares when you walk in the room, they stare when you go....
|
|
|
|
|
2009 Jan 2 at 06:45
|
|
|
|
|
|
|
2009 Jan 2 at 06:53
|
|
|
Mate de Vita
Kelli

2008 Oct 4 • 2397
159 ₧
|
so does anyone here know Pascal?
...and that's the bottom line because Mate de Vita said so.
Who controls the past, controls the future. Who controls the present, controls the past.
|
|
|
|
|
2009 Jan 9 at 12:43
|
|
|
|
|
|
|
2009 Jan 9 at 14:20
|
|
|
Down Rodeo
Cap'n Moth of the Firehouse


2007 Oct 19 • 5258
57,583 ₧
|
|
|
|
|
|
2009 Jan 9 at 16:00
|
|
|
superjer
superjer

2005 Mar 20 • 3742
|
INTERCAL is not really such a bad language once you get to know it.
|
|
|
|
|
2009 Jan 9 at 17:36
|
|
|
Down Rodeo
Cap'n Moth of the Firehouse


2007 Oct 19 • 5258
57,583 ₧
|
|
|
|
|
|
2009 Jan 9 at 18:07
|
|
|
superjer
superjer

2005 Mar 20 • 3742
|
I'm not resurrecting this truck.
I'm just testing out the [ code ] tags since I "fixed" them.
php code
<?php
for($i=0;$i<strlen($_text);$i++)
if( $handsoff )
{
$text .= $_text[$i];
if( substr($_text,$i,6)=='[/c0de' )
$handsoff = false;
}
else if($_text[$i]=="\n")
$text .= '<br>';
else if($_text[$i]=='<')
$text .= '<';
else if($_text[$i]=='>')
$text .= '>';
else if( substr($_text,$i,5)=='[c0de' )
{
$text .= '[';
$handsoff = true;
}
else
$text .= $_text[$i];
?>
|
|
|
|
|
(Edited 2009 Sep 22 at 02:00)
2009 Sep 22 at 01:18
|
|
|
welwish22
2009 Dec 14 • 5
|
thats a huge thing to code the INTERNET... 1st u need to learn the basics... when u become a good programmer u can use Java on Internet... even i am working on it....
Wedding Italy
|
|
|
|
|
2009 Dec 18 at 23:23
|
|
|
|
Pages: [1]
|