473,396 Members | 2,024 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

develop tools

What is the best tool to develop a php-website ? I used Macromedia
Dreamweaver MX and Zend Studio.
Are there better tools ?

Bart
Jul 17 '05 #1
15 3335
Bart wrote:
What is the best tool to develop a php-website ? I used Macromedia Dreamweaver MX and Zend Studio.
Are there better tools ?


I use NoteTab Light.
www.notetab.com.

The heavy "developing tools" are for those who want easy solutions
and don't care about results.
Have you ever tried debugging a web page made with those tools?
(Although they are better than FrontPage, they often don't display
what your browser would display....)
Have you compared websites overloaded with excessive coding, with
simple, straightforward pages written with a text editor and
common sense?
You'd never use those heavy tools again.

Oh, NoteTab Light is free. Upgrade and you get a more
sophisticated version. I tried it, but the free version is just
fine. There are editors that are even better than NoteTab for html
and php, with color enhancement, tag checking etc.. What you like
is what you're getting used to. Guess someone will tell you about
them.

--
inge

Jul 17 '05 #2
Beauty of a tool lies in the eyes of beholder. I use Dreamweaver MX and Edit
Plus.

sanjay

"Bart" <ye*******@hotmail.com> wrote in message
news:dn*********************@phobos.telenet-ops.be...
What is the best tool to develop a php-website ? I used Macromedia
Dreamweaver MX and Zend Studio.
Are there better tools ?

Bart

Jul 17 '05 #3
Ivo
"s a n j a y" <so*****@somewhere.com> wrote in message
news:IY*********************@newssrv26.news.prodig y.com...
Beauty of a tool lies in the eyes of beholder. I use Dreamweaver MX and Edit Plus.

sanjay

"Bart" <ye*******@hotmail.com> wrote in message
news:dn*********************@phobos.telenet-ops.be...
What is the best tool to develop a php-website ? I used Macromedia
Dreamweaver MX and Zend Studio.
Are there better tools ?

Bart


Sorry, you got about he worst. Notepad or a textarea in a self-programmed
browser based editor. The less bells and whistles, the better code you 'll
learn, which in the long run is much more important than all the websites
that you build along the way.
Ivo
Jul 17 '05 #4
> Sorry, you got about he worst. Notepad or a textarea in a self-programmed
browser based editor. The less bells and whistles, the better code you 'll
learn, which in the long run is much more important than all the websites
that you build along the way.
Ivo


No way that I'm going to use notepad or something like that. I know how to
code. I studied 4 years in high-school for that stuff.
You're right about all the bells and stuff, but still, people want to work
efficiently, so in that case i still prefer tools like dreamweaver or so.

For example : you want to make a page : in notepad it takes for sure 3 times
more time than in dreamweaver (or something like that)

Bart
Jul 17 '05 #5
Bart wrote:
For example : you want to make a page : in notepad it takes for sure 3 times
more time than in dreamweaver (or something like that)


Try this challenge:

You take a site made with dreamweaver by someone else (anybody).
I take a similar site made with Notepad by someone else (anybody).

Now on both sites we change the DataBase.
For instance, replacing the column "FullName" with the two columns
"FirstName" and "LastName".

The challenge is to put it working again!

I will work with Notepad,
You can work with *ANYTHING*.

Any bets?
--
I have a spam filter working.
To mail me include "urkxvq" (with or without the quotes)
in the subject line, or your mail will be ruthlessly discarded.
Jul 17 '05 #6
I noticed that Message-ID: <bl************@ID-203069.news.uni-berlin.de>
from Pedro contained the following:
Now on both sites we change the DataBase.
For instance, replacing the column "FullName" with the two columns
"FirstName" and "LastName".

The challenge is to put it working again!


Take an existing table of twenty rows and insert a column...

It's fairly easy to contrive examples where one might be better than the
other but you forget that Dreamweaver has a perfectly functional text
editor built in. I've not tried MX but if it has syntax highlighting
for PHP then so much the better.

It's got the ftp facility to put files to the server for checking, and
site management tools so that if you move or rename a file links are
updated automatically. Plus you can store chunks of code as library
items and if you change them they will be updated site wide.

Granted I seem to spend more and more of my time in code view these days
but it's just a tool and people should use whatever they feel
comfortable with to get the job done.


--
Geoff Berrow
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
Jul 17 '05 #7
Ivo

"Bart" <ye*******@hotmail.com> wrote in message
news:kx*********************@phobos.telenet-ops.be...
Sorry, you got about he worst. Notepad or a textarea in a self-programmed browser based editor. The less bells and whistles, the better code you 'll learn, which in the long run is much more important than all the websites that you build along the way.
Ivo
No way that I'm going to use notepad or something like that. I know how to
code. I studied 4 years in high-school for that stuff.
You're right about all the bells and stuff, but still, people want to work
efficiently, so in that case i still prefer tools like dreamweaver or so.

For example : you want to make a page : in notepad it takes for sure 3

times more time than in dreamweaver (or something like that)

Bart


