Tool for building good looking basic websites

Soldato
Joined
28 Dec 2009
Posts
6,783
Location
Wales
Hi all,

I've discussed Pinegrow on here before and I am currently off learning html/css.

However while I learn the intricacies one thing has become clear, I learn better actually building something or starting with something and learning by modifying it to suit me.

I also have a need to pull together some good looking 1 or 2 page sites fairly swiftly.

With that in mind would Pinegrow be a good tool for knocking together some sites fairly easily? I am keen on their new 'bootstrap blocks' tool which seems ideal?

What are peoples thoughts (other than text editor code being the only way forward)
 
Associate
Joined
15 Nov 2002
Posts
816
Can't comment on Pinegrow as I don't have any experience of it, but if you're learning HTML & CSS, the best way would be to get stuck into hand coding the pages you want - download a decent editor like Atom, Brackets or something similar and get typing :)

Also, won't cost you anything - looking at Pinegrow, there's a cost involved.
 
Soldato
OP
Joined
28 Dec 2009
Posts
6,783
Location
Wales
I struggle with imagination and creativity to a degree but you are right. I think I may throw myself back into an online learning system as they appear to have matured somewhat.
 
Associate
Joined
22 Jun 2006
Posts
1,124
Location
Belfast
Thanks for acttauly shraeing the http://pinegrow.com/ stuff, looks like a perfect tool for those who need to do smaller edits to pages on demand. Something I have a need for in the near future in a new project,

For larger scale projects and sites, its better to stick to the code and learn it. I have been working as QA engineer for 13 years, moving into dev this year, and worked with many developers, and found one recurring theme among 95% of them. Its all an unknown until they start writing code and seeing where it takes them.

Very few devs can just sit down and start coding and those that can, mostly stick to one language. I have only come across one dev that can spout multiple languages out in seconds.
 
Soldato
OP
Joined
28 Dec 2009
Posts
6,783
Location
Wales
Thank you, sorry for my delay in replying. Just finding it difficult, easiest so far for learning for me has been treehouse/codeacademy but what turned me off is that I would rather just work on a project to learn than bits in isolation. I think I need to revisit them though as some have gone down the project orientated learning route but all are switching to a py model (which isnt bad).

I did try some udemy learning, a Brad Hussey course, hated that if I'm honest
 
Soldato
OP
Joined
28 Dec 2009
Posts
6,783
Location
Wales
Fair point. Assuming I know some minor code would working with/editing wp themes be a doddle or is there some sort of programme for editing wp themes along the lines of dreamweaver.
 
Soldato
Joined
29 Jul 2011
Posts
15,606
Location
Near Northants / MK
Fair point. Assuming I know some minor code would working with/editing wp themes be a doddle or is there some sort of programme for editing wp themes along the lines of dreamweaver.

Most aspects of Wordpress are editable within the GUI, there is a visual editor for content and certain styling. If you were to make hard coded tweaks you'd want to create what's called a child theme else you'll overwrite your changes with theme updates.
 
Back
Top Bottom