Recommend me a web design (html) app.

Post new topic   Reply to topic    CPU-World.com forums Forum Index -> Off Topic
View previous topic :: View next topic  
Author Message
debs3759



Joined: 18 Jan 2006
Posts: 9477
Location: Northampton, Divided Kingdom

PostPosted: Wed May 09, 2018 1:18 pm    Post subject: Recommend me a web design (html) app. Reply with quote

Now that I have built a socket 3 test system, I plan on creating web pages to log everything I test. It'll be next year before I have a domain and hosting, but I want to have a website ready to go before I spend anything on it.

I am looking for a decent (and free, if possible) app that will let me create pages visually.

My aim is top record everything I test (CPUs, graphics cards, motherboards, etc), as well as putting any programming code I write online. I will benchmark everything I test, and any code I write will be public domain (under a GPL license).

Can anyone recommend an easy to use html coding app that is either free or cheap?

_________________
My graphics card database can be found at http://www.gpuzoo.com.

I can resist anything except temptation.

Debs
Back to top
View user's profile Send private message  
cvandijk



Joined: 21 Jul 2016
Posts: 3589
Location: Netherlands

PostPosted: Wed May 09, 2018 1:20 pm    Post subject: Reply with quote

Frontpage Express Wink

About hosting: look at github pages, free hosting and markdown compatibele, which makes it very easy to create pages etc.

A good markdown editor is https://markdownmonster.west-wind.com
Back to top
View user's profile Send private message  
Mearas



Joined: 28 Oct 2009
Posts: 543
Location: Germany

PostPosted: Wed May 09, 2018 1:31 pm    Post subject: Reply with quote

Afaik are there no wysiwyg editors anymore, wich are usable nowadays and for free. There are also better solutions for your job;
I recommend wordpress, a easy to use CMS with a lot of help available. Upload, install, theme install and you can fill it with content.
Or git pages, as cvandijk said, or other provider like wix, jimdo or maybe your hosters own system.
Back to top
View user's profile Send private message  
cvandijk



Joined: 21 Jul 2016
Posts: 3589
Location: Netherlands

PostPosted: Wed May 09, 2018 1:35 pm    Post subject: Reply with quote

Wordpress is also a great option, however be carefull with free templates, sometimes they are full with crap.
Back to top
View user's profile Send private message  
Mearas



Joined: 28 Oct 2009
Posts: 543
Location: Germany

PostPosted: Wed May 09, 2018 1:39 pm    Post subject: Reply with quote

That's true! Ttry the offical ones first wich will be delivered with the system. Maybe they meet your demands ...
Back to top
View user's profile Send private message  
debs3759



Joined: 18 Jan 2006
Posts: 9477
Location: Northampton, Divided Kingdom

PostPosted: Wed May 09, 2018 1:41 pm    Post subject: Reply with quote

I'm not keen on learning a new web programming language. If markdown is what people use these days, I might have to dig out my pirate copy of Dreamweaver from 15 years ago Smile I can write html, but want to see the page as I write the code. All the energy I put into programming needs to be directed to x86 assembly and brushing up on my C and C++, plus I will be teaching myself how to write Windows apps that work on everything from Windows 95 to Windows 10 and beyond.

Also I can't use my hosts editors as I will be working on it for a year before I set up a website online Smile I don't do anything quickly Smile

_________________
My graphics card database can be found at http://www.gpuzoo.com.

I can resist anything except temptation.

Debs
Back to top
View user's profile Send private message  
Mearas



Joined: 28 Oct 2009
Posts: 543
Location: Germany

PostPosted: Wed May 09, 2018 2:16 pm    Post subject: Reply with quote

Markdown is also only a technic an not the only way.
Try Wordpress, seems to fit you needs very well. Install it on a local server (eg. xampp from apache friends) it runs in 5 minutes. Some standard themes are included and you can start with the content.
If you're ready to go online: export your DB and import in at the hoster and your content is online.

Do youself a favour and let your dreamweaver where it is, tables aren't a designelemt anymore. Wink

edit: maybe your provider contract (virgin, bt) already includes a small webspace with a mysql database?! So you can start there ...
Back to top
View user's profile Send private message  
debs3759



Joined: 18 Jan 2006
Posts: 9477
Location: Northampton, Divided Kingdom

PostPosted: Wed May 09, 2018 2:22 pm    Post subject: Reply with quote

I will look into Wordpress. I have heard good things about it. No idea yet just what it is, but thank you for reminding me about it.
_________________
My graphics card database can be found at http://www.gpuzoo.com.

I can resist anything except temptation.

Debs
Back to top
View user's profile Send private message  
Mearas



Joined: 28 Oct 2009
Posts: 543
Location: Germany

PostPosted: Wed May 09, 2018 2:32 pm    Post subject: Reply with quote

Dreamwaver:
DW is a local WYSIWYG-Editor: you design a page an fill it with content. The result are static pages, wich you load up to you page.

Wordpress (representing a CMS):
Wordpress is a Content Management System. A CMS seperates design from the content, so you have the page design (theme) and the content (your text, images etc).
Some themes are included, you can add other or code you own . But it's not necessary.
The content has to be added via an editor (like a very simple Dreamweaver) in the backend (your settings, if you want). Save your page and it is published.
Wordpress is one of the most simple ways to publish you own side, only wix and co are more simple.

If you need help, don't hesitate to aks. Wink
Back to top
View user's profile Send private message  
debs3759



Joined: 18 Jan 2006
Posts: 9477
Location: Northampton, Divided Kingdom

PostPosted: Wed May 09, 2018 2:38 pm    Post subject: Reply with quote

Thanks. I have downloaded it, and will take a look at the weekend. Need to brush up on how to host a site on my file server as well until I go online with it Smile
_________________
My graphics card database can be found at http://www.gpuzoo.com.

I can resist anything except temptation.

Debs
Back to top
View user's profile Send private message  
Mearas



Joined: 28 Oct 2009
Posts: 543
Location: Germany

PostPosted: Wed May 09, 2018 2:59 pm    Post subject: Reply with quote

As an alternative you can get here a fully functional webserver incl. sql

https://www.apachefriends.org/de/index.html

install, run the control panel and start apache (webserver) and the sql server - et voila, you test environment is ready.
Your userfolder is htdocs, that's your webroot (for the wordpress files), via mysql admin (go with ADMIN button in the xampp control panel), create a database (utf8mb4_unicode_ci or utf8mb4_unicode_520_ci) and you're ready for the wordpress install.
localhost is the adress for the sql server, user and pass should be root.
Back to top
View user's profile Send private message  
Display posts from previous:   
Post new topic   Reply to topic    CPU-World.com forums Forum Index -> Off Topic All times are GMT - 5 Hours
Page 1 of 1
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Powered by phpBB © 2001 phpBB Group