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 01-13-2008, 05:44 PM   #41 (permalink)
The Frequenter
Prolific Welcomer Upcoming Programmer 
 
Join Date: Sep 2007
Posts: 360
Thanks: 24
Haris is on a distinguished road
Default

Eclipse PDT.
__________________
Necessity is the mother of invention.

My blog
Haris is offline  
Reply With Quote
Old 01-14-2008, 11:26 AM   #42 (permalink)
The Acquainted
 
EyeDentify's Avatar
 
Join Date: Nov 2007
Location: Sweden
Posts: 106
Thanks: 13
EyeDentify is on a distinguished road
Default

Dreamweaver for myself. and i use only the Code view nowdays.... i think itīs excellent for programming, it gives me code completion, popup tips about functions, FTP, really neat CSS editing.

For smaller editing i recently found Notepad++ being really nice.

@xenon:
- Saying things like that without proper facts, makes you just look stupid in my eyes. of course you have the right to your opinion. But donīt make people who love the software out to be less intelligent just because you yourself donīt like the software.

and to conclude: I have a special love for the Software called "Homesite" anyone remembers that one ?

Cheers.

/EyeDentify
__________________
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 01-14-2008, 02:21 PM   #43 (permalink)
The Frequenter
Zend Certified 
 
Join Date: Sep 2007
Location: Denmark
Posts: 352
Thanks: 8
Kalle is on a distinguished road
Default

Quote:
Originally Posted by EyeDentify View Post
Dreamweaver for myself. and i use only the Code view nowdays.... i think itīs excellent for programming, it gives me code completion, popup tips about functions, FTP, really neat CSS editing.

For smaller editing i recently found Notepad++ being really nice.

@xenon:
- Saying things like that without proper facts, makes you just look stupid in my eyes. of course you have the right to your opinion. But donīt make people who love the software out to be less intelligent just because you yourself donīt like the software.

and to conclude: I have a special love for the Software called "Homesite" anyone remembers that one ?

Cheers.

/EyeDentify
Wasn't "Homesite" a product from Macromedia? I've think I heard the name before.
Send a message via MSN to Kalle Send a message via Skype™ to Kalle
Kalle is offline  
Reply With Quote
Old 01-14-2008, 02:47 PM   #44 (permalink)
The Addict
Top Contributor Good Samaritan 
 
Join Date: Jan 2008
Location: USA
Posts: 217
Thanks: 16
RobertK is on a distinguished road
Default

If I remember, HomeSite was also a mass-hosting system/location for a great many smaller sites. I think it had it's own editor, which might be what you're thinking of Kalle.

EyeDentify, I have all the features of Dreamweaver and Zend Studio in a cheaper copy of phpDesigner Pro. Code complete, tips about functions, and even tips about parsing errors direct from PHP. I do mean everything. And without the instability of Zend Studio's window code; any time I dragged an explorer window over it, it wouldn't render again. (Until minimized and restored.) If you like Dreamweaver, so be it, but I refuse to pay $100+ for an application I can get for $43. That's my primary reason.

Quote:
I'm primarily a Windows-software developer so I'm completely the opposite - the more code the software writes the better Wouldn't know what to do without Visual Studio writing half my code for me
I certainly hope you know what that wizard code does and could write it on your own, else you're programming by coincidence. Those kinds have more bugs and worse, you're not in total control over your project. (Ref: The Pragmatic Programmer, page 198) Nothing wrong with code generation, if you know what it does.
__________________
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-14-2008, 03:04 PM   #45 (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

I wasn't refering to the wizard code, I was refering to the drag-n-drop designer for creating forms :)
Send a message via MSN to Alan @ CIT
Alan @ CIT is offline  
Reply With Quote
Old 01-14-2008, 03:06 PM   #46 (permalink)
The Addict
Top Contributor Good Samaritan 
 
Join Date: Jan 2008
Location: USA
Posts: 217
Thanks: 16
RobertK is on a distinguished road
Default

