Do you code everything?

  • DuffMan
  • Beginner
  • Beginner
  • User avatar
  • Joined: Nov 23, 2003
  • Posts: 60
  • Loc: Portland, OR
  • Status: Offline

Post December 7th, 2003, 2:23 pm

I'm just curious as to how much people actually design their page in code, rather than a program like macromedia dreamweaver. I used to whip out notepad to create everything, but now I use dreamweaver because it saves me a whole lot of time, I see no point in actually writing my own html files by hand.
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post December 7th, 2003, 2:23 pm

  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23407
  • Loc: Woodbridge VA
  • Status: Offline

Post December 7th, 2003, 3:18 pm

I know I've said it elsewhere, but I can't use wysiwyg editors like Dreamweaver or Frontpage. I just have a mental block or something and can just never get them to do what I want. I've never been able to create a single page using the wysiwyg side. So I just code it all from memory, and I have most of the standards up there somewhere. For me it's quicker. Besides, that, I also know that if I write the code, I have a better shot at figuring out where any problems are, because I know what I did.

I'm not saying that either are bad programs or anything. I know they are very popular, and should be easy to use. I just can't.

Lastly, copy and paste is my friend (not intending to sound like I'm stealing others work and copying it, but many bits of code are so repetative that saves a ton of time.)

Yep - straight up code for me.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • b_heyer
  • Web Master
  • Web Master
  • User avatar
  • Joined: Jun 15, 2003
  • Posts: 4583
  • Loc: Maryland
  • Status: Offline

Post December 7th, 2003, 3:25 pm

I use WYSIWYG. Except my eyes are so used to html code, what I see in the code, is exactly what I get in the end product. I don't think programs like dreamweaver or pagemaker can give you that warm fuzzy feeling that making all the code yourself does. Now that most of my pages are generated using server side scripting, I have no choice but to do it via text.

Anyways since that was complicated I am pure code, I speak brackets and question marks with a few dollar signs and colons inbetween.

As for the copy and paste remark by mi amigo, I have been trying to retype code whenever I find I want to copy and paste it, so I atleast learn a little and maybe commit some of it to memory.
Pixel Acres V2
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23407
  • Loc: Woodbridge VA
  • Status: Offline

Post December 7th, 2003, 3:34 pm

b_heyer wrote:

As for the copy and paste remark by mi amigo, I have been trying to retype code whenever I find I want to copy and paste it, so I atleast learn a little and maybe commit some of it to memory.


Good point. Actually, on the c & p part I was refering to stuff, like navigation links and other repetative tables and such that just need some minor editing. For what you are talking about, I agree that's spot on. A great way to learn. I completely have to do that with server-side scripting since it's all new to me.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • neronxeron
  • Born
  • Born
  • No Avatar
  • Joined: Dec 14, 2003
  • Posts: 4
  • Status: Offline

Post December 14th, 2003, 11:55 am

its tough. i only did that when i didnt have frontpage and stuff....i work better with visuals.
  • Bigwebmaster
  • Site Admin
  • Site Admin
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 8934
  • Loc: Seattle, WA & Phoenix, AZ
  • Status: Offline

Post December 14th, 2003, 6:11 pm

I use good old notepad for EVERYTHING. Actually my notepad is a bit more advanced as it allows me to do search and replaces across multiple documents, code syntax highlighting, etc. However it still is just notepad, just slightly advanced.
Ozzu Hosting - Want your website on a fast server like Ozzu?
  • b_heyer
  • Web Master
  • Web Master
  • User avatar
  • Joined: Jun 15, 2003
  • Posts: 4583
  • Loc: Maryland
  • Status: Offline

Post December 15th, 2003, 9:07 am

hehehe :-P Same here, I tried using HTML-Kit and that is too user friendly for me, start typing a tag and things pop up, start with a table and things pop up.

I like Context, if only it didn't seem to eat ram at times. :(
Pixel Acres V2
  • lostinbeta
  • Guru
  • Guru
  • User avatar
  • Joined: Jun 26, 2003
  • Posts: 1402
  • Loc: Philadelphia, PA
  • Status: Offline

Post December 15th, 2003, 1:18 pm

I personally use Dreamweaver, but I don't use it's WYSIWYG side.

I code everything by myself 100% (if I can't code it, chances are I won't use it).

I mainly just use dreamweaver for it's ability for color coding, it's ftp ability, and the HTML, CSS, and Javascript references (It's mainly what I used to learn all 3 of those)
  • RyTRiX
  • Graduate
  • Graduate
  • User avatar
  • Joined: Mar 28, 2003
  • Posts: 239
  • Loc: Michigan
  • Status: Offline

Post December 15th, 2003, 1:59 pm

Notepad 100%
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23407
  • Loc: Woodbridge VA
  • Status: Offline

Post December 15th, 2003, 4:39 pm

b_heyer wrote:
hehehe :-P Same here, I tried using HTML-Kit and that is too user friendly for me, start typing a tag and things pop up, start with a table and things pop up.

I like Context, if only it didn't seem to eat ram at times. :(


*smiles - you could just turn off "auto-complete" and then it's just like Notepad, except for being color coded and line numbers. And that is truthfully all I use HTML kit for is the line numbers. That DOES come in handy.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • b_heyer
  • Web Master
  • Web Master
  • User avatar
  • Joined: Jun 15, 2003
  • Posts: 4583
  • Loc: Maryland
  • Status: Offline

Post December 15th, 2003, 4:49 pm

yes it do :-P
Pixel Acres V2
  • b_heyer
  • Web Master
  • Web Master
  • User avatar
  • Joined: Jun 15, 2003
  • Posts: 4583
  • Loc: Maryland
  • Status: Offline

Post December 15th, 2003, 4:49 pm

yes it do :-P
Pixel Acres V2
  • musik
  • Legend
  • Super Moderator
  • User avatar
  • Joined: Aug 06, 2003
  • Posts: 6892
  • Loc: up a tree
  • Status: Offline

Post December 15th, 2003, 4:51 pm

i use a webpage maker and tweak stuff by hand :wink: My new years resolution is to get a copy of dreamweaver and learn to use it.
Opportunity To Do - Changing the lives of children around the world.
Rose.id.au - Doing Life.
  • Dragon
  • Proficient
  • Proficient
  • User avatar
  • Joined: Dec 14, 2003
  • Posts: 411
  • Loc: USA
  • Status: Offline

Post December 19th, 2003, 11:39 pm

Well I guess I'm not soo experienced I use Dreamweaver 100% nah not really but mostly I use dreamweaver....
Forela.com
  • DymeMedia1
  • Novice
  • Novice
  • User avatar
  • Joined: Dec 17, 2003
  • Posts: 30
  • Loc: London
  • Status: Offline

Post December 21st, 2003, 11:32 pm

Notepad was my favourite when i was learning and practising i find it to be alot better to code and its true that way any problems theyr easily rectafied but that was the past lol these days im a fan of dreamweaver and notepad every now and then to make sure everything is perfect and to go over it properly coding is a great way to learn it properly for a lazier and easier way to do things dreamweaver for sure. but notepad remains as the backbone for everything.
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post December 21st, 2003, 11:32 pm

Post Information

  • Total Posts in this topic: 16 posts
  • Users browsing this forum: No registered users and 159 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.