| View previous topic :: View next topic |
| Author |
Message |
jayhawk1919 Member

Joined: 18 Aug 2003 Posts: 38
|
Posted: Wed Aug 20, 2003 11:04 am Post subject: Text Editor |
|
|
Just to see, what Text Editor do you all use to code your webpages? I use TextPad, and love it.
________
website design
Last edited by jayhawk1919 on Thu Feb 03, 2011 12:13 am; edited 1 time in total |
|
| Back to top |
|
 |
sohnee Senior Member

Joined: 17 Jul 2002 Posts: 2077 Location: UK
|
Posted: Thu Aug 21, 2003 12:28 am Post subject: |
|
|
| I use notepad for most of mine. |
|
| Back to top |
|
 |
zachariah Member

Joined: 07 Sep 2002 Posts: 99 Location: Earth
|
Posted: Sat Sep 27, 2003 8:48 am Post subject: |
|
|
| EditPadPro and I use the XML coloring scheme because all of my HTML is really xhtml. |
|
| Back to top |
|
 |
sohnee Senior Member

Joined: 17 Jul 2002 Posts: 2077 Location: UK
|
Posted: Wed Dec 24, 2003 2:06 am Post subject: |
|
|
I have just been recommended one, it colour codes multiple languages, checks all your css against the standards and can be integrated with W3C doctype checks and bobby accessability checks.
I have tried out the free download (trial) and I am now using it the whole time for HTML/XHTML, CSS, ASP, XML etc etc. |
|
| Back to top |
|
 |
mgm Site Admin

Joined: 13 Jul 2002 Posts: 304 Location: Salt Lake City, UT
|
Posted: Mon Dec 29, 2003 5:28 am Post subject: |
|
|
Which one?
I use HomeSite 5 and TextPad most of the time. Emacs occasionally on the server side. _________________ Michael Moncur
Owner and Moderator, The JavaScript Workshop
Read the guidelines before posting: http://www.jsworkshop.com/posting.html |
|
| Back to top |
|
 |
sohnee Senior Member

Joined: 17 Jul 2002 Posts: 2077 Location: UK
|
Posted: Mon Dec 29, 2003 8:26 am Post subject: |
|
|
Oh yeah - I never said.
It's called TopStyle.
Does emacs let you edit via FTP or via web front end?
I tend to edit in my safe environment where I can get away with the odd infinate loop once in a while and upload it once tested! (ASP)
I presume there is an equivalent to Internet Information Services that can be used as a development environment for PHP / other languages? |
|
| Back to top |
|
 |
phil karras Senior Member

Joined: 15 Jul 2002 Posts: 1776 Location: MD
|
Posted: Mon Dec 29, 2003 9:11 am Post subject: |
|
|
I use textpad.exe not as good as what sohnee is using, if it really does do the W3C standards checking that's pretty cool!
Textpad was developed in GB and costs whatever the exchange rate is, in my case it was about $24 to register my copy. _________________ Phil K
Circle Software Consulting
Test website: http://cs.yrex.com/
Guidelines for Posting: http://www.jsworkshop.com/posting.html
IHBAAA = It Has Been Asked And Answered
KISS: http://www.jsworkshop.com/bb/viewtopic.php?t=508 |
|
| Back to top |
|
 |
mgm Site Admin

Joined: 13 Jul 2002 Posts: 304 Location: Salt Lake City, UT
|
Posted: Tue Jan 20, 2004 5:46 am Post subject: |
|
|
I was very impressed with TopStyle 3, I'll probably end up paying for it soon.
Textpad is the first thing I install on any new computer.
Emacs: I only use it over SSH on the server, when i'm editing system files or web pages I'm too lazy to create a local copy of. _________________ Michael Moncur
Owner and Moderator, The JavaScript Workshop
Read the guidelines before posting: http://www.jsworkshop.com/posting.html |
|
| Back to top |
|
 |
MECM New member

Joined: 24 Jan 2005 Posts: 2
|
Posted: Mon Jan 24, 2005 8:07 pm Post subject: I use A editor |
|
|
| I use nvu it is an ok editor but it groups code together in ways i don't want it to so i put it threw the notepad blender for 2 days and walla it's cured! |
|
| Back to top |
|
 |
zachariah Member

Joined: 07 Sep 2002 Posts: 99 Location: Earth
|
Posted: Tue Feb 22, 2005 6:13 am Post subject: Re: I use A editor |
|
|
| MECM wrote: | | I use nvu it is an ok editor but it groups code together in ways i don't want it to so i put it threw the notepad blender for 2 days and walla it's cured! | nvu is a technically a WYSIWYG editor, but it is a nice (and getting better each rev) piece of software  _________________ Firefox • Thunderbird |
|
| Back to top |
|
 |
kingmaker New member

Joined: 23 Feb 2010 Posts: 2
|
Posted: Tue Feb 23, 2010 12:39 am Post subject: |
|
|
I use two mixtures of them.. textpad and notepad.. Mostly notepad for my Html coding... _________________ COSHH risk assessment | CDM coordinator |
|
| Back to top |
|
 |
sohnee Senior Member

Joined: 17 Jul 2002 Posts: 2077 Location: UK
|
Posted: Tue Feb 23, 2010 1:13 am Post subject: |
|
|
If you are using Notepad, you should definitely consider using Notepad++. It is essentially the same as Notepad, very lightweight and simple, but it will highlight your syntax, which makes your code very readable.
There is also an interesting new IDE being developed by JetBrains. It's aimed at web developers and has some awesome features. It's called JetBrains Web IDE and if you are looking for a fully featured code editor, it's basically the equivalent of Visual Studio, but for HTML, CSS, JavaScript and PHP developers. _________________ I also work on... Steve Fenton's Blog and contribute to The Enhance PHP Unit Testing Framework |
|
| Back to top |
|
 |
|