Hehe, GOOD. The form designer is great, but the serious parts of wizard code can be a hindrance if the programmer doesn't understand them.
__________________
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-14-2008, 04:40 PM   #47 (permalink)
The Acquainted
 
EyeDentify's Avatar
 
Join Date: Nov 2007
Location: Sweden
Posts: 106
Thanks: 13
EyeDentify is on a distinguished road
Default

Quote:
Originally Posted by RobertK View Post
If I remember, HomeSite was also a mass-hosting system/location for a great many smaller sites. I think it had it's own editor, which might be what you're thinking of Kalle.

EyeDentify, I have all the features of Dreamweaver and Zend Studio in a cheaper copy of phpDesigner Pro. Code complete, tips about functions, and even tips about parsing errors direct from PHP. I do mean everything. And without the instability of Zend Studio's window code; any time I dragged an explorer window over it, it wouldn't render again. (Until minimized and restored.) If you like Dreamweaver, so be it, but I refuse to pay $100+ for an application I can get for $43. That's my primary reason.

I certainly hope you know what that wizard code does and could write it on your own, else you're programming by coincidence. Those kinds have more bugs and worse, you're not in total control over your project. (Ref: The Pragmatic Programmer, page 198) Nothing wrong with code generation, if you know what it does.
Thx for the tip :) I will certenly have a look att phpDesigner Pro.

Cheers ;)

/EyeDentify
__________________
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 01-14-2008, 08:15 PM   #48 (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 EyeDentify View Post
@xenon:
- Saying things like that without proper facts, makes you just look stupid in my eyes. of course you have the right to your opinion. But donīt make people who love the software out to be less intelligent just because you yourself donīt like the software.
I really don't care how I look into your or other's eyes. You want facts? Check out a PHP specialized editor and see what I'm talking about. Be more careful, try to learn the distinction between "Dreamweaver is a bad editor" and "Dreamweaver is a bad PHP editor".
__________________
I have optimistic thoughts, even though sometimes (if not always) life's a bitch.
xenon is offline  
Reply With Quote
Old 01-14-2008, 08:51 PM   #49 (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

Come on fellas, can't we just agree to disagree?

Whilst Dreamweaver isn't in the same league as a fully-fledged PHP IDE such as PHPEd or Zend Studio, it does a reasonable job of PHP editing - better than Notepad anyway (/runs from the wrath of Notepad users )

Alan.
Send a message via MSN to Alan @ CIT
Alan @ CIT is offline  
Reply With Quote
Old 01-14-2008, 08:52 PM   #50 (permalink)
The Addict
 
Join Date: Nov 2007
Posts: 264
Thanks: 2
TlcAndres is on a distinguished road
Default

can you extend on why Dreamweaver is bad editor putting aside the weird little html incidents years ago.
TlcAndres is offline  
Reply With Quote
Old 01-14-2008, 09:33 PM   #51 (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 price. $400 USD. Spry can be easily be replaced by something like MooTools, jQuery, Scriptaculos, or Prototype all for free. That said, Spry appears to be free too. Though Spry's samples are all somewhat sluggish, as expected from the touted user friendliness. The browser compatibility check, for the CSS stuff too, can all be done online by a third party. Photoshop and Fireworks integration, whee. I see nothing worth the value. Worse, it's made by Adobe--well renowned for their resource hogging applications.

Those are my reasons, but I prefer to agree to disagree.
__________________
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-15-2008, 11:19 PM   #52 (permalink)
The Addict
 
Join Date: Nov 2007
Posts: 264
Thanks: 2
TlcAndres is on a distinguished road
Default

I just began using PHP Designer Pro 2007, and RobertK, I must agree with you it's an excellent piece of software. Although it may not have the built in FTP (To my knowledge, I've yet to really play around with)it very well makes up for it.
TlcAndres is offline  
Reply With Quote
Old 01-15-2008, 11:31 PM   #53 (permalink)
The Addict
Top Contributor Good Samaritan 
 
