Personal Development for Smart People Forums

Personal Development for Smart PeopleTM Forums


Go Back   Personal Development for Smart People Forums > Personal Development > Technology & Technical Skills
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Technology & Technical Skills Computer skills, hardware, software, internet topics, gadgets, programming


Welcome to the Personal Development for Smart People Forums, the place for lively, intelligent discussion of all personal growth issues -- physical, mental, financial, social, emotional, spiritual, and more.

You're currently viewing as a guest, which gives you limited read-only access. By joining our free community, you'll be able to post your own messages, access many members-only features, see the new messages posted since your last visit, and of course remove this header message. Registration is fast, simple, and free, so please join today.

If you arrived here from a search engine, you may want to explore the main site first, which includes hundreds of deep and insightful articles on a variety of personal development topics.
Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 08-28-2007, 05:44 PM
Administrator
 
Join Date: Oct 2006
Location: Las Vegas, NV
Posts: 2,864
Steve Pavlina has disabled reputation
Default Best web editor

I'm looking for new web editor software. I've previously used HomeSite, but it's several years out of date, and I can't get it to run properly on Vista. It served me well for many years, but I'm looking for something more modern that can properly highlight PHP code.

Mainly I need something that helps with good HTML/CSS/PHP web design and page layout. Cost isn't much of a concern, since such software usually pays for itself.

Any recommendations? Pros/cons?
__________________
Steve Pavlina
www.StevePavlina.com (Twitter page, Facebook page)
Get my new book Personal Development for Smart People (now available at Amazon.com)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 08-28-2007, 06:06 PM
Moderator
 
Join Date: Oct 2006
Location: San Rafael, CA
Posts: 4,416
Dan.Linehan is on a distinguished road
Default

I use boxer.

Extensive macro options, super advanced find and replace (including over multiple files,) highlighting based on filename extension etc.

Its pretty awesome; its not for layouts though.
__________________

Best,
Dan Linehan

Facebook | Etopolos
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 08-28-2007, 10:21 PM
Member
 
Join Date: Aug 2007
Posts: 45
GuerillaInternetMarketing is on a distinguished road
Default

Steve - I'm a huge fan of Homesite myself - best editor that ever existed! I used it up until a couple of months ago.

I finally made the move over to Dreamweaver recently. While I'm not taking advantage of many of the features, it does the job and after all, Macromedia bought Homesite and merged it into this.

Hope you find a replacement for the irreplaceable Homesite...
__________________
Guerilla Internet Marketing - FREE information on boosting traffic and web site conversion.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 08-29-2007, 01:28 AM
Moderator
 
Join Date: Nov 2006
Location: Melbourne, Australia
Posts: 182
tobyhede is on a distinguished road
Default

On windows I use the Open Source Aptana - it has good support for HTML and CSS, and is OK with PHP, but is improving constantly. I also use Eclipse with the PHPEclipse plugin.

My main editor is TextMate, because most of my work is on the Mac. There is a Windows version of this called E. TextMate is incredible, and I've heard good thing sabout E. Extensive code support, excellent code highlighting and colorisation, fully extensible.

For more front-end oriented stuff, Dreamweaver is still probably the best option.
__________________
toby hede
---------------
Toby Hede’s Blog on Ruby, Rails, User Experience and Stuff
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 08-29-2007, 04:46 PM
Senior Member
 
Join Date: Nov 2006
Location: Cheshire, UK
Posts: 265
Caveman Joe is on a distinguished road
Default

DreamWeaver is the industry standard.
NVU is good (more up-to-date with current philosophies, and more reliant on CSS, which is nice) and open-source.
But you just can't beat a plain-text editor.
__________________
CavemanJoe.co.uk - a complete waste of hosting.
Stainless Design - Cheshire-based website design.
HostingForAQuid - does exactly what it says on the tin.
Culture Shock - my rather poor fiction.
Project Wonderful Talk - the unofficial Project Wonderful blog and forum.
JAMMAForever - open-source games for coin-op arcade machines!
Twisted Librarian - my lovely librarian girlfriend.
The Remarkable Procrastination Device - Outsource your procrastination!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 08-30-2007, 01:00 AM
Senior Member
 