Interesting. When I left highschool, HTML didn't exist.
It really depends on style. I 've never liked the size and look of the
buttons in most of those editor programs to begin with.
I have a couple of templates that run around my clipboard, bookmarklets to
perform common tasks, regex's on HTML strings and such, and a good knowledge
of OS and selfmade shortcut keys. Developing that environment is
time-consuming I confess, and it is not portable at all (sorry), but very
instructive and addictively entertaining.
Perhaps another important factor is whether you 're doing it
professionally...
I
Jul 17 '05 #8
RG

"Geoff Berrow" <bl@ckdog.co.uk.the.cat> wrote in message
news:32********************************@4ax.com...
I noticed that Message-ID: <bl************@ID-203069.news.uni-berlin.de>
from Pedro contained the following:
Now on both sites we change the DataBase.
For instance, replacing the column "FullName" with the two columns
"FirstName" and "LastName".

The challenge is to put it working again!


Take an existing table of twenty rows and insert a column...

It's fairly easy to contrive examples where one might be better than the
other but you forget that Dreamweaver has a perfectly functional text
editor built in. I've not tried MX but if it has syntax highlighting
for PHP then so much the better.

It's got the ftp facility to put files to the server for checking, and
site management tools so that if you move or rename a file links are
updated automatically. Plus you can store chunks of code as library
items and if you change them they will be updated site wide.

Granted I seem to spend more and more of my time in code view these days
but it's just a tool and people should use whatever they feel
comfortable with to get the job done.


I agree Geoff, I use DW4 for coding PHP. I like the way you switch views and
manage sites with the built in FTP.
Code view is best, but when building a site with php code embeded, a normal
text editor is no good.
DW is by far the quickest tool for knocking out full websites which you can
see as you code.

RG

Jul 17 '05 #9
"Bart" <ye*******@hotmail.com> wrote in message
news:kx*********************@phobos.telenet-ops.be...
Sorry, you got about he worst. Notepad or a textarea in a self-programmed browser based editor. The less bells and whistles, the better code you 'll learn, which in the long run is much more important than all the websites that you build along the way.
Ivo
No way that I'm going to use notepad or something like that. I know how to
code. I studied 4 years in high-school for that stuff.
You're right about all the bells and stuff, but still, people want to work
efficiently, so in that case i still prefer tools like dreamweaver or so.

For example : you want to make a page : in notepad it takes for sure 3

times more time than in dreamweaver (or something like that)

Bart


I have used Edit Plus for over 3 years, I've tried many other programs in
that time but all the bloatware just slows me down.

In my opinion, the only thing you need for fast, efficient coding is syntax
highlighting. Ok, auto complete might be nice, it would save me having to
look on php.net everytime I forget a functions argument syntax ;o)

BTW - I often use VB6 and recently .net studio so I'm more than familiar
with the benefits of IDE's. But, from my experience PHP development is
easier without one.

Jul 17 '05 #10
Den Fri, 03 Oct 2003 00:07:50 +0200, skribla Ivo:
"Bart" <ye*******@hotmail.com> wrote in message
news:dn*********************@phobos.telenet-ops.be...
What is the best tool to develop a php-website ? I used Macromedia
Dreamweaver MX and Zend Studio.
Are there better tools ?

Sorry, you got about he worst. Notepad or a textarea in a self-programmed
browser based editor. The less bells and whistles, the better code you 'll
learn, which in the long run is much more important than all the websites
that you build along the way.
Ivo


Do you even know what Zend Studio is? In what way is that not suitable for
programming PHP?

Tommy
Jul 17 '05 #11
Ivo

"Tommy Gildseth" <gi******@foto.no> wrote in message
news:pa****************************@foto.no...
Den Fri, 03 Oct 2003 00:07:50 +0200, skribla Ivo:
"Bart" <ye*******@hotmail.com> wrote in message
news:dn*********************@phobos.telenet-ops.be...
What is the best tool to develop a php-website ? I used Macromedia
Dreamweaver MX and Zend Studio.
Are there better tools ?

Sorry, you got about he worst. Notepad or a textarea in a self-programmed browser based editor. The less bells and whistles, the better code you 'll learn, which in the long run is much more important than all the websites that you build along the way.
Ivo


Do you even know what Zend Studio is? In what way is that not suitable for
programming PHP?

Tommy


That 's one of those programs that cost money, right?
Jul 17 '05 #12
RP

"Treefrog" <tr******@mountainbikes.co.uk> schreef in bericht
news:3f********@news.1anetworks.net...
"Bart" <ye*******@hotmail.com> wrote in message
news:kx*********************@phobos.telenet-ops.be...
Sorry, you got about he worst. Notepad or a textarea in a self-programmed browser based editor. The less bells and whistles, the better code you 'll learn, which in the long run is much more important than all the websites that you build along the way.
Ivo
No way that I'm going to use notepad or something like that. I know how to code. I studied 4 years in high-school for that stuff.
You're right about all the bells and stuff, but still, people want to work efficiently, so in that case i still prefer tools like dreamweaver or so.
For example : you want to make a page : in notepad it takes for sure 3

times
more time than in dreamweaver (or something like that)

Bart


I have used Edit Plus for over 3 years, I've tried many other programs in
that time but all the bloatware just slows me down.

