Page 1 of 6 123 ... LastLast
Results 1 to 10 of 56

Thread: Noob

  1. #1
    Join Date
    Jan 2007
    Location
    Close to the fridge
    Posts
    70
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Noob

    Just wanted to say a quick hello, and many “thank you's” in advance. I have always dodged any kind of script to design web sites, or installing someone else’s (which I was not very good at either) always masking my inabilities with flash and heavy eye catching graphics. It's very apparent that I will no longer be able to get away with this, and I want to learn. After reading through this forum I definitely feel like the little fish in the big pond. Which I think is good because I want to learn. Believe it or not I am reading PHP for dummies right now. Once I get that done I will move along to bigger...any tips would greatly appreciated.

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Welcome to the dark side.

    Good luck on your learning.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    Yes, good luck and welcome as well.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  4. #4
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Welcome.

    Advice: Read, watch, test, ask, read.

    Secondary Advice: Use Flash for what it is meant for, not to cover inabilities, but to showcase your talent with the program.

    Also, if you are halfway decent with Flash, learn JavaScript, as it is based off the same root language that ActionScript is
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  5. #5
    Join Date
    Jan 2007
    Location
    Close to the fridge
    Posts
    70
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Advice taken...as for Flash, if the best was rated a 10, I might rate a 2...might. My goal is a simple 5 yr plan. I am stuck in day to day salary job that pays the mortgage. Not at all the kind of job that a person aspires to.
    People keep telling me I am in the wrong buisness, (those people are not internet savy) I keep saying that in their eyes I may appear talented but in the grand scheeme of things I am merely mediocre..... a dime a douzen. Thing is, I would like to some day be able to work from home doing what I like most. So this is why I am prepared to bang my head against the wall, read, bang my head again, watch, take a tylenol, test, drink a 6 pack, ask,...and then start over. I figure after a 5 yr headache and one hell of a hangover I should have learned enough to be 1/2 decent.

  6. #6
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    bang my head against the wall, read, bang my head again, watch, take a tylenol, test, drink a 6 pack, ask,...and then start over
    Lol... Some good ways to get started is to set up some kind of account (free) that has enabled server-side languages:
    Try http://funpic.org/
    Just to test stuff. I find testing helps me learn what's wrong and how to fix it. You need some good tutorials/books to get a good start though.

    Basically, if you learn one language, other languages come much easier, since they usually follow the same syntax. I learned javascript first, but some people might not want to seeings it can become fairly complex, and the fact that you need to know HTML to use it.

    If you're really getting in to this computer/web design thing start out with the basics, and..
    Good luck!
    - Mike

  7. #7
    Join Date
    Jan 2007
    Location
    Close to the fridge
    Posts
    70
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Would you suggest setting it up on My computer as well? (WAMP) I am curretly really interested in PHP. I already have access to a few servers that has enabled server-side languages (yes I pay for ) I run an online hockey site so that my son and I have something in commmon. It's not much but to the everyday Joe it's impressive.

    http://www.lightthelamp.com

  8. #8
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    Well if PHP is enabled, go for it. You should get all your documentation from http://php.net/ - They also have function definitions/arguments/structure/examples listed.
    Try a simple script like this on your page to test for php:
    PHP Code:
    <?php
    echo "test";
    ?>
    or better yet use this php function:
    PHP Code:
    <?php
    phpinfo
    ();
    ?>
    That will display all the functions that your server has enabled with PHP. Also, I'm assuming you know enough about HTML to start with webpages, correct?
    - Mike

  9. #9
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Light The Lamp...

    Invasion? Could it be?
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  10. #10
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    I run an online hockey site so that my son and I have something in commmon. It's not much but to the everyday Joe it's impressive.

    http://www.lightthelamp.com
    I don't have Flash installed, so I can't see it.
    Would you suggest setting it up on My computer as well? (WAMP)
    Yes. I'd even go further and suggest you get a Linux box (or dual-boot your current machine) for testing and development. The whole setup process is a lot easier there, and the majority of webservers run a UNIX variant; it will also allow you to test in browsers that don't run in or are hard to set up on Windows too.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

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
  •