JitterBoggle said:
I have chosen Notepad + +, because I like notepad, but this one comes with ++ on the end so you know it has to be good.
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.
I have chosen Notepad + +, because I like notepad, but this one comes with ++ on the end so you know it has to be good.
I'm going with TextWrangler because it's free on the Mac App Store:
http://itunes.apple.com/us/app/textwrangler/id404010395?mt=12
Hello All
At the University i used HTML Kit.
it's a good editor for make web pages and it have also many plugin
also HTML pad is a good editor for make webpages.
I've used gedit on Linux and i find it easy to use...i like how it automatically highlights code, so you know what works and what doesn't...unlike Notepad.........
I'm yet to do a little more research into this since i don't have that much experience with HTML editors...
You can find my blog here
In Windows my choice is Notepad++ this is a simple a very efficient text editor that allows you to use ftp within the program with code highlighting. In linux there are some very useful plugins available for gedit if you take a look around the web.
Well I guess I have to post about the text editor that I have been using. I have been using Notepad++ for the longest time. It is super simple to use and has plugins to make it do more stuff. For example, if you like the tab expand feature on Textmate (If you have a Mac with textmate you know what I am talking about) there is a plugin for Notepad++ to have that same functionality.
For those of you that don't know what I am talking about when you type:
doc
then press the tab key on your keyboard it will convert it to
<!DOCTYPE html>
A very useful feature that helps you could a whole lot faster.
Another pluging that I like was the zen coding plugin. When you type:
html>head+body>p*3
and press ctrl + e (don't press the "+" key) on your keyboard
it would turn into:
<html>
<head></head>
<body>
<p></p>
<p></p>
<p></p>
</body>
</html>
Which also speeds ups coding
I started this challenged by reading many of the previous comments and what they had learned at this stage of the challenge. What I took from that was to try Komodo,
http://www.activestate.com/komodo-edit ,
but I then turned to my mentor and asked him about this challenge and his suggestion was for me to try eclipse. While it appears a bit overwhelming for a novice such as myself, I'm going to give exlipse a try. Thanks for the suggestion Corbit!
So, this task is just to read the description of the task, or is it to choose one? I'm a bit confused about what makes this task completed...
I'm downloading crimson editor right now. I think that is the one I tried before and liked. If I am right, it displays in different colors. That makes things more readable when they get long.
I'm on a Mac and need to keep it free. Looks like my best options are TextWrangler or Komodo Edit. I'll give 'em both a run.
I'm stuck with notepad since I'm on a locked down office computer.
I had the same problem in my high school class were they didn't let me install any software on their computers even if was free. That when I learned about portable apps. They can run from usbs, sd cards, and ipods. All you have to do is download the suite or just a single application you want. Then install it on to your usb or what ever device you plan to use. Then when you connect your device to the other computer, in this case it is your work computer, you find the folder where the program is and open it up. Then run the exe file and there you go, you now have a program running completely off of your device and not your works computer.
Using this method you can try gvim, geany, notepad++, or notepad 2 (I recommend notepad++) and find out which one you like.
Here is the link to the website:
Here is the link to the list of portable apps:
I can recommend zu Phase 5 html editor! Its for free, and has all functions you need! I just have the german version, but google will find the english one.
Otherwise use this:
http://www.pspad.com/en/
OK, looked at Komodo editor, not bad - like the previewer but have seen others that do it better (for HTML and CSS). Have heard of Notepad++ but do not use it - no particular reason.
Here's the editors I use for those interested and they are free to use or you can purchase if you wish.
Programmers Notepad 2 (pn2), Coffeecup, sublime text 2
Give tham a go or at least compare them.
It sounds good that we get extra credit for linux.
Based on what everyone's said. im going to download both Komodo and Notepad ++
Ill let you know how it goes in the next section
Most of my experience has been with vi, notepad, and most recently Dreamweaver. I'm comfortable reading/editing code in any program as long as everything is properly indented. Judging by my predecessors, it has been narrowed down to two - Komodo Edit and notepad++.
Komodo Edit is the most logical choice because the Komodo IDE looks very powerful (debugging). Learning their line of products just makes sense. Notepadd++ looks to be a good alternative.
Ok, I am using Komodo edit some time. So my editor choice would be it . However I have installed Notepad++ on my work, so I am trying it out now. Operating system is Windows ;)
yey bonus points to me aswell :) Ubuntu 11.10 here...
I like gedit, its very light and really easy to use with html. I also have aptana installed, and thats what I normally use.
Bonus points for Linux?
Awesome! I never get extra credit
And I'll give you more e-bonus points if you have mastered vi
I downloaded Aptana Studio but can't figure it out. So I downloaded Komodo and I think that is going to work.
Can I ask what operating system you tried to use Aptana Studio on? I use Aptana Studio quite a bit, after trying many, many others. I would recommend Aptana Studio to just about anyone, but it isn't as easy to install/setup as one might think.