Results 1 to 12 of 12

Thread: I need a certain language

  1. #1
    The Beave Doug's Avatar
    Join Date
    Jun 2004
    Location
    Michigan
    Posts
    306

    I need a certain language

    Forgive me for being ignorant but all of my websites were built with mainly html and very little php and I've just never had the time to learn anything new, well, now is the time. I want a language that is similar to visual basic or c++. What is the closest web programming language to that? I want to be able to say If<this> then <this> if you get what I mean. Any help would be great. Thanks
    Strangest-Facts
    Domains for Sale (PM me with offers)
    1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17

  2. #2
    Registered
    Join Date
    Apr 2006
    Posts
    184
    PHP is probably the most similar, followed by perl.

  3. #3
    Registered
    Join Date
    Apr 2006
    Location
    Michigan
    Posts
    99
    Use PHP.

  4. #4
    I see mildly ill people. AmbulanceBlues's Avatar
    Join Date
    Aug 2006
    Location
    Houston
    Posts
    119
    Yeah, I'm learning PHP right now and it's quite similar to the VBA I've used before. It's what all the cool kids are learning this year.
    --> --> --> --> --> -->

  5. #5
    Registered
    Join Date
    Apr 2006
    Posts
    184
    Nah, the cool ones are learning Ruby.

  6. #6
    I see mildly ill people. AmbulanceBlues's Avatar
    Join Date
    Aug 2006
    Location
    Houston
    Posts
    119
    Since you brought it up, what is Ruby? (And what are her rails?)
    --> --> --> --> --> -->

  7. #7
    Senior Member agua's Avatar
    Join Date
    Sep 2005
    Location
    Pottsville, NSW
    Posts
    531
    http://www.rubyonrails.org/

    Its some sort of programming language - very streamline... I won't go into details (because I don't know them) - I'll leave that to Kelli

    I did watch a video presentation the other day where they made a blog script in 15 mins with only 60 or so lines of code - its on the Ruby on the Rails website

    [edit] Just found this introduction article: http://wiki.rubyonrails.org/rails/pa...AtTheBeginning [/edit]
    Last edited by agua; 09-28-2006 at 05:07 PM.
    I Do Website Design - but I am here to learn all about publishing

  8. #8
    Registered The New Guy's Avatar
    Join Date
    May 2004
    Posts
    283
    Ruby is a programming language. Rails is a framework. Huge difference. Ruby is not for the faint of heart, its is advanced OO langauge and not geared towards beginner's. I would recommend C# or PHP or if your looking for something with PHP speed but alittle more OO check out Python.

  9. #9
    I see mildly ill people. AmbulanceBlues's Avatar
    Join Date
    Aug 2006
    Location
    Houston
    Posts
    119
    I read that article, and... Dang. I'll just stick with PHP for now.
    --> --> --> --> --> -->

  10. #10
    Registered
    Join Date
    Apr 2006
    Posts
    184
    Ruby is not for the faint of heart, its is advanced OO langauge and not geared towards beginner's.
    Quite true. Rails makes it easy to do a lot of simple things, but once you get deeper into Ruby it gets more complex and, for a lot of people, just getting into the mindset that Ruby requires can be tricky.

    Personally, I'm really liking it, though it took me a long time of studying OO programming in general before things really started making any sense. I don't think I could have picked it up from scratch.

  11. #11
    The Beave Doug's Avatar
    Join Date
    Jun 2004
    Location
    Michigan
    Posts
    306
    Thanks for the replies. How would I call something from a different page with PHP. What I mean is, say I have X on one page and I want something on another page to happen depending on the value of X. Can that be done with PHP?
    Strangest-Facts
    Domains for Sale (PM me with offers)
    1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17

  12. #12
    I see mildly ill people. AmbulanceBlues's Avatar
    Join Date
    Aug 2006
    Location
    Houston
    Posts
    119
    Yeah. I'm just getting in to it, but:

    1. Have a form field for X on the first page
    2. The submit button of the form will call the second page, passing along the X variable as a "get" or a "post"
    3. The second page will have an "if" or "if/else" statement (Or other means) for processing the information X passed along.
    4. All of this will take place on the server before the page ever gets to the user
    5. The user will only see what resulted from the PHP being processed.
    --> --> --> --> --> -->

Similar Threads

  1. What programming language?
    By deronsizemore in forum Website Programming & Databases
    Replies: 14
    Last Post: 10-10-2005, 05:47 AM
  2. Selecting an appropriate db and language
    By saraj in forum Website Programming & Databases
    Replies: 6
    Last Post: 02-05-2004, 10:44 PM
  3. Language learning help
    By wrigh_g in forum Website Programming & Databases
    Replies: 12
    Last Post: 01-04-2004, 06:37 AM
  4. Language Problem:(
    By Mike in forum General Chat
    Replies: 3
    Last Post: 11-06-2003, 09:33 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •