We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
new learner.
Topic Started: Jan 31 2005, 07:54 AM (753 Views)
dirty-devil
the power of christ compelles you !!!
[ *  *  *  * ]
hey guys.

i kind of figured out that i kind of learnt photoshop.

but now i want to learn a language ?

what would you say would e the most easiest langyage to start with ?
Offline Profile Quote Post Goto Top
 
Jory
Member Avatar
Member
[ *  *  *  *  *  * ]
html (not really programming language, but verry easy)
php and javascript are not that hard.
(javascript, NOT java)

this is what you mean right?
Offline Profile Quote Post Goto Top
 
Ben
Member Avatar
Quantum-locked when observed.

Indeed. If you want to start web design, (X)HTML & CSS is definitely the way to go. PHP is secondary since what it essentially does is output HTML to the page (most of the time), so it's good to know HTML before you learn PHP or JavaScript (shudder).

If you want an actual programming language to make standalone programs, you can try Java, C, or C++. Java and C++ are Object-Oriented Programming Languages, Java can be used to make applets that can be embedded in websites.

You can find out some more about HTML and CSS from HTML Goodies, and W3 Schools. A List Apart and CSS Zen Garden have some excellent articles, particularly when it comes to CSS.

For any programming language, you can also look at TechiWarehouse, which has a large number of tutorials devoted to many languages.

Java Boutique has tutorials for first-time Java coders, and Cprogramming.com is a good place to learn C and C++.

Lastly, my favourite, PHP :D For a vareity of tutorials and a good community, PHP Freaks is great. I also recommend the online manual called Practical PHP Programming. Although I discovered it after I had already learnt most of PHP, I still find it useful because it walks you through virtually every aspect of PHP, with easy to understand examples. :)
Offline Profile Quote Post Goto Top
 
Zach
Member Avatar
Missjayness
[ *  *  *  *  * ]
And if you just want to get your head into coding, check out python.org. It's easy and it's still applicable to things outside of test codes!
Offline Profile Quote Post Goto Top
 
mflintjer
Member
[ * ]
Tachyon,

Thank you for the link to that on-line book!! Man what a find! I am going to read that one through, and hopefully I will be able to start making php pages that actually work. Right now, I can't even point to a database on my server.
Offline Profile Quote Post Goto Top
 
korn_mosher_4life-ZNS
the korn mosher 4life
[ *  *  *  * ]
com down boy! first get html under your belt, then css (unless you have already made a skin, then you know css) javascript then php [or the other way around] I think the easest programming languages are the OOP languages C++ java C# and J#. Personaly java is my favorite, tho I haven't really messed with the rest. databases are easy. but know the basics before you go into your hard stuff. It should take you a week max before you're throughing out web pages done in html and css. Then comes your hard stuff, javascript and php, (though php is a programming languages, many people like to use it for websites...should learn me some of that next.
Offline Profile Quote Post Goto Top
 
ABeakyboy
Member Avatar
Computer wiz and freak
[ *  * ]
C++ is my personal favorite. Its not good for web stuff, but its what everybody uses for software you buy (or download)


Im kinda new to web programming so the only things i've used in that are php used with mysql. Ive also done some javascript....its easy to figure out because its like c++.


PHP, although I haven't used it much seems cool. I just cant stand that you dont specify a type for the variables tho. I hate having to worry about accidentally converting my variables to some other type than i want. (well I just started so give me a break) Everything else in php is great.
Offline Profile Quote Post Goto Top
 
Seth
Member Avatar
I has a pony
[ *  *  *  *  *  *  *  *  * ]
ABeakyboy
February 11, 2005 08:25 PM
C++ is my personal favorite. Its not good for web stuff, but its what everybody uses for software you buy (or download)


Im kinda new to web programming so the only things i've used in that are php used with mysql. Ive also done some javascript....its easy to figure out because its like c++.


PHP, although I haven't used it much seems cool. I just cant stand that you dont specify a type for the variables tho. I hate having to worry about accidentally converting my variables to some other type than i want. (well I just started so give me a break) Everything else in php is great.

Hahahha that's so great! I HATE C++ and Java because they're so strongly typed :P and PHP is my favorite :)
Offline Profile Quote Post Goto Top
 
Stefan
Member Avatar
Mew?
[ *  *  *  *  *  *  * ]
Seth
February 12, 2005 03:28 AM
Hahahha that's so great! I HATE C++ and Java because they're so strongly typed :P and PHP is my favorite :)

:o The horror!

Perhaps it's just me, but I love strong typing. Don't put me near a weakly typed language, or you might end up with a huge mess...
Or an even bigger mess when it's a weakly stronlgy weakly typed language. Like VB. :ph34r:
In the end, you always end up with a... uhhh.... nevermind
Offline Profile Quote Post Goto Top
 
Seth
Member Avatar
I has a pony
[ *  *  *  *  *  *  *  *  * ]
Casting :(

ClassCastExceptions :(

Error: can't convert primitive type int to String :(

Whyyyyyyyy can't it figure it out for me! *cries*
Offline Profile Quote Post Goto Top
 
Rory
i;m a mess
[ *  *  *  *  *  *  * ]
(String)potato.get(1);

oh yeah!!

(can't actually remember if that is correct Java or not, but meh)
Offline Profile Quote Post Goto Top
 
Das
Member Avatar
Smells of rich mahogany
[ *  *  *  *  *  *  * ]
If you want an easy game progaming language try DarkBasic. It will cost you $$$ but it is worth it.
Offline Profile Quote Post Goto Top
 
ABeakyboy
Member Avatar
Computer wiz and freak
[ *  * ]
Seth
February 11, 2005 09:28 PM

Hahahha that's so great! I HATE C++ and Java because they're so strongly typed :P and PHP is my favorite :)

Oooo see im entirely opposite.


I cant stand languages where you dont have COMPLETE control of EVERYTHING. I like C++ because it lets you have complete control of all variable data stored and so on.

You really should take a look at my chat program I wrote. I built it in Borland C++ builder 6 and it's my first windows c++ program. Even though its my first non-command line program, its pretty good in my opinion. I've taken multiple computer classes at the local community college, but never any non-commandline programing courses. However c++ classes are simply used for form controls in visual programs so i figured it out pretty well.

Php I like cuz it works like c++. I just cant stand the auto-convert features. I like them but would rather you do something like this:

int $var;
string $var2;

$var2 = "1234";

$var = $var2 // doesnt work

$var = (int)$var2; // works

Now maybe you can't do the doesnt work line already, but ive had problems with the string type being accidentally converted to an array which is annoying.

In c++ id rather use the

intvar = atoi(char*var); // intvar = (int)(char*var) would be nice but oh well

Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Technology Chat · Next Topic »
Add Reply