|   |   |   | ||||
| Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. | 
|    | 
| 
 | |||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. | 
|  | Thread Tools | 
|  09-01-2011, 09:46 AM | #1 | 
| Industry Role:  Join Date: Aug 2006 Location: Little Vienna 
					Posts: 32,235
				 | 
				
				Which PHP/CSS IDE to use ?
			 I was reading various reviews about PHP IDE programs,but seems every program have his group of followers so it's kind a hard to determine which one to pick.So if someone have good reason why certain ide is best,please post.Basically what i need is good debugger,good code completion,project management,support for frameworks and low memory usage and easy creation of css code similar to  use of WYSIWYG html editor. Here is list of programs which i found: Zend Studio 8 http://www.zend.com/en/products/studio/features Php Designer http://www.mpsoftware.dk/testimonials.php Webuilder http://www.blumentals.net/webuilder/tour.php?id=3 Php Storm http://www.jetbrains.com/phpstorm/ Netbeans http://netbeans.org/ And there is also Table2Css program, http://www.table2css.com/ which comes handy for getting fast css code out of tables,but possibly some of those programs already have something similar to make it work. | 
|   |           | 
|  09-01-2011, 11:22 AM | #2 | 
| Industry Role:  Join Date: Aug 2006 Location: Little Vienna 
					Posts: 32,235
				 | Bump for programming/designing crew. | 
|   |           | 
|  09-01-2011, 11:31 AM | #3 | 
| Confirmed User | I don't program PHP so much, but when i do i use Netbeans | 
|   |           | 
|  09-01-2011, 11:35 AM | #4 | 
| Raise Your Weapon Industry Role:  Join Date: Jun 2003 Location: Outback Australia 
					Posts: 15,601
				 | Aptana Studio 3 http://www.aptana.com/ | 
|   |           | 
|  09-01-2011, 12:14 PM | #5 | 
| Confirmed User Join Date: Oct 2007 
					Posts: 138
				 | Zend Studio is my first choice because it's the fastest of the eclipse based IDE's, best integration of a debugger and other useful plugins for mysql/xml etc. If you are looking for a free IDE, go for Netbeans. | 
|   |           | 
|  09-02-2011, 04:29 AM | #6 | 
| Industry Role:  Join Date: Aug 2006 Location: Little Vienna 
					Posts: 32,235
				 | And bump for today. | 
|   |           | 
|  09-02-2011, 05:41 AM | #7 | 
| Confirmed User Industry Role:  Join Date: Jul 2005 Location: icq#: 639544261 
					Posts: 1,965
				 | PDT because it's free. I do like PHP Storm though, nice git integration. 
				__________________ I'm out. | 
|   |           | 
|  09-02-2011, 08:25 AM | #8 | 
| Too lazy to set a custom title Industry Role:  Join Date: Sep 2005 Location: Springfield 
					Posts: 13,826
				 | Notepad++ user in here   
				__________________ 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:   | 
|   |           | 
|  09-02-2011, 08:39 AM | #9 | 
| Confirmed User Join Date: Aug 2002 
					Posts: 2,781
				 | Komodo Edit (free version) 
				__________________ I don't endorse a god damn thing......   | 
|   |           | 
|  09-02-2011, 08:42 AM | #10 | 
| Confirmed User Industry Role:  Join Date: Dec 2004 Location: Denver 
					Posts: 6,559
				 | I must be weird, I just hand code everything. 
				__________________  | 
|   |           | 
|  09-02-2011, 08:47 AM | #11 | 
| Permanently Gone Industry Role:  Join Date: Mar 2004 
					Posts: 10,019
				 | Not so much weird as inefficient. It's like the quaint shop owner who still figures out your total by hand -- a cash register would be a more efficient choice. I use phpEd, which doesn't "get in the way" of coding, but helps me organize file structures, includes, etc, in a more sensible fashion. | 
|   |           | 
|  09-02-2011, 08:49 AM | #12 | 
| Confirmed User Industry Role:  Join Date: Jul 2005 Location: icq#: 639544261 
					Posts: 1,965
				 | I hand code Python and Ruby but a messy language like PHP needs an IDE. I wouldn't hand code Java either. 
				__________________ I'm out. | 
