TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
View Poll Results: what software do you use to develop php in?
Dreamweaver 5 27.78%
Frontpage 0 0%
notepad(or related) 6 33.33%
Zend Studio 5 27.78%
ExpressionWeb 0 0%
XSS: i prefer to hijack other resouces to test my skills 0 0%
paper & Pencil 2 11.11%
Voters: 18. You may not vote on this poll

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 01-22-2008, 03:31 AM   #21 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Quote:
Originally Posted by sarmenhb View Post
anyone heard of php designer?
Yes, I don't use it anymore though considering it crashed a lot.
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote
Old 01-22-2008, 04:40 AM   #22 (permalink)
The Addict
 
sarmenhb's Avatar
 
Join Date: Jan 2008
Location: los angeles
Posts: 309
Thanks: 44
sarmenhb is on a distinguished road
Default

Quote:
Originally Posted by Orc View Post
Yes, I don't use it anymore though considering it crashed a lot.
im using version 2007 and i havent seen it crash yet on a windows xp system.
__________________
no signature set
sarmenhb is offline  
Reply With Quote
Old 01-22-2008, 12:35 PM   #23 (permalink)
The Addict
Top Contributor Good Samaritan 
 
Join Date: Jan 2008
Location: USA
Posts: 217
Thanks: 16
RobertK is on a distinguished road
Default

Yeah, I said as much in my first reply.
Quote:
Originally Posted by RobertK View Post
ConTEXT or phpDesigner Pro, as I said in the other thread.
And I've used both 2007 and 2008, and have copies of each. I've never had the application crash and I've had it for 9+ months. Now, I did hit a weird hotkey that sent selection mode completely screwy, but I think I sorted that out.
__________________
Programmers are in a race with the Universe to create bigger and better idiot-proof programs, while the Universe is trying to create bigger and better idiots. So far the Universe is winning. - Rich Cook
RobertK is offline  
Reply With Quote
Old 01-22-2008, 12:41 PM   #24 (permalink)
The Frequenter
Prolific Welcomer Upcoming Programmer 
 
Join Date: Sep 2007
Posts: 360
Thanks: 24
Haris is on a distinguished road
Default

Where is Eclipse?
__________________
Necessity is the mother of invention.

My blog
Haris is offline  
Reply With Quote
Old 01-22-2008, 03:14 PM   #25 (permalink)
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

Quote:
frontpage users
people use frontpage?!

Paper and gVim(vi if im developing on linux) and occasionally Zend
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote
Old 01-22-2008, 03:49 PM   #26 (permalink)
The Frequenter
 
ReSpawN's Avatar
 
Join Date: Nov 2007
Location: Netherlands
Posts: 460
Thanks: 49
ReSpawN is on a distinguished road
Default

Quote:
Originally Posted by sarmenhb View Post
anyone heard of php designer?
Yep, me. I'm using the 2008 version.

Quote:
Originally Posted by Orc View Post
I use DreamWeaver for making my HTML/CSS websites...
Same here. phpDesigner and Zend don't offer the CSS makeup and tips like DreamWeaver does.

I've just downloaded Zend on the try and I like it, but can somebody explain me the difference between all those programs? Eclipse and such. I must say, Zend looks awesome.
__________________
"Life is a bitch, take that bitch on a ride"
Send a message via MSN to ReSpawN
ReSpawN is offline  
Reply With Quote
Old 01-22-2008, 05:04 PM   #27 (permalink)
The Frequenter
Newcomer 
 
xenon's Avatar
 
Join Date: Dec 2007
Location: Bucharest, Romania
Posts: 438
Thanks: 3
xenon is on a distinguished road
Default

Quote:
Originally Posted by Haris View Post
Where is Eclipse?
Only professionals work with Eclipse (me included, simply because I rule) No, really, I haven't seen alot of people work with Eclipse, and I can't figure out what is the reason for this, since it's an extremely powerful and extensible IDE (as compared to Zend Studio, which is closed source and I personally detest it, so...).

Respawn: the latest Zend Studio (Zend Studio for Eclipse, that is), is based on Eclipse PDT (PHP Development Tools), and looks just like its father (or mother, which ever you prefer). Still, it's not free ($399). And that's why Zend sucks.
__________________
I have optimistic thoughts, even though sometimes (if not always) life's a bitch.
xenon is offline  
Reply With Quote
Old 01-23-2008, 05:25 AM   #28 (permalink)
The Frequenter
 
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
Aaron is on a distinguished road
Default

