Re: What is the learning curve for PHP?



On 2007-04-03 06-22-12, K.J.Williams wrote:
1. [...] I have tried CSS on myspace.com and their server was terrible
when I was trying to customize my page layout. I have no idea what their
using but its terrible. The font colors wouldnt not work right.

If it can serve files, it's sufficient for CSS. Did you consider your HTML
or CSS might simply be wrong?


2. [...] There is one problem with Javascripting ( and HTML ) the
features of of the langauge is not totally universal with IE or
Mozilla/Firefox/ Netscape so in every Java Script, there has to be a
conditional statement which catches the web browsers type and use the
best most procedures - this might make my work with PHP not very easy
for web page generation.

Nope. JavaScript is what Netscape does. MSIE does not implement the whole
bunch of JavaScript functionality, but adds its own features. The result is
called JScript.


3. [...] One crazy question is PHP derived from Perl , like C++ is derived
from C?

In it's early days, PHP was just a bunch of Perl scripts. But that's
ancient PHP history.
Similarly, C++ isn't really a derive of C, even if it was years ago.
Nowadays, C++ bases on C features as well as C bases on C++ features.
Feature distribution works in both ways here.


4. I got another book PHP ...

If you want book, I can suggest the novels of Douglas Preston & Lincold
Child, Sidney Sheldon, Wolfgang Hohlbein (don't know the English
translations of him, though) and others.
If you want to learn PHP, however, your #1 resource is <http://php.net> and
it's awesome manual.
.



Relevant Pages

  • Re: [PHP] Are PHP5 features worth it?
    ... I specifically upgraded my server to PHP 5 to make use of SimpleXML. ... Forget about OOP and exceptions. ... Are PHP5 features worth it? ...
    (php.general)
  • Re: Very basic PHP editor / ide question
    ... Automatically detecting generated files, 2) Code completion that scans ... Will I find these features in other editors or IDEs? ... Just dropped your files into the appropiate workspace/project folder, then open PHP eclipse, close all open projects, and press F5. ...
    (comp.lang.php)
  • RE: [PHP] Are PHP5 features worth it?
    ... I specifically upgraded my server to PHP 5 to make use of SimpleXML. ... Forget about OOP and exceptions. ... Are PHP5 features worth it? ...
    (php.general)
  • Re: Anyone got dating site PHP scripts out there??
    ... > like to sell (must be PHP or other uncompiled language). ... > Will negotiate price based on feature-set. ... > Some features we would like to have: ... several backend servers ...
    (comp.lang.php)
  • Re: AOP in PHP - Was: OO in PHP
    ... >> More features usually means more code. ... In the real world you only refactor code when you do not have nothing ... DAO classes are not appropriate to generate reports because the design ... PHP Classes - Free ready to use OOP components written in PHP ...
    (comp.lang.php)