|   |           | 
|  09-02-2011, 08:59 AM | #14 | 
| ♥♥♥ Likes Hugs ♥♥♥ Industry Role:  Join Date: Nov 2001 Location: /home 
					Posts: 15,841
				 | I hate the Java IDEs. What ugly, slow pieces of shit they are. Most of the others are out because they either don't support logging in to ssh with keys or only support weaker keys. My favorite so far is PHP Designer but I can only use it on the dev server on my local network since it uses regular ssh login via password. It won't log in to my production servers because they all use 4096-bit ssh keys. Lately I have just been using gedit in linux. I miss some of the tools I have access to in a real IDE but all I really need is syntax highlighting and in linux it's easy to map a ssh connection so I can edit remotely. | 
|   |           | 
|  09-02-2011, 09:54 AM | #15 | |
| Confirmed User Industry Role:  Join Date: Dec 2004 Location: Denver 
					Posts: 6,559
				 | Quote: 
 But there is a reason jquery is what it is now. I could go write pages and pages of javascript to accomplish various things on websites, but instead I'll drop in the jquery library and then only write 15 lines of code to accomplish it. However the same could be said for even writing a php script (that was so complex it would need an IDE) from scratch instead of starting off with one of the many great open source platforms out there today. There isn't a single thing you could program today in which 99% of would not be reinventing the wheel. Again, not questioning that an IDE is more efficient. Just stating that the majority of the time if you're writing something so complex an IDE would save you time/energy - you might already be going about the script in an inefficient way.  
				__________________  | |
|   |           | 
|  09-02-2011, 10:10 AM | #16 | |
| Confirmed User Join Date: Oct 2002 
					Posts: 3,745
				 | Quote: 
 I used to have a habit of racing WYSIWYG users versus a decent text editor. For a simple page like Google's home page I could finish duplicating it in a text editor just as the big WYSIWYG finished loading. The real advantage to clicking Tools -> Insert -> Div as opposed to just typing <div>, we found, is that the guy with the text editor has to actually remember how to code. Typing five characters is a hell of a lot faster and more efficient, though. Similarly you can click through your IDE add a CSS declaration and you don't have to remember that it's called font-face. Typing font-face at 50 words per minute is quite bit more fast and efficient, though. It just has a learning curve. That's been my experience over fifteen years, anyway. At this point I don't, and wouldn't, use an IDE except maybe for some GUI design tasks. For creating a Windows GUI, it's nice to click on "button", drop it on the form, right click, set it's properties, then click the button to set it's action. Still if I did that every day I bet I could do it faster with a text editor then all that clicking and right clicking and selecting each property. 
				__________________ For historical display only. This information is not current: support@bettercgi.com ICQ 7208627 Strongbox - The next generation in site security Throttlebox - The next generation in bandwidth control Clonebox - Backup and disaster recovery on steroids | |
|   |           | 
|  09-02-2011, 11:57 AM | #17 | 
| Confirmed User Join Date: Oct 2003 Location: Atlanta 
					Posts: 2,840
				 | PHP Designer http://www.mpsoftware.dk/phpdesigner.php | 
|   |           | 
|  09-02-2011, 12:03 PM | #18 | 
| Coupon Guru Industry Role:  Join Date: Mar 2009 Location: Minneapolis 
					Posts: 10,973
				 | I use nano on the fbsd box, and Coda on my Mac. 
				__________________ Webmaster Coupons Coupons and discounts for hosting, domains, SSL Certs, and more! AmeriNOC Coupons | Certified Hosting Coupons | Hosting Coupons | Domain Name Coupons  | 
|   |           | 
|  09-02-2011, 12:29 PM | #19 | 
| Confirmed User Industry Role:  Join Date: Aug 2001 Location: AdultReviews.com - Denmark - ICQ: 6565211 
					Posts: 920
				 | I have tried Zend Studio, Eclipse PDT and Netbeans. I'm now using Netbeans because it handles large source files better than the others. 
				__________________   Get your paysite reviewed by Adult Reviews Get your paysite reviewed by Porn Reviews | 
