As an Amazon associate we earn from qualifying purchases. Thanks for your support!                               
×

Best Blu-ray Movie Deals


Best Blu-ray Movie Deals, See All the Deals »
Top deals | New deals  
 All countries United States United Kingdom Canada Germany France Spain Italy Australia Netherlands Japan Mexico
Superman I-IV 5-Film Collection 4K (Blu-ray)
$74.99
1 hr ago
Back to the Future Part III 4K (Blu-ray)
$24.96
21 hrs ago
Back to the Future: The Ultimate Trilogy 4K (Blu-ray)
$44.99
 
Back to the Future Part II 4K (Blu-ray)
$24.96
 
The Toxic Avenger 4K (Blu-ray)
$35.33
 
Vikings: The Complete Series (Blu-ray)
$54.49
 
How to Train Your Dragon (Blu-ray)
$19.99
14 hrs ago
The Conjuring 4K (Blu-ray)
$27.13
1 day ago
Renfield 4K (Blu-ray)
$32.96
1 hr ago
Jurassic World: 7-Movie Collection 4K (Blu-ray)
$99.99
1 day ago
The Creator 4K (Blu-ray)
$20.07
11 hrs ago
Superman 4K (Blu-ray)
$29.95
 
What's your next favorite movie?
Join our movie community to find out


Image from: Life of Pi (2012)

Go Back   Blu-ray Forum > Entertainment > General Chat
Register FAQ Community Calendar Today's Posts Search


Reply
 
Thread Tools Display Modes
Old 07-18-2007, 01:49 PM   #1
Aaron Aaron is offline
Blu-ray Samurai
 
Aaron's Avatar
 
Feb 2007
Oklahoma City
3
33
2
4
Send a message via AIM to Aaron Send a message via MSN to Aaron
Default Programming question

Ok, I'm wanting to learn some programming languages. What one should I start with? I would like to make simple web apps, and little things like that. What one would you recommend? I'm leaning towards PHP.
  Reply With Quote
Old 07-18-2007, 02:30 PM   #2
Captain Wiggles Captain Wiggles is offline
Member
 
Jan 2007
Default

PHP Is very straight forward an is what I use at my job for web applications. php.net will be your best friend when it comes to function references and general help.
  Reply With Quote
Old 07-18-2007, 03:46 PM   #3
thunderhawk thunderhawk is offline
Moderator
 
thunderhawk's Avatar
 
Jul 2004
Belgium
Default

PHP is nice. Look the forum is running with PHP.

There are 2 kinds of programming languages for the web. Server-side languages, like PHP, ASP and Perl.. and client-side languages like JavaScript or ActionScript. The easiest thing to do, is take one of both. That should give you the most flexibility or just stick to the client-side language as they're more versatile, however that's probably just my personal opinion.

For myself, I have (had) experience with PHP, Perl, some ASP and JS and some Flash. If you want to go with Flash, it's very easy to go with Adobe Flash Pro... Ah well, you'll figure out what best fits.
  Reply With Quote
Old 07-18-2007, 05:22 PM   #4
Aaron Aaron is offline
Blu-ray Samurai
 
Aaron's Avatar
 
Feb 2007
Oklahoma City
3
33
2
4
Send a message via AIM to Aaron Send a message via MSN to Aaron
Default

Thanks for the help guys.
  Reply With Quote
Old 07-18-2007, 06:14 PM   #5
Aaron Aaron is offline
Blu-ray Samurai
 
Aaron's Avatar
 
Feb 2007
Oklahoma City
3
33
2
4
Send a message via AIM to Aaron Send a message via MSN to Aaron
Default

Do you know any good online PHP tutorials I could use?

I'll probably get Flash Pro, my mom's a teacher and I get all of the free software I want.
  Reply With Quote
Old 07-18-2007, 11:30 PM   #6
teacher_man99 teacher_man99 is offline
Active Member
 
teacher_man99's Avatar
 
Mar 2007
Default

Flash causes a LOT of compatibility issues, you may want to avoid it. I use Javascript very often, Cascading Style Sheets (CSS), and typically author in XHTML. I really enjoy Macromedia Dreamweaver.
  Reply With Quote
Old 07-19-2007, 12:24 AM   #7
Aaron Aaron is offline
Blu-ray Samurai
 
Aaron's Avatar
 
Feb 2007
Oklahoma City
3
33
2
4
Send a message via AIM to Aaron Send a message via MSN to Aaron
Default

Quote:
Originally Posted by teacher_man99 View Post
Flash causes a LOT of compatibility issues, you may want to avoid it. I use Javascript very often, Cascading Style Sheets (CSS), and typically author in XHTML. I really enjoy Macromedia Dreamweaver.
I have Dreamweaver CS3, but I find it somewhat confusing.
  Reply With Quote
