Go Back   CodingForums.com > :: Client side development > General web building

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 04-28-2003, 03:14 PM   PM User | #1
DawgieDog
New Coder

 
Join Date: Oct 2002
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
DawgieDog is an unknown quantity at this point
Unhappy How did you guys learn HTML & PHP?!

I was wondering how you guys learned those 2 languages cause I'm interested in learning.
DawgieDog is offline   Reply With Quote
Old 04-28-2003, 03:19 PM   PM User | #2
ronaldb66
Senior Coder

 
Join Date: Jun 2002
Location: The Netherlands, Baarn, Ut.
Posts: 4,253
Thanks: 0
Thanked 0 Times in 0 Posts
ronaldb66 is an unknown quantity at this point
Tutorials and books

HTML: for starters online tutorials, after that I bought a really heavy book which I ploughed through; after that: DIY, this forum, etc.

PHP: For a change, I started with a book; next: DIY, tutorials, Weberdev, php.net, etc.
__________________
Regards,
Ronald.
ronaldvanderwijden.com
ronaldb66 is offline   Reply With Quote
Old 04-28-2003, 04:53 PM   PM User | #3
ionsurge
Senior Coder

 
Join Date: Aug 2002
Location: A 4D universe
Posts: 1,337
Thanks: 0
Thanked 0 Times in 0 Posts
ionsurge is an unknown quantity at this point
I learnt HTML coding over the last 2 years mainly, but I have really touched it up over the last year or so, when I joined this place, as I learnt a lot more from other people, their questions and others responses.


