MarathonRunner said:
I will be using Dreamweaver.
This course will become read-only in the near future. Tell us at community.p2pu.org if that is a problem.
Text editors come in all many different forms, but at their hearts they all do the same thing - allow you to edit files that are composed of straight forward, everyday text. HTML & CSS files are like this, their contents are simply plain text.
Dreamweaver is an IDE which has it all. But I'm pretty sure you're more skilled in this field. See you around..
After a some research and seeing what other people are using, notepad++ seems like the way to go, because it is just as powerful as its paid-for counterparts. But I plan on getting a Mac soon so hopefully I will be experienced enough to start using VIM.
hi there, your right! I'll be using notepad++ too. I tried VIM on a linux destro and its pretty powerful than their windows version.But the learning curve is pretty steep.
Most of your web development will happen on your own computer. Use the tools that make you happy. But it may happen that you need to make modifications to files at a server that is many miles away, and you might not have quick access to your own tools. If you are only able to connect with a shell account, knowing Vi(Vim) will let you make the changes because it is almost always installed on the server operating system (since most hosted servers are running GNU/Linux). Don't make it your primary development tool, but practice with it in your spare time.
Thanks Algot, Thats a very good advice. Since My primary machine is windows but I will practice Vim in linux because I think the linux version of Vim is pretty awesome than windows version. It is becasue Vim is made for linux? I can across with Brackets and I like the way it preview my code in a browser live. I will some of the editors out there so that I can compare them or make some experience of using it. May I ask if what text editor you are using today? or you are using an IDE.
I use Kate as my text editor. It is one of the programs from the KDE community. I use the Kubuntu and Open SuSE GNU/Linux distributions most of the time. Kate is the default text editor of both distributions. I have not used Kate on Windows, although I have read it is available if you install KDE's tools.
I tried Kubuntu before but not for long. I stick to ubuntu and windows. I like ubuntu but most of the app I need runs on windows.I'll try Kate if I have spare time. thanks Algot.
i am also going for notepad++ cos i love how it color code tags
The purist in me wants to say I'll still use plain old Notepad... but Notepad++ looks like it truly would be an improvement, so I'm going to give it a try.
I'll be using my good ole standby - UltraEdit. I already have it programmed for different types of code to show highlighted syntax. Not sure if it is still available or not!
I have been trying a few of them over the last few weeks,but the one I settled on in the end was
http://brackets.io/.This editor allows you to view your code live.I am on Windows by the way,but this is also available to download for MAC too.
Thanks, that looks really good. I like how easy it is to add additional functionality through plugins. The W3C Validator plugin will come in handy.
I'm running Windows, but will be programming with Notepad++.
I'm an Ubuntu user and i suggest givin a try to Geany.
I have Dreamweaver and have used it before, but want to also become familar with a simple writer. So will be tryin Notepad++ as it look pretty popular
I already have (and work with) Dreamweaver, but it's a gigantic program, so I've decided to opt for Aptana (Mac) because it corrects code (!), it's free, also it works with CSS and javascript, and it has a beautiful black slate to work on.
I have Windows 7 and thus a notepad. Let me see how it goes on with this.
I'm using a MAC... gonna go with TextWrangler for now...
I have always used Notepad due to its simplicity, but I'm going to check out Notepad++! Great tip.