Old 07-19-2007, 01:23 AM   #8
teacher_man99 teacher_man99 is offline
Active Member
 
teacher_man99's Avatar
 
Mar 2007
Default

Quote:
Originally Posted by Aaron View Post
I have Dreamweaver CS3, but I find it somewhat confusing.
Have you done much with HTML? Get a basic understanding of the language and it goes pretty well from there. There are some programs out there that will do it for you, but you lose a lot of control in what you're doing. Best of luck...
  Reply With Quote
Old 07-19-2007, 01:29 AM   #9
Aaron Aaron is offline
Blu-ray Samurai
 
Aaron's Avatar
 
Feb 2007
Oklahoma City
3
33
2
4
Send a message via AIM to Aaron Send a message via MSN to Aaron
Default

Quote:
Originally Posted by teacher_man99 View Post
Have you done much with HTML? Get a basic understanding of the language and it goes pretty well from there. There are some programs out there that will do it for you, but you lose a lot of control in what you're doing. Best of luck...
I know very basic HTML, I have to look at the tag sheet when I'm doing more advanced things than making bold text. But, hey

I know iWeb on my Mac does it for you, but it's all templates.
  Reply With Quote
Old 07-19-2007, 04:29 AM   #10
phloyd phloyd is offline
Blu-ray Guru
 
phloyd's Avatar
 
Dec 2003
California
5
Default

If you want to learn a web programming language I would go with PHP. My stats site is entirely PHP and mySQL.

If you want to learn a 'real' programming language, you should learn C.

But I am guessing that you should start with something less demanding, and PHP is probably a good choice.

If you want to learn to program C or similar you are probably best to take a course.
  Reply With Quote
Old 07-19-2007, 08:12 AM   #11
thunderhawk thunderhawk is offline
Moderator
 
thunderhawk's Avatar
 
Jul 2004
Belgium
Default

Some basic HTML course, created by me several years ago... I must say, the code of the site itself is somewhat messy. I need to rewrite that one actually.

http://users.skynet.be/fa414947/HTML...se/General.htm
  Reply With Quote
Old 07-19-2007, 04:11 PM   #12
Aaron Aaron is offline
Blu-ray Samurai
 
Aaron's Avatar
 
Feb 2007
Oklahoma City
3
33
2
4
Send a message via AIM to Aaron Send a message via MSN to Aaron
Default

Quote:
Originally Posted by thunderhawk View Post
Some basic HTML course, created by me several years ago... I must say, the code of the site itself is somewhat messy. I need to rewrite that one actually.

http://users.skynet.be/fa414947/HTML...se/General.htm

Thanks! That's easier to understand that W3 schools.
  Reply With Quote
Old 07-19-2007, 04:57 PM   #13
Aaron Aaron is offline
Blu-ray Samurai
 
Aaron's Avatar
 
Feb 2007
Oklahoma City
3
33
2
4
Send a message via AIM to Aaron Send a message via MSN to Aaron
Default

Quote:
Originally Posted by phloyd View Post
If you want to learn a web programming language I would go with PHP. My stats site is entirely PHP and mySQL.

If you want to learn a 'real' programming language, you should learn C.

But I am guessing that you should start with something less demanding, and PHP is probably a good choice.

If you want to learn to program C or similar you are probably best to take a course.
Nice site phloyd! Did you use a web design program, or write everything yourself?
  Reply With Quote
Old 07-20-2007, 01:14 AM   #14
Shadowself Shadowself is offline
Senior Member
 
Shadowself's Avatar
 
Sep 2005
Default When I hear this question...

I remember what an old programmer/analyst friend of mine (he got his PhD in computer science at the age of 22 and was in on the development of a few of the well known languages) said...

"A really good programmer can code FORTRAN in any language."

I assume he meant any programming language and not French, English, German, Swahili, etc.

The bottom line from my experience over the years is that if you learn a structured language and actually use it a bit to get used to how things work then picking up a second and third (or more) language is easy. So it does not really matter which one you pick as long as it is useful to you. After that if you need to pick up others it will be easier, so picking the "right" one is really not necessary.
  Reply With Quote
Old 07-20-2007, 01:19 AM   #15
Aaron Aaron is offline
Blu-ray Samurai
 
Aaron's Avatar
 
Feb 2007
Oklahoma City
3
33
2
4
Send a message via AIM to Aaron Send a message via MSN to Aaron
Default

What one would be best to learn when working with servers? I'm taking CCNA classes next semester, and would like to be a step ahead of the others.
  Reply With Quote
Old 07-20-2007, 01:43 AM   #16
helli3yte helli3yte is offline
Active Member
 
helli3yte's Avatar
 
