.com.unity Forums

.com.unity Forums (http://forum.shrapnelgames.com/index.php)
-   Space Empires: IV & V (http://forum.shrapnelgames.com/forumdisplay.php?f=20)
-   -   OT: PHP (http://forum.shrapnelgames.com/showthread.php?t=10616)

Atrocities November 6th, 2003 01:19 AM

Re: OT: PHP
 
Hell between all of you PHP people here, someone should be able to make one hell of a good web based game.

minipol November 6th, 2003 02:04 AM

Re: OT: PHP
 
I use editpad lite on win and vim on Linux to edit my php files

tesco samoa November 6th, 2003 03:37 AM

Re: OT: PHP
 
currently at work i am learning ingres http://forum.shrapnelgames.com/images/icons/shock.gif

Ruatha November 7th, 2003 07:30 AM

Re: OT: PHP
 
I use wordpad, but I really miss two things:
What linenumber am I editing (when debugging; Error in Line 252 (puh...))
And block cut/copy/paste.
In my old DOS editor Q-Edit I could select a block of text, say 10 columns and 20 lines in the middle of the page and copy that, in wordpad it automaticly includes the beginning of the lines, not what I want.
I guess I should either;
1. look for a better text editor.
2. Write one of my own. (Which I guess is harder than option 1) http://forum.shrapnelgames.com/images/icons/icon12.gif


EDIT1:
This looks good:
http://www.winsyntax.com/

[ November 07, 2003, 05:34: Message edited by: Ruatha ]

Ragnarok November 7th, 2003 05:01 PM

Re: OT: PHP
 
I'll probably end up using EditPlus2 as soon as I get it downloaded here at work. Currently I'm using Notepad but EditPlus2 is good.

SpaceBadger November 7th, 2003 05:40 PM

Re: OT: PHP
 
My favorite text editor is actually an old Version of MS Word that I used to use when I did lots of web-stuff. Big advantage over Wordpad was in the much more powerful search/replace. My current PC came with Word 2000 installed, and for some #$^%$&% stupid reason they have tried to turn the $&^* word-processor into a web-browser - it interprets all HTML and shows you what it would look like in a browser, rather than letting you actually see and edit it as text. http://forum.shrapnelgames.com/images/icons/icon8.gif (Why on earth would anyone want their word-processor to act like a browser? More MS stupidity, trying to make every program do everything, rather than letting each one do its own thing and do it well! http://forum.shrapnelgames.com/image...s/rolleyes.gif )

So now I have to use Wordpad, at least until I get around to finding an install CD for Word 97, at which time I will uninstall Word 2000 and replace it with the old one. (I also hate all of the autoformatting junk in Word 2000 - what a time-waster, on the very rare occasions that I use it instead of Wordpad I have to keep undoing stuff that the &^$^%#& program goofs up by guessing what I would want rather than just doing what I say. http://forum.shrapnelgames.com/images/icons/icon8.gif )

Err, umm, how did I get up on this soapbox? http://forum.shrapnelgames.com/image...s/confused.gif

SpaceBadger

[ November 07, 2003, 15:43: Message edited by: SpaceBadger ]

Ragnarok November 7th, 2003 07:36 PM

Re: OT: PHP
 
I'm not a big fan of Word. I use it every now and then for certain projects but overall I don't use it if I don't have to.

I'm a big fan of EditPlus2 now though. It's perfect for editing PHP if you ask me, or HTML (unless you have Dreamweaver) and Perl, and C, or C++, or Javascript. It has syntax coloring for all these programming Languages. Which I absolutly love, I need to have my color coding when I code something. http://forum.shrapnelgames.com/images/icons/icon7.gif So for me EditPlus2 is the way to go for all my PHP needs. http://forum.shrapnelgames.com/images/icons/icon6.gif

Fyron got me hooked on this program. He's good at doing things like that. http://forum.shrapnelgames.com/image...s/rolleyes.gif http://forum.shrapnelgames.com/images/icons/tongue.gif

SpaceBadger November 7th, 2003 07:41 PM

Re: OT: PHP
 
I hate Word 2000. I've been looking every place I can think of for the install CD for my good old Word 97, but can't find it. Where do you get EditPlus2?

SpaceBadger

geoschmo November 7th, 2003 07:45 PM

Re: OT: PHP
 
Quote:

Originally posted by SpaceBadger:
(Why on earth would anyone want their word-processor to act like a browser? More MS stupidity, trying to make every program do everything, rather than letting each one do its own thing and do it well! http://forum.shrapnelgames.com/image...s/rolleyes.gif )

<font size="2" face="sans-serif, arial, verdana">I agree that it wasn't implemented very well, but the idea there isn't to make WORD into a browser. It's to allow you to edit the html with a WhatYouSeeIsWhatYouGet interface. Some people, mainly those without any knowledge of html or interest in learning it, greatly prefer being able to edit web pages in this manner. My biggest problem with using Word to edit html is all the crap code it sticks in there. Meta tags out the wazoo.

I am pretty sure that Word 2000 and later will let you look at the html in text view won't it? That should give you what you want if it does.

Fyron November 7th, 2003 07:52 PM

Re: OT: PHP
 
Quote:

Originally posted by SpaceBadger:
I hate Word 2000. I've been looking every place I can think of for the install CD for my good old Word 97, but can't find it. Where do you get EditPlus2?

SpaceBadger

<font size="2" face="sans-serif, arial, verdana">http://www.openoffice.org is a good replacement for MS Office. It has a Version of Word, Excel, Power Point and IIRC Word Art (or something like that). It is free, and open source. And a lot smaller than MS Office is to boot. It can open and save all MS file formats, plus dozens more. And the best part? No @&#!*! paper clip to harrass you! http://forum.shrapnelgames.com/images/icons/icon10.gif

Quote:

So now I have to use Wordpad, at least until I get around to finding an install CD for Word 97, at which time I will uninstall Word 2000 and replace it with the old one. (I also hate all of the autoformatting junk in Word 2000 - what a time-waster, on the very rare occasions that I use it instead of Wordpad I have to keep undoing stuff that the &^$^%#& program goofs up by guessing what I would want rather than just doing what I say. )
<font size="2" face="sans-serif, arial, verdana">You can actually disable all of that in the settings... http://forum.shrapnelgames.com/images/icons/icon12.gif

[ November 07, 2003, 17:55: Message edited by: Imperator Fyron ]


All times are GMT -4. The time now is 12:33 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.