Webmaster Forum

Go Back   Webmaster Forum > Web Development > Coding Forum

Coding Forum Problems with your code? Discuss coding issues, including JavaScript, PHP & MySQL, HTML & CSS, Flash & ActionScript, and more.


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-20-2009, 02:26 PM
Junior Member
Latest Blog:
None

 
Join Date: 05-19-09
Location: Kelowna, BC
Posts: 4
iTrader: 0 / 0%
SirAdrian is liked by many
Question PHP Editor/IDE

Which editor do you guys use for web development? Why?

My favorite two are an old version of TruStudio (Eclipse), and Komodo.
Share |
Reply With Quote
  #2 (permalink)  
Old 05-21-2009, 06:46 AM
Izzmo's Avatar
v7n Mentor
 
Join Date: 11-01-03
Location: Kansas City
Posts: 1,352
iTrader: 1 / 100%
Izzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web pro
Send a message via ICQ to Izzmo Send a message via AIM to Izzmo Send a message via MSN to Izzmo Send a message via Yahoo to Izzmo
I personally use Visual Studio 08 for .NET

and then EditPlus II for PHP/regular HTML editing.

Eclipse, so you must develop in Java?
__________________
Izzmo
Coding Guru Extraordinaire
ZeroWeb Hosting & Design - Customizable hosting for every type of user!
Share |
Reply With Quote
  #3 (permalink)  
Old 05-21-2009, 08:13 AM
Junior Member
Latest Blog:
None

 
Join Date: 05-19-09
Location: Kelowna, BC
Posts: 4
iTrader: 0 / 0%
SirAdrian is liked by many
Nah, TruStudio is an older PHP port of Eclipse. There are newer ones too.
Share |
Reply With Quote
  #4 (permalink)  
Old 05-21-2009, 09:58 AM
jerrodmc's Avatar
Contributing Member
Latest Blog:
None

 
Join Date: 05-13-09
Posts: 177
iTrader: 0 / 0%
jerrodmc is on the right pathjerrodmc is on the right pathjerrodmc is on the right path
I use PHP Expert Editor for editing PHP as for other files and scripts i use Notepad++
I usually test them in Dreamweaver afterwards.
__________________
"Nearly all men can stand adversity, but if you want to test a man's character, give him power."

Test Your Antivirus

Follow Me On Twitter
Share |
Reply With Quote
  #5 (permalink)  
Old 05-25-2009, 10:04 PM
Member
Latest Blog:
None

 
Join Date: 08-07-08
Posts: 37
iTrader: 0 / 0%
khucthuydu is liked by many
I use PHP,

best software is Dreamwavr or Zend or notepad2
Share |
Reply With Quote
  #6 (permalink)  
Old 05-26-2009, 08:10 AM
Izzmo's Avatar
v7n Mentor
 
Join Date: 11-01-03
Location: Kansas City
Posts: 1,352
iTrader: 1 / 100%
Izzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web pro
Send a message via ICQ to Izzmo Send a message via AIM to Izzmo Send a message via MSN to Izzmo Send a message via Yahoo to Izzmo
I believe that if you can code (in any language) using just Notepad or a plain text editor with a nice interface, you will be 10x+ better than the next guy who uses an IDE with IntelliSense or the like.
__________________
Izzmo
Coding Guru Extraordinaire
ZeroWeb Hosting & Design - Customizable hosting for every type of user!
Share |
Reply With Quote
  #7 (permalink)  
Old 05-26-2009, 02:26 PM
Junior Member
Latest Blog:
None

 
Join Date: 05-19-09
Location: Kelowna, BC
Posts: 4
iTrader: 0 / 0%
SirAdrian is liked by many
Quote:
Originally Posted by Izzmo View Post
I believe that if you can code (in any language) using just Notepad or a plain text editor with a nice interface, you will be 10x+ better than the next guy who uses an IDE with IntelliSense or the like.
Define a "plain text editor with a nice interface". Class/library outlines? Proper debugging? SCC tools? Code completion? Jump-to-declaration buttons? Snippets?

Yes, being able to code with notepad is great. That's a given. However, not using tools because you think they are cheating or you don't understand how to use them is just silly. They are there to save time, not code for you. Getting 10x less work done? I'd say it's around 1.5x more, if anything.

Some libraries or platforms have a huge API and either you memorize all those methods (could be thousands, could be 20), keep the documentation handy (slow), or you start typing and have it show you the matches.
Share |
Reply With Quote
  #8 (permalink)  