Nov 2006
Mt.Prospect, IL
Send a message via AIM to helli3yte Send a message via Yahoo to helli3yte
Default

programing gives me nightmares. i stay away from that crap

gimme hardware or software
  Reply With Quote
Old 07-20-2007, 01:54 AM   #17
teacher_man99 teacher_man99 is offline
Active Member
 
teacher_man99's Avatar
 
Mar 2007
Default

Aaron,

I've used the W3 a lot, but that's only because it was recommended through my classes. I just finished my Specialist's Degree in Educational Technology and took Beginning and Intermediate Web Development. Lots can be found just through internet searches, when you're authoring it yourself (but again, you need a handle for whatever language you choose). I prefer XHTML just because that's what I've been taught. I started towards Flash last semester, but saw all the mess it can create for site visitors so when completely into Javascript. I also enjoy using CSS because it gives you a lot of control in web design. Check out CSS Zen Garden for some looks. Best of luck to you as you make your choices and get started.
  Reply With Quote
Old 07-20-2007, 02:00 AM   #18
Aaron Aaron is offline
Blu-ray Samurai
 
Aaron's Avatar
 
Feb 2007
Oklahoma City
3
33
2
4
Send a message via AIM to Aaron Send a message via MSN to Aaron
Default

Quote:
Originally Posted by teacher_man99 View Post
Aaron,

I've used the W3 a lot, but that's only because it was recommended through my classes. I just finished my Specialist's Degree in Educational Technology and took Beginning and Intermediate Web Development. Lots can be found just through internet searches, when you're authoring it yourself (but again, you need a handle for whatever language you choose). I prefer XHTML just because that's what I've been taught. I started towards Flash last semester, but saw all the mess it can create for site visitors so when completely into Javascript. I also enjoy using CSS because it gives you a lot of control in web design. Check out CSS Zen Garden for some looks. Best of luck to you as you make your choices and get started.
I know enough javascript to do a pop up..lol

HTML Code:
javascript: alert('I'm a script kiddy')
Thanks, i'll look into XHTML as well
  Reply With Quote
Old 07-20-2007, 02:15 AM   #19
iceman iceman is offline
Developer
 
iceman's Avatar
 
May 2003
13
27
121
26
1
6
10
2
3
1
Default

Quote:
Originally Posted by Shadowself View Post
The bottom line from my experience over the years is that if you learn a structured language and actually use it a bit to get used to how things work then picking up a second and third (or more) language is easy. So it does not really matter which one you pick as long as it is useful to you. After that if you need to pick up others it will be easier, so picking the "right" one is really not necessary.
QFT. When you know how to program in one language, you basically know how to program in all of them, it's just different semantics so you have to change a few names or arrange the code differently etc. Some languages can be very different from others though (for example functional languages), so you might want to avoid these. Don't worry, you won't find a functional language if you aren't really looking for it

Keep in mind that html is not a programming language, it's just a way to display text/images/data.

I would recommend that you pick a language that you can experiment with and use yourself and see what results you get by trying the things you read in tutorials. For instance, if you can't use php, I would try to pick another language, maybe try to install a C compiler, or even Pascal or Basic. Pascal and Basic are pretty much dead and not very efficient, but they are very easy to understand and they should be easy to install and start using.

I would also recommend that you avoid Javascript and Flash to start with, as well as Assembly, C++ (extension to C), Java, Cobalt and Fortran

In the end you probably want to learn C and php. If you know one of them you basically know the other. php is easier and much more fault tolerant though, so php is a good pick.

If you later add in mysql and html you can almost create any website you want

Last edited by Iceman; 07-20-2007 at 02:28 AM. Reason: Spelling
  Reply With Quote
Old 07-20-2007, 02:32 AM   #20
Aaron Aaron is offline
Blu-ray Samurai
 
Aaron's Avatar
 
Feb 2007
Oklahoma City
3
33
2
4
Send a message via AIM to Aaron Send a message via MSN to Aaron
Default

I know someone on the vBulletin developer team, i'll ask him where the best tutorial is. I'm going with php.

Thanks for the help guys!
  Reply With Quote
Reply
Go Back   Blu-ray Forum > Entertainment > General Chat

Similar Threads
thread Forum Thread Starter Replies Last Post
Syfy Channel Programming TV Shows SeahawxBlu 269 07-09-2009 04:00 AM
Java Programming?! General Chat MiamiLoco 1 07-08-2009 04:09 PM
Programming Language.. Blu-ray PCs, Laptops, Drives, Media and Software tumescentliposuction 7 06-18-2009 06:30 AM
Programming Class?! General Chat Aaron 17 12-02-2008 09:16 PM
HD Television Programming Blu-ray Technology and Future Technology raginranger 5 09-10-2007 03:13 PM



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:54 AM.