Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #4K
~1K People Reached
Favorite Tags
php x 13
mysql x 11
java x 4

7 Posted Topics

Member Avatar for JamesCherrill

Java is cross-platform complient it runs on any system known to man. There's another reason.

Member Avatar for <M/>
1
334
Member Avatar for newbieJava85

Here's a clue... Methods are ways to break up your program into pieces to allow managibility. You may not know but this in itself is a method and can be used as a great example. public static void main(String[] args) { }

Member Avatar for rubberman
0
208
Member Avatar for CoderGuy101

Programming is such a customizable duty. I would like to ask some approaches (not solutions) to coding a program that has a GUI that functions as a cooking timer for hamburgers, steaks, cookies, etc. Call it reasoning or planning assistance for software development. I am having a tad bit of …

Member Avatar for JamesCherrill
0
150
Member Avatar for ballhysaledio_1

Here's a way to output the rectangle.... You could write a method that outputs the arrays using a loop.

Member Avatar for CoderGuy101
0
191
Member Avatar for CoderGuy101

I know this is kinda vague, I can give more info if need be but why is the following line a a boolean value when I send it through the debugger. [CODE]while($row = mysql_fetch_array($result)) { echo "<tr>"; echo "<td>" . $row['id'] . "</td>"; echo "<td>" . $row['name'] . "</td>"; echo …

Member Avatar for pixelsoul
0
123
Member Avatar for Sorcher

PHP is a server side scripting language. Meaning it won't show anything client side unless you show something that isn't script.... For example: [CODE] <?php $var echo "<h1> Hello, ". $var. "</h1>"; ?> You know what I mean? Put more html into your script.... [/CODE]

Member Avatar for Sorcher
0
315
Member Avatar for CoderGuy101

Now I know this is going to be a little off topic but, out of the people here who have gone to college and have a degree in Web Development and to what degree is your education. I'm asking this because I am going to college soon either for Computer …

Member Avatar for Narue
0
138

The End.