Real Estate Forums

Coding HTML, ASP, PHP, JAVA MYSQL and more. All coding questions should be asked here.

Reply
 
Thread Tools Display Modes
Old 01-18-2008, 05:43 PM
Joe Cline Austin's Avatar
Joe Cline Austin Joe Cline Austin is offline
Real Estate Web Guru
 
Join Date: Oct 2007
Location: Austin Texas
Posts: 409
Joe Cline Austin is on a distinguished road
Default Re: Best HTML Editor?

Dreamweaver CS3 and UltraEdit are my two tools of choice. If I want to do something quick and dirty I use NetObjects.

joe
Reply With Quote
Old 01-21-2008, 09:41 AM
lprest's Avatar
lprest lprest is offline
Advancing Webmaster
 
Join Date: Apr 2007
Location: Payson, AZ
Posts: 72
lprest is on a distinguished road
Default Re: Best HTML Editor?

I use NoteTab Pro, I think it costs about 5 dollars. It's very convenient to use, AND I can load ALL my web site pages in when I want to change something, use the "replace" feature to change it for all the pages at once, and just upload the pages again. Takes about 5 minutes.
__________________
Leslie Prest
"Want the Best? Call a Prest!"
Reply With Quote
Old 04-29-2008, 07:23 AM
MAC MAC is offline
New real estate webmaster
 
Join Date: Apr 2006
Location: Portugal
Posts: 16
MAC is on a distinguished road
Default Re: Best HTML Editor?

Hi

I agree with the previous post. The code editor one uses does not influence a website's rank. The quality of the code produced by the editor might (will).

I use Dreamweaver cause sometimes I roughly want so SEE what I’m coding. Dreamweaver produces hi-quality HTML, which complies with the W3C validations.

Quote:
Originally Posted by 20something RE Guy View Post
Wanted everyone's opinion.
Quote:
Originally Posted by 20something RE Guy View Post
(...)
so i could edit specific parts of code that are in all the files it'd be good.


In order to edit repeating blocks of code at one time, you can use SSI, Server Side Includes. I don't know if you are familiar with the concept, so I will roughly explain it:

You write the "repeating block of code", and you save it with a .shtm extension.
Note: The block of code, without <htm> <body> etc, just the code you want to see repeated in other pages. Usually you save this files in a specific folder. I usally name it “_includes”

Then in the html files you whant to include that block of code you simply add this line of code in the place you want it to appear.
<!--#include file=”_includes/myCodeBlock.shtm” --> (if you have a Microsoft server IIS) or <!--#include virtual=”_includes/myCodeBlock.shtm” -->(if you have a Unix server – Apache)
That simple!

Then you can just edit, or change you block of code (myCodeBlock.shtm) and all the HTML files where you’ve included it will be automatically updated.

It will only work in a server environment (tough Dreamweaver mimics its, and you can see the includes in the visual mode) so you will only see it working in your browser once you’ve uploaded the files to your server.

Hope it will help you!

Sorry for my English, But this is not my first language.

MAC
__________________
MAC
_________________________________________
Adobe Certified Professional, Macromedia Dreamweaver 8 Developer.
Reply With Quote
Old 04-29-2008, 09:07 AM
brandonre's Avatar
brandonre brandonre is offline
Uber Real Estate Webmaster
 
Join Date: Dec 2006
Location: Brandon, Florida
Posts: 571
brandonre is on a distinguished road
Default Re: Best HTML Editor?

NVU is a great one and is free
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off

REW Conference

For our members

Main Sections

IDX Coverage Areas

Spiders Welcome

All times are GMT -7. The time now is 01:24 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.