How do you manage your multiple page HTML website

imserious

Senior Member
Joined
Mar 27, 2009
Messages
950
Reaction score
572
I used to use Xsitepro for HTML websites.

Now i want to use Bootstrap but it is going to be a big ask
to manage a few 100 page plus HTML websites without any software.

Just want to know what others are using to manage their websites.
 
Is there any thing other than dreamweaver
 
You could try webstorm , it is based on the awesome IntelliJ platform , boosts your productivity as it autosuggests and fixes most of the errors for you.

And has a really good support for bootstrap -- autogenerates a bootstrap project for you with a click -- http://vimeo.com/58794722

They have a free 30 days full featured trial as well.
 
Last edited:
I use Sublime Text to develop with:
Code:
http://www.sublimetext.com/

And Git to deploy:
Code:
http://git-scm.com/
 
Back
Top