473,385 Members | 1,562 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,385 software developers and data experts.

a PHP Confession:

ww

Hi, my name is Will and I have been using PHP for over 4 months.

I first started using PHP over here and just today I started and
completed this page in under a few hours.

Now don't even begin to think that I know PHP, the only functions I
remember are, print(), echo(), require(), and date(), and I don't even
know what all date() really does. I am a *copy-and-paster* when it
comes to PHP. So how did I develop this extremly simple databse-driven
guest book? Dreamweaver.

Dreamweaver got me connected to the DB, I just passed it the DB name,
host name, user name, pass, etc.. and it created the code for me. It
took care of pagination and page navigation for me too! PAGINATION
people! It's not cleaner than my perl code, but I didn't have to think
about it, I just clicked a few buttons.

This is scary to me. I had no idea how easy it actually was to
implement PHP with Dreamweaver. I wonder how many little *web
designers* out there are putting out web pages left and right by
simply dragging and clicking in DW.

First off, this is threatening to those like me that actually code,
and secondly, it's scary because I'm afraid that I may become
converted to PHP. The thought makes my skin crawl, however the next
easy MySQL project I get will probably be done in PHP/Dreamweaver.

T£ also: http://silent11.com/blog/archives/000180.html

-w w
Jul 17 '05 #1
12 2482

"ww" <ww3140@_yah-oo.com> wrote in message
news:au********************************@4ax.com...

Hi, my name is Will and I have been using PHP for over 4 months.

I first started using PHP over here and just today I started and
completed this page in under a few hours.

Now don't even begin to think that I know PHP, the only functions I
remember are, print(), echo(), require(), and date(), and I don't even
know what all date() really does. I am a *copy-and-paster* when it
comes to PHP. So how did I develop this extremly simple databse-driven
guest book? Dreamweaver.

Dreamweaver got me connected to the DB, I just passed it the DB name,
host name, user name, pass, etc.. and it created the code for me. It
took care of pagination and page navigation for me too! PAGINATION
people! It's not cleaner than my perl code, but I didn't have to think
about it, I just clicked a few buttons.

This is scary to me. I had no idea how easy it actually was to
implement PHP with Dreamweaver. I wonder how many little *web
designers* out there are putting out web pages left and right by
simply dragging and clicking in DW.

First off, this is threatening to those like me that actually code,
and secondly, it's scary because I'm afraid that I may become
converted to PHP. The thought makes my skin crawl, however the next
easy MySQL project I get will probably be done in PHP/Dreamweaver.


It's fine with me. I know how to code PHP and don't use Dreamweaver. I get
work because of my knowledge of the language. Hope to see you in an
interview ;)
Jul 17 '05 #2
On Fri, 14 Nov 2003 02:24:45 +0000, ww wrote:
[ snip agreed about scary thoughts and drag-n-drool "coding" ]

First off, this is threatening to those like me that actually code, and
secondly, it's scary because I'm afraid that I may become converted to
PHP. The thought makes my skin crawl, however the next easy MySQL project
I get will probably be done in PHP/Dreamweaver.

I went from Perl to PHP about 6 years ago.. never looked back for Web
development, never seen any reason to. PHP IMO, is much more flexible for
Web development than Perl will ever be.. that said, I religiously use Perl
for any system admin coding.. a couple of Perl/Tk GUI things and for IRC
admin bots =)

Regards,

Ian

--
Ian.H [Design & Development]
digiServ Network - Web solutions
www.digiserv.net | irc.digiserv.net | forum.digiserv.net
Programming, Web design, development & hosting.

Jul 17 '05 #3
Ian.H (66.676% quality rating):

Web development than Perl will ever be.. that said, I religiously use Perl
for any system admin coding..


I find bash scripting and PHP to be more than adequate for sysadmin stuff.

