 |
Account Login
|
 |
 |
Latest Articles
|
 |
 |
IRC Channel
|
 |
 |
Associates
|
 |
 |
Associates
|
 |
|
|
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% |
 |
|
 |
|
 |
01-22-2008, 03:31 AM
|
#21 (permalink)
|
|
The Prestige
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
|
Quote:
Originally Posted by sarmenhb
anyone heard of php designer?
|
Yes, I don't use it anymore though considering it crashed a lot.
__________________
VillageIdiot can have my babbies ;d
|
|
|
|
01-22-2008, 04:40 AM
|
#22 (permalink)
|
|
The Addict
Join Date: Jan 2008
Location: los angeles
Posts: 309
Thanks: 44
|
Quote:
Originally Posted by Orc
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
|
|
|
|
01-22-2008, 12:35 PM
|
#23 (permalink)
|
|
The Addict
Join Date: Jan 2008
Location: USA
Posts: 217
Thanks: 16
|
Yeah, I said as much in my first reply.
Quote:
Originally Posted by RobertK
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
|
|
|
|
01-22-2008, 12:41 PM
|
#24 (permalink)
|
|
The Frequenter
Join Date: Sep 2007
Posts: 360
Thanks: 24
|
Where is Eclipse? 
__________________
Necessity is the mother of invention.
My blog
|
|
|
|
01-22-2008, 03:14 PM
|
#25 (permalink)
|
|
The Prestige
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
|
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)
|
|
|
|
01-22-2008, 03:49 PM
|
#26 (permalink)
|
|
The Frequenter
Join Date: Nov 2007
Location: Netherlands
Posts: 460
Thanks: 49
|
Quote:
Originally Posted by sarmenhb
anyone heard of php designer?
|
Yep, me. I'm using the 2008 version.
Quote:
Originally Posted by Orc
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"
|
|
|
01-22-2008, 05:04 PM
|
#27 (permalink)
|
|
The Frequenter
Join Date: Dec 2007
Location: Bucharest, Romania
Posts: 438
Thanks: 3
|
Quote:
Originally Posted by Haris
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.
|
|
|
|
01-23-2008, 05:25 AM
|
#28 (permalink)
|
|
The Frequenter
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
|
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.
|
|
|
01-23-2008, 02:11 PM
|
#29 (permalink)
|
|
The Addict
Join Date: Jan 2008
Location: USA
Posts: 217
Thanks: 16
|
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
|
|
|
|
01-23-2008, 09:53 PM
|
#30 (permalink)
|
|
The Frequenter
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
|
What is the popup suggestion stuff that dreamweaver does called? Does Zend or Eclipse or any major IDE do that?
|
|
|
01-23-2008, 10:05 PM
|
#31 (permalink)
|
|
The Contributor
Join Date: Dec 2007
Location: Florida
Posts: 73
Thanks: 12
|
ah its called code assist in Zend Studio. Nice feature =)
(Funny how no one uses Frontpage!  )
__________________
|
|
|
01-23-2008, 10:10 PM
|
#32 (permalink)
|
|
The Frequenter
Join Date: Dec 2007
Location: Bucharest, Romania
Posts: 438
Thanks: 3
|
Quote:
Originally Posted by danielneri
(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.
|
|
|
|
01-23-2008, 10:12 PM
|
#33 (permalink)
|
|
The Prestige
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
|
Quote:
Originally Posted by xenon
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
|
|
|
|
01-23-2008, 10:22 PM
|
#34 (permalink)
|
|
The Addict
Join Date: Nov 2007
Posts: 264
Thanks: 2
|
Think of Dreamweaver, but...BAD.
|
|
|
|
01-23-2008, 10:26 PM
|
#35 (permalink)
|
|
The Addict
Join Date: Jan 2008
Location: USA
Posts: 217
Thanks: 16
|
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
|
|
|
|
01-24-2008, 04:16 AM
|
#36 (permalink)
|
|
The Addict
Join Date: Jan 2008
Location: los angeles
Posts: 309
Thanks: 44
|
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
|
|
|
|
01-25-2008, 11:49 AM
|
#37 (permalink)
|
|
The Frequenter
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
|
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.
|
|
|
01-25-2008, 06:36 PM
|
#38 (permalink)
|
|
The Frequenter
Join Date: Dec 2007
Location: Bucharest, Romania
Posts: 438
Thanks: 3
|
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.
|
|
|
|
01-26-2008, 12:06 AM
|
#39 (permalink)
|
|
The Addict
Join Date: Jan 2008
Location: los angeles
Posts: 309
Thanks: 44
|
Quote:
Originally Posted by xenon
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
|
|
|
|
01-26-2008, 12:20 AM
|
#40 (permalink)
|
|
The Frequenter
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
|
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
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|