Makestation
Need Advice: what software do you use for making websites/webpages - Printable Version

+- Makestation (https://makestation.net)
+-- Forum: Technical Arts (https://makestation.net/forumdisplay.php?fid=45)
+--- Forum: Technology & Hardware (https://makestation.net/forumdisplay.php?fid=29)
+--- Thread: Need Advice: what software do you use for making websites/webpages (/showthread.php?tid=2112)



Need Advice: what software do you use for making websites/webpages - SpookyZalost - August 13th, 2018

so I'm looking into creating a neocities website for myself and It's been about 10 years since I last dabbled in HTML and web design proper... back then I used macromedia dreamweaver MX.

so any advice on what are some good modern website building software?

or possibly an alternative like dreamwever?
I really don't want to touch the adobe creative cloud lol.


RE: Need Advice: what software do you use for making websites/webpages - Guardian - August 14th, 2018

Google Web Designer? https://www.google.com/webdesigner/

I haven't used it, but I imagine their products would be top-notch. Dreamweaver's the only one I can remember using... ages ago. Tongue


RE: Need Advice: what software do you use for making websites/webpages - Harry K. - August 14th, 2018

Do you have coding knowledge, basic html and css? If so, best option would be to use a framework like bootstrap, download a preset base template and build from there. Frameworks have stupid amount of documentation and are super simple to get started.

If that's too much, try something like webflow, or.. dare I say it some other "Web builders". I haven't heard of dreamweaver being used in Web development since I were in school to be honest.


RE: Need Advice: what software do you use for making websites/webpages - SpookyZalost - August 15th, 2018

@Harry K.: I've got some basic knowledge, mostly from troubleshooting stuff using firefox to view what code is where, how it's connected, etc.

luckily there's tons of tutorials lol Tongue and it's not too much different from the my bb codes I'm already used to using since I actually type them out  Cool


RE: Need Advice: what software do you use for making websites/webpages - Thomas - August 17th, 2018

I just use HTML and CSS and I use Visual Studio as my IDE. It works well with saving directly to FTP via WinSCP on the fly.


RE: Need Advice: what software do you use for making websites/webpages - SpookyZalost - August 18th, 2018

ok so I'm going to have to do this old school then lol Tongue

one of the things I liked about dreamweaver is it had a nice GUI for designing webpages that then converted that into HTML code.
but that's fine, I've been learning HTML to get the hang of things before I move onto CSS


RE: Need Advice: what software do you use for making websites/webpages - Thomas - August 20th, 2018

learn them in tandem. CSS isn't particularly complex, and is pretty essential for building websites.


RE: Need Advice: what software do you use for making websites/webpages - SpookyZalost - August 20th, 2018

honestly I sorta have been, I've already gotten quite a lot of work done, CSS along with HTML 5 has proven quite the powerful tool combination.