|
|
|
|
![]() ![]() |
Jan 25 2008, 11:58 AM
Post
#11
|
|
|
Ephesians 6:10-17 ![]() Group: [MODERATOR] Posts: 1,893 Joined: 22-June 05 From: The World of Gentoo Member No.: 8,528 ![]() |
I personally use Geany. It's a lightweight IDE—very lightweight, it opens quick! It has many of the features that have been mentioned in this topic for other programs. You can find out some of its features in this article: Perfect Programming IDE. The main feature i like about it, though, is how when you're typing out a PHP function, it pops out what they call a "call tip" informing you about what parameters the function takes. This is helpful, as i don't need to constantly have to look at the PHP manual when i forget about a certain function. Geany also supports over 30 different filetypes. Geany is also open-source, and can be installed in basically any operating system. Also, if you know how to edit its configuration, you can create custom statement or loop auto-completions for certain filetypes. For example, let's say i'm typing out a PHP if statement, i just type out the word "if" and then hit the tab key, it then fills out the rest of the statement (parentheses, curly brackets, etc). It also has a scribble area at the bottom where you can leave yourself some project notes.
|
|
|
|
Jan 25 2008, 02:17 PM
Post
#12
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 331 Joined: 28-August 06 Member No.: 29,048 |
i use dreamweaver to code PHP sites. it is a very usefull editor.
it provides many options. a cool one.... |
|
|
|
Jan 25 2008, 04:40 PM
Post
#13
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 403 Joined: 14-October 07 From: ERROR 404 Member No.: 51,575 |
I just use notepad for coding everything, but I don't code very much php and the most difficult thing I have used is a simple
'if page ="games" echo "whatever"' I'm not the best at coding. |
|
|
|
Jan 25 2008, 06:33 PM
Post
#14
|
|
|
Newbie [Level 2] ![]() ![]() Group: Members Posts: 32 Joined: 25-January 08 Member No.: 56,849 |
obviously dreamweaver is good (the reason being its expensive) but i use PHPdesigner like a lot of other people. The free version is quite limited but good enough. If you want something for very commpleting long php files, then the proversion of PHPDesigner or dreamweaver is what i would go for!
Thanks Alen |
|
|
|
Jan 25 2008, 09:37 PM
Post
#15
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 290 Joined: 5-October 07 From: Random Places Member No.: 51,171 ![]() |
I use Notepad++ because of its high language compatibility with syntax highlighting, line numbers, and it is free. I use it to code HTML, CSS, Javascript, PHP, Perl, and basically all of my other languages I program in. I will use Notepad maybe for like really simple applications.
|
|
|
|
Jan 28 2008, 12:56 AM
Post
#16
|
|
|
Newbie [Level 1] ![]() Group: Members Posts: 10 Joined: 28-January 08 From: Indonesia Member No.: 56,949 |
Usually, in all my web design project, I use Adobe dreamweaver CS3 because this program can realize several language that important in web design, we can design it with the preview, so if we make a mistake, is easier for us find our mistake. But , there are some alternative software to write your PHP.....
1. Notepad ++ You must try this software. First Notepad ++ is totally free editor application, small, run as fast as notepad, and small size with a good features. It also gives the extra functionality to the general user: colorize the user defined words. You can print your source code in color (or whatever you want) if you have a color printer (WYSIWYG). Furthermore, Notepad++ includes the multi-view feature, which allows the user to edit the different documents at the same time, and even edit the same document synchronously in 2 different views. Notepad++ supports drag and drop: not only you can drop the file from explorer to open it, but also you can drag and drop a document from a view to another. With all the functionalities, Notepad++ runs as fast as Notepad provided by MS Windows. Supported languages for the moment: (c/c++/Java/html/xml/php/asp/vb/vbs/SQL/Objective-C/javascript/ini/makefile/MSDos Display). To find, google it. 2.phpDesigner 2008 The second tool is PHPdesigner 2008. This tools is so powerful and give so many excellent features such as Work with object-oriented programming (OOP), Intelligent syntax highlighting, Support HTML, XHTML, MySQL, XML, CSS, JavaScript, VBScript, Java, C#, Perl, Python and Ruby, Work with projects and frameworks, Support for real debugging, Enjoyable to use for hours and hours. But must pay for it..... 3.EditPlus If you have try all above, and still unsatisfied, try this and Google it. But I'm not really like this software. For my operating system I use Windows XP SP2, the most OS that used today. if you like you can install vista transformation pack 7.0, its really nice.... |
|
|
|
Jan 28 2008, 01:03 AM
Post
#17
|
|
|
Advanced Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 143 Joined: 30-October 07 From: Sydney, Australia Member No.: 52,225 ![]() |
i don't code php (i use xhtml+css), however if i did i would use textpad.
it is free, has highlighting for different syntaxes... i am overwhelmed by this product, so i'll just give you some of textpad's features: QUOTE * Huge files can be edited, up to the limits of virtual memory. See Specifications for the actual limits.
* Supports Universal Naming Convention (UNC) style names, and long file names with spaces. * CUA compliant keyboard commands. * English, French, German, Italian, Polish, Portuguese and Spanish user interfaces. * A spelling checker with dictionaries in 10 languages. * Multiple files can be simultaneously edited, with up to 2 views per file. * Warm Start feature lets you restart exactly where you left off. * In addition to the usual cut, copy and paste capabilities, selected text can be case shifted and block indented, and characters, words and lines can be transposed. Cut and copied text can be appended to the clipboard, as well as replacing its contents. * Text can be automatically word-wrapped at the margin, or at a specified column, if it does not fit on a line. In this mode, text can be split into separate lines where wrapping occurs, or lines can be intelligently joined, preserving paragraphs. * OLE2 drag and drop editing for copying and moving text between documents. * Unlimited undo/redo capability. The undo buffer can be optionally cleared when a file is saved, or by using the Mark Clean command. * Block (column) selection mode, and visible display of tabs and spaces. * A keystroke macro recorder, with up to 16 active macros. * Sorting, using up to 3 keys. * Text can be automatically aligned and indented, relative to the previous line, to aid block indentation. * The right mouse button pops up an in-context menu. * The cursor can be constrained to the text, or can be positioned freely in the document view. * Toolbar with fly-by usage hints, and an active status bar. * A powerful search/replace engine using UNIX-style regular expressions, with the power of editor macros. Sets of files in a directory tree can be searched, and text can be replaced in all open documents at once. * Visible bookmarks can be placed on individual lines, and on all occurrences of a search pattern. Bookmarked lines can be cut, copied or deleted. * A built in file manager for fast file copying, renaming, deleting etc. * Print previewing, and printing with customizable headers/footers and page breaks. * Viewer for binary files using a hexadecimal display format. * Built in file comparison utility, and up to 16 user-defined tools with argument macros. * Hypertext links from file search and user tool output to the relevant source line. * DDE interface to other tools, such as MS Visual C++. The editor detects when an open file has been modified by another tool, and prompts you to reopen it. |
|
|
|
Jan 28 2008, 02:56 AM
Post
#18
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 247 Joined: 9-April 07 From: Nebraska Member No.: 41,342 |
I personally use Eclipse. Eclipse is an opensource program that is originally made for programming Java. But they have many extensions for programming C++ and some others.
They have an Add-on called PHPeclipse and that is what I use. It includes features to manage the mysql servers, and apache although I just use easyPHP for that. It supports highlighted syntax and realtime debugging. Also at the bottom is a intergrated browser to see your work realtime also. It has tons of cool features and I really like it. Better than notepad++ in case someone mentioned that already. Well here is the link to the eclipse site and to the PHPeclipse add on download site. Eclipse: http://www.eclipse.org/ PHPeclipse: http://sourceforge.net/projects/phpeclipse/ I strongly suggest it if you are looking for an editor for advanced or beginning users. Hope I was helpful. |
|
|
|
Jan 28 2008, 11:47 PM
Post
#19
|
|
|
Newbie ![]() Group: Members Posts: 2 Joined: 28-January 08 Member No.: 56,997 |