Old 05-26-2009, 04:01 PM
HTMLBasicTutor's Avatar
Super Moderator
 
Join Date: 10-29-07
Location: British Columbia, Canada
Posts: 7,821
iTrader: 2 / 100%
HTMLBasicTutor is a web professional of the highest orderHTMLBasicTutor is a web professional of the highest orderHTMLBasicTutor is a web professional of the highest orderHTMLBasicTutor is a web professional of the highest orderHTMLBasicTutor is a web professional of the highest orderHTMLBasicTutor is a web professional of the highest orderHTMLBasicTutor is a web professional of the highest orderHTMLBasicTutor is a web professional of the highest orderHTMLBasicTutor is a web professional of the highest orderHTMLBasicTutor is a web professional of the highest orderHTMLBasicTutor is a web professional of the highest order
Quote:
Originally Posted by Izzmo View Post
I believe that if you can code (in any language) using just Notepad or a plain text editor with a nice interface, you will be 10x+ better than the next guy who uses an IDE with IntelliSense or the like.
I agree.

Quote:
Originally Posted by SirAdrian View Post
... However, not using tools because you think they are cheating or you don't understand how to use them is just silly. They are there to save time, not code for you. Getting 10x less work done? I'd say it's around 1.5x more, if anything.

Some libraries or platforms have a huge API and either you memorize all those methods (could be thousands, could be 20), keep the documentation handy (slow), or you start typing and have it show you the matches.
The problem is, NOT understanding what the tools available do and how to fix them when they don't work. This is where knowing how to code without the use of tools is beneficial.

There are so many sites out there where people put in coding from these tools/other sites that are broken, not cross browser compliant or stall the loading of the site (including but not limited to Digg, Google Ads, widgets, etc.) it is most frustrating surfing the net.

Try surfing with script error reporter turned on some time.
__________________

HTML Basic Tutor - Learn to code your web pages/blogs
Basic Computer Information - Computer Basics for website owners


Trouble getting indexed? Maybe it's something technical - Pm me.
Share |
Reply With Quote
  #9 (permalink)  
Old 05-26-2009, 07:49 PM
Izzmo's Avatar
v7n Mentor
 
Join Date: 11-01-03
Location: Kansas City
Posts: 1,352
iTrader: 1 / 100%
Izzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web pro
Send a message via ICQ to Izzmo Send a message via AIM to Izzmo Send a message via MSN to Izzmo Send a message via Yahoo to Izzmo
Don't get me wrong, ASP.NET is a hard framework to know which the thousands upon thousands of methods and classes. Using the VS IDE is a MUST!

But, regardless, you do not need the IDE to successfully make an application, only knowledge of the language itself and the compiler.

Knowing how to successfully code an application without the use of an IDE will make you a better coder, and a more efficient one at that. You will not have to "use" the IDE as much when you already know what you are coding and don't need to find methods all the time.
__________________
Izzmo
Coding Guru Extraordinaire
ZeroWeb Hosting & Design - Customizable hosting for every type of user!
Share |
Reply With Quote
  #10 (permalink)  
Old 05-27-2009, 11:19 AM
Hades's Avatar
Senior Web Developer
Latest Blog:
None

 
Join Date: 01-23-07
Location: Argentina
Posts: 2,181
iTrader: 0 / 0%
Hades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest order
The Zend Studio series are very good.
Also for quick file edition I use Notepad2. It's very useful and fast to open.
__________________
Cristian Espinoza ~ Sr. Web Developer
Currently available for Freelance Web Development

(+54 9) 1155 601 661
Skype: espinoza.cristian
Share |
Reply With Quote
  #11 (permalink)  
Old 05-29-2009, 02:50 PM
Contributing Member
Latest Blog:
None

 
Join Date: 06-11-07
Posts: 238
iTrader: 0 / 0%
Capo64 is a jewel in the roughCapo64 is a jewel in the roughCapo64 is a jewel in the roughCapo64 is a jewel in the roughCapo64 is a jewel in the roughCapo64 is a jewel in the rough
I used to use NuSphere PHPed. It was great, but then I switched to Mac and now I use Coda. They're both great.
Share |
Reply With Quote
  #12 (permalink)  
Old 05-31-2009, 07:39 AM
Contributing Member
Latest Blog:
None

 
Join Date: 05-31-09
Posts: 66
iTrader: 0 / 0%
ccus is liked by many
I'm not long in the coding business, just started about six months ago but found visual web developer 2008 express great got asp.net and html. It's not so good with php though.
Share |
Reply With Quote
  #13 (permalink)  