/joe
--
Pink punches Mitch Kispert, and then slowly spits out arv("Littering
and...?");.
Jul 17 '05 #4
"ww" <ww3140@_yah-oo.com> wrote in message
news:au********************************@4ax.com...

This is scary to me. I had no idea how easy it actually was to
implement PHP with Dreamweaver. I wonder how many little *web
designers* out there are putting out web pages left and right by
simply dragging and clicking in DW.

First off, this is threatening to those like me that actually code,
and secondly, it's scary because I'm afraid that I may become
converted to PHP. The thought makes my skin crawl, however the next
easy MySQL project I get will probably be done in PHP/Dreamweaver.


There are many web designers out there that actually think they're web
designers rather than simply graphics designers. This is why I personally
prefer the term web developer as it encompasses web design, graphical design
as well as the technical environment, programming, site promotion and
ongoing management.

We've seen how FrontPage has brought many people into the web site market
using these sorts of simplified methods so I see no problem. Making
something accessible to the mass market doesn't make them experts, although
it often makes them think that. Driving a car each day doesn't mean we can
all turn into world rally champions. It just changes things and as long as
the employers are not hood-winked into employing people with cut-and-paste
abilities we'll be OK.

On second thoughts we're f***ed then. ;)

*changes career path to rally driving*
Jul 17 '05 #5
"Paulus Magnus" <pa***********@loves-spam.com> wrote in message news:<bp**********@titan.btinternet.com>...
"ww" <ww3140@_yah-oo.com> wrote in message
news:au********************************@4ax.com...
<snip>
There are many web designers out there that actually think they're web
designers rather than simply graphics designers. This is why I personally
prefer the term web developer
I really love this word :)
as it encompasses web design, graphical design
as well as the technical environment, programming, site promotion and
ongoing management.


---
"Too much of something is less than nothing."
Email: rrjanbiah-at-Y!com
Jul 17 '05 #6
I noticed that Message-ID: <bp**********@titan.btinternet.com> from
Paulus Magnus contained the following:
We've seen how FrontPage has brought many people into the web site market
using these sorts of simplified methods so I see no problem. Making
something accessible to the mass market doesn't make them experts, although
it often makes them think that. Driving a car each day doesn't mean we can
all turn into world rally champions. It just changes things and as long as
the employers are not hood-winked into employing people with cut-and-paste
abilities we'll be OK.

On second thoughts we're f***ed then. ;)


I haven't got the latest DW so can't use these fancy PHP features.
However, I've used some of DWs automated features before (eg javascript
rollovers) and they are great.

The problem comes if you want to customise something outside the
parameters. DW has a photo album creator which is great as far as it
goes. But the album it creates does not use a style sheet and so is a
pain to customise. Some day I will figure how to edit this procedure
but it's not obvious.

I'm glad I can code stuff from scratch because I think it gives me a
better chance of customising pre written code, should I need to use it.

--
Geoff Berrow (put thecat out to email)
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
In article <rd********************************@4ax.com>,
Geoff Berrow <bl******@ckdog.co.uk> wrote:

:The problem comes if you want to customise something outside the
:parameters. DW has a photo album creator which is great as far as it
:goes. But the album it creates does not use a style sheet and so is a
:pain to customise. Some day I will figure how to edit this procedure
:but it's not obvious.

At some point even DW _must_ produce a text-only html file, no? You can
edit this with your favourite text editor* to do anything you want. Once
you've done it a few times and understand what's going on, you'll
probably chuck DW for good.

* 'text editor' NOT 'word processor' unless you're very very careful. I
think in Windoze you have something called Wordpad (that opens when you
view source, which is actually kind of neat).
--
Looks like more of Texas to me.
.... Arizona, where the nights are warm and the roads are straight.
Jul 17 '05 #8
I noticed that Message-ID:
<Wa**************************@nr-tor01.bellnexxia.net> from Warren Oates
contained the following:
:The problem comes if you want to customise something outside the
:parameters. DW has a photo album creator which is great as far as it
:goes. But the album it creates does not use a style sheet and so is a
:pain to customise. Some day I will figure how to edit this procedure
:but it's not obvious.

At some point even DW _must_ produce a text-only html file, no? You can
edit this with your favourite text editor* to do anything you want. Once
you've done it a few times and understand what's going on, you'll
probably chuck DW for good.


You misunderstand. Using this procedure DW produces a whole load of
html files automatically, complete with previous and next links and
links to the index page of thumbnail images which it also creates
automatically by linking to Fireworks. It's a very quick way of
producing an album. But there is little choice over what the final
album looks like. I need to know how to modify the code that generates
the html so that I can get it to include style markup and a link to an
external stylesheet

See:
http://www.ckdog.co.uk/a_walk_in_the_park/

--
Geoff Berrow (put thecat out to email)
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 #9
In article <e2********************************@4ax.com>,
Geoff Berrow <bl******@ckdog.co.uk> wrote:

:But there is little choice over what the final
:album looks like. I need to know how to modify the code that generates
:the html so that I can get it to include style markup and a link to an
:external stylesheet
:
:See:
:http://www.ckdog.co.uk/a_walk_in_the_park/