|   |           | 
|  09-02-2011, 02:43 PM | #20 | |
| Too lazy to set a custom title Industry Role:  Join Date: Aug 2002 
					Posts: 55,372
				 | Quote: 
 
				__________________ Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.  WP Stuff | |
|   |           | 
|  09-02-2011, 04:13 PM | #21 | 
| Confirmed User Join Date: Oct 2002 
					Posts: 3,745
				 | Having said all of that anti-IDE stuff I realized I do have some IDE-like features in my text editor - syntax highlighting, syntax check, and a very specific, limited kind if autocomplete. I use probably the most efficient tool which also has the biggest learning curve - vim. 
				__________________ For historical display only. This information is not current: support@bettercgi.com ICQ 7208627 Strongbox - The next generation in site security Throttlebox - The next generation in bandwidth control Clonebox - Backup and disaster recovery on steroids | 
|   |           | 
|  09-02-2011, 04:22 PM | #22 | 
| Confirmed User Industry Role:  Join Date: Jul 2001 Location: 127.0.0.1 
					Posts: 9,266
				 | I use Notepad++ but was thinking on some way of improving things with some kind of WYSIWYG editor or something, most specifically for design rather than coding. Sadly, all html/CSS editors I have found are beyond horrible and they end being more confusing since I need to rebuild parts of the code thus spending 2x or 3x the time I would spend with Notepad++ . Then again, would LOVE to find something, up to date the old Netscape Composer WYSIWYG editor was never reached IMHO, that's what I'd need right now: simple, fast, not overcluttered with retard stuff I'll never use and writing perfectly valid code   
				__________________ This post is endorsed by CIA, KGB, MI6, the Mafia, Illuminati, Kim Jong Il, Worldwide Ninjas Association, Klingon Empire and lolcats. Don't mess around with it, just accept it and embrace the truth | 
|   |           | 
|  09-02-2011, 05:18 PM | #23 | 
| Confirmed User Industry Role:  Join Date: Sep 2003 Location: NZ 
					Posts: 673
				 | TextMate. 
				__________________ -- react | 
|   |           | 
|  09-02-2011, 07:14 PM | #24 | 
| Confirmed IT Professional Industry Role:  Join Date: Nov 2005 Location: Hollywood, CA 
					Posts: 3,744
				 | I've tried a lot. It all boils down to what you need it for. If you need it for general project management and code completion (general development use), personally I prefer WeBuilder For working with frameworks and whatnot, I prefer Zend. I don't prefer any others. <my 2 cents> 
				__________________ The Best Affiliate Software, Ever. | 
|   |           | 
|  09-02-2011, 07:44 PM | #25 | 
| Available for Coding Work Industry Role:  Join Date: Jun 2008 
					Posts: 1,438
				 | Yeah, me too, i don't need the extra garbage code. I also use Notepad++ from time to time, but for the rest, it's all hand coding. 
				__________________ <developer> MechBunny  / KVS / PHP / MySQL / HTML5 / CSS3 / jQuery  Email: vlad [at] dangerouscoding.com Telegram: @dangerouscoding | 
|   |           | 
|  09-02-2011, 07:47 PM | #26 | 
| Available for Coding Work Industry Role:  Join Date: Jun 2008 
					Posts: 1,438
				 | There will never be anything like that, or at least not for the more complex layouts.   
				__________________ <developer> MechBunny  / KVS / PHP / MySQL / HTML5 / CSS3 / jQuery  Email: vlad [at] dangerouscoding.com Telegram: @dangerouscoding | 
|   |           | 
|  09-02-2011, 08:22 PM | #27 | |
| Confirmed User Industry Role:  Join Date: Jul 2001 Location: 127.0.0.1 
					Posts: 9,266
				 | Quote: 
  
				__________________ This post is endorsed by CIA, KGB, MI6, the Mafia, Illuminati, Kim Jong Il, Worldwide Ninjas Association, Klingon Empire and lolcats. Don't mess around with it, just accept it and embrace the truth | |
