School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become an Expert!

Join 300,396 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,611 people online right now. Registration is fast and FREE... Join Now!




Web Building

 

Web Building

Esqarrouth

18 Jun, 2009 - 12:41 PM
Post #1

New D.I.C Head
*

Joined: 12 Jun, 2009
Posts: 18


My Contributions
What kind of programs do you guys use/suggest for web developing?

do you prefer simply coding with text editor like c++?
WYSIWYG editors like dreamweaver?

what is the most useful & dependable way?


User is offlineProfile CardPM
+Quote Post


crazyjugglerdrummer

RE: Web Building

18 Jun, 2009 - 12:56 PM
Post #2

YOUR AD HERE
Group Icon

Joined: 7 Jan, 2009
Posts: 677



Thanked: 94 times
Dream Kudos: 425
My Contributions
Yeah, Dreamweaver's great, and a lot of professionals use it, but nothing can compare to knowing html inside and out. WYSIWYG editors make lots of mistakes, and it can take you a while to go around cleaning up after them with all their extra font elements and divs.

THey each have their place. Dreamweaver is useful, but real html coding can be much more dependable.

I go with the html editor aptana studio. Its free, no wysiwyg, but tons of stuff to help you code the html. biggrin.gif
User is offlineProfile CardPM
+Quote Post

xclite

RE: Web Building

18 Jun, 2009 - 12:58 PM
Post #3

LIKE A BOSS
****

Joined: 12 May, 2009
Posts: 629



Thanked: 13 times
My Contributions
I really don't like WYSIWYG editors, just personal preference. I used to code in notepad for web pages until I found lightweight text editors with syntax highlighting. Things like notepad++ and scite make it nice without trying to do it for you.
User is offlineProfile CardPM
+Quote Post

CamoDeveloper

RE: Web Building

18 Jun, 2009 - 02:23 PM
Post #4

D.I.C Head
Group Icon

Joined: 12 Jun, 2009
Posts: 204



Thanked: 12 times
Dream Kudos: 200
My Contributions
For static HTML pages I use Notepad. I can't stand Dreamweaver. If I have to create dynamic pages then I use Visual Studio.

~Camo
User is offlineProfile CardPM
+Quote Post

Esqarrouth

RE: Web Building

18 Jun, 2009 - 02:54 PM
Post #5

New D.I.C Head
*

Joined: 12 Jun, 2009
Posts: 18


My Contributions
i currently use notepad++

but i am searching another way that could make my job easier
i sometimes forget the code or the details
when you got a lot of pages its also hard to keep track of them

User is offlineProfile CardPM
+Quote Post

CamoDeveloper

RE: Web Building

18 Jun, 2009 - 03:00 PM
Post #6

D.I.C Head
Group Icon

Joined: 12 Jun, 2009
Posts: 204



Thanked: 12 times
Dream Kudos: 200
My Contributions
I use to have a Javascript editor that worked with HTML also, but it wasn't that great. You need to find a program that uses an IDE.

~Camo
User is offlineProfile CardPM
+Quote Post

Esqarrouth

RE: Web Building

18 Jun, 2009 - 03:14 PM
Post #7

New D.I.C Head
*

Joined: 12 Jun, 2009
Posts: 18


My Contributions
Any suggestions smile.gif
User is offlineProfile CardPM
+Quote Post

CamoDeveloper

RE: Web Building

18 Jun, 2009 - 04:49 PM
Post #8

D.I.C Head
Group Icon

Joined: 12 Jun, 2009
Posts: 204



Thanked: 12 times
Dream Kudos: 200
My Contributions
It depends on how extensive you want the program to be. For something simple I recommend :
Those are the only two I used and they are great.

~Camo

User is offlineProfile CardPM
+Quote Post

crazyjugglerdrummer

RE: Web Building

18 Jun, 2009 - 05:39 PM
Post #9

YOUR AD HERE
Group Icon

Joined: 7 Jan, 2009
Posts: 677



