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
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 03-18-2008, 10:08 AM   #21 (permalink)
The Acquainted
 
EyeDentify's Avatar
 
Join Date: Nov 2007
Location: Sweden
Posts: 106
Thanks: 13
EyeDentify is on a distinguished road
Default

Dreamweaver and Notepad++ is two nice IDE:s i like working with.
__________________
Of course the whole point of a doomsday machine, would have been lost if you keep it a secret.
EyeDentify is offline  
Reply With Quote
Old 03-20-2008, 03:28 PM   #22 (permalink)
The Contributor
 
quantumkangaroo's Avatar
 
Join Date: Feb 2008
Location: Pretoria, South Africa
Posts: 42
Thanks: 1
quantumkangaroo is an unknown quantity at this point
Default

I work on Zend Studio 5 with Zend Guard, this gracious IDE with it server integration and SQL/Project management is ideal for large projects. Costs a fortune though, luckily the company pays for it
__________________
virtueCart v1.0.5 developed by WebDevSA

Send a message via MSN to quantumkangaroo Send a message via Skype™ to quantumkangaroo
quantumkangaroo is offline  
Reply With Quote
Old 03-20-2008, 09:03 PM   #23 (permalink)
The Frequenter
 
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
Aaron is on a distinguished road
Default

The company can upgrade to Zend for Eclipse 6.0 for free if they have Zend Studio, can't they?
Send a message via MSN to Aaron
Aaron is offline  
Reply With Quote
Old 03-20-2008, 11:55 PM   #24 (permalink)
The Contributor
 
quantumkangaroo's Avatar
 
Join Date: Feb 2008
Location: Pretoria, South Africa
Posts: 42
Thanks: 1
quantumkangaroo is an unknown quantity at this point
Default

Not that i know of lemme do a bit of googling quickly
__________________
virtueCart v1.0.5 developed by WebDevSA

Send a message via MSN to quantumkangaroo Send a message via Skype™ to quantumkangaroo
quantumkangaroo is offline  
Reply With Quote
Old 03-23-2008, 10:26 AM   #25 (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

Hi,

Quote:
Originally Posted by Aaron View Post
The company can upgrade to Zend for Eclipse 6.0 for free if they have Zend Studio, can't they?
Yep, they can indeed. If you have a current licence for Zend Studio 5.5 then you can upgrade to Zend Studio 6 (for Eclipse) for free. Check your pickup depot on the Zend site for details.

Edit: On the original topic, I use Zend Studio for Eclipse at the moment but my maintanace contract expires at the end of March so I'll be looking around to see if there is anything better about soon.

Alan
Send a message via MSN to Alan @ CIT
Alan @ CIT is offline  
Reply With Quote
Old 03-27-2008, 06:28 AM   #26 (permalink)
The Wanderer
 
serversphere's Avatar
 
Join Date: Dec 2006
Location: USA
Posts: 21
Thanks: 0
serversphere is on a distinguished road
Default

I'm currently testing Delphi for PHP from Codegear (Borland). Will come back and let you know how I liked the experience.
Send a message via AIM to serversphere
serversphere is offline  
Reply With Quote
Old 03-27-2008, 08:28 AM   #27 (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

Funny enough, I discovered this myself yesterday but didn't get around to downloading the trial. I'd definately be interesteed in your opinion of it as I have something of a soft spot for Borland development tools

Alan
Send a message via MSN to Alan @ CIT
Alan @ CIT is offline  
Reply With Quote
Old 04-17-2008, 07:19 PM   #28 (permalink)
The Wanderer
 
serversphere's Avatar
 
Join Date: Dec 2006
Location: USA
Posts: 21
Thanks: 0
serversphere is on a distinguished road
Default

Well, no sooner had I downloaded and installed the trial for this did we sign off on no less than three projects! So, over the last few weeks I haven't been able to touch it... Maybe I'll try again post busy-period, as I too have a love for Borland products (and Pascal in general!)
Send a message via AIM to serversphere
serversphere is offline  
Reply With Quote
Old 04-17-2008, 09:17 PM   #29 (permalink)
The Contributor
 
Join Date: Jan 2008
Posts: 25
Thanks: 8
cosmok is on a distinguished road
Default

I am using Eclipse at work and it is pretty good.
cosmok is offline  
Reply With Quote
Old 04-18-2008, 02:40 AM   #30 (permalink)
The Acquainted
 
Dave's Avatar
 
Join Date: Apr 2008
Posts: 110
Thanks: 97
Dave is on a distinguished road
Default

I just a learner, but I bought PHPDesigner 2008 for about $40. As others have pointed out, excellent. Beautifully simple layout, and lots of options. The developer, Michael Pham, readily responds to emails, and there is a help forum on the website.

Cheers!
Dave is offline  
Reply With Quote
Old 04-18-2008, 04:22 PM   #31 (permalink)
is cute and cuddly
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
delayedinsanity is on a distinguished road
Default

I'm a strong supporter of notepad based development, but seriously, Dreamweaver is the only way to go. I barely use any of it's features but the ones I do speed everything up by about 700%.
-m
delayedinsanity is offline  
Reply With Quote
Old 04-20-2008, 06:09 PM   #32 (permalink)
The Contributor
 
Evulness's Avatar
 
Join Date: Apr 2008
Location: Tampa, FL
Posts: 65
Thanks: 6
Evulness is on a distinguished road
Default

I've been using RapidPHP 2007, along with notepad2, An MS notepad clone with syntax highlighting. Although it doesn't allow multiple instances. I found it on sourceforge years ago. Its very similar to notepad++.

Typicaly... i do all my web coding, php, html, css, and js in RapidPHP. Small, minor edits i'll do in notepad2.
I havent tried any other IDE's though.
__________________
"Knowledge is power. Abuse it."~Evulness
My portfolio: www.evularts.com
Send a message via AIM to Evulness
Evulness is offline  
Reply With Quote
Old 04-20-2008, 06:15 PM   #33 (permalink)
The Wanderer
 
Join Date: Apr 2008
Posts: 12
Thanks: 7
Durux is on a distinguished road
Default

phpDesigner 2008
Durux is offline  
Reply With Quote
Old 04-21-2008, 09:00 PM   #34 (permalink)
The Addict
 
CoryMathews's Avatar
 
Join Date: Nov 2007
Location: USA
Posts: 256
Thanks: 7
CoryMathews is on a distinguished road
Default

Aptana is pretty good for php javascript and css. It has built in ajax testing as well, and is free.
CoryMathews 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 09:43 AM.

 
     

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