what exactly are php and css. and what are they used for? thx.
okay, a quick defenition plz
Page 1 of 12 Replies - 1109 Views - Last Post: 19 August 2001 - 03:50 AM
Replies To: okay, a quick defenition plz
#2
Re: okay, a quick defenition plz
Posted 18 August 2001 - 07:41 PM
Well, I don't know much about PHP but I do know about CSS.
CSS stands for Cascading Style Sheets. CSS allows you to configure any feature of any object in a webpage. If you want, for instance, to make every single heading on your page be with blue text, and be Ariel, and be a size of 3 and be italisized and bold and underlined then it would get annoying having to do the <font> thing every time. But with CSS you do it once in the head tag and with a simple CLASS element your savin' tons of coding time. It's really simple. You could do that with a table too. Check out Dream in Code's Style Sheet in the HTML. It's been linked to. Here's the addy, you have to download it then open it in notepad or something. http://www.dreamincode.net/styles.cssI'll post a tutorial as soon as I finish writing it.
CSS stands for Cascading Style Sheets. CSS allows you to configure any feature of any object in a webpage. If you want, for instance, to make every single heading on your page be with blue text, and be Ariel, and be a size of 3 and be italisized and bold and underlined then it would get annoying having to do the <font> thing every time. But with CSS you do it once in the head tag and with a simple CLASS element your savin' tons of coding time. It's really simple. You could do that with a table too. Check out Dream in Code's Style Sheet in the HTML. It's been linked to. Here's the addy, you have to download it then open it in notepad or something. http://www.dreamincode.net/styles.cssI'll post a tutorial as soon as I finish writing it.
#3
Re: okay, a quick defenition plz
Posted 19 August 2001 - 03:50 AM
Like codeman said CSS is Cascading Style Sheets and is great for changing the style of a webpage, normally throughtout the whole site using a ".CSS" file and a link on the HTML page, or they can be embeded. http://www.htmlhelp.com/reference/css/ for more info.
PHP is Personal Home Page or Hypertext Preprocessor. It is a server side scripting lanuage, a bit like the apache alternative to ASP and is based on Perl but without as much hassle to code it. It is server side (as opposed to client side) meaning it runs on the server. http://www.php.net/ is the offical site, an introductory tutorial: http://www.php.net/tut.php (official). I also like to use http://www.phpbuilder.com/ whitch has tutorials and the like.
I have just started leaning PHP but it is looking good.
HTH.
(Edited by Quizzical at 5:53 am on Aug. 19, 2001)
Page 1 of 1
|
|

New Topic/Question
This topic is locked



MultiQuote



|