January 30, 2025, 02:00:12 PM

1,531,387 Posts in 46,736 Topics by 1,523 Members
› View the most recent posts on the forum.


Computer Programming/Web Design

Started by Terran SCV, November 19, 2008, 10:35:45 PM

previous topic - next topic

0 Members and 2 Guests are viewing this topic.

Are you fluent in...

HTML/CSS/PHP/etc
6 (42.9%)
MySQL and other databaae stuff
1 (7.1%)
Visual Basic, because you are teh n00b
1 (7.1%)
C++
2 (14.3%)
Java
2 (14.3%)
other (like Maya or something)
2 (14.3%)

Total Members Voted: 13

Go Down

Cookie

I'm took a C++ course last year, and this year I'm trying out Java. I know a little bit of HTML, but not really that much. I hate most programming, but try to learn the basics of them just for the hell of it.

Lotos

None.

I couldn't even take a web design class because my school is so POOR.  The year before that, the budget failed, the cut a lot of electives and kept the sports teams if I recall correctly :|

Gladjaframpf

I guess I'll go with C++ because it's probably my favourite.

In my current programming course we've mostly been working in Scheme, which is a lot of fun. We started C last week, and I've already been reintroduced to my old friend the segmentation fault.

My high school taught nothing but Visual Basic, which was annoying.

superclucky

kewns are smelly

Daddy

Code Select
package ihatejava;
import javax.swing.*;

/* @author James Valente*/
public class Javasux {

    public static void main(String[] args) {
       for(int i=0; i<1000; i++){
           JOptionPane.showMessageDialog(null, String.format("JAVA FUCKING SUCKS. CURSE THIS SHITTY LANGUAGE")); //Inform the user of how much Java fucking sucks.
       }
       System.exit(0);
    }

}
akudood;

Daddy

Code Select
#!/usr/bin/python
print 'Python seems better but I don\'t know how to use a GUI.:('

hocuspocus;
Code Select
<?php
echo 'Same with PHP, I need to learn more though'
?>
baddood;


guff

Quote from: Procyon lotor on November 20, 2008, 12:21:22 PM
Code Select
#!/usr/bin/python
print 'Python seems better but I don\'t know how to use a GUI.:('

hocuspocus;
what mean you  akudood;

Daddy


bluaki

November 20, 2008, 12:57:41 PM #23 Last Edit: November 20, 2008, 01:02:30 PM by bluaki
I only know HTML and CSS. Not even Basic :(
My school does offer Web Design, but they don't even touch HTML code until year 2 in the class. And they don't teach CSS, PHP, or Javascript at all. And no other courses teach programming languages at all.

I'll get around to the other languages like php, javascript, python, C++, etc. when I'm feeling bored.
I have edited PHP before but it's not like I really knew what I was doing.

Nyerp

i only know a bit of visual basic, and i fucking hate it

Feynman


Gladjaframpf

Quote from: bluaki on November 20, 2008, 12:57:41 PM
I only know HTML and CSS. Not even Basic :(
My school does offer Web Design, but they don't even touch HTML code until year 2 in the class. And they don't teach CSS, PHP, or Javascript at all. And no other courses teach programming languages at all.

I'll get around to the other languages like php, javascript, python, C++, etc. when I'm feeling bored.
I have edited PHP before but it's not like I really knew what I was doing.


But then what do they do for the whole first year? Layouts and logo design? baddood;

The Oggmonster

Quote from: thezerofire on November 19, 2008, 10:40:17 PM
I wish I knew C++. I've heard it's a breeze to learn after java.


I heard its the other way around. Right now Im almost done with all of my C++ classes and next semester Im taking java, so I'll find out.
"And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. "

Kalahari Inkantation


guff


Go Up