Thanked: 94 times
Dream Kudos: 425
My Contributions
suggestions for an html IDE? google will turn up a bunch of them, though its hard to find good free ones. Apatana studio is the best free one and my fav. Not free, there's rage webdesign, code, kompozer, etc.
User is offlineProfile CardPM
+Quote Post

Esqarrouth

RE: Web Building

19 Jun, 2009 - 12:42 PM
Post #10

New D.I.C Head
*

Joined: 12 Jun, 2009
Posts: 18


My Contributions
just downloaded aptana studio
lets see how it works out for me wink2.gif

User is offlineProfile CardPM
+Quote Post

gregwhitworth

RE: Web Building

19 Jun, 2009 - 12:50 PM
Post #11

(this).problem + "sucks";
Group Icon

Joined: 20 Jan, 2009
Posts: 1,131



Thanked: 82 times
Dream Kudos: 50
Expert In: HTML, CSS, Web Design

My Contributions
I use Dreamweaver - but I never use the WYSIWYG version - I use it for site control and FTP. It is great when multiple people are working on the same site - keeps people from writing over each other's work.

--

Greg
User is offlineProfile CardPM
+Quote Post

PsychoCoder

RE: Web Building

19 Jun, 2009 - 12:51 PM
Post #12

Dyslexics Untie!
Group Icon

Joined: 26 Jul, 2007
Posts: 14,714



Thanked: 501 times
Dream Kudos: 11450
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net, jQuery

My Contributions
I would stick with Notepad++, WYSIWYG editors write horrible code (and make the person lazy in my opinion). I do all my template files (the template being used for the site I'm working on) in Notepad++, then when I'm ready to start the actual site I transfer it to Visual Studio and go from there.
User is offlineProfile CardPM
+Quote Post

gregwhitworth

RE: Web Building

19 Jun, 2009 - 03:04 PM
Post #13

(this).problem + "sucks";
Group Icon

Joined: 20 Jan, 2009
Posts: 1,131



Thanked: 82 times
Dream Kudos: 50
Expert In: HTML, CSS, Web Design

My Contributions
QUOTE
WYSIWYG editors write horrible code (and make the person lazy in my opinion)



They truly do. If you plan on being a TRUE PRO you need to write your own code as it will slow you down using the freakin' WYSIWYG bull crap.
User is offlineProfile CardPM
+Quote Post

Esqarrouth

RE: Web Building

20 Jun, 2009 - 08:37 AM
Post #14

New D.I.C Head
*

Joined: 12 Jun, 2009
Posts: 18


My Contributions
aptana studio is great
except that it eats alot of meaningless ram
and lags sometimes

User is offlineProfile CardPM
+Quote Post

noorahmad

RE: Web Building

21 Jun, 2009 - 03:09 AM
Post #15

Webmaster
Group Icon

Joined: 12 Mar, 2009
Posts: 2,018



Thanked: 125 times
Dream Kudos: 1350
My Contributions
QUOTE(PsychoCoder @ 20 Jun, 2009 - 12:21 AM) *

I would stick with Notepad++, WYSIWYG editors write horrible code (and make the person lazy in my opinion). I do all my template files (the template being used for the site I'm working on) in Notepad++, then when I'm ready to start the actual site I transfer it to Visual Studio and go from there.


You are rite, I am Using PHPExpert For PHP Editor and after finishing Website for Debugging I am Using Dreamweaver.

but some times.
User is online!Profile CardPM
+Quote Post

markhazlett9

RE: Web Building

21 Jun, 2009 - 07:52 PM
Post #16

Coding is a lifestyle
Group Icon

Joined: 12 Jul, 2008
Posts: 1,443



Thanked: 45 times
Dream Kudos: 25
My Contributions
If you're by chance running OS X... Coda is a spectacular program for web development. The sites features is just not there is any other program i've used to date. Huge plus biggrin.gif

Cheers
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic

Time is now: 11/7/09 10:02PM

Live Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month