I's been trying to PHP Designer 2007, but i don't like the ftp integration. i don't want to have to upload a file to see every single change.
PhP Programmers what development app do you use?
Collapse
X
-
Tags: None
-
editplus, it's probably not the best but i'm just too used to it. after using it for 5-6 years its just too hard to get a feel for anything else. -
PHP is server based scripting language. All script tasks are performed on the server and you only see the output of it. One script often calls (echoes) another so you pretty much have to upload it on the server to see the changes you have done. I'm not sure how other programmers do it or whether there is a way to see your scripts perform without uploading them on a server, but this is the way I've been doing it all the time.Comment
-
Comment
-
PHP is server based scripting language. All script tasks are performed on the server and you only see the output of it. One script often calls (echoes) another so you pretty much have to upload it on the server to see the changes you have done. I'm not sure how other programmers do it or whether there is a way to see your scripts perform without uploading them on a server, but this is the way I've been doing it all the time.
i understand this, but i just want to push a button that uploads the file i'm working on to a pre-configured ftp site. i don't want to go to an ftp client every time i make a quick adjustment to a table. i know that php designer is supposed to provide this, but it sucks. dreamweaver seems to completely assrape your development environment.
Comment
-
I use editplus, and VMware for my dev environment.
I have 1 image with is a LAMP Ubuntu server with SAMBA so I don't need to mess with FTP and can just edit the files directly in editplus.
I have a second image with Windows xp with IE6 (I have IE7 on my parent OS) and Firefox for testing cross-browser compatibility.
But then again I don't write much code anymore. I spend most of my time throwing money around.Comment
-

Naughty America - Director of Technology
It's a CELEBRATION bitches!! For the hottest content promote Naughty America!
swish at naughtyamerica dot com | ICQ: 226 737 620 | See Who I Am At AdultWhosWho.com!Comment
-
i use dreamweaver strictlyMechanical Bunny Media
Mechbunny Tube Script | Mechbunny Webcam Aggregator Script | Custom Web DevelopmentComment
-
Comment
-
not really. I just use it because im too lazy to type out table structures manually and It matters to me what my admin areas/etc look like, so i like to switch back and force from design to code view.Mechanical Bunny Media
Mechbunny Tube Script | Mechbunny Webcam Aggregator Script | Custom Web DevelopmentComment
-
Comment
-
-
I use EmEditor... it's advanced notepad that supports a lot of programin languages... I test my scripts directly on server... or I run local webserver and test it on my computer...Make a bank with Chaturbate - the best selling webcam program
Ads that can't be block with AdBlockers !!! /// Best paying popup program (Bitcoin payouts) !!!
PHP, MySql, Smarty, CodeIgniter, Laravel, WordPress, NATS... fixing stuff, server migrations & optimizations... My ICQ: 27429884 | Email:
Comment
-
I use PSPad, it is free and great and can handle other language highlighting as well, such as html. It highlights much like FireFox's View Page Source feature.Comment
-
dreamweaver and code-genie , code-genie for quick fix on codes or viewing codes its a replacement for notepad, i dont like notepad for its one "undo" thing , but i like dreamweaver when starting on scratch i like the code coloringneed php programming services? hit me up
icq = 413968570Comment
-
- Local apache host and conf that mirrors as close as possible my production environment.
- Eclipse IDE to edit the files.
- Subversion to push my changes to a repository and migrate to production.
= All 100% free.Your post count means nothing.Comment
-
Zend Studio are the best I've seen so far.
I've used to use Ultraedit before I discovered Zend Studio.
I still use Ultraedit for quick edits.
http://www.zend.com/products/zend_studio
and
http://www.ultraedit.com/
To the notepad users:
A real editor makes you more productive.Comment
-
forget them all.
use the tool from the php company:
Zend Development Enviroment. ITS GREAT!Your favorite Porn Search Engine!!Comment
-
I just found a new PHP and everything else editor
It's Komodo
it's damn near perfect... it has most of what I love about Visual Studio
Code completion + parameter info, and not poorly implementet like php designer 2007.
Even auto completion on your own functions.
Debugging with attribute watchout.
It has a big support for almost any language.
It goes great with Wamp server. The latest project I had was made on my wortstation until very close to release. fucking brilliant tool.ICQ# 143561781Comment
-
Currently I use a combo of Dreamweaver, vim, and textmate. Like what other people already said about the code completion for html elements in dreamweaver. For edits and such it's vim.
Going to look into some of these other ones mentioned. Good thread.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Warriors come out to plaAAaayyy! 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=Comment
-
In Zend Studio you can add an FTP server, and from that point on it treats it just like a folder on your hard drive. So you browse, open the file you want to edit (it downloads it for you), make some changes, hit save and it automatically uploads it. You don't even have to tell it to upload.. it handles all that for you.Comment
-
this sounds like exactly what i'm looking for. i'll give it a look - grazieIn Zend Studio you can add an FTP server, and from that point on it treats it just like a folder on your hard drive. So you browse, open the file you want to edit (it downloads it for you), make some changes, hit save and it automatically uploads it. You don't even have to tell it to upload.. it handles all that for you.
Comment
-
I use PHP Designer 2007 because for some reason, it seems to be the best at code completion and recognizing variables/functions from included files... as well as injecting my own comments into them.
To get around the uploading though, I've installed XAMPP onto my machine. It comes with Apache, PHP4 & PHP5 and MySQL (as well as some other stuff) so everything gets tested and retested locally in real time before uploading to the server.Comment
-
-
-
NuSphere PHPed 5 (for debugging and profiling) + PHP Expert Editor 3.0 (old version because it is amazingly fast).
UUGallery v3.37 builder plugin for Wordpress!
Now it builds FLV VIDEO Galleries! It grabs galleries from FHG's, generates thumbnails, resizes originals,
arranges within your template and posts a gallery within 1 click!
Start making money right now!
ICQ# 475-719-552, Email+MSN: msnaddress[-~at~-]uusoftware.comComment





Comment