How do you build your websites?
By ab48726
@ab48726 (156)
United States
February 16, 2010 12:36pm CST
What type of editor do you use to build/manage your websites? HTML or WYSIWYG?
4 responses
@thedailyclick (3017)
•
16 Feb 10
My advice for anyone who is looking to build a website is to get something such as Dreamweaver which allows you to combine both a visual design platform and also the code which goes along with it. It's a good starting point as then as you get into it, learn more and more you will become proficient at coding html and so will be able to use something as simple as notepad to build your site, which is where I am at these days.
Whilst it may be easier to just rely on WYSIWSG systems when things go wrong you will struggle to fix them without actually learning how html code works.
@ab48726 (156)
• United States
16 Feb 10
I currently code in HTML as well, I've been using a free program I found called Notepad++, it's like Notepad but with all of the perks for coding in a bunch of different programming languages. The only problem with building sites from scratch with HTML (for me at least) is that it takes so long to do, so much trial and error and looking up references for tags and such. I'm sure it won't be quite as time consuming as I get better at it. I just was wondering if some people just zipped pages up with a WYSIWYG editor and posted them, but I guess getting everything right there would take a while too. Thanks for the help, have a nice day!
@rovian (1924)
• United States
16 Feb 10
I have worked with a wysiwyg program before, but I have currently been doing the HTML coding myself in Notepad. I will use my browser to preview what my design looks like, then return to Notepad to make edits or fix any typos. I will go back to using a wysiwyg program, but I am just not sure when.
@synbitz (106)
• Belgium
16 Feb 10
Personally, I have learned myself the following things in order to build my website myself.
HTML - the first step. the markup language
CSS - Cascading style sheets, adding styles to your html pages
PHP - Programming dynamic websites
SQL - Language to fetch and send data from and to a database (MYSQL database)
I'm currently trying to learn AJAX to build better interactive pages for rating and commenting on my website!
Its a hard job but eventually learning it will pay of. You can also sign up for a free hosting service and install a content management system like drupal or joomla
Heres a nice video tutorial i recently found : http://www.youtube.com/watch?v=QyhdcN6SKmg
If you need more help or have questions feel free to add me as friend, we might have a chat sometime in the future!
@debrajean10 (12)
• United States
16 Feb 10
I am currently using a HTML and it is very good! I suggest you to go to my profile and take a look in my site and see how it works. You can download a free e-book on "how to create a website for 3:45". Good luck!