Preserved Topic: Hand code shortcuts for the first timer? |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: New Jersey, USA |
posted 12-09-2000 17:08
Hi guys,....umm....err.... this is so embarrassing. I want to start coding sites by hand,(been using Dreamweaver). Can anyone or all of you give me any tricks for saving keystrokes, or any tips(production oriented or otherwise) for saving what little sanity I have left. There's a cold beer in it for all replies. Thanks in advance. |
Maniac (V) Inmate From: under the bed |
posted 12-09-2000 17:40
My best advice is to a text editor with color-coding support for html. I think I would go insane without colorcoding. A good example of this (if you use a PC) is eNotepad, which you can find at http://www.edisys.com/ |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 12-09-2000 17:52
Butcher, my best advice would be to use MAX's HTML Beauty++ ME to do all your coding work. It is definitively one of the best FREEWARE HTML editors (and I'm not just saying this, because I've created it <img border=0 align=absmiddle src="http://www.ozones.com/forum/biggrin.gif">. Oh, I almost forgot, here's the url: http://www.max.co.yu/htmlbeauty/ |
Maniac (V) Inmate From: under the bed |
posted 12-09-2000 22:19
Gonna check that out max <img border=0 align=absmiddle src="http://www.ozones.com/forum/smile.gif"> |
Paranoid (IV) Inmate From: New Jersey, USA |
posted 12-10-2000 01:30
Thanks guys, That sound like great advice DL, I can't wait to design something new so I can try it out. |
Maniac (V) Inmate From: out of a sleepy funk |
posted 12-10-2000 19:41
http://www.zdnet.com/downloads/stories/info/0,,0013DH,.html |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 12-10-2000 22:29
Well... MAX's HTML Beauty++ ME is better! <img border=0 align=absmiddle src="http://www.ozones.com/forum/biggrin.gif"> |
Paranoid (IV) Inmate From: Lower City, Iest, Lower Felda |
posted 12-11-2000 11:14
What text editor topic would be complete without a bbedit post? |
Bipolar (III) Inmate From: Iceland |
posted 12-11-2000 11:45
If you want a really good program you should use 1st page (can be found at tucows.com) it´s a lot like Homesite and it´s free. |
Paranoid (IV) Inmate From: New Jersey, USA |
posted 12-11-2000 12:26
For anyone following this thread, the link that JK gave a couple of posts up, is a link to download 1st Page. Just letting everyone know to save you some time if you want to check it out. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 12-11-2000 16:04
Heres a couple of things |
Paranoid (IV) Inmate From: New Jersey, USA |
posted 12-11-2000 18:16
Thanks Bitdamaged, that's great advice. Anyone have any tips on file and project organization? until now my 'WYSIWYG' has done this for me, and as I've learned since coming to this forum, It's definitely better to learn from you guys and your experience, than from my own stupid mistakes. |
Maniac (V) Lord Mad Scientist Sovereign of all the lands Ozone and just beyond that little green line over there... From: Stockholm, Sweden |
posted 12-11-2000 21:29
OK, as mentioned, a good editor with some basic color coding is essential. BBEdit for the Mac and HomeSite for the PC are my choices, typically. Another thing that is too useful for words is a good search and replace function, hopefully with a "global" parameter too. Sometimes you'll find yourself where you need to change one specific line that's in *every* page, and you only want to do it once. For this reason, I also rely on templates, the more standard the better. Make your own, and use them for *everything*. If you have a line that shows up a lot, with minor variations? You could type it out each time, but if you CUT & PASTE it will be *exactly* the same in all of your pages, which makes it easier to find next time. |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 12-11-2000 22:54
Butcher, I'm glad that you like it! <img border=0 align=absmiddle src="http://www.ozones.com/forum/biggrin.gif"> Stay tuned for updates - I'm planning a few surprises around Christmas... |
Paranoid (IV) Inmate From: Lower City, Iest, Lower Felda |
posted 12-12-2000 00:05
On the subject of organization, I've been using revision control software for the last two projects I worked on, this has been really nice for keeping track of which design I really want to use, having different versions for text based browsers, and keeping track of the code that actually works. |
Maniac (V) Inmate From: out of a sleepy funk |
posted 12-12-2000 19:18
1st Page is excellent for the organizational bits that Doc and Bit mentioned. It has a code library where you can store your code snippets that you use often and it has excellent find and replace capabilites, a project manager, you can even 'save as a template'. Sucka's full featured. |