You are viewing our Forum Archives. To view or take place in current topics click here.
Coding software?
Posted:

Coding software?Posted:

ADAKG
  • Ladder Climber
Status: Offline
Joined: Nov 20, 201212Year Member
Posts: 308
Reputation Power: 18
Status: Offline
Joined: Nov 20, 201212Year Member
Posts: 308
Reputation Power: 18
I have heard the Java does HTML and all that but is there another way to do a website through HTML or something like that that you like best? Please leave suggestions.
#2. Posted:
Sys
  • TTG Senior
Status: Offline
Joined: Dec 30, 201311Year Member
Posts: 1,331
Reputation Power: 69
Status: Offline
Joined: Dec 30, 201311Year Member
Posts: 1,331
Reputation Power: 69
Do you mean to code a HTML and CSS website ?

If so, use Notepad ++ to start with

-0lly
#3. Posted:
HTTK
  • 2000 Thanks
Status: Offline
Joined: Jul 25, 201410Year Member
Posts: 2,496
Reputation Power: 313
Status: Offline
Joined: Jul 25, 201410Year Member
Posts: 2,496
Reputation Power: 313
Dream weever is awesome for html and java
#4. Posted:
r00t
  • Administrator
Status: Offline
Joined: May 18, 201113Year Member
Posts: 16,420
Reputation Power: 24471
Status: Offline
Joined: May 18, 201113Year Member
Posts: 16,420
Reputation Power: 24471
JSFiddle is nice if you're learning or testing: [ Register or Signin to view external links. ]

I assume you're asking about IDEs or editors. I use Sublime Text for programming because I'm too lazy for Vi and Emacs.

Kiinggunz510 wrote I have heard the Java does HTML
HTTK wrote html and java

no
#5. Posted:
Status: Offline
Joined: Jun 19, 201113Year Member
Posts: 1,148
Reputation Power: 52
Status: Offline
Joined: Jun 19, 201113Year Member
Posts: 1,148
Reputation Power: 52
i heard that Dreamweaver is quite good and easy to use and apparantly it also teaches you the coding as you go along. not sure if i'm right but yeah so feel free to correct me anyone but i heard its good for making very good websites
#6. Posted:
Left
  • V5 Launch
Status: Offline
Joined: Jun 30, 201113Year Member
Posts: 1,010
Reputation Power: 49
Status: Offline
Joined: Jun 30, 201113Year Member
Posts: 1,010
Reputation Power: 49
I started with notepad++ and I pretty sure you should.

With dreamweaver alot of its just pressing buttons, if you want to learn anything use notepad++ and do it from scratch!
#7. Posted:
Hacz
  • V5 Launch
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
I personally love Sublime Text. It's a very clean and responsive text editor. It has Packages you can install and make it into a partial IDE.

Adding to what Left said, Dreamweaver and those other "Click and Drag" Programs, are NOT a good way to learn if you plan on doing Web Design a lot.

And no Teh_AG, Dreamweaver doesn't teach you anything, really. It just allows you to create a website the lazy-way and you wouldn't learn anything if you rely on it.
#8. Posted:
7en
  • Wise One
Status: Offline
Joined: Aug 16, 201212Year Member
Posts: 598
Reputation Power: 29
Status: Offline
Joined: Aug 16, 201212Year Member
Posts: 598
Reputation Power: 29
Notepad++ is (in my experience) the fastest editor around, and supports syntax highlighting for just about any language you could ever want. What it's not is an IDE, and without the heavy use of plugins, you are really on your own. Most would agree this is the best way to learn, as you're forced to find your own answers.

As you advance, it might not be enough. Many devs deter to their own preferred editor. The Java guys use Eclipse, the PHP guys use PHPStorm etc. Notepad++ is probably perfect for you as you're only learning.

Eventually you may wanna look into Sublime Text 2, which has rightfully earned its place among the other big boys. However if you can't justify dishing out $70 on an editor which is being neglected by its one developer, I recommend [ Register or Signin to view external links. ] , a free (and I quote), "hackable text editor for the 21st Century". It's outstanding.

[ Register or Signin to view external links. ]
#9. Posted:
0ver-
  • New Member
Status: Offline
Joined: Oct 23, 201410Year Member
Posts: 12
Reputation Power: 0
Status: Offline
Joined: Oct 23, 201410Year Member
Posts: 12
Reputation Power: 0
I will quickly list a few programs, which I use for Java / html.

- Notepad (Html / Java)
- Notepad++ (Html / Java)
- Dreamweaver (Html / JavaScript)
- Adobe Edge (Html / Java)
- NetBeans (Java)
- Eclipse IDE (Java)

Hope I helped, thanks!
#10. Posted:
-Ducky
  • New Member
Status: Offline
Joined: Sep 04, 201410Year Member
Posts: 44
Reputation Power: 1
Status: Offline
Joined: Sep 04, 201410Year Member
Posts: 44
Reputation Power: 1
I love Sublime Text, I've used Dreamweaver, but I feel like it makes it more complicated since you have to learn how to use the software.

Sublime text looks clean and smooth, and it's easy to use.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.