Valhalla Legends Archive

Programming => Web Development => Topic started by: SPY-3 on November 15, 2003, 01:02 AM

Title: [PHP] Program to create your own scripts?
Post by: SPY-3 on November 15, 2003, 01:02 AM
whats the best program to make ur own scripts?
Title: Re:[PHP] Program to create your own scripts?
Post by: Banana fanna fo fanna on November 15, 2003, 09:57 AM
You can use any text editor, although I suggest HTMLKit, hapedit (it's okay), PHPEdit, or XEmacs (favorite).
Title: Re:[PHP] Program to create your own scripts?
Post by: hismajesty on November 15, 2003, 10:43 AM
I use CuteHTML for PHP. No reason really, except I like how it interacts with CuteFTP. Also the pretty colors.  :)
Title: Re:[PHP] Program to create your own scripts?
Post by: SPY-3 on November 20, 2003, 05:15 PM
ok where can i get those programs or what are there exact names and ill search the net for them
Title: Re:[PHP] Program to create your own scripts?
Post by: quasi-modo on November 20, 2003, 05:30 PM
I do not use php myself but my friend who does swares by dream weaver. I use it for asp.net btw, but thats beside the point. It has auto complete inteletext line numbers etc.
Title: Re:[PHP] Program to create your own scripts?
Post by: Banana fanna fo fanna on November 20, 2003, 06:03 PM
Quote from: SPY-3 on November 20, 2003, 05:15 PM
ok where can i get those programs or what are there exact names and ill search the net for them

Um...we said them.
Title: Re:[PHP] Program to create your own scripts?
Post by: j0k3r on November 20, 2003, 08:32 PM
PHPDEV is my recommendation. It contains Apache and some other things needed to run, but I RARELY have problems using it (- first time set up, wish I had had someone to tell me what to do).

I think Apache is what most servers run to parse the PHP scripts anyways.
Title: Re:[PHP] Program to create your own scripts?
Post by: Arta on November 20, 2003, 09:15 PM
Ultraedit is my editor of choice.
Title: Re:[PHP] Program to create your own scripts?
Post by: K on November 21, 2003, 01:39 AM
I've noticed that more and more I've started using KWrite.  It's got syntax highlighting, unlimited undo, and function collapsing similar to the Visual Studio .NET editor.

(big) screenshot (http://www.darkvariant.com/images/kwrite.jpg)
Title: Re:[PHP] Program to create your own scripts?
Post by: j0k3r on November 21, 2003, 06:31 AM
Quote from: K on November 21, 2003, 01:39 AM
I've noticed that more and more I've started using KWrite.  It's got syntax highlighting, unlimited undo, and function collapsing similar to the Visual Studio .NET editor.

(big) screenshot (http://www.darkvariant.com/images/kwrite.jpg)

Two questions...
1. Is it REALLY unlimited? How about after you save and reboot?
2. Is it geared towards only C++ or does it support any language?
Title: Re:[PHP] Program to create your own scripts?
Post by: K on November 21, 2003, 02:19 PM
Quote from: j0k3r on November 21, 2003, 06:31 AM
Two questions...
1. Is it REALLY unlimited? How about after you save and reboot?
2. Is it geared towards only C++ or does it support any language?

1. Why would you need functionality like that? If you're going to make major changes, you should just comment them out  :P  That said, I haven't tried it, but I doubt it.

2.  It supports a plethora of languages, and I'm sure its relatively simple to add a new one.  Here we go:
Ada, Bash, Changelog, C, GNU Assembler, Cold Fusion, C++, C#, CSS, .desktop, Diff, Eiffel, ferite, Fortran, Quake, Wolfenstein, Half Life, Haskell, HTML, ILERPG, IDL, JavaScript, Java, KBasic, Literal Haskell, LaTeX, Makefile, MAD-DB, Objective-C, Mason, Matlab M-File, PostScript, Pascal, Perl, PHP,  SQL-MySQL, SQL-PostgreSQL, SQL, Prolog, Python, RScript, RPM Spec, RSI_IDL, Ruby, Sather, Scheme, SGML, SML, Tcl/Tk, Verilog, VHDL, WINE Config, XML.

phew.   
EDIT:  Just noticed that the undo is _technically_ limited.  But, as with all good open source software, there's an option for how many steps backwards you can go.  I like to keep mine on 256.   
Title: Re:[PHP] Program to create your own scripts?
Post by: Banana fanna fo fanna on November 21, 2003, 07:06 PM
XEmacs - windows edition!
Title: Re:[PHP] Program to create your own scripts?
Post by: CrAzY on November 22, 2003, 11:56 PM
I use dreamweaver for my php scripts...  if I don't i use notepad... dreamweaver just sorta lets me know when i misspelled things cuz im stupid :-D
Title: Re:[PHP] Program to create your own scripts?
Post by: Arta on November 23, 2003, 05:51 PM
Quote from: K on November 21, 2003, 02:19 PM
2.  It supports a plethora of languages, and I'm sure its relatively simple to add a new one.  Here we go:
Ada, Bash, Changelog, C, GNU Assembler, Cold Fusion, C++, C#, CSS, .desktop, Diff, Eiffel, ferite, Fortran, Quake, Wolfenstein, Half Life, Haskell, HTML, ILERPG, IDL, JavaScript, Java, KBasic, Literal Haskell, LaTeX, Makefile, MAD-DB, Objective-C, Mason, Matlab M-File, PostScript, Pascal, Perl, PHP,  SQL-MySQL, SQL-PostgreSQL, SQL, Prolog, Python, RScript, RPM Spec, RSI_IDL, Ruby, Sather, Scheme, SGML, SML, Tcl/Tk, Verilog, VHDL, WINE Config, XML.

'Changelog'? :)
Title: Re:[PHP] Program to create your own scripts?
Post by: K on November 23, 2003, 06:06 PM
Quote from: Arta[vL] on November 23, 2003, 05:51 PM
'Changelog'? :)

