Who have a good html/php tutorial?

Community for Programmers and Developers. C, C++, C#, Basic, Perl, VB, VBS, Java, Javascript, PHP, CGI, HTML and More!
Forum rules
• If you are posting source code, proper indenting and comments will improve the readability.
Tasper
Posts: 21
Joined: Wed Mar 05, 2008 12:37 pm
Realm: US East
Account: Tasper
Location: Chile

Who have a good html/php tutorial?

Unread post by Tasper »

i want to make a page in my 'new' software called Dreamweaver but i dont know how to use 'em.. well, who can help me to get a good guide of html/php on this software

t_wai Thx t_wai

User avatar
I_H8_U_M8
Posts: 134
Joined: Wed Jul 02, 2008 5:57 pm
Location: Canada

Re: Who have a good html/php tutorial?

Unread post by I_H8_U_M8 »

Umm try http://www.compsci.ca the people there will most likely help you but you need an account.
it's also a good place for programmers such as my self ;p;

User avatar
3ICE
Admin
Posts: 2629
Joined: Sat Mar 01, 2008 11:34 pm
Realm: Europe
Account: 3ICE
Clan: 3ICE
Location: Hungary
Contact:

Re: Who have a good html/php tutorial?

Unread post by 3ICE »

I learned a lot from http://www.w3schools.com/ They follow the w3 standards, which is really appealing to me. No bogus code in their tutorials for sure!

--3ICE

Edit: I am a visual type, I like learning from videos, so called "screencasts". I have over 10GB of tutorials archived on my hard drive. If you are a visual type too, I suggest heading over to http://phpvideotutorials.com/ and after you are through all their videos, just use http://php.net/ for future reference. There is nothing more to it, you can pick up html in basically a few hours and php is lets say a full day of practicing before you master it.
ImageImageImageImageImage
Image
ImageImage

User avatar
YzRiDeR72
Posts: 103
Joined: Sun Mar 02, 2008 9:04 pm
Realm: US East
Account: YzRiDeR72
Location: New York
Contact:

Re: Who have a good html/php tutorial?

Unread post by YzRiDeR72 »

Sorry off topic kind of although if you have the CS3 Suite (I haven't used CS4 yet) it comes with over 100 tutorials on all the various programs included such as
--Adobe:
  • Photoshop CS3 Extended
    Illustrator CS3
    Fireworks CS3

    Acrobat 8 Professional
    Flash CS3 Professional
    Dreamweaver CS3
    Contribute CS3

Red-Image Editing Programs
Or perhaps since it involves Dreamweaver, should have i posted this at:?
[c enter]viewtopic.php?f=33&t=132[/i frame][/c enter]
Last edited by 3ICE on Tue Nov 25, 2008 6:19 pm, edited 1 time in total.
Reason: Don't make infinitely looping iframes, they are bad.
Second member(following 3ICE) to site. =]
You don't learn unless you crash. =]

User avatar
YzRiDeR72
Posts: 103
Joined: Sun Mar 02, 2008 9:04 pm
Realm: US East
Account: YzRiDeR72
Location: New York
Contact:

Re: Who have a good html/php tutorial?

Unread post by YzRiDeR72 »

Please do go into what makes it an infinite loop?
Second member(following 3ICE) to site. =]
You don't learn unless you crash. =]

User avatar
3ICE
Admin
Posts: 2629
Joined: Sat Mar 01, 2008 11:34 pm
Realm: Europe
Account: 3ICE
Clan: 3ICE
Location: Hungary
Contact:

Re: Who have a good html/php tutorial?

Unread post by 3ICE »

Some browsers have protection against infinitely looping iframes. Some don't.

An infinitely looping iframe is a regular html document with an iframe tag that has the src attribute set to itself, for example:
If the source of "http://example.com" was:
<html><body><iframe src="http://example.com" /></body></html>
Then it would be in infinite loop.

You posted:
http://forum.3ice.hu/viewtopic.php?f=33&t=132[/i frame]
on the page: http://forum.3ice.hu/viewtopic.php?f=33&t=132
Notice how the links are the same? This puts the browser in a loop that never stops. The page keeps calling itself forever unless the browser prevents it.

Edit: This makes an infinite loop on ANY page:

Code: Select all

<script type="text/javascript">document.write("<iframe src=\""+location.href+"\" />")</script>
ImageImageImageImageImage
Image
ImageImage

Post Reply

Who is online

Users browsing this forum: No registered users and 19 guests