The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Web Site Management
> Development Software
|
Page 3 -
what do you code php in?
Page 3 - Discuss what do you code php in? in the Development Software forum on Dev Shed. what do you code php in? Development Software forum discussing tools designed to make managing your website easier, including statistical, tracking, ecommerce, and content management solutions.
|
|
 |
|
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

November 10th, 2001, 03:50 PM
|
|
me,myself&I
|
|
Join Date: May 2001
Posts: 4
Time spent in forums: 1 h 38 m 3 sec
Reputation Power: 0
|
|
now i got it
i don't like notepad, but anywhere i go ... it's there
in win xp, the only good thing i noticed ( i used it only few hours) is the possibility to CTRL+F for Find
anyway, Edit+ is the one for me
|

November 10th, 2001, 03:56 PM
|
|
Not there when you need me
|
|
Join Date: Oct 2001
Location: Berlin, Germany
Posts: 1,430
Time spent in forums: 17 m 46 sec
Reputation Power: 13
|
|
|
Well, I don't code with notepad but sometimes, when I get a simple syntax error and the context menu of the file is closer than the editor window (I have notepad in Send To), I just open the file in notepad and add " or ; or ) or whatever - it is sometimes faster than using a real editor.
Btw, I would use FP Express to write a simple long text with some really simple formatting - it is a bit faster than when you write the HTML stuff yourself. (Well, I don't do that sort of things myself and I pay attention to xhtml syntax, so my files are usually formatted by Tidy HTML, then reformatted by hand.)
Notepad is especially useful when you're working on a system where there is nothing else to code in. Example: at school, I have the choice between notepad, Turbo Pascal, "copy con file.html" and Word 2k.
It should be possible to write an editor in HTML/JScript that would be more comfortable than notepad ... why does MS still provide it without any development ("Ctrl+F added" is _not_ a new feature, it is a bugfix to make notepad accord at least a bit to MS's own standards)?
|

November 10th, 2001, 06:28 PM
|
|
How do you know you exist, are you sure your not part of anothers dream
|
|
Join Date: Jul 2001
Location: mo
Posts: 28
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
dreamweaver, i just prefer dreamweaver, or vi , or notpad just something simple.
__________________
can't fall asleep clowns will eat me
|

November 10th, 2001, 07:04 PM
|
 |
Mobbing Gangster
|
|
Join Date: Sep 2001
Location: "Best City" 2002 and 2003- Melbourne, Australia
|
|
>>So out of curiousity is notepad for xp any better than for win95?
munkfish, we have got a 'status bar' which shows a line #!!! Just outstanding  , 'm not sure if it was before, so I think it is a feature.
__________________
And you know I mean that.
|

November 10th, 2001, 07:14 PM
|
 |
funky munky
|
|
Join Date: Jul 2001
Location: UK
Posts: 1,446
  
Time spent in forums: 2 Days 18 h 45 m 36 sec
Reputation Power: 14
|
|
mate! forgedaboudit, I'm upgrading to winxp now if they got that kinda funkiness going on
I usually code php in a pair of baggie bottoms and a t-shirt btw

|

November 10th, 2001, 07:21 PM
|
 |
Mobbing Gangster
|
|
Join Date: Sep 2001
Location: "Best City" 2002 and 2003- Melbourne, Australia
|
|
not with yo box bo 
|

November 10th, 2001, 08:37 PM
|
|
Contributing User
|
|
Join Date: Sep 2001
Location: London, UK
Posts: 661
Time spent in forums: < 1 sec
Reputation Power: 12
|
|
dreamweaver 
|

November 16th, 2001, 04:56 AM
|
|
Dreaming in Digital, but it's better than nothing.
|
|
Join Date: Oct 2001
Location: Nottingham, UK
Posts: 26
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
*looks around cautiously*
I use uh, Dreamweaver Ultradev actually.
It's got good line numbering
Kal
|

November 16th, 2001, 07:50 AM
|
|
Not there when you need me
|
|
Join Date: Oct 2001
Location: Berlin, Germany
Posts: 1,430
Time spent in forums: 17 m 46 sec
Reputation Power: 13
|
|
Quote:
It's got good line numbering |
Have I missed a revolutionary new idea? How can line numbering be good/bad? If it's readable and mathematically correct, what more can there be?
|

November 16th, 2001, 07:55 AM
|
|
Dreaming in Digital, but it's better than nothing.
|
|
Join Date: Oct 2001
Location: Nottingham, UK
Posts: 26
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Line numbering means error checking is easier.
|

November 16th, 2001, 07:57 AM
|
|
Not there when you need me
|
|
Join Date: Oct 2001
Location: Berlin, Germany
Posts: 1,430
Time spent in forums: 17 m 46 sec
Reputation Power: 13
|
|
|
I know, but what exactly is so good in Dreamweaver's line numbering as opposed to any other?
|

November 16th, 2001, 08:05 AM
|
|
Dreaming in Digital, but it's better than nothing.
|
|
Join Date: Oct 2001
Location: Nottingham, UK
Posts: 26
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Its called brevity, but on an explanatory note I only use ultradev because thats what the company i work for gave me when i told them dreamweaver 3 didn't do what i wanted.
Sorry to have caused you any confusion.
|

November 16th, 2001, 10:01 AM
|
|
Junior Member
|
|
Join Date: Nov 2001
Location: Palm Beach
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
try PHPEd...
works for me.
|

November 16th, 2001, 11:33 AM
|
|
Contributing User
|
|
Join Date: Nov 2001
Location: North West UK
|
|
|
I currently use TextPad 4.5 on Windows boxes, with the syntax file for php.
At the moment though, I'm considering looking at HTMLEdit to see if it can handle PHP as well: I know there are add-ons for Javascript and client-side coding; I don't know if they support server side code as well....
__________________
9 out of 10 PHP problems can be resolved by setting
PHP Code:
error_reporting(E_ALL);
ini_set('display_errors', 1);
php -l <filename> will identify 9 out of the remaining 10 problems
Remember, the command line is your friend
Development Projects:
PHPExcel
PHPPowerPoint
|

November 17th, 2001, 12:32 AM
|
|
Python Prophet
|
|
Join Date: Jun 2001
Location: Amersfoort, The Netherlands
Posts: 45
Time spent in forums: < 1 sec
Reputation Power: 12
|
|
Quote: Originally posted by icsfails
are you so sure, taradino? |
They almost always are. No regular(and good programmer) on the board I visit most, Gathering of Tweakers, uses notepad. They all use other editors, just because notepad is too limited.
But I was referring to what munkfish said:
Quote: | I think he was referring to the hardcore hacker wannabes who say they use notepad for editing code because it sounds 'l33t', when in fact they use frontpage express and only pretend to code. :P |
__________________
Some people, when confronted with a problem, think “I know, I'll use regular expressions.” Now they have two problems. - Jamie Zawinski, in comp.lang.emacs
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|