The Easiest

free web hosting
Free Web Hosting > Computers & Tech > Programming > Scripting > Miscellaneous Scripting Languages & Ideas

The Easiest

Jonny Dark
I just want to know what is the easiest programming language to use for the internet right know to me it seems like html it is cause it is the only one I know how to use at this moment and C and C++ seem to hard for me.

Reply

pyost
Actually, you have got it a bit wrong. HTML is not a programming language - as the name itself tells you, it is a markup language (Hyper Text Markup Language). That means it only "explains" the browser what to display on a certain page. This content is not dynamic (it never changes); it is exactly the same as you've typed it.

Even though HTML is not a programming language, it sure is the start point for creating web sites. As I already said, HTML tells the browser what to display, and no other markup language can help you with that. Without HTML, you won't be able to create anything. However, knowing only HTML is far from enough for a good web site. You would also have to learn CSS (Cascading Stylesheets - a stylesheet language) for better design, as well as PHP/MySQL (now this is programming) for dynamic pages and user interaction.

But I wouldn't rush it if I were you. It's always best to buy/download a book on pure (X)HTML and learn it well, because it is the linchpin of all web sites. After that, move on to CSS, and then PHP and MySQL.

 

 

 


Reply

eubanksd
As pyost said, HTML is the starting point for creating websites. As for programming, my starting point was Visual Basic, which is probably the best place for you to start if you're really interested. That's a big if because trying to hone programming skills/knowledge is like trying to play a sport you're horrible at: easily overwhelming. But persistance will pay. I'm past the absolute beginner stage (barely), but it's almost as if it never gets easier. Just like that sport you suck at, it's easy to give up.

Fortunantly for me, my mind works in such a way that I can enjoy the learning complexity. The best way I can explain it is if you are very analytical, always considering and reconsidering, then you'll probably be able to weather the feelings of hoplessness that come when you just can't get the damn thing to work (your program). Hopelessness is standard when it comes to programming... it will never work the first time, and you will never immediately understand why it won't work. You will want to give up.

This, at least, is my experience. I hope I don't sound like a sourpuss though -- remember, I said persistence pays!.

You can download Visual Basic Express Edition for free from the microsoft website. Here is a link to the download page:
http://msdn.microsoft.com/vstudio/express/vb/download/

