|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
In Runtime
|
I only know the absolute basics about programming (after reading Berry's post) but i'm really interested in it! I've got the hang of HTML and have been using it for about a year now. I just want to know if there is anybody who can answer these questions:
1) What is Java? 2) What is Flash? 3) What is a VPN?
|
|
|
|
|
|
#2 |
|
Site Team
Join Date: Jul 2009
Posts: 2,627
|
Right, starting with your 3rd point - a VPN is a virtual private network. Google it if you want to know more, but it's really nothing to do with programming so I won't explain here!
Java is an enterprise scale, huge and very popular object oriented programming language. It can be used for all number of things and despite it's extensibility it's rather easy to get started with. Flash is a multimedia platform that's used pretty much solely for viewing videos / playing games online. It's pretty easy to knock something up in it but it's quite restrictive in what it can do (and arguably being phased out as the various multimedia tags in HTML 5 replace some of its current uses.) If you just want to knock a few animations up here and there and deal with a few graphics (and not have to do as much actual coding) then flash may well be what you're after. If you're looking to seriously get into programming on the other hand, there's no question about it - it's Java you want to look at. |
|
|
|
|
|
#3 |
|
In Runtime
|
Okay thanks! How much do Java/Flash cost to run/use?
I'm only wondering about this because I've got a project at school to make a simple animation.
|
|
|
|
|
|
#4 |
|
In Runtime
Join Date: Jan 2010
Posts: 163
|
Have you thought about looking into c++? Or are you dead set on graphical languages?
|
|
|
|
|
|
#5 | |
|
Site Team
Join Date: Jul 2009
Posts: 2,627
|
Quote:
As for C++ - I wouldn't recommend it for the reasons I outlined in my sticky post. There's just too much potential to trip up if you're just starting out.
__________________
Save the whales, feed the hungry, free the mallocs. |
|
|
|
|
|
|
#6 | |
|
In Runtime
|
Quote:
|
|
|
|
|
|
|
#7 | |
|
Site Team
Join Date: Jul 2009
Posts: 2,627
|
Quote:
If you want to do some kind of funky animated thing, you should first decide whether you can do it with pure HTML / CSS, perhaps making it a bit plainer as a compromise. If that won't work, then Javascript should be your next port of call. If it's really complicated, have a look at something like GWT - program in a nicer, higher level language and have the dirty work done for you. Only if none of that will work should you really be looking at flash. Back in the day it was a great way to add life to browsers where horrible Javascript alert boxes were really the most dynamic a page would get. These days it couldn't be more different - it should be the absolute last port of call for animations, not the first.
__________________
Save the whales, feed the hungry, free the mallocs. |
|
|
|
|
|
|
#8 | |
|
In Runtime
|
Quote:
He doesn't want animation for web, but for a school project. |
|
|
|
|
|
|
#9 | |
|
In Runtime
Join Date: Mar 2010
Posts: 164
|
Quote:
For peeps that want examples check out http://www.csszengarden.com/ Yeah I think if I was gonna put my time into a language, I am gonna do Java. I'm not taking away from C++ its great too. @ samueleen Good luck on your choice. Most all programmers are in love with the language they learned, and think its the best. Edit: Just realized this post is a month old
__________________
M.C.S.E. Minesweeper Consultant / Solitaire Expert |
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|