Well, if you're only doing these for you own use, the html is pretty
simple, you should be able to go through the code by hand and lay out
the pictures with straight CSS positioning or CSS plus tables, and it
really shouldn't take you more than an hour or so to get the whole thing
to validate for strict xhtml. I have no problem with people using tables
for that kind of layout; I don't believe that the Web is any more
"special" than any other form of information/entertainment media. I
mean, you can't buy a braille News of the World down at your local
newsagent's, can you? Or a spoken version of the Dandy? And no one
complains about that.

Getting back on topic, there's some interesting photo gallery stuff
using PHP and databases (or not) on Freshmeat.
--
Looks like more of Texas to me.
.... Arizona, where the nights are warm and the roads are straight.
Jul 17 '05 #10
I noticed that Message-ID:
<Wa**************************@nr-ott02.bellnexxia.net> from Warren Oates
contained the following:
:See:
:http://www.ckdog.co.uk/a_walk_in_the_park/

Well, if you're only doing these for you own use, the html is pretty
simple, you should be able to go through the code by hand and lay out
the pictures with straight CSS positioning or CSS plus tables, and it
really shouldn't take you more than an hour or so to get the whole thing
to validate for strict xhtml.


Well, having started me thinking about it, I decided to see if the
command was editable. Turns out, it is, because it is written in
javascript. So I have tweaked it to add a link to an external
stylesheet. I'll also be able to add other CSS markup. So changing the
look of the album will be a simple matter of changing the stylesheet.

But you are right, there are some nice PHP albums out there (said he,
also getting back on topic). ;-)

--
Geoff Berrow (put thecat out to email)
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 #11
pleased to meet you!

there's nothing wrong with what you are doing and you are just one of
many.

if your work consists of nothing but trivial sites with uninteresting
dataprocessing backends, you can go an entire career this way.

i don't agree with this approach and choose not to use WYSIWYG tools.

have a look at an old (1996 vintage) article i wrote on this topic.

http://www.jerrysievers.com/Articles...=fakingIt.html

to each his own.

ww <ww3140@_yah-oo.com> writes:
Hi, my name is Will and I have been using PHP for over 4 months.

I first started using PHP over here and just today I started and
completed this page in under a few hours.


--
-------------------------------------------------------------------------------
Jerry Sievers 305 854-3001 (home) Unix Administrator/Consultant
305 321-1144 (mobile http://www.JerrySievers.com/
Jul 17 '05 #12
On Fri, 14 Nov 2003 19:46:42 +0000 (UTC), Paulus Magnus wrote:
There are many web designers out there that actually think they're web
designers rather than simply graphics designers. This is why I personally
prefer the term web developer as it encompasses web design, graphical design
as well as the technical environment, programming, site promotion and
ongoing management.


Then again, there are a lot of web developers* out there who think they're
web designers. Being a graphic designer by training and a web developer by
interest and study, I've seen 'em both.
* BTW- I don't mean to refer to you or anyone else specifically. I don't
know you or your work. It's just that "developer" is just a good term for
it.
-- Rudy Fleminger
-- sp@mmers.and.evil.ones.will.bow-down-to.us
(put "Hey!" in the Subject line for priority processing!)
-- http://www.pixelsaredead.com
Jul 17 '05 #13

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

Similar topics

0
by: PeopleIhavefeeling | last post by:
Real conspiracy theory's script: leaving the key Assalam u'Alekum :), The second night , before the two women came in, Mahmud Kurchu left a key with me, he told me I have to give this key to the...
6
by: Admirer | last post by:
BRILLLLIANT ARTICLE BY DR THOMAS FRIEDMAN OF NYTIMES He is twice pullitzer winner > > http://www.nytimes.com/2004/03/28/opinion/28FRIE.html > OP-ED COLUMNIST > Awaking to a Dream > By...
1
by: David L | last post by:
I just got a book on Python and want to know how it stands compared to C++ and Java. I understand there was a 96 article comparing python with Java by Roger Masse. However there are many broken...
2
by: Michael P. Soulier | last post by:
Ok, this works in Python on Windows, but here on Linux, with Python 2.4.1, I'm getting an error. The docs say: A typical use for calling a cooperative superclass method is: class C(B):...
56
by: Smokey Grindle | last post by:
Whats the easiest way to make a global function in VB 2005? The old way was make a module, is that still the standard? thanks!
16
by: Dotnet | last post by:
I want to so the "right thing". But first, I have a confession to make. I've built a few ASP.NET sites now (Version 2.0), and they all work fine. However, I have (and here's the confession) used...
2
by: Cli | last post by:
I want to create my own stopwords file. But it just won't work for me. Before applying my own file I run the following query: Select title from table where MATCH (title) AGAINST ('+The...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...

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.