It's been years since I toyed around with VB -- only C++ and Java for me nowadays. I don't know what all is (or isn't) included in the VBEE package, but I'm sure it's enough to get you started learning. I suggest you download it and search the web for tutorials and examples, and study them. Just remember not to give up when things seem hopless.

Reply

vitorious
You'll really enjoy PHP programming, I would consider it a good place to start even though I had some Turing and C under my belt before I started. Php.net has all the resources you will need, I would recommend setting up a web server (Apache) database server (mySQL) and PHP on your own pc so you can understand how the programs work together and have fun messing with the settings (VERY educational).

As pyost said PHP is 'real' programing where you can dynamically create data (for example the first real project I made was a 'Hot or Not' clone for a overclocking site I frequented). In PHP you have alot of freedom with variables so while some may say it will teach you bad habits early I say it gives you room to learn without being bombarded by variable management (often for alot of your code you will just swap out one or two variables for all your arguments).

Php has also spawned a compilable version of their web language I have never used it but it would be fun. Regardless of where you decide to start my #1 piece of advice is get a book with examples it will become your bible, research amazon for the best reviewed title in the language your thinking of.

As far as long term goals C++ I think will always be a mainstay in programming for the foreseeable (18 months?) future. Read everything you can on object oriented programming it will save your life. The basics of coding, the algorithms and solutions are fundamental once you learn the basics of computational problem solving you'll transition easily from language to language. Focus now on learning how to solve various problems. (Check out topcoder.com for some interesting problems).

Good luck! Programming opens a world of possibilities, for me it really changed my mindset about my PC, its a tool now more than an entertainment machine.

-Jordan

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Similar Topics

Keywords : easiest

  1. Easiest Free Forum To Create Custom Skin For?
    (2)
  2. Joomla! The Easiest Content Manager!
    (8)
    Joomla! is something I've recently discovered that is wonderful for creating/managing a
    website if you have access to a SQL database. It really is self explanatory; however, you may have
    to spend some time learning the ins and outs of the package to get the full benefits of it. There
    are many templates for it and there are a ton of different additional apps available for it that
    allow ecommerce capability and many other features to the ones that are included by default. CM....
  3. How To Get Whiter Teeth Before School
    Easiest (10)
    How to Get Whiter Teeth Before School 1. first mouth wash before u brush 2. brush
    ur teeth for about 3 minutes then rinse with salt water 3. mouth wash again 4. do this 3 times
    a day and u will start 2 see results the closer u get 2 school start about 2 weeks b 4 school ....
  4. 4 OS On One Computer
    what's the easiest way? (10)
    I'm interested in loading Linux (ubuntu), XP, Vista and Tiger on my computer. I know each of the
    systems work. but how do i install them all so that i can easily choose which OS to boot to when
    starting the computer. I've heard of grub bootloader, but frankly, i find the linux terminal and
    code out of my range. is there also a sequence i should follow for installation order?....
  5. What Is The Easiest Way Transferring Data?
    (6)
    I just bought a new computer and want to know the most efficient way of transferring all of my stuff
    to the new one? Should I use a backup device, internet, that applicaction on windows xp?....
  6. Performing Dos Operations From Visual Basic
    The easiest and most powerful way to do (1)
    Performing DOS Operations from Visual Basic By: Abhishek Chatterjee Language: Visual Basic
    6.0 and below Difficulty: Beginner Does your project need to perform some DOS based or Command
    line operations? Although there are many techniques to do the same, but performing tasks like
    calling the DIR DOS command to list the contents of the directory or calling the Move command to
    move a folder, and the like, can't be done as smoothly by the built in functions of VB or the
    Windows API. The technique that I introduce to you is extremely simple, doesn't req....
  7. Switching From Fp To Dreamweaver
    Easiest way to switch a FP site to DW? (6)
    Ok heres my problem, I would like to switch my site from being a Frontpage site to a more flexable
    Dreamweaver site. I'm ready to give up my training wheels and move on to the real deal but my
    problem is that I don't know how to go about it without trashing all the work I've put into
    my site. I'm willing to trash it and start from the ground up, though I'll do it grudingly,
    but if anyone knows how I can do it with the least amount of loss of functionality and rework
    I'd be greatly appreciate it.....
  8. Easiest Forum Boards
    Help for Beginners (7)
    I am a beginner in the forum boards. I am looking for software that is easy to install and easy to
    configure. If you have any ideas please post. TY. /biggrin.gif' border='0'
    style='vertical-align:middle' alt='biggrin.gif' /> ....
  9. Spinning Box
    what's the easiest way? (3)
    hey i'm kinda experimenting with all kinds of stuff. (kinda vague sentence /tongue.gif'
    border='0' style='vertical-align:middle' alt='tongue.gif' /> ) and i'm looking for a really,
    really (really) easy way to make a spinning box, with different images on each side. something to
    make a dice with, and if it can only spin in one direction, that's ok. the perfect thing would
    just have a screen where you can adjust the size, and than insert 6 images... i'll see if there
    is anything useful, friso /cool.gif' border='0' style='vertical-align:middle' alt='coo....
  10. Logic To Break Down An Access Tabbe To SQL
    what is the easiest way to split this? (1)
    I have 3 differen tables in this database that are basically repeating the same data. How can I
    split it up and still use it. This is the horse project /smile.gif' border='0'
    style='vertical-align:middle' alt='smile.gif' /> the 3 tables are called Horse, Dam, Sire . the
    Horse table should be enough for all the data. (at least that is what I'm thinking) the Dam &
    Sire are used to track lineage and are setup Like this: CODE SireID; Horse; Sire; Dam;
    SireSire; SireDam; DamSire: DamDam; SireSireSire; SireSireDam; SireDamSire; SireDamDam;
    DamSireSire;DamSir....

    1. Looking for easiest

Searching Video's for easiest
advertisement




The Easiest



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE