The Mac Observer

 
   
1 of 2
1
Hand-coding HTML
Posted: 22 March 2002 07:15 AM [ Ignore ]
Moderator
Total Posts:  1582
Joined  2001-06-11

Hello all!  May I be the first person to welcome you to our brand new HTML & Web Development forum!

I don’t see myself as an expert in HTML in any way shape or form.  I don’t even personally own an Web development program (but I use Dreamweaver sometimes at work).  All the web pages I have ever created have been hand-coded (is that the term?) from scratch.  How many of you out there still practice such archaic methods like me?

Best regards,
Brad

 Signature 

Brad Smith
The Mac Observer

Profile
 
 
Posted: 21 January 2002 07:22 AM [ Ignore ] [ # 1 ]
stars_5
Total Posts:  1162
Joined  2001-11-02

wahoo, second post!

I don’t do a whole lot of web work.  What I do is hand coded, though I am getting better at using perl scripts to generate generic pages.  eventually I’ll sit down and write a good easily customizeable script to create web photo albums as I’m never that impressed by the readymade ones (ala iPhoto)

 Signature 

All statements are to be taken with a grain of salt

Profile
 
 
Posted: 21 January 2002 09:16 AM [ Ignore ] [ # 2 ]
Moderator
Total Posts:  5834
Joined  2001-06-11

I like to write my own HTML code.  Still, if I’m doing something where it doesn’t really matter, like a web photo album, I’ll usually leave that to a program like iPhoto.  I don’t need to spend extra time on things where it won’t make any difference.

_________________
David Nelson
TMO Mac Specialist

<font size=-1>[ This Message was edited by: David Nelson on 2002-01-21 14:19 ]</font>

 Signature 

Mac mini: 2GHz Core 2 Duo, 8GB RAM, GeForce 9400M
iPhone 4S: 32GB, white
iPad 2: WiFi, 16GB, black

Profile
 
 
Posted: 21 January 2002 09:31 AM [ Ignore ] [ # 3 ]
stars_5
Total Posts:  2423
Joined  2001-07-02

100% hand coding: barf.  Sorry, but with the kind of layouts and things I do, I’m not going to sit there typing it all out by hand.  I have no qualms about admitting that.  Besides, I’m a lousy typist, and the <tbale> tag isn’t supported by any browser I know. icon_biggrin.gif

When it comes to cleaning up code and attending to the nitpicky little details, though, I’m happy to get my hands dirty.  I learned web stuff by using PageSpinner which, while being an ‘easy’ tool, laid all the code nekkid and bare.

I use Dreamweaver 4, Fireworks 4, and recently finally got a hold of Flash.  For aforementioned nitpicking and cleaning up, I either use BBEdit or DW’s built in code editor.  If it’s online already and it’s just something small, I’ll use pico.

Hurrah for this new shiny forum!

 Signature 

Evil® takes many forms. Please submit them promptly, in triplicate.

Profile
 
 
Posted: 21 January 2002 09:52 AM [ Ignore ] [ # 4 ]
Moderator
Total Posts:  2593
Joined  2001-11-08

I’ve tinkered around enough over the several years I’ve been using the Web that I can hand code basic stuff from memory.  But I don’t do it all that often, so more complex stuff I’d have to look up or “borrow” anyway.  (One way to figure out how something you like is done is to look at the source in the browser.  That can help you learn, but it may not always be the best code, either.)  If I’m putting up a simple page of pics, I may code it myself (though soon I could probably use iPhoto, etc.)  In doing something complex, I would certainly pick out probably Dreamweaver (though I haven’t used it) or at least GoLive (which we happen to own here at work but also never used it).

Profile
 
 
Posted: 21 January 2002 10:37 AM [ Ignore ] [ # 5 ]
stars_2
Total Posts:  208
Joined  2001-06-12

I can’t stand the code that Dreamweaver and other HTML programs generate, so I do everything by hand.  I was a proud user of SimpleText for all my HTML needs until I moved to OS X, and began using BBEdit.

Profile
 
 
Posted: 21 January 2002 12:03 PM [ Ignore ] [ # 6 ]
Moderator
Total Posts:  1582
Joined  2001-06-11

I am quite partial to using OmniWeb for my hand-coding needs.  It color codes, it reformats, it checks all the HTML thingys, it previews right in OmniWeb, it slices, it dices, ...  you get the point.

Brad

 Signature 

Brad Smith
The Mac Observer

Profile
 
 
Posted: 21 January 2002 01:00 PM [ Ignore ] [ # 7 ]
Moderator
Total Posts:  6199
Joined  2001-08-08

If I could find a WYSIWYG editor worth anything, I’d probably use it. For now, I just use BBEdit and code it all by hand. I could use Word, but I’d have to recode it all by hand anyway. icon_smile.gif Same with FrontPage and Composer. (Does FrontPage even exist in Mac form? I hope not.)

Not that I wouldn’t love a good WYSIWYG editor though. Trying to figure out semi-complicated table structure hurts my brain. icon_biggrin.gif

 Signature 

Curse your sudden but inevitable betrayal!

Profile
 
 
Posted: 21 January 2002 03:16 PM [ Ignore ] [ # 8 ]
stars_5
Avatar
Total Posts:  1442
Joined  2001-06-11

For static, brochure - type sites, I’ll pretty much do everything in Adobe GoLive. Once it gets into the more database - driven sites, all the hand-tweaking, changes and server-side coding gets done in BBEdit and GoLive’s source editor.

Either way, base layouts are done in Illustrator and then chopped up/finessed in both Illustrator and Photoshop.

 Signature 

Rob

widgets :: music :: photos :: twitter

Profile
 
 
Posted: 21 January 2002 03:33 PM [ Ignore ] [ # 9 ]
Administrator
Avatar
Total Posts:  7346
Joined  2001-06-11

I am The Master of Tables.  I can hand code the most complicated tables, as it were, but I choose to use GoLive for my layout needs.  The code produced by GoLive 5.0 is fairly clean (though not as clean as hand-coding, of course), and the the app’s site management features blow away everything else away, including Dreamweaver. Until we rolled out our publishing engine, TMO would never have grown as it did had it not been for GoLive.

There are always times for hand-coding though, and I am not afraid to dive into the source code and figure out what may be wrong.  There is also a time and place for hand-coding from the ground up.  Since I am comfortable in both GoLive and a source editor, I prefer to use my time doing most of development in GoLive.  It’s just way faster.  icon_smile.gif

 Signature 

Editor - The Mac Observer

Favorite (but less relevant than it used to be) Quote: Microsoft’s tyranny lies not in its success, but in the way it achieved and maintains that success.

Profile
 
 
Posted: 21 January 2002 09:08 PM [ Ignore ] [ # 10 ]
Moderator
Total Posts:  3818
Joined  2001-09-24

I hand code.  icon_biggrin.gif

It gives me something to do at work.  Seriously.  I write HTML at work because…well, it’s better than talking to the teacher who sits next to me.  My home page and a page a run for my friend are all hand-coded.  Often causing me to upload, view, the screech and run to fix.  But fun, nonetheless.  icon_lol.gif

My tools?  BBEdit and lots of free time.  icon_biggrin.gif

And now, for her next trick…cooking from scratch!  <audience “oooh"s>

 Signature 

Har har har! Mine is an evil laugh! Now die!

Profile
 
 
Posted: 22 January 2002 01:06 AM [ Ignore ] [ # 11 ]
stars_5
Total Posts:  1823
Joined  2001-08-30

For hand coders using just about any basic text editor, one of the finest companion tools for checking one’s work is iCab.  Setting the View>Automatic Update menu item causes iCab to reload the local page every time you save it, expediting the preview cycle (wouldn’t I like to try that on a 2-monitor setup). Also, its rigidity with html, often a problem on some elaborate sites, and rich, navigable error report helps the coder refine the page so that it will have the broadest support - of course, there are some things, like embedding another page using an <object> tag and many transparent png images, that simply will not work in other browsers, but what a great challenge it is to get a page so clean the little iCab smiley turns green (at which point one option-clicks on it for one’s reward).

 Signature 

Seemed like a good idea at the time

Profile
 
 
Posted: 22 January 2002 09:51 AM [ Ignore ] [ # 12 ]
stars_big_1
Avatar
Total Posts:  2948
Joined  2001-08-12

I used to hand code everything. Even did an e-commerce site with hand code about two years ago.

Needless to say I was in the Asylum for two weeks following the launch…....icon_biggrin.gif

Now days, I just use GoLive 5 for most of the tedious stuff. Every now and then I bring up Dreamweaver for a SSI or Flash button. I do use Photoshop’s Web Contact Sheet feature for Photo Galleries that are easy to customize.

I also use TypeStyler 3.7.2 for static pages. Like my personal website is designed in TypeStyler.

ImageReady I use for Spliced images.

Any extra stuff….hand code.  Why do all the work I used to? icon_biggrin.gif   Though hand coding has it rewards, I get more done with the programs I have now than ever before. icon_biggrin.gif

 

 Signature 

Remember what Obi-Wan said to Luke: “Oops! There goes your shirt!”

Silent Hill Resorts - A forum for the intelligent, mature Silent Hill fan to visit.

Profile
 
 
Posted: 22 January 2002 10:03 AM [ Ignore ] [ # 13 ]
stars_1
Total Posts:  54
Joined  2001-12-29

Yup, SimpleText coding here. I just hate those sources from editors… Never tried GoLive, though. I’ve searched for a hand-coding prog for X, BBedit you say? Mkaaaaaaay…

*goes sucking BBedit*

 Signature 

*burps*

Profile
 
 
Posted: 22 January 2002 11:18 AM [ Ignore ] [ # 14 ]
Moderator
Total Posts:  3912
Joined  2001-07-13

I still hand-code the HTML, until I need to start using Perl/CGI. What’s more, I prefer to us vi to edit those files.

Oh, and in my last contract, in the year 2001, I had to roll my own assembler code because we had speed issues with the database. Believe me, I’m no more proud of it than you are.

 

 

 Signature 

Work is the curse of the drinking classes.
- Oscar Wilde

Profile
 
 
Posted: 22 January 2002 03:23 PM [ Ignore ] [ # 15 ]
stars_big_1
Avatar
Total Posts:  4106
Joined  2001-12-26

wow… i found this thread kinda late, but I do about 99.9% text html-ing..

Idea + Simpletext + Graphic Converter (sometimes + Photoshop) = website

I do have dreamweaver also, but i never use it. I think i’ve done one page with it, not even an entire site.

CODE ON!!
-Louie

 Signature 

-Louie

Profile
 
 
   
1 of 2
1
 
‹‹ Quicktime VR Authoring      Your Camera ››

Apple Stock Quote (AAPL)

Loading...

Hot Topics

TMO Express

Join the TMO Express Daily Newsletter to get the latest Mac headlines in your e-mail every weekday. Find out more!

Top Deals From DealBrothers.com

Recent Features

Support The Mac Observer

We noticed you may be running AdBlock on your computer. It takes real money to run this site and to deliver the news, tips, and opinions you love to read.

If you wish to block the ads that pay for the creation of our content, we ask that you instead support TMO Directly, either with a $5 monthly recurring contribution, or a one-time donation of any amount of your choice. Thanks!

Subscribe with Paypal Donate with Paypal