|
Re: PHP Eassy and Difficult [message #178119 is a reply to message #178110] |
Mon, 14 May 2012 13:30 |
Thomas 'PointedEars'
Messages: 701 Registered: October 2010
Karma: 0
|
Senior Member |
|
|
Alan_Smith
^
That should be a space character.
<Alan_Smith(dot)5cjybz(at)no-mx(dot)httppoint(dot)com> wrote:
And that should be an e-mail address, not only something that resembles one.
"An address *receives* mail." (RFC 5322)
> PHP is extremely easy to learn if you have any basic knowledge of any
> other web development language!
If you mean any other Web development *programming* language, I agree.
But what are you replying to?
> It is simple and yet powerful language.
^ a
It is easy to think so until you have seen Python :) But PHP is certainly
improving.
> PHP is a server-side language
NAK. As discussed before, no language is either server-side or client-side.
PHP is a language that is *primarily* used server-side. There are also a
number of client-side applications of PHP, like phpDocumentor.
> that allows the creation of Web pages
ACK, if we accept the definition of "Web page" being "a document resource
that can be accessed via HTTP".
> faster and easier by enabling a better user experience.
Reads like copy-pasted from a marketing speech. After all, it depends on
the skills of the people developing a Web site whether it will be a good
user experience, not the programming language.
> It can be integrated with HTML tags.
That is a curious way of saying that PHP is an acronym for "*P*HP
*H*ypertext *P*reprocessor".
> It offers strong user communities
Contrary to common belief, that, in itself, is _not_ a virtue. In fact,
there are "strong user communities" that offer misleading information at
best (jQuery).
> so I recommend all developers to learn it and keep it in their toolkit.
Do you realize where you are posting to?
PointedEars
--
var bugRiddenCrashPronePieceOfJunk = (
navigator.userAgent.indexOf('MSIE 5') != -1
&& navigator.userAgent.indexOf('Mac') != -1
) // Plone, register_function.js:16
|
|
|