Well, I don't know ASP and I don't want to learn it yet.. It's too hard! lol I don't know why Microsoft makes everything in caps and stuff... Also, Brinkster doesn't have much bandwidth at all--something that I need.
There is also http://freewebs.com/ which offers no ads, PHP support, and is free...
Visit Slightly Remarkable to see my portfolio, resumé, and consulting rates.
I basically just want to learn all of the practical (or impractical, lol) uses of PHP. I want to learn all that "extra" stuff that no one bothers with. I want to just learn all I can! I don't have a book or anything to learn from... All I have is http://php.net/ a useful resource, but not a tutorial area.
Programming and HTML have their advantages, HTML is easy to learn yet you have to have valid HTML; in programming there is no "valid" or "invalid" unless it's a syntax error or something... Which is its advantage over HTML. Programming is also more powerful (duh, how do you think they came up with HTML? lol).
BTW, don't say to go to Webmonkey.lycos.com or whatever it is for PHP tutorials because none of the ones there are any good... At least, not to me.
Visit Slightly Remarkable to see my portfolio, resumé, and consulting rates.
I suppose it depends on how you code - I found programming fairly easy to pick up, but learning to hard-code HTML took longer. HTML does have editors though, which makes it a lot easier.
Of course, you then get on to whether a RAD tool like Delphi or another IDE is an editor, and to "hard-code" you should be doing everything manually.
Good luck with learning PHP - it's a great language. I'm gradually learning, and I agree with you - the best resources is the website.
Adam
P.S. A good way I found to learn was (i) to make something I enjoy (internet games), and (ii) set up a webserver on my computer so I can test much more easily.
"If you’re not using valid HTML, then you haven’t created a Web page. You may have created something else, but it isn’t a Web page." - Joe Clark
Adam, that's exactly what I do. I just don't enjoy making games, I enjoy making more complex things... I satisfy myself more often when I accomplish something and don't get frustrated. lol
Also, I have the http://aprelium.com/ Web server installed on my system so I can run PHP (and I can also download CGI) scripts on my local machine. The one thing is I can't CHMOD folders...
Visit Slightly Remarkable to see my portfolio, resumé, and consulting rates.
Thanks for the link to the server - it's the only one I've seen that I can run. Now I can test PHP more easily. I was running a link through my server - they aren't exactly miles from one another...
#######################################################
# This script is Copyright 2003, Infinity Web Design #
# Written by Ryan Brill - ryan@infinitypages.com #
# All Rights Reserved - Do not remove this notice #
#######################################################
if ($_POST["url"]) {
$file = $_POST["url"];
echo "Links in file <a href=\"$file\">$file</a>:<br/><br/>\n";
Bookmarks