Join Date: Jan 2008
Location: USA
Posts: 217
Thanks: 16
RobertK is on a distinguished road
Default

TlcAndres; I've got phpDesigner Pro 2008, version 6, (just upgraded yesterday) and it does have FTP support. I'm glad you like it.
__________________
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-16-2008, 12:05 AM   #54 (permalink)
La Vida es Sueņo
Advanced Programmer Top Contributor 
 
Wildhoney's Avatar
 
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
Wildhoney is on a distinguished road
Default

I need a new FTP client if we're swaying towards FTP now I've had it with SmartFTP - it messes me around too much. CuteFTP I didn't like. WS_FTP doesn't work with Vista. Anybody know any seriously decent FTP client?
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
Send a message via AIM to Wildhoney Send a message via MSN to Wildhoney Send a message via Yahoo to Wildhoney
Wildhoney is offline  
Reply With Quote
Old 01-16-2008, 12:40 AM   #55 (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

I've always used FlashFXP, fantastic bit of software - FlashFXP by iniCom Networks
Send a message via MSN to Alan @ CIT
Alan @ CIT is offline  
Reply With Quote
Old 01-16-2008, 12:43 AM   #56 (permalink)
The Addict
Top Contributor Good Samaritan 
 
Join Date: Jan 2008
Location: USA
Posts: 217
Thanks: 16
RobertK is on a distinguished road
Default

Quote:
Originally Posted by Wildhoney View Post
I need a new FTP client if we're swaying towards FTP now I've had it with SmartFTP - it messes me around too much. CuteFTP I didn't like. WS_FTP doesn't work with Vista. Anybody know any seriously decent FTP client?
FileZilla here. Awesome piece of software.
__________________
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-16-2008, 01:56 AM   #57 (permalink)
La Vida es Sueņo
Advanced Programmer Top Contributor 
 
Wildhoney's Avatar
 
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
Wildhoney is on a distinguished road
Default

I downloaded FileZilla just after my post. Looks good up to now! But I can't seem to the hide the little frame on the far left which lists local files. I can toggle the one above it, and the one above the FTP files, but just not that one !
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
Send a message via AIM to Wildhoney Send a message via MSN to Wildhoney Send a message via Yahoo to Wildhoney
Wildhoney is offline  
Reply With Quote
Old 01-16-2008, 02:27 AM   #58 (permalink)
The Acquainted
 
Join Date: Sep 2007
Location: Arizona
Posts: 114
Thanks: 10
Andrew is on a distinguished road
Default

Intype. Simply amazing.
Quote:
Originally Posted by Wildhoney View Post
I downloaded FileZilla just after my post. Looks good up to now! But I can't seem to the hide the little frame on the far left which lists local files. I can toggle the one above it, and the one above the FTP files, but just not that one !
I've been looking as well. You could do it in the older version, but can't seem to find the option. I've simply just made it small so it is out of my way.
Send a message via AIM to Andrew Send a message via MSN to Andrew
Andrew is offline  
Reply With Quote
Old 01-16-2008, 01:40 PM   #59 (permalink)
The Addict
Top Contributor Good Samaritan 
 
Join Date: Jan 2008
Location: USA
Posts: 217
Thanks: 16
RobertK is on a distinguished road
Default

Well, as of 3.0 you cannot hide that pane. Doesn't bug me because I go through using it and explorer, depending on which directory is closer to where I want.
__________________
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-16-2008, 02:57 PM   #60 (permalink)
The Frequenter
Zend Certified 
 
Join Date: Sep 2007
Location: Denmark
Posts: 352
Thanks: 8
Kalle is on a distinguished road
Default

Robert, the editor I was thinking of was this:
Macromedia - Products : HomeSite 5.5

=)
Send a message via MSN to Kalle Send a message via Skype™ to Kalle
Kalle 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 11:09 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