The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Free web development app

    Discussion in 'Windows OS and Software' started by benx009, Feb 7, 2008.

  1. benx009

    benx009 Notebook Evangelist

    Reputations:
    184
    Messages:
    663
    Likes Received:
    0
    Trophy Points:
    30
    My friend wants me to make a website for him since I used to code a little HTML back in the day. But I've forgotten all of that now and I just don't think that I can pull it off all in HTML this time around. Can someone hint me towards a user-friendly website development app - one that's free of course :eek: Lol, haven't even got spare change in my pockets...

    Cheers,
    Ben
     
  2. webdtc

    webdtc Notebook Deity

    Reputations:
    52
    Messages:
    751
    Likes Received:
    0
    Trophy Points:
    30
    I'm a .net developer and use VS.net for web sites. There is a free express version here:

    http://www.asp.net/downloads/essential/

    I recommend it. Even if you are not a .net developer it can handle normal HTML ok. The only thing is you would have to install .net 3.5 framework.

    I'm sure others will have other good alternatives as well.
     
  3. benx009

    benx009 Notebook Evangelist

    Reputations:
    184
    Messages:
    663
    Likes Received:
    0
    Trophy Points:
    30
    Whoops looks like I forgot to mention something :p I'll have no problems creating the website on a Windows machine, but it has to be ported to a Mac server. Will the website still work if I create it w/ this program seeing as how Macs don't have support for the .net framework? (or do they??)
     
  4. webdtc

    webdtc Notebook Deity

    Reputations:
    52
    Messages:
    751
    Likes Received:
    0
    Trophy Points:
    30
    If you use just HTML files it should work the same. I'm sure all servers are able to serve up normal HTML.

    I guess the hard part would be, if you're not familiar with all the.net stuff the editor will probably seem like it has too much stuff. But, if you are able to stick to just the normal HTML stuff it should be fine. I'm pretty sure there are simpler tools out there.