Your best bet would be to head over to www.w3schools.com which is the best place to learn HTML, to learn php, head over to like ronald suggested, www.php.net or www.devshed.com which is where I learnt my first bits of php.
__________________
http://www.mudsplat.com - Web design, print, and marketing solutions.
ionsurge is offline   Reply With Quote
Old 04-28-2003, 05:03 PM   PM User | #4
Jan
Regular Coder

 
Join Date: Jul 2002
Location: Finland
Posts: 204
Thanks: 0
Thanked 0 Times in 0 Posts
Jan will become famous soon enough
Well, my interest in HTML started when I - many years ago - wanted to make this website about a certain celebrity (no, I won't go into details!). I was totally out there, not knowing how to start. In fact, the only person I knew who knew *some* HTML, was my *boss* at work (still is, matter of fact) and he had put together a website for the company I work at (a newspaper). Anyhow, I asked him if he could copy the entire website to me, so that I could check it out and he said "okay".

So there I was, with this company website in front of me and I started by learning all the tags and stuff like that. Ironically, that *almost* same company website is still there even though I have suggested a new version (that I've made) a couple of times already, but he keeps rejecting them! I wonder why?

My first website was, strangely enough, almost an exact replica of the company one but the next one was *totally* my own. In fact, I have my second design on my computer, and OH MY, that's all I can say! Geez!


~Jan
Jan is offline   Reply With Quote
Old 04-28-2003, 05:25 PM   PM User | #5
oracleguy
Rockstar Coder


 
Join Date: Jun 2002
Location: USA
Posts: 9,042
Thanks: 1
Thanked 322 Times in 318 Posts
oracleguy is a jewel in the roughoracleguy is a jewel in the roughoracleguy is a jewel in the rough
I can usually teach myself anything pretty good, so thats how I learned HTML. By playing around with stuff and figuring out how stuff worked. And also by asking questions on here and looking at tutorials.

Also while you are learning HTML, it is a necessity that you learn CSS too. www.w3schools.com/css/ is an excellent place to learn. And since you don't know html yet, you should start out by following the XHTML guidelines since it will be easy for ya cuz you don't have any bad habits.

Although PHP isn't my prefered server side language, I tought myself it the same way. And the afore mentioned www.devshed.com website is an excellent source.
__________________
OracleGuy
oracleguy is offline   Reply With Quote
Old 04-28-2003, 05:30 PM   PM User | #6
beetle
Senior Coder

 
Join Date: Aug 2002
Posts: 3,467
Thanks: 0
Thanked 0 Times in 0 Posts
beetle has a little shameless behaviour in the past
Well, I started learning HTML in 2000. I bought an HTML book and just started going through the chapters. HTML is pretty easy, and didn't take long to semi-proficient at it. I've been employed in the internet business ever since -- HTML is part of my daily life now

PHP is a different story. First off all, I took two computer science classes in High School, and one C++ class in college (this was all before my HTML experiment). So, from that experience, I had a very good understanding of all the programming building blocks: primitive data types, control structures, arrays, functions/parameters, etc. With that knowledge, I began learning javascript right along with my learning of HTML. I now know javascript quite well, and since both PHP and javascript are C-based scripting languages, picking up basic PHP was a snap. Expanding on PHP knowledge requires projects -- otherwise you will never find a reason to look up new functions, or seek creative syntax/algorithms. After first starting with PHP in December, I'm quite competent with PHP, MySql and object-orientation.
__________________
My Site | fValidate | My Brainbench | MSDN | Gecko | xBrowser DOM | PHP | Ars | PVP
“Minds are like parachutes. They don't work unless they are open”
“Maturity is simply knowing when to not be immature”
beetle is offline   Reply With Quote
Old 04-28-2003, 05:47 PM   PM User | #7
bazz
Master Coder

 
Join Date: Apr 2003
Location: in my house
Posts: 5,211
Thanks: 39
Thanked 201 Times in 197 Posts
bazz will become famous soon enoughbazz will become famous soon enough
Excellent thread guys Now having explained how you learnt can you tell me, where did you find the time? I feel like I am constantly working on a huge internet project I am building for myself using mostly HTML CSS and JavaScript. Got into off-the-shelf CGI lately too.

But I am going to learn PHP for when I shift my pages to a php enabled server. (I need an online database for making bookings etc).

Does PHP take long to learn? I am not a fikko but when I bought a huge HTML book i read it from cover to cover not understanding a single instruction. Then I started to mess about with a wysinwyg editor and suddenly on about day 4, it started to sink in. I got hooked and now spend most of the day learning from you guys and finding other stuff. Squashes the amount of time left for work which would be good except I work for myself.

I dunno what MySql is. Do I need to know it as well as PHP to make a database online?

Thanks
bazz is offline   Reply With Quote
Old 04-28-2003, 05:52 PM   PM User | #8
Catman
Regular Coder

 
Join Date: Jun 2002
Location: Ames, IA, USA
Posts: 373
Thanks: 0
Thanked 0 Times in 0 Posts
Catman is an unknown quantity at this point
I started out when there were just two tags and gopher was still king, so I've pretty much picked it up as time went on.

But I do like O'Reilly's library, and websites/forums such as this.
__________________
Need more emoticons?
Visit Catman's Private Stock
Catman is offline   Reply With Quote
Old 04-28-2003, 05:55 PM   PM User | #9
beetle
Senior Coder

 
Join Date: Aug 2002
Posts: 3,467
Thanks: 0
Thanked 0 Times in 0 Posts
beetle has a little shameless behaviour in the past
Well, for the most part, yes. PHP is rarely tied to a DB that isn't MySql. Also much of SQL syntax is the same from server to server (MySql, PostgreSQL, MSSQL) but there are key differences as well. But, most hosts will offer MySql with PHP as the database.

Time? Fortunately, my current full-time position afforded me the time to get up to speed with PHP. For everything else, sleep is usually sacrificed at the altar of my education.
__________________
My Site | fValidate | My Brainbench | MSDN | Gecko | xBrowser DOM | PHP | Ars | PVP
“Minds are like parachutes. They don't work unless they are open”
“Maturity is simply knowing when to not be immature”
beetle is offline   Reply With Quote
Old 04-28-2003, 06:01 PM   PM User | #10
oracleguy
Rockstar Coder


 
Join Date: Jun 2002
Location: USA
Posts: 9,042
Thanks: 1
Thanked 322 Times in 318 Posts
oracleguy is a jewel in the roughoracleguy is a jewel in the roughoracleguy is a jewel in the rough
Quote:
Originally posted by beetle
For everything else, sleep is usually sacrificed at the altar of my education.
Amen. I learn stuff at home when I get the chance and I build databases and webpages at work so I get time to learn new stuff there too.

As far as mysql is concerned, depending on your host too they might also provide a GUI for interfacing with the MySQL server, e.g. phpMyAdmin. So you still need to learn SQL but when your starting out, you can use the GUI to construct the database intitally.
__________________
OracleGuy
oracleguy is offline   Reply With Quote
Old 04-28-2003, 08:25 PM   PM User | #11
DawgieDog
New Coder

 
Join Date: Oct 2002
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
DawgieDog is an unknown quantity at this point
A while back I finished the tutorial of HTML in w3schools. So I guess that tutorial in w3schools is all there's to HTML? I guess I gotta start PHP now. What's a good book for HTML and PHP learning?
DawgieDog is offline   Reply With Quote
Old 04-28-2003, 08:42 PM   PM User | #12
liorean
The thread killer


 
Join Date: Feb 2003
Location: Umeå, Sweden
Posts: 5,575
Thanks: 0
Thanked 84 Times in 75 Posts
liorean will become famous soon enoughliorean will become famous soon enough
I started using NCSA Mosaic and Netscape 2, and later (when I had Win95) also Internet Explorer 2. I used HotDog from editor, and learned the syntax from there. I hadn't an Internet Connection back then. When nn3 and ie3 were both out, I had a modem. I began learning more advanced stuff, like *gasp* forms and tables.
In nn3 I experimented a lot with javascript - in ie3 I experimented using frames. I sometimes used the nn3 gold's composer. Ie3 It had a fun parser allowing you to have frames in a document with a rendering body. An update of ie3 killed a bit of that. When ie4 came, I happened on the first css scraps appearing on the net. I began experimenting - I made a DHTML site before I had ever heard of the word DHTML. Nn4 had a good scripting engine, and I still used that. I no longer developed sites for that browser. Ie5 arrived. That's when I found out about the W3C - I began to read the specs and clean my code. Then I laid low some time, not creating much. When Mozilla project changed from milestones to numbered builds, I jumped on that train. It forced me to learn JavaScript far better. I stopped writing ie5 proprietary JavaScripts entirely. I studied the CSS, HTML, XML and DOM specs in better detail. And that's pretty much where I am today - though with a better connection.

In between I bought one html book that I never put to any use: HTML for Dummies.

In short, I created html documents as documents (like word), not webpages at first, and learned the syntax. Then I began fiddling with webpages. Then I began with dhtml. THEN I really learned html, from the specs.


As for php, I'm still not even considering learning it - there are more interesting languages to learn, and I have limited time, student as I am.
__________________
liorean <[lio@wg]>
Articles: RegEx evolt wsabstract , Named Arguments
Useful Threads: JavaScript Docs & Refs, FAQ - HTML & CSS Docs, FAQ - XML Doc & Refs
Moz: JavaScript DOM Interfaces MSDN: JScript DHTML KDE: KJS KHTML Opera: Standards
liorean is offline   Reply With Quote
Old 04-28-2003, 09:02 PM   PM User | #13
IdleWild
New to the CF scene

 
Join Date: Apr 2003
Location: Oxford, UK
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
IdleWild is an unknown quantity at this point
I don't think I ever actually set out to learn web authoring. We needed a website for a charity event and someone remembered that I worked in publishing and was familiar with SGML. So I got volunteered

Since then it's been a case of picking up different aspects and learning different markup as required, usually by using on-line tutorials and then taking advice on which book to buy.

I do generally try to stick with one book on each subject as a learning aid, then add others later as development continues.

So far it seems to work reasonably well.

IdleWild
IdleWild is offline   Reply With Quote
Old 04-28-2003, 09:03 PM   PM User | #14
cg9com
Senior Coder

 
Join Date: Jul 2002
Posts: 1,628
Thanks: 0
Thanked 0 Times in 0 Posts
cg9com is an unknown quantity at this point
Quote:
Originally posted by DawgieDog
A while back I finished the tutorial of HTML in w3schools. So I guess that tutorial in w3schools is all there's to HTML?
You could say that, but experience in using the language is what you really need to understand HTML well, aside from reading on the topic.
Also like said above by my fellow mod, CSS is great to learn/use in conjunction with HTML, so thats worth looking into.

I wouldnt say just because you have read an HTML tutorial, you are ready for PHP.
Mainly because as opposed to HTML, PHP is more of a real programming language and therefor will be alot different.
If you are still in school and there are some classes offering to teach PHP(and the like) thats a great place to begin learning.

Good luck, PHP good choice!
Have you considered any other server side languages?
__________________

Moderator: General web building

Get out from under them, resist and multiply.
Get out from under precipice and see the sky.

Last edited by cg9com; 04-28-2003 at 09:09 PM..
cg9com is offline   Reply With Quote
Old 04-28-2003, 09:28 PM   PM User | #15
redhead
Regular Coder

 
Join Date: Jun 2002
Location: United Kingdom Confused: Often
Posts: 859
Thanks: 0
Thanked 0 Times in 0 Posts
redhead is an unknown quantity at this point
hopefully i wont get banned for this... but...

i first wanted to make a site for absolutley no reasonable reason what so ever. when i realised that Word could do this task, i went for it. after asking a friend who was in the know what he thought about it, he said it was rubbish and that i need to learn HTML. that was november 2001. he showed me the basics and then i picked up the rest from tutorials and stuff.

i picked up some very basic javascript and then i came over here (well... the JavaScript Kit Help Forum....) and asked simple questions... and i learnt - quick. html very quickly lead onto the need of CSS.... for more power over styling and things (for users with all that enabled, anyhows)...

as i used these languages i got better at them and then about 6 months ago i decided that i needed something that was more "interactive" so i learnt some basics of PHP through tutorials mainly... although i really which i had a host with mySQL support from the beginning because now it feels like ive been wasting half a year on flippin text files...

of course... this all make me aware of xml and many other technologies.... yeah.

that is how i learnt html and php. stick at it. yeah, sometimes you might feel like a complete newbie... i did... and still do sometimes... so stick at it. you never know... i might come up with a good design one of these days
__________________
redhead
redhead is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:43 PM.


Advertisement
Log in to turn off these ads.