|   |           | 
|  09-02-2011, 09:11 PM | #28 | 
| Confirmed User Join Date: Jul 2009 Location: Netherlands 
					Posts: 364
				 | 
				__________________ | 
|   |           | 
|  09-02-2011, 10:15 PM | #29 | 
| Bland for life Industry Role:  Join Date: Nov 2004 
					Posts: 10,468
				 | Another TextMate user here.  I couldn't imagine using anything else...seriously.  It's one of the perks of own a Mac. 
				__________________ ★★★ | 
|   |           | 
|  09-02-2011, 10:17 PM | #30 | 
| Too lazy to set a custom title Industry Role:  Join Date: May 2004 Location: West Coast, Canada. 
					Posts: 10,217
				 | EditPlus | 
|   |           | 
|  09-06-2011, 08:28 AM | #31 | ||
| Permanently Gone Industry Role:  Join Date: Mar 2004 
					Posts: 10,019
				 | Quote: 
  But overall, you're right. Quote: 
 1. I use camel-case methods in my classes. So, if I'm doing a query like this: Code: echo $modelObject->getModelEthnicityCodeByID($modelID); 2. File transfers are a snap for me in an IDE. For example, in my preferred IDE (phpEd), when I'm editing a page, I simply press CTRL+SHIFT+S, and the page is uploaded to the server. Likewise, there are shortcuts to upload my directory, the whole project, etc. No dragging, dropping, logging into other programs, etc, etc. 3. File management is very easy, too. From right inside of the IDE, I can drag-and-drop images, includes, and all sorts of files, as needed. I can then see them in a directory structure and reference them for includes, etc, etc. 4. Fewer typo errors. When I'm auto-completing, there's very little chance of a type in a method, class, or object name. 5. Error checking. I'm beyond leaving off semi-colons, of course, but sometimes when I'm four parenthesis deep, I'll accidentally use three. The IDE lets me know visually and immediately. Same for unclosed nests, etc. 6. Working with a live site is less harrowing. Often, we need immediate changes to a live site without running them through a development environment first. In these cases, they are mission-critical pages that simply cannot load with a PHP error. The IDE helps me check my code to ensure that it'll run right the first time. | ||
|   |           | 
|  09-06-2011, 09:31 AM | #32 | 
| Confirmed User Join Date: Sep 2003 
					Posts: 8,713
				 | well im working with phpstorm , it fucking rocks..  git,svn support, out standing performance, clean and fast. 
				__________________  TrafficCashGold Paying Webmasters Since 1996! Awesome Conversions! Fast Weekly Payments! Over 125 Tours! | 
|   |           | 
|  09-06-2011, 09:43 AM | #33 | |
| Available for Coding Work Industry Role:  Join Date: Jun 2008 
					Posts: 1,438
				 | Quote: 
  
				__________________ <developer> MechBunny  / KVS / PHP / MySQL / HTML5 / CSS3 / jQuery  Email: vlad [at] dangerouscoding.com Telegram: @dangerouscoding | |
|   |           | 
|  09-06-2011, 09:48 AM | #34 | |
| Confirmed User Industry Role:  Join Date: Jul 2005 Location: icq#: 639544261 
					Posts: 1,965
				 | Quote: 
 Set a cookie with javascript and enable listening and it just works. 
				__________________ I'm out. | |
|   |           | 
|  09-06-2011, 11:25 AM | #35 | 
| SO FUCKING SCAMMED Industry Role:  Join Date: Mar 2010 Location: UK 
					Posts: 1,407
				 | Notepad++ on Windows Espresso on Mac 
				__________________ | 
|   |           | 
|  09-06-2011, 12:52 PM | #36 | 
| Confirmed User Join Date: Oct 2002 
					Posts: 3,745
				 | Have you tried it recently? It's now called Seamonkey. That's also my favorite browser by far. 
				__________________ For historical display only. This information is not current: support@bettercgi.com ICQ 7208627 Strongbox - The next generation in site security Throttlebox - The next generation in bandwidth control Clonebox - Backup and disaster recovery on steroids | 
|   |           |