CS-Reloaded Banner
Welcome, Guest. Please Login or Register.
Download First Map Pack!
Get more packs here

Home Help Search Login Register

CSReloaded Forums  |  General Category  |  Help & Troubleshooting (Moderator: Guardian_Tenshi)  |  Topic: HTML, PHP, vs PERL
Pages: [1] Reply Notify of replies
   Author  Topic: HTML, PHP, vs PERL  (Read 53 times)
Guardian_Tenshi
Global Moderator
*****
Karma: +53/-26

Offline

Gender: Male
Posts: 1114

276733708 276733708 clanguardian2003 Ol+Grimmy
View Profile WWW E-Mail
HTML, PHP, vs PERL
« on: February 09, 2004, 10:25:03 PM »
Reply with quote

ok, Porter, or other web savvy coders,

what is the difference between the HTML, PHP, and Perl, and what would I use which for??  Do we have people who are savvy enough any of these languages to help me if i start trying to code webpages with them and have questions??  I'm pretty sure Porter knows PHP and Perl, but the more sources the better...

Tenshi
« Last Edit: February 09, 2004, 11:01:10 PM by Guardian_Tenshi » Logged

Porter
[Wumpa]
Board Admin
*****
Karma: +176/--88

Offline

Gender: Male
Posts: 3910

Wumpa+Porter
View Profile WWW E-Mail
Re:HTML, PHP, vs PERL
« Reply #1 on: February 09, 2004, 11:03:36 PM »
Reply with quote