Old 05-31-2009, 11:26 AM
Member
 
Join Date: 04-14-09
Posts: 49
iTrader: 0 / 0%
Vekseid is a jewel in the roughVekseid is a jewel in the roughVekseid is a jewel in the roughVekseid is a jewel in the roughVekseid is a jewel in the roughVekseid is a jewel in the roughVekseid is a jewel in the rough
Send a message via AIM to Vekseid Send a message via MSN to Vekseid Send a message via Yahoo to Vekseid
I use Notepad++ for most of my web design related editing - css, html, php, python...
__________________
My Blog: Servers, Security, Software - Reverse DNS Lookup
Share |
Reply With Quote
  #14 (permalink)  
Old 06-02-2009, 10:00 PM
crimson_river's Avatar
Contributing Member
Latest Blog:
None

 
Join Date: 05-06-08
Posts: 618
iTrader: 0 / 0%
crimson_river is liked by somebodycrimson_river is liked by somebodycrimson_river is liked by somebodycrimson_river is liked by somebodycrimson_river is liked by somebody
for me it depends on the project, if it is a large project I'll use dream weaver but if not, notepad ++.....
__________________
pictures of diamonds
Share |
Reply With Quote
  #15 (permalink)  
Old 06-03-2009, 11:28 AM
T0d's Avatar
T0d T0d is offline
v7n Mentor
 
Join Date: 01-11-04
Location: Sacramento
Posts: 1,539
iTrader: 0 / 0%
T0d is a web professional of the highest orderT0d is a web professional of the highest orderT0d is a web professional of the highest orderT0d is a web professional of the highest orderT0d is a web professional of the highest orderT0d is a web professional of the highest orderT0d is a web professional of the highest orderT0d is a web professional of the highest orderT0d is a web professional of the highest orderT0d is a web professional of the highest orderT0d is a web professional of the highest order
I just use dreamweaver in code view... I use it because it has the FTP built in and makes uploading and testing stuff super easy.

+ I can do multiple sites by selecting them from drop-down.

I never use any of the "bonus" features in DW for coding.
__________________
Learn about Bear Grylls, Les Stroud, Man Vs. Wild & SurvivorMan at Survival TV Shows where Survival comes to life!
Share |
Reply With Quote
  #16 (permalink)  
Old 06-03-2009, 11:35 PM
Junior Member
Latest Blog:
None

 
Join Date: 04-18-09
Posts: 13
iTrader: 0 / 0%
AdscendJeremy is liked by many
phpDesigner 2008

engInSite would be second best probably.
Share |
Reply With Quote
  #17 (permalink)  
Old 06-04-2009, 01:00 AM
Contributing Member
Latest Blog:
None

 
Join Date: 03-22-09
Posts: 94
iTrader: 0 / 0%
chimps is liked by many
Dreamweaver is my choice
__________________
Graphic Design Team
Small Loan
Share |
Reply With Quote
  #18 (permalink)  
Old 06-08-2009, 12:38 AM
kellogg9's Avatar
Contributing Member
 
Join Date: 06-03-09
Posts: 70
iTrader: 0 / 0%
kellogg9 is liked by many
call me old fashion but i still use a regular old text editor to do my php..lol..i really should upgrade
Share |
Reply With Quote
  #19 (permalink)  
Old 06-09-2009, 02:23 AM
Contributing Member
Latest Blog:
None

 
Join Date: 06-04-09
Posts: 323
iTrader: 0 / 0%
larryatv7 is liked by many
I use notepad++ to write all codes. It is good and easy to use.
Share |
Reply With Quote
Go Back   Webmaster Forum > Web Development > Coding Forum

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

BB 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
Best CSS editor sinkers Web Design Lobby 31 10-08-2008 05:21 AM
CSS editor Timinator Coding Forum 9 09-18-2007 06:41 PM
How to become an editor Smoke Web Directory Issues 2 11-16-2006 08:39 AM
HTML Text Editor - PHP Text Editor Leader of Men Coding Forum 11 11-24-2003 07:20 AM


Sponsor Links
Get exposure! Contextual Links V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 12:26 PM.
© Copyright 2010 V7 Inc
Powered by vBulletin
Copyright © 2000-2010 Jelsoft Enterprises Limited.


Search Engine Optimization by vBSEO 3.3.0 ©2009, Crawlability, Inc.