PDA

View Full Version : Examples of LAMP-based website?



biff_m
09-23-2006, 09:02 AM
I'm new to programming, as in I dropped the only class (Java) I've taken in college due to time constraints. I would like to start learning PHP/MYSQL and build a website to keep track of my media collection. I have other plans for it also, but my main interest at the moment is to see good examples of what LAMP is capable of in the real world. Is it even possible to know that a site is built on LAMP? As I said, I'm new at this, so don't bite back too hard if this was a stupid question. I'd love any advice or links that might help. I can elaborate on my ideas for my site if anyone is interested or needs specifics. If you have any good sites that are powered by Linux/Apache/Mysql/Php, please reply. thanks biff

tesco
09-23-2006, 03:00 PM
A lot are...
This one for example.
vbulletin.com and vbulletin.org are.
As I think of more i'll post them. I'm not sure if there's a way of knowing easily other than viewing error404 pages (look at the bottom) but it's pretty safe to assume most sites running their sites on php are using LAMP servers.

4play
09-24-2006, 08:57 PM
http://news.netcraft.com/ is pretty good to see what a site is running.

http://toolbar.netcraft.com/site_report?url=http://www.filesharingtalk.com

biff_m
09-24-2006, 10:28 PM
Thanks for the links. It would seem that most sites i visit (forum-wise) are php. I never knew how widespread it was, but now I am more sure that I want to learn it. I've seen plenty of mention around here about books to read, but I think every book ever written on the subject has been suggested. It's tough to single one out. I'm sure this has been asked and answered before, but the way web technology changes, there are always new books and information coming out. Are therre any recent book that will help me start? It would have to assume no prior programming knowledge, i suppose.

4play
09-24-2006, 11:54 PM
Your best bet to learn about LAMP is to get an old machine install linux on it and then setup apache, mysql and php.
http://www.howtoforge.com/lamp_installation_ubuntu6.06

grab any plain php5 ebook you care and learn a bit about programming. learn the basics and then you can delve into accessing databases and such. Wrox.Beginning.PHP5.Apache.and.MySQL.Web.Development was well worth a read.

http://thepiratebay.org/tor/3398051/PHP___MySQL_e-books

biff_m
09-25-2006, 12:09 AM
It just so happens that my last roommate just gave me his old computer. I was looking for something to use it for, but at the moment the hard drives needed for a multi-TB RAID5 bittorrent machine are a little out of my price range...so a noobieLAMP it is. That book was in my list of "torrents to get" already. Good to know it's a good one. Thanks again.

tesco
09-25-2006, 12:47 AM
Incase you might have a hard time figuring linux out (unless you really want to learn it :)), you can install apache, php and mysql on a windows computer (WAMP?) to use as a developer machine and get to learn php+html+css

biff_m
09-25-2006, 05:17 AM
Thanks rossco, that's good to know. I tried linux (I think it was red hat 7.3) a couple years ago, but didn't have any application for it. I'm in school for Mechanical Engineering and none of the programs we use (AutoCAD, ProE, or Solidworks) is available for linux. I really want to learn more about it, too. All the talk I hear about kernals (sp?) and mounting and whateverelse I've never done is intimidating. However, the only way to learn is to try, right. Plus, I learn by making mistakes and figuring out what I did to foul things up.

Tempestv
09-25-2006, 05:30 AM
Thanks rossco, that's good to know. I tried linux (I think it was red hat 7.3) a couple years ago, but didn't have any application for it. I'm in school for Mechanical Engineering and none of the programs we use (AutoCAD, ProE, or Solidworks) is available for linux. I really want to learn more about it, too. All the talk I hear about kernals (sp?) and mounting and whateverelse I've never done is intimidating. However, the only way to learn is to try, right. Plus, I learn by making mistakes and figuring out what I did to foul things up.

actually, proE was originally written for linux. I'm an ME major as well, and one of my former bosses at my work study job ran all kinds of cad off his mandrake linux machine. so it can be done. by the way what school are you at?

biff_m
09-25-2006, 06:10 AM
I go to UMass-Amherst. Currently not very proud of that fact. The school is more interested in raising its enrollment numbers instead of serving the current students. Long story.

Tempestv
09-25-2006, 06:39 AM
I'm at Montana State University.

anyways, good luck at getting a hang on linux, I wish you luck

4play
09-25-2006, 10:42 AM
Incase you might have a hard time figuring linux out (unless you really want to learn it :)), you can install apache, php and mysql on a windows computer (WAMP?) to use as a developer machine and get to learn php+html+css

WAMP i think you just made baby jesus cry rossco.:(

Installing php + mysql on a windows machine is actually a real pain in the arse comapaired to linux. The fact you can run linux as a headless server helps me no end as well. Just stick it in the loft run some cat5 down and you can connect through ssh.:01:

tesco
09-26-2006, 12:00 AM
Incase you might have a hard time figuring linux out (unless you really want to learn it :)), you can install apache, php and mysql on a windows computer (WAMP?) to use as a developer machine and get to learn php+html+css

WAMP i think you just made baby jesus cry rossco.:( :lol:

HCT
09-26-2006, 05:59 PM
digg.com is a big one