Just like anything else, it's a function of using the best tool for the job, and using what is available to you. With Geocities, you only choice is raw HTML, since they don't support scripting at all. Perl is supported on most unix hosts without anything extra, but PHP support has to be added (though that's getting more and more common). So your main limiting factor is the machine you're hosting your site on. But assuming you have access to any language you want to use, it's a matter of what you know and what will get the job done the easiest.

Perl is not an easy beginning language for anything, but PHP has a very steep initial learning curve. I think in the end PHP will end up becoming more intuitive than Perl will. It can just take a good bit of thinking to understand how PHP interacts with the HTML that surrounds it.

I personally prefer PHP over any other language for practically any project right now. It has tons of built-in routines, it's very fast, very cross platform, good database access functions, has a good GUI front-end (HTML), and has syntax and behavior much like C++. Everything on this site is coded in PHP. Once you get the hang of it, it's a very stimulating language to use.

I'd be happy to share my PHP projects with you sometime. What I would highly suggest is the buying The PHP Black Book. This is the book that I taught myself PHP from, and is a valuable reference guide. This and the online PHP manual are pretty much all you ever need to do anything once you learn the language basics.

It's important to point out though, that since PHP uses HTML as it's primary "user interface" it's REALLY recommended to have a very firm grasp on HTML before adding PHP to it. If you can't code webpages from scratch by hand, and do it using standards-based HTML and add-ons like CSS, then don't bother learning PHP yet. Knowing HTML will make using PHP that much faster and easier. You won't have to spend nearly as much time generating HTML from inside PHP if you already know what HTML is good at and then learning what PHP is good at.
Logged

[Wumpa] Porter
  --Silent, professional, lethal... sometimes.
[Guardian] Alkali
Admin Team
CSR Connoisseur
*****
Karma: +46/-12

Offline

Gender: Male
Posts: 738


View Profile
Re:HTML, PHP, vs PERL
« Reply #2 on: February 10, 2004, 12:26:21 PM »
Reply with quote

My experience is very much limited to HTML, coding in notepad. However, I now do all of my site work in Dreamweaver 4, Flash 5, Freehand 10, Fireworks 4, so thats how I would progress.

Im going to do some thinking with regards to the guardian site, and try some things out for a simple placeholder for now, while I do the background stuff.
Logged




My Games Collection
My Rig  Here
Porter
[Wumpa]
Board Admin
*****
Karma: +176/--88

Offline

Gender: Male
Posts: 3910

Wumpa+Porter
View Profile WWW E-Mail
Re:HTML, PHP, vs PERL
« Reply #3 on: February 10, 2004, 12:41:19 PM »
Reply with quote

In my experience (as a contracted web developer and a maintainer of half a dozen websites), Dreamweaver (and co.) is the second best at generating HTML, but it's a distant second and only slightly better than Frontpage. It still relies heavily on layers, which are about as clumsy a way of building webpages as using a jackhammer to put a nail in your wall for hanging a picture. A simple hammer would work much better.

In my opinion, Adobe GoLive does the best job of allowing you to stick to the standards with as little intervention in the source as possible. It also has the tightest relation between is WYSIWYG editor and what it's doing on the source code side of things. Dreamweaver and Frontpage will generate 60 lines of code for a web page that says only "welcome to my site" whereas GoLive produces about 15. It's still not perfect mind you (since a by-hand approach would generate less than 10 lines), but it comes closer that "purely visual" programs like Frontpage and Dreamweaver. I use GoLive for site management (which it absolutely EXCELS at!), and a text editor to keep the code itself clean.
Logged

[Wumpa] Porter
  --Silent, professional, lethal... sometimes.
slightcrazed
-TWB-
Admin Team
CSR Connoisseur
*****
Karma: +65/-7

Offline

Gender: Male
Posts: 983


View Profile
Re:HTML, PHP, vs PERL
« Reply #4 on: February 10, 2004, 01:09:04 PM »
Reply with quote

I think if you're starting from scratch then it is imperitive to code by hand until you are comfortable with html... You will be very happy later that you have some background knowledge of how the code works when you need to debug the crap that Frontpage and Dreamweaver spit out...

slight
Logged

I once beat Drizzt Do'Urden at thumb wrestling.
neo_sable
CSR Expert
****
Karma: +37/-6

Offline

Gender: Male
Posts: 371


View Profile E-Mail
Re:HTML, PHP, vs PERL
« Reply #5 on: February 10, 2004, 01:39:53 PM »
Reply with quote


php can be used in windows systems , try foxserv  installer (http://www.foxserv.net)  it includes apache +php+mysql for windows

Logged
Guardian_Tenshi
Global Moderator
*****
Karma: +53/-26

Offline

Gender: Male
Posts: 1114

276733708 276733708 clanguardian2003 Ol+Grimmy
View Profile WWW E-Mail
Re:HTML, PHP, vs PERL
« Reply #6 on: February 10, 2004, 01:57:40 PM »
Reply with quote

what is that actually installing??  the language bases? or an editor taht writes that code for me?? ah well, i'll check it out after class.

Tenshi
Logged

Porter
[Wumpa]
Board Admin
*****
Karma: +176/--88

Offline

Gender: Male
Posts: 3910

Wumpa+Porter
View Profile WWW E-Mail
Re:HTML, PHP, vs PERL
« Reply #7 on: February 10, 2004, 03:24:53 PM »
Reply with quote

PHP is a server-side language. That means the code is run on the server, and only the output is sent to the user-- in the form of an HTML page. In order for the program that is actually running the webserver (usually apache on *nix boxes) to be able to "run" PHP code, it needs to have a PHP module either loaded into it or configured to outsource specific files to the PHP interpreter before sending the output to the user. As for MySQL, it's a client-server interface, which means you start a program that runs all the time in the background and listens for database connections from "clients." Clients can either be PHP scripts, or a direct command line interaction from a user, or C programs... anything really. "Installing MySQL" means getting a MySQL server set up on a machine you have access too-- the easiest choice being the machine you'll be doing your development on.

Neo is suggesting a package that installs Apache (with PHP already "installed" into it) and MySQL together. While this is a good suggestion for Windows users, Tenshi has something better: an actual linux box. You can do everything you need to on your FreeBSD system Tenshi. Next time you're around, we can get it all set up (not something I want to try over AIM or the phone).
Logged

[Wumpa] Porter
  --Silent, professional, lethal... sometimes.
Guardian_Tenshi
Global Moderator
*****
Karma: +53/-26

Offline

Gender: Male
Posts: 1114

276733708 276733708 clanguardian2003 Ol+Grimmy
View Profile WWW E-Mail
Re:HTML, PHP, vs PERL
« Reply #8 on: February 12, 2004, 11:11:25 PM »
Reply with quote

erg...
we still need to hammer out some problems with my laptop too...I'm still not getting everything.  But am understanding more and more.

Tenshi
Logged

Pages: [1] Reply Notify of replies 
CSReloaded Forums  |  General Category  |  Help & Troubleshooting (Moderator: Guardian_Tenshi)  |  Topic: HTML, PHP, vs PERL
Jump to: 

Powered by PHP CSReloaded Forums | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
Powered by MySQL
:[ Site Design by Ryo, scripts and backends by Porter and Ryo, banner by Supafly! Powered by PHP and MySQL ]:
Page created in 0.066 seconds.