Heres what I do....

for HTML and CSS, I use Dreamweaver (didnt pay for it :/). The suggestions have completely spoiled me.

For learning a language, I use Notepad++, because it helps a little with the syntax (not too much), helps you stay organized, and doesn't spoil you.

Full blown sites: Zend Studio
I don't even know what an IDE is, I just like it's medium weight interface and its project management capabilities.

I will look into phpdesigner and Eclipse, I think every software should be tried before it is decided on what your favorite is.

Edit: after looking at the software, it comes down to PHPDESIGNER or Zend Studio for the top... At least in my eyes.
Send a message via MSN to Aaron
Aaron is offline  
Reply With Quote
Old 01-23-2008, 02:11 PM   #29 (permalink)
The Addict
Top Contributor Good Samaritan 
 
Join Date: Jan 2008
Location: USA
Posts: 217
Thanks: 16
RobertK is on a distinguished road
Default

The major difference is price and cross-platform capabilities. phpDesigner is cost effective for the features, it has almost everything Zend does, but it isn't cross platform. Zend, on the other hand, is written in Java and can be used on other OSes; I found it to graphically freeze if an explorer window was drawn on top of it, though.

The thing to remember is that being spoiled is unimportant if you can write the same code outside the IDE. All the PHP I do I can freehand in a browser edit box, or type into notepad. The IDE facilitates faster development, but we should always make sure we remember how things work without the IDE. I may not remember every function, or every class, but there's a handy-dandy PHP manual that fills the gaps.
__________________
Programmers are in a race with the Universe to create bigger and better idiot-proof programs, while the Universe is trying to create bigger and better idiots. So far the Universe is winning. - Rich Cook
RobertK is offline  
Reply With Quote
Old 01-23-2008, 09:53 PM   #30 (permalink)
The Frequenter
 
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
Aaron is on a distinguished road
Default

What is the popup suggestion stuff that dreamweaver does called? Does Zend or Eclipse or any major IDE do that?
Send a message via MSN to Aaron
Aaron is offline  
Reply With Quote
Old 01-23-2008, 10:05 PM   #31 (permalink)
The Contributor
 
Join Date: Dec 2007
Location: Florida
Posts: 73
Thanks: 12
danielneri is on a distinguished road
Default

ah its called code assist in Zend Studio. Nice feature =)

(Funny how no one uses Frontpage! )
__________________
Send a message via AIM to danielneri
danielneri is offline  
Reply With Quote
Old 01-23-2008, 10:10 PM   #32 (permalink)
The Frequenter
Newcomer 
 
xenon's Avatar
 
Join Date: Dec 2007
Location: Bucharest, Romania
Posts: 438
Thanks: 3
xenon is on a distinguished road
Default

Quote:
Originally Posted by danielneri View Post
(Funny how no one uses Frontpage! )
lol, why would someone want to use that? It's a tool sent from hell, straight by Satan. So again, why would someone use it?
__________________
I have optimistic thoughts, even though sometimes (if not always) life's a bitch.
xenon is offline  
Reply With Quote
Old 01-23-2008, 10:12 PM   #33 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Quote:
Originally Posted by xenon View Post
lol, why would someone want to use that? It's a tool sent from hell, straight by Satan. So again, why would someone use it?
I've never even touched it, what is it exactly?
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote
Old 01-23-2008, 10:22 PM   #34 (permalink)
The Addict
 
Join Date: Nov 2007
Posts: 264
Thanks: 2
TlcAndres is on a distinguished road
Default

Think of Dreamweaver, but...BAD.
TlcAndres is offline  
Reply With Quote
Old 01-23-2008, 10:26 PM   #35 (permalink)
The Addict
Top Contributor Good Samaritan 
 
Join Date: Jan 2008
Location: USA
Posts: 217
Thanks: 16
RobertK is on a distinguished road
Default

Like, the old Dreamweaver, but worse, in MICROSOFT's hands. And we all know what IE does to DOCTYPE-less HTML pages...
__________________
Programmers are in a race with the Universe to create bigger and better idiot-proof programs, while the Universe is trying to create bigger and better idiots. So far the Universe is winning. - Rich Cook
RobertK is offline  
Reply With Quote
Old 01-24-2008, 04:16 AM   #36 (permalink)
The Addict
 