In my opinion, the only thing you need for fast, efficient coding is

syntax highlighting. Ok, auto complete might be nice, it would save me having to
look on php.net everytime I forget a functions argument syntax ;o)

BTW - I often use VB6 and recently .net studio so I'm more than familiar
with the benefits of IDE's. But, from my experience PHP development is
easier without one.


And if you would invest some time, Editplus could also feature
autocompletion.....

I also use it (for several years now), it's extremely handy, and definitely
made by people who know the business. And not only for PHP. I had to use
notepad for another scripting language, and spent several hours debugging
sourcecode-lines that eventually turned out to be 'commented out'. Long live
syntax and comment highlighting!
In the past I've tried 'phpedit' from Nusphere, a bit to heavy for me.
Recently I downloaded Zend Studio 3 beta, and use it now and then for
debugging, but it doesn't fully satisfy me.

So Editplus it is. Download a php.chm, and add it to your user-tools, and it
really works perfect! (along with a html.hlp, a validator and css.chm :o).

Should you decide to use Editplus, take time to wander through the menu's!!!

RP
Jul 17 '05 #13
Ivo wrote:
"Tommy Gildseth" <gi******@foto.no> wrote in message
news:pa****************************@foto.no...
Den Fri, 03 Oct 2003 00:07:50 +0200, skribla Ivo:
"Bart" <ye*******@hotmail.com> wrote in message
news:dn*********************@phobos.telenet-ops.be...
What is the best tool to develop a php-website ? I used Macromedia
Dreamweaver MX and Zend Studio.
Are there better tools ?

Sorry, you got about he worst. Notepad or a textarea in a
self-programmed browser based editor. The less bells and whistles,
the better code you 'll learn, which in the long run is much more
important than all the websites that you build along the way.
Ivo


Do you even know what Zend Studio is? In what way is that not
suitable for programming PHP?

Tommy


That 's one of those programs that cost money, right?

Yes indeed, provided that you don't download it illegal, but actually buy
it.
Zend Studio without support and upgrades costs $195, with it it's $249.
Jul 17 '05 #14
On Thu, 02 Oct 2003 17:37:13 GMT, Bart <ye*******@hotmail.com> wrote:
What is the best tool to develop a php-website ? I used Macromedia
Dreamweaver MX and Zend Studio.
Are there better tools ?

Bart


I use these.

Ultra Edit http://www.ultraedit.com/
Dreamweaver http://www.dreamweaver.com/
HTML-Kit http://www.htmlkit.com/

A decent text-editor like Ultra Edit is all u need.

--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
Jul 17 '05 #15
"Bart" <ye*******@hotmail.com> wrote in message news:<dn*********************@phobos.telenet-ops.be>...
What is the best tool to develop a php-website ? I used Macromedia
Dreamweaver MX and Zend Studio.
Are there better tools ?

Bart


http://www.phpedit.net/products/PHPEdit/

You can define any template you want, code highlighting - who wants more?

ex w, h, space outputs a whole while () for me

while($row=mysql_fetch_array($result))
{}

f, o, space does the whole for() loop... you see the interest, plus it's free.
Jul 17 '05 #16

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

31
by: Carlos Ribeiro | last post by:
Hello all. I'm in the process of writing a business app in Python. (defining business app: data entry, validation, interactive reports, etc). For my purposes, it must be a native app (wxWidgets,...
3
by: Scott | last post by:
Hi all, Im trying to distribute Access 2000 APP. And I have a copy of "Office 2000 Premium SR-1" should this contain Developer Tools or is this located elsewhere. Any help would be...
3
by: Lee-Anne Waters via AccessMonster.com | last post by:
HI, new to the Visual Studio Tools but could someone please tell me what version i should purchase to allow me to best use these tools with MS Access. thanks Lee-Anne --
7
by: Peter Smirnov | last post by:
Sorry for this newbie question but as far as I heard one need at least VisualStudio to develop CSharp applications. Is this correct? Are there otherwise some command line tools like javac.exe and...
5
by: Peter | last post by:
Hi All, I am a novice .NET developer, using a 60 trial version of VS.NET 2003 to learn .NET. I would like to develop a website which can be accessed from a mobile device. What are my...
43
by: Rob R. Ainscough | last post by:
I realize I'm learning web development and there is a STEEP learning curve, but so far I've had to learn: HTML XML JavaScript ASP.NET using VB.NET ..NET Framework ADO.NET SSL
0
by: L'eau Prosper Research | last post by:
Press Release: L'eau Prosper Research (Website: http://www.leauprosper.com) releases new TradeStation 8 Add-on - L'eau Prosper Market Manipulation Profiling Tools Set. L'eau Prosper Market...
0
by: L'eau Prosper Research | last post by:
NEW TradeStation 8 Add-on - L'eau Prosper Market Manipulation Profiling Tools Set By L'eau Prosper Research Press Release: L'eau Prosper Research (Website: http://www.leauprosper.com) releases...
2
suryasreepada
by: suryasreepada | last post by:
I have been searching for tools required develop MSProject 2007 Add-in. But I did not find any tools for this. Please help me by providing any simple samples and What are the tools required to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.