You are viewing our Forum Archives. To view or take place in current topics click here.
Which IDE shoud I use for HTML/CSS? [+REP]
Posted:

Which IDE shoud I use for HTML/CSS? [+REP]Posted:

Glxy
  • Rising Star
Status: Offline
Joined: Nov 19, 201310Year Member
Posts: 705
Reputation Power: 29
Status: Offline
Joined: Nov 19, 201310Year Member
Posts: 705
Reputation Power: 29
I am just getting into website development, and am taking a course in school. At my school, we use Dreamweaver but I'm wondering if there are any other Interfaces that incorporate some of the features DreamWeaver has like real time viewing and such. Any help is appreciated and I will +Rep!
#2. Posted:
Hacz
  • TTG Addict
Status: Offline
Joined: Mar 04, 201014Year Member
Posts: 2,891
Reputation Power: 150
Status: Offline
Joined: Mar 04, 201014Year Member
Posts: 2,891
Reputation Power: 150
Although it's not a drag and drop interface like Dreamweaver, [ Register or Signin to view external links. ] has a live preview option. If you have two (or more) monitors, you can put the browser in one window and while you make changes in the HTML/CSS you'll see the changes on the page in real-time.

The feature is nice and all, but I still prefer Sublime Text for websites. I haven't branched off to try other IDEs and I dislike the drag and drop style like Dreamweaver.

Ultimately, it comes down to personal preference.
#3. Posted:
Nineteh
  • New Member
Status: Offline
Joined: Sep 22, 20158Year Member
Posts: 13
Reputation Power: 0
Status: Offline
Joined: Sep 22, 20158Year Member
Posts: 13
Reputation Power: 0
Dreamweaver is not an IDE, its software which allows drag and drop and limits use.

One of the best IDE's you can use is NetBeans: this allows you to edit whilst seeing the changes (when you save, it uploads your files).

It comes with one of the best debuggers which tell you where and what your error is.

I'd suggest it to anyone as it is completely free! It's also what I use.
#4. Posted:
ObscureCoder
  • Resident Elite
Status: Offline
Joined: Jun 29, 201310Year Member
Posts: 211
Reputation Power: 13
Status: Offline
Joined: Jun 29, 201310Year Member
Posts: 211
Reputation Power: 13
IDEs for web design, HTML and CSS, don't really exist since there isn't really any development going on - just the web rendering engine parsing and rendering your HTML, CSS. You can probably find 'IDEs' but they'll be called so because they probably have JavaScript related debuggers and code suggestion features installed.

I've been doing web development for a number of years and I started with Notepad++ then Sublime and then finally, a few months, ago I switched to Atom. I use colorpicker plugins and mini maps and linters when using it and it's really great.

Try out: Atom, Brackets or even Notepad++. With web design it comes down to personal preference. I would try out brackets but I've kinda dug my feet into Atom and use it for more than just web dev.
#5. Posted:
IMMERSIVE
  • TTG Contender
Status: Offline
Joined: Aug 22, 201013Year Member
Posts: 3,110
Reputation Power: 171
Status: Offline
Joined: Aug 22, 201013Year Member
Posts: 3,110
Reputation Power: 171
ObscureCoder wrote IDEs for web design, HTML and CSS, don't really exist since there isn't really any development going on - just the web rendering engine parsing and rendering your HTML, CSS. You can probably find 'IDEs' but they'll be called so because they probably have JavaScript related debuggers and code suggestion features installed.

I've been doing web development for a number of years and I started with Notepad++ then Sublime and then finally, a few months, ago I switched to Atom. I use colorpicker plugins and mini maps and linters when using it and it's really great.

Try out: Atom, Brackets or even Notepad++. With web design it comes down to personal preference. I would try out brackets but I've kinda dug my feet into Atom and use it for more than just web dev.


Yeah I like using Atom for doing web development, especially if you're using it with Github.
#6. Posted:
OriginalGangstaaa
  • V5 Launch
Status: Offline
Joined: Dec 21, 20149Year Member
Posts: 223
Reputation Power: 8
Status: Offline
Joined: Dec 21, 20149Year Member
Posts: 223
Reputation Power: 8
WEBSTORM IS THE BEST! Check it out
#7. Posted:
ChrisWeir
  • Powerhouse
Status: Offline
Joined: Jan 16, 201113Year Member
Posts: 404
Reputation Power: 16
Status: Offline
Joined: Jan 16, 201113Year Member
Posts: 404
Reputation Power: 16
I use Dreamweaver purely because I pay for AdobeCC. However sublime and notepad++ are the best imo if you want to learn how develop websites.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.