Changelog (http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=Changelog&btnG=Google+Search)  :)
Title: Re:[PHP] Program to create your own scripts?
Post by: Skywing on November 23, 2003, 11:24 PM
Quote from: K on November 23, 2003, 06:06 PM
Quote from: Arta[vL] on November 23, 2003, 05:51 PM
'Changelog'? :)

Changelog (http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=Changelog&btnG=Google+Search)  :)
I don't see anything in the first couple pages of results from that search saying anything about a formalized "changelog" language.  I hope you aren't expecting people to dig through a few hundred pages of results to find what you're hinting at...
Title: Re:[PHP] Program to create your own scripts?
Post by: K on November 24, 2003, 12:24 AM
Quote from: Skywing on November 23, 2003, 11:24 PM
Quote from: K on November 23, 2003, 06:06 PM
Quote from: Arta[vL] on November 23, 2003, 05:51 PM
'Changelog'? :)

Changelog (http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=Changelog&btnG=Google+Search)  :)
I don't see anything in the first couple pages of results from that search saying anything about a formalized "changelog" language.  I hope you aren't expecting people to dig through a few hundred pages of results to find what you're hinting at...

ChangeLog isn't a language which is what the search is supposed to illustrate, it's a format defined by the GNU Coding Standards read by ChangeLog parsers (or possibly grep).  Searching for 'ChangeLog' gives you lots of examples of said format.
Title: Re:[PHP] Program to create your own scripts?
Post by: Skywing on November 24, 2003, 07:59 AM
Quote from: K on November 24, 2003, 12:24 AM
Quote from: Skywing on November 23, 2003, 11:24 PM
Quote from: K on November 23, 2003, 06:06 PM
Quote from: Arta[vL] on November 23, 2003, 05:51 PM
'Changelog'? :)

Changelog (http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=Changelog&btnG=Google+Search)  :)
I don't see anything in the first couple pages of results from that search saying anything about a formalized "changelog" language.  I hope you aren't expecting people to dig through a few hundred pages of results to find what you're hinting at...

ChangeLog isn't a language which is what the search is supposed to illustrate, it's a format defined by the GNU Coding Standards read by ChangeLog parsers (or possibly grep).  Searching for 'ChangeLog' gives you lots of examples of said format.
That's a much more helpful answer.  Note that I saw a wide variety of changelog formats throughout the search results given by the link you specified.
Title: Re:[PHP] Program to create your own scripts?
Post by: CrAzY on November 26, 2003, 07:31 AM
Jesus, four quotes in one post?  You got to be kidding me.
Title: Re:[PHP] Program to create your own scripts?
Post by: Banana fanna fo fanna on November 26, 2003, 04:26 PM
Then you obviously haven't seen this thread (http://forum.valhallalegends.com/phpbbs/index.php?board=29;action=display;threadid=3041;start=0).
Title: Re: [PHP] Program to create your own scripts?
Post by: venox on October 31, 2004, 07:35 AM
I myself prefer kwrite or emacs when im on my freebsd machine, textpad for windows.
Title: Re: [PHP] Program to create your own scripts?
Post by: quasi-modo on October 31, 2004, 05:03 PM
Dude, the last post was in 2003.
(http://quasi-ke.servebeer.com/pics/sucks1.jpg)
Title: Re: [PHP] Program to create your own scripts?
Post by: Banana fanna fo fanna on October 31, 2004, 07:07 PM
Quote from: venox on October 31, 2004, 07:35 AM
I myself prefer kwrite or emacs when im on my freebsd machine, textpad for windows.

Man, if you had waited a month, it would've been the 1 year anniversary of this thread.