PHP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingPHP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #61  
Old June 20th, 2003, 10:21 AM
jinx jinx is offline
it's not a tumor
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Oct 2002
Posts: 22 jinx User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Dreamweaver MX Patch

Just a note for the Dreamweaver MX users - a patch is available that is supposed to fix a large number problems.

http://www.macromedia.com/cfusion/r...=dwmx%5Fupdater

Reply With Quote
  #62  
Old July 5th, 2003, 12:20 AM
admiral_angel admiral_angel is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Posts: 2 admiral_angel User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Thumbs up Favourite editor

My fav is notepad. Notepad rulz...Long live notepad

Reply With Quote
  #63  
Old July 14th, 2003, 06:27 AM
joukar joukar is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Posts: 1 joukar User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
i think dream weaver MX is the best!

Reply With Quote
  #64  
Old July 20th, 2003, 01:22 AM
liquidkernel liquidkernel is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Oct 2002
Posts: 2 liquidkernel User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Quote:
Originally posted by jpenn
Komodo is by far the best editor available on the market. It may be a little to much for the not everyday application developer, but by far the best editor on the market.....


Completely agreed with you on Komodo. ActiveState has done a superb job with their product. It has truly saved me lots of time and streamlined my PHP coding.

I also use DWMX for the HTML side and then jump to Komodo for PHP (my applications are always multi-tiered, so Komodo has the PHP file open and DWMX has the template file open).

Though on my laptop with 192MBs of RAM, Mozilla eats up quite a lot of memory. If only Komodo used a more streamlined version of Mozilla that didn't take 20MBs of RAM.

Reply With Quote
  #65  
Old July 20th, 2003, 10:32 AM
FrankieShakes FrankieShakes is offline
Frank The Tank!
Dev Articles Beginner (1000 - 1499 posts)
 
Join Date: Jun 2002
Location: Toronto, Canada
Posts: 1,246 FrankieShakes User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
Send a message via ICQ to FrankieShakes Send a message via MSN to FrankieShakes
Quote:
Originally posted by liquidkernel


Completely agreed with you on Komodo. ActiveState has done a superb job with their product. It has truly saved me lots of time and streamlined my PHP coding.

I also use DWMX for the HTML side and then jump to Komodo for PHP (my applications are always multi-tiered, so Komodo has the PHP file open and DWMX has the template file open).

Though on my laptop with 192MBs of RAM, Mozilla eats up quite a lot of memory. If only Komodo used a more streamlined version of Mozilla that didn't take 20MBs of RAM.


I was using the personal version of Komodo for a while, and decided to stick with Maguma's PHP editor... It seems to do the trick, although, I find the code-hints a little confusing at times. It would be nice to have a small explanation underneath the pop-up function describing exactly what it does.

With regards to the Mozilla problem, I've noticed that too... My memory consumption when using Mozilla is much higher. I've moved to FireBird which seemed to have dropped it down a little, although, it still seems to like eating it!

If you haven't already tried it, download FireBird.
__________________
____________________________________________
Developer Shed Weekly Writer | DevArticles Forum Moderator
Build Your Own KlipFolio Klip With PHP
FrankManno.com - Under Construction
Design Interactive Group - Under Construction

Reply With Quote
  #66  
Old July 21st, 2003, 08:13 AM
dhouston's Avatar
dhouston dhouston is offline
Contributing User
Dev Articles Beginner (1000 - 1499 posts)
 
Join Date: May 2003
Location: Tennessee
Posts: 1,355 dhouston User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Send a message via ICQ to dhouston
Believe it or not, I just use plain old vi (or vim) for a lot of my editing. Sometimes I'll dip into Zend Studio, but when I do, I find myself hitting the ESC key a lot and stringing little instances of :w and an occasional :wq in my code.

Reply With Quote
  #67  
Old August 13th, 2003, 09:45 PM
purplebz purplebz is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jan 2003
Posts: 3 purplebz User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
mine is HomeSite version 4.5.1
quite old version but im used to it..

Reply With Quote
  #68  
Old August 13th, 2003, 11:01 PM
wastedbreath wastedbreath is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Location: BC, Canada
Posts: 35 wastedbreath User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Send a message via AIM to wastedbreath
Notepad ..all the way!

Reply With Quote
  #69  
Old October 30th, 2003, 12:07 AM
digitallysmooth digitallysmooth is offline
you know how we do
Dev Articles Novice (500 - 999 posts)
 
Join Date: Jun 2002
Posts: 788 digitallysmooth User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 34 m 21 sec
Reputation Power: 7
I've noticed that in the past year I have used UltraEdit for at least 75% of almost all my PHP projects.

Notepad is nice, however, UltraEdit is definately a programmer's editor. The main benefits are the auto indents, code highlighting, and help file integration.

Macros play a big role in my productivity as well.

I've noticed a lot of people mentioning (proudly) that they develop in notepad.

This question is for those people. How do you stay productive with working in strictly notepad?

When I mentioned that I develop 75% in UltraEdit, that means I switch back and forth between UltraEdit and Visual Editing (Dreamweaver).
__________________
__________________________________________________ _
Wil Moore III, MCP | Integrations Specialist | Senior Consultant
Are You Listed...? | DigitallySmooth Inc.

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingPHP Development > What is your favorite php editor???


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
Stay green...Green IT