sarmenhb's Avatar
 
Join Date: Jan 2008
Location: los angeles
Posts: 309
Thanks: 44
sarmenhb is on a distinguished road
Default

i've used alot of IDE's out there and here is my thoughts on them.

Frontpage - great for writing html, its kind of like notepad , it runs quick and gets small jobs done.

Dreamweaver - can be slow, great for html, and css

ExpressionWeb - very good for designing tables and css and coding nice web 2.0 layouts. no other use

PHP Designer - has a code intelisense(whatever its called) basic layout which i love. works quickly , doesnt like like most others.

Zend Studio - too many buttons, laggy software, at first i found this software to be very cool then when i saw php designer zend studio looked useless to me. too much for no reason.

Notepad - great for writing up fast scripts, studying, practicing, and getting to know the code blindfolded and great for troubleshooting.

VisualStudio - laggy software, connecting to a sql database or even trying to code it laggs. so i find it to be dumb. then there is the asp or asp.net coding for it which asp or asp.net is dumb because it reliese on a windows platform. so anywho...

if i missed any let me know.

my winners are: PHP Designer + Notepad

I like an IDE that looks basic while having all accessable buttons, views to me anything else is dumb. thats why i chose what i chose.
__________________
no signature set
sarmenhb is offline  
Reply With Quote
Old 01-25-2008, 11:49 AM   #37 (permalink)
The Frequenter
 
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
Aaron is on a distinguished road
Default

I like Dreamweaver, simply because it gives you the layout you need when you open a new document, has code intelligence for every lang, and has buttons that type the most-typed things in a specific language. Aside from that it carries the best JavaScript support, and the best CSS support. It even helps me out when I am trying to position something perfectly--if it works in Dreamweavers browser, it works in every browser. It does lag sometimes, so it isn't for small projects, or PHP projects. Its PHP support is very minimal, and I don't think it supports content highlighting for OOP.

Notepad++
I can't live without it. The thing is extremely useful for learning a language. My favorite part about it is that there is no lag whatsoever. It seems as lightweight as notepad, but supports multiple documents (tabs) and can be configured to highlight syntax.

Zend Studio
Laggy like Dreamweaver, and kind of overwhelming if you don't spend hours in the help and documentation screens. All in all, I don't code much in PHP, so I can't really say much about it.
Send a message via MSN to Aaron
Aaron is offline  
Reply With Quote
Old 01-25-2008, 06:36 PM   #38 (permalink)
The Frequenter
Newcomer 
 
xenon's Avatar
 
Join Date: Dec 2007
Location: Bucharest, Romania
Posts: 438
Thanks: 3
xenon is on a distinguished road
Default

Eclipse and vim? (casually kate for small modifications) Yes I know, I'm a classic. But again, classic tools are the best
__________________
I have optimistic thoughts, even though sometimes (if not always) life's a bitch.
xenon is offline  
Reply With Quote
Old 01-26-2008, 12:06 AM   #39 (permalink)
The Addict
 
sarmenhb's Avatar
 
Join Date: Jan 2008
Location: los angeles
Posts: 309
Thanks: 44
sarmenhb is on a distinguished road
Default

Quote:
Originally Posted by xenon View Post
Eclipse and vim? (casually kate for small modifications) Yes I know, I'm a classic. But again, classic tools are the best

whats the purpose of eclipse ? in zend i dont understand it..
__________________
no signature set
sarmenhb is offline  
Reply With Quote
Old 01-26-2008, 12:20 AM   #40 (permalink)
Alan @ CIT
Member of the Month
The Frequenter
Member of the Month Top Contributor 
 
Alan @ CIT's Avatar
 
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
Alan @ CIT is on a distinguished road
Default

Think of Eclipse as an IDE Framework. It has all the basic properties of an IDE such as file management, projects, multiple windows, and so on.

Other developers then use this IDE Framework as a basis for their own products. In the case of Zend, they used the Eclipse IDE as the basis for their new version of Zend Studio. Previously, it ran on their own Java-based IDE, now it runs on Eclipse.

Alan
Send a message via MSN to Alan @ CIT
Alan @ CIT is offline  
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 On


All times are GMT. The time now is 05:26 PM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design