Join Date: Nov 2006
Posts: 328
Minsc is on a distinguished road
Default

I use Dev-Cpp, which is a C++ IDE, but it's the only one that I like so I use it for everything else...
Bloodshed Software - Dev-C++

I like it because:
-There's an option to let you seek past the EOL and EOF.
-It's fast and not bloated.
-You can configure it to not automatically fill in anything(no class browsing, ect).
-You can turn off smart tabs. I hate those.

That's more than any other IDE I've ever seen...
It doesn't syntax-highlight PHP because it's supposed to be C++ IDE.
__________________
There is nothing on sundersoft.com.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 08-30-2007, 03:51 AM
Senior Member
 
Join Date: Jul 2007
Location: Eugene, Oregon
Posts: 198
JimC is on a distinguished road
Default

I used Dreamweaver for a few years. It is good for the professional environments since it has the network check in/out feature, it is good for projects. The cons: It tends to produce messy unstandard code. It has XHTML standard implementation, but it's pretty crappy.

There is Notepad2, but it's just a much better version of Notepad, nothing special.


Since you are experienced, I would suggest either Notepad++ or EditPlus

Notepad++ has lots of nice features and it's very simple (low overhead, highly productive). I am especially fond of its syntax highlighting.

EditPlus is kind of like Notepad++ but with more graphical features as well as a sidepane full of codes and functions for referencing that might aid you in coding.

If you don't need much help when coding, I'd recommend Notepad++
If you tend to check online a lot when coding, I'd recommend EditPlus

Both of these are free, but very useful.

If you really don't mind spending money, Dreamweaver is a good thing to experiment with, but from an expert's standpoint, it's pretty messy and powerless. But by all means, avoid Frontpage.

Conclusion: Use Geocities.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 08-30-2007, 04:57 AM
Senior Member
 
Join Date: Nov 2006
Location: Ballarat, Victoria, Australia
Posts: 167
aussieNickuss is on a distinguished road
Send a message via MSN to aussieNickuss
Default

Of all the text editors I have used, I find Dreamweaver has the best PHP highlighting. It just seems to highlight so many more different bits of code (eg. a lot of editors colour code variables and function names the same whereas Dreamweaver separates them).

I've also become accustomed to Dreamweaver's very convenient auto-completes. (eg. to type a whole image tag, I just have to type '<im' enter 'src' enter 'alt' enter '>' and it automatically completes the rest.....saves a lot of time.

For PHP coding, if you sometimes forget what order the variables go into a built-in function, if you type out a function name, it brings up a tooltip with what is required to be entered for that particular function.

Dreamweaver is often seen as just a WYSIWYG editor, but there is a hell of a lot more to it than that.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 08-30-2007, 05:13 AM
Senior Member
 
Join Date: Mar 2007
Location: Las Vegas, NV
Posts: 219
Iksander is on a distinguished road
Default

PHPEdit is great softwarey for Windows - PHP, CSS, HTML, etc... (it isn't WYSIWYG).

I currently use ViM with PHP, Subversion, and XHTML modules...
__________________
"Speak your mind, even if your voice trembles."
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 08-30-2007, 06:09 AM
Senior Member
 
Join Date: Nov 2006
Location: NM, USA
Posts: 792
Dharma is on a distinguished road
Send a message via AIM to Dharma Send a message via Skype™ to Dharma
Default

I use Dreamweaver mostly. Good for design and it does highlight php and other languages.
__________________
--There's nowhere to go, nothing to do.

My blog which I haven't updated in a long time.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 08-31-2007, 10:57 PM
Senior Member
 
Join Date: Nov 2006
Location: On the internet
Posts: 129
Kiba is on a distinguished road
Default

I recommended vim because it is a geek's text editor.

I used kate day to day but you can't use it on window, it is only available on GNU/Linux.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Wordpress questions Lauxa Technology & Technical Skills 12 05-27-2007 03:00 PM
Podcasting from 2 different Locations. Is it possible? TheColonel Technology & Technical Skills 6 01-04-2007 11:35 PM


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


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 by Pavlina LLC