Results 1 to 8 of 8

Thread: Help for offline development

  1. #1
    Registered+
    Join Date
    Aug 2013
    Posts
    21
    Thanks
    1
    Thanked
    0 times in 0 posts

    Smile Help for offline development

    Hello Members, as I am on learning stage in web development, I want to know how to use WAMP? I just installed on my laptop and want to develop offline site. But I don't know from where can I start? Help me...

  2. #2
    Senior Member
    Join Date
    May 2013
    Posts
    215
    Thanks
    3
    Thanked
    21 times in 19 posts
    • bytejunkie's system
      • Motherboard:
      • ASRock P5S Pro
      • CPU:
      • i5 750
      • Memory:
      • 8GB Patriot IEM
      • Storage:
      • Samsung 840Pro 128GB
      • Graphics card(s):
      • XFX 6870
      • PSU:
      • Powercooler 600
      • Case:
      • Thermal Take Dokker
      • Operating System:
      • Win7
      • Monitor(s):
      • Apple Cinema Screen
      • Internet:
      • yup

    Re: Help for offline development

    you'll get more responses if you ask actual questions.

    to be honest, if you dont know the basics of web development, ie, page structure, which language to use where, then you don't need wamp yet.

    but if you do, just google or youtube getting started with wamp. theres so many tutorials out there.
    http://www.youtube.com/watch?v=9YJBh8z85cM

    the basics of it are, you need a folder of code, a local sitename to put into a browser and wamp to tie the two together.

  3. Received thanks from:

    Steve7 (15-09-2013),suedenim (16-09-2013)

  4. #3
    Treasure Hunter extraordinaire herulach's Avatar
    Join Date
    Apr 2005
    Location
    Bolton
    Posts
    5,618
    Thanks
    18
    Thanked
    172 times in 159 posts
    • herulach's system
      • Motherboard:
      • MSI Z97 MPower
      • CPU:
      • i7 4790K
      • Memory:
      • 8GB Vengeance LP
      • Storage:
      • 1TB WD Blue + 250GB 840 EVo
      • Graphics card(s):
      • 2* Palit GTX 970 Jetstream
      • PSU:
      • EVGA Supernova G2 850W
      • Case:
      • CM HAF Stacker 935, 2*360 Rad WC Loop w/EK blocks.
      • Operating System:
      • Windows 8.1
      • Monitor(s):
      • Crossover 290HD & LG L1980Q
      • Internet:
      • 120mb Virgin Media

    Re: Help for offline development

    HTML you can start without a server. Whether you then go with wamp/lamp lighttpd perl etc you should probably decide based on your hosting environment.

  5. #4
    Senior Member mikeo01's Avatar
    Join Date
    Oct 2011
    Location
    Wales!
    Posts
    1,402
    Thanks
    294
    Thanked
    98 times in 88 posts
    • mikeo01's system
      • Motherboard:
      • MSI B85i Gaming
      • CPU:
      • Intel Xeon 1230V3
      • Memory:
      • G.Skill RipJaws 2133MHZ
      • Storage:
      • Plextor M5S 128GB
      • Graphics card(s):
      • VTX3D R9 290
      • PSU:
      • Coolermaster VS450
      • Case:
      • Corsair 250D
      • Operating System:
      • Windows 8 PRO, Ubuntu
      • Monitor(s):
      • LG 22" W2261VP

    Re: Help for offline development

    WAMPs great when you want to at least test the site online (a.k.a local). Or offline (your computer) to make sure everything's working properly.

    Develop your website, all files etc should go in WAMP/WWW directory. There you type into a web browser either "localhost:" and the filename or the loopback address 127.0.0.1 and your filename.


    WAMP is mainly used for testing out PHP, MySQL (backend database) code and Apache, however that said it's a good thing to get used to as you'll be using some sort of web development platform in the future
    "If at first you don't succeed; call it version 1.0" ||| "I'm not interrupting you, I'm putting our conversation in full-duplex mode" ||| "The problem with UDP joke: I don't get half of them"
    "I’d tell you the one about the CIDR block, but you’re too classy" ||| "There’s no place like 127.0.0.1" ||| "I made an NTP joke once. The timing was perfect."
    "In high society, TCP is more welcome than UDP. At least it knows a proper handshake."

  6. #5
    Registered+
    Join Date
    Aug 2013
    Posts
    21
    Thanks
    1
    Thanked
    0 times in 0 posts

    Re: Help for offline development

    Thanks, bytejunkie, for video link. I know about HTML and JavaScript and want to develop blog site.
    Removed by admin: Unauthorised advertising

  7. #6
    Registered+
    Join Date
    Dec 2013
    Location
    Horsham
    Posts
    29
    Thanks
    0
    Thanked
    1 time in 1 post

    Re: Help for offline development

    I use WAMP for testing my website offline too, and yeah
    everything related to your web will be in WAMP/WWW directory

    pure HTML based web is the easiest thing you can start with.
    then you could try CSS and JavaScript to make your web more dynamic

    once you feel more comfortable, you could try out any CMS (Wordpress, Joomla etc.)

    Enjoy Coding!

  8. #7
    Large Member
    Join Date
    Apr 2004
    Posts
    3,720
    Thanks
    47
    Thanked
    99 times in 64 posts

    Re: Help for offline development

    If you're going to use AMP, I'd use vagrant and run it against a nix environment. IMHO why bother pairing it with windows? By all means make sure it's cross-platform, but if you're gonna deploy something simple like this eventually your best bet is nix. It'll be smaller, cheaper and probably easier.
    To err is human. To really foul things up ... you need a computer.

  9. #8
    Registered+
    Join Date
    May 2015
    Posts
    22
    Thanks
    1
    Thanked
    2 times in 2 posts

    Re: Help for offline development

    Consider using a virtual machine running Linux for a "proper" development environment. It sounds daunting but you probably have Virtual PC already installed (with Windows 7/8) and all you need is a (free) Linux distro to install in it. Then install httpd/mysql/etc. and you can start developing as if you're actually aiming for a production environment.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

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