Re: [PHP] "cool" PHP sites

2002-02-27 Thread Matt

http://www.superpages.com/ -- the US national telephone directory from
Verizon -- appears to use php.  The extension is .phtml ...

- Original Message -
From: "Chris Lott" <[EMAIL PROTECTED]>
> minutiae of the language itself. So (quickly if possible-- I'd like to
demo
> some sites tonight) what are some examples of "cool" and publically
> accessible sites that use PHP? I'm looking for sites that demonstrate what
> PHP can do, examples of "big name" sites using PHP, etc.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] "cool" PHP sites

2002-02-27 Thread Michael Egan

Chris,

This might be a bit late but a couple of graphioc designers I work with
use a forum on Flash at http://www.were-here.com. The forums themselves,
judging from the filenames, are done with PHP and are quite attractive
in terms of presentation and are clearly well used.

Hope this is of use,

Michael Egan

Chris Lott wrote:
> 
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> It strikes me that my students really don't have a good grasp of what PHP
> is capable of doing, since they are getting bogged down in learning the
> minutiae of the language itself. So (quickly if possible-- I'd like to demo
> some sites tonight) what are some examples of "cool" and publically
> accessible sites that use PHP? I'm looking for sites that demonstrate what
> PHP can do, examples of "big name" sites using PHP, etc.
> 
> I can explain how the back end technology is working if I have some good
> sites to use as a framework. I'd like to keep them excited about the
> potential, you know?
> 
> c
> 
> -BEGIN PGP SIGNATURE-
> Version: 6.5.8ckt - KeyID: 0x51046CFD - http://www.chrislott.org/geek/pgp/
> 
> iQA/AwUBPHvc/daLYehRBGz9EQI9KwCgu7SKkrKqmcQ7zf+lAZBwKgvAlWcAmwQ7
> xCs+oCAo6Hn5UkHuDmR4ZzlT
> =koDz
> -END PGP SIGNATURE-
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] "cool" PHP sites

2002-02-27 Thread Batara Kesuma

On Tue, 26 Feb 2002 10:07:55 -0900
"Chris Lott" <[EMAIL PROTECTED]> wrote:

> It strikes me that my students really don't have a good grasp of what
> PHP is capable of doing, since they are getting bogged down in learning
> the minutiae of the language itself. So (quickly if possible-- I'd like
> to demo some sites tonight) what are some examples of "cool" and
> publically accessible sites that use PHP? I'm looking for sites that
> demonstrate what PHP can do, examples of "big name" sites using PHP,
> etc. 
> 
> I can explain how the back end technology is working if I have some good
> sites to use as a framework. I'd like to keep them excited about the
> potential, you know?

Hi Chris,

To mention some, freshmeat, and easyDNS. You can try the case studies on:
http://www.zend.com/zend/cs/

--bk

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] "cool" PHP sites

2002-02-26 Thread fls

try http://www.northjersey.com virtually the entire site is php MySQL
driven

On Tue, 26 Feb 2002, Chris Lott wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> It strikes me that my students really don't have a good grasp of what PHP
> is capable of doing, since they are getting bogged down in learning the
> minutiae of the language itself. So (quickly if possible-- I'd like to demo
> some sites tonight) what are some examples of "cool" and publically
> accessible sites that use PHP? I'm looking for sites that demonstrate what
> PHP can do, examples of "big name" sites using PHP, etc.
>
> I can explain how the back end technology is working if I have some good
> sites to use as a framework. I'd like to keep them excited about the
> potential, you know?
>
> c
>
> -BEGIN PGP SIGNATURE-
> Version: 6.5.8ckt - KeyID: 0x51046CFD - http://www.chrislott.org/geek/pgp/
>
> iQA/AwUBPHvc/daLYehRBGz9EQI9KwCgu7SKkrKqmcQ7zf+lAZBwKgvAlWcAmwQ7
> xCs+oCAo6Hn5UkHuDmR4ZzlT
> =koDz
> -END PGP SIGNATURE-
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] "cool" PHP sites

2002-02-26 Thread Austin Gonyou

You could also use netcraft and see who's running PHP. Also, I think
PHP.net has some info on this.

On Tue, 2002-02-26 at 13:29, Demitrious S. Kelly wrote:
> well my site isn't 'big name' but it's got a very cool catch to it...
> 
> it's got an ftp indexer that I'm developing. You submit an ftp site, and
> it logs onto the ftp, grabs all of the filenames and sizes, pops
> everything into a mysql database, which is searchable from a web page
> (located on the same site, and also written in php) plus the source is
> available in .phps format (I haven't gotten any time to package it
> nicely into an what I would call an end-user-quality .tgz yet...)
> 
> http://www.apokalyptik.com
> 
> and http://www.apokalyptik.com/ftp/ respectively... the entire web site
> runs purely off of php... not that you are interested, but just in
> case...
> 
> -Original Message-
> From: Chris Lott [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, February 26, 2002 11:08 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] "cool" PHP sites
> 
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> It strikes me that my students really don't have a good grasp of what
> PHP
> is capable of doing, since they are getting bogged down in learning the
> minutiae of the language itself. So (quickly if possible-- I'd like to
> demo
> some sites tonight) what are some examples of "cool" and publically
> accessible sites that use PHP? I'm looking for sites that demonstrate
> what
> PHP can do, examples of "big name" sites using PHP, etc. 
> 
> I can explain how the back end technology is working if I have some good
> sites to use as a framework. I'd like to keep them excited about the
> potential, you know?
> 
> c
> 
> -BEGIN PGP SIGNATURE-
> Version: 6.5.8ckt - KeyID: 0x51046CFD -
> http://www.chrislott.org/geek/pgp/
> 
> iQA/AwUBPHvc/daLYehRBGz9EQI9KwCgu7SKkrKqmcQ7zf+lAZBwKgvAlWcAmwQ7
> xCs+oCAo6Hn5UkHuDmR4ZzlT
> =koDz
> -END PGP SIGNATURE-
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
-- 
Austin Gonyou
Systems Architect, CCNA
Coremetrics, Inc.
Phone: 512-698-7250
email: [EMAIL PROTECTED]

"It is the part of a good shepherd to shear his flock, not to skin it."
Latin Proverb

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] "cool" PHP sites

2002-02-26 Thread Austin Gonyou

How about LinuxJournal, or PHPNuke.org?

On Tue, 2002-02-26 at 13:29, Demitrious S. Kelly wrote:
> well my site isn't 'big name' but it's got a very cool catch to it...
> 
> it's got an ftp indexer that I'm developing. You submit an ftp site, and
> it logs onto the ftp, grabs all of the filenames and sizes, pops
> everything into a mysql database, which is searchable from a web page
> (located on the same site, and also written in php) plus the source is
> available in .phps format (I haven't gotten any time to package it
> nicely into an what I would call an end-user-quality .tgz yet...)
> 
> http://www.apokalyptik.com
> 
> and http://www.apokalyptik.com/ftp/ respectively... the entire web site
> runs purely off of php... not that you are interested, but just in
> case...
> 
> -Original Message-
> From: Chris Lott [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, February 26, 2002 11:08 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] "cool" PHP sites
> 
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> It strikes me that my students really don't have a good grasp of what
> PHP
> is capable of doing, since they are getting bogged down in learning the
> minutiae of the language itself. So (quickly if possible-- I'd like to
> demo
> some sites tonight) what are some examples of "cool" and publically
> accessible sites that use PHP? I'm looking for sites that demonstrate
> what
> PHP can do, examples of "big name" sites using PHP, etc. 
> 
> I can explain how the back end technology is working if I have some good
> sites to use as a framework. I'd like to keep them excited about the
> potential, you know?
> 
> c
> 
> -BEGIN PGP SIGNATURE-
> Version: 6.5.8ckt - KeyID: 0x51046CFD -
> http://www.chrislott.org/geek/pgp/
> 
> iQA/AwUBPHvc/daLYehRBGz9EQI9KwCgu7SKkrKqmcQ7zf+lAZBwKgvAlWcAmwQ7
> xCs+oCAo6Hn5UkHuDmR4ZzlT
> =koDz
> -END PGP SIGNATURE-
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
-- 
Austin Gonyou
Systems Architect, CCNA
Coremetrics, Inc.
Phone: 512-698-7250
email: [EMAIL PROTECTED]

"It is the part of a good shepherd to shear his flock, not to skin it."
Latin Proverb

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] "cool" PHP sites

2002-02-26 Thread Demitrious S. Kelly

well my site isn't 'big name' but it's got a very cool catch to it...

it's got an ftp indexer that I'm developing. You submit an ftp site, and
it logs onto the ftp, grabs all of the filenames and sizes, pops
everything into a mysql database, which is searchable from a web page
(located on the same site, and also written in php) plus the source is
available in .phps format (I haven't gotten any time to package it
nicely into an what I would call an end-user-quality .tgz yet...)

http://www.apokalyptik.com

and http://www.apokalyptik.com/ftp/ respectively... the entire web site
runs purely off of php... not that you are interested, but just in
case...

-Original Message-
From: Chris Lott [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, February 26, 2002 11:08 AM
To: [EMAIL PROTECTED]
Subject: [PHP] "cool" PHP sites

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

It strikes me that my students really don't have a good grasp of what
PHP
is capable of doing, since they are getting bogged down in learning the
minutiae of the language itself. So (quickly if possible-- I'd like to
demo
some sites tonight) what are some examples of "cool" and publically
accessible sites that use PHP? I'm looking for sites that demonstrate
what
PHP can do, examples of "big name" sites using PHP, etc. 

I can explain how the back end technology is working if I have some good
sites to use as a framework. I'd like to keep them excited about the
potential, you know?

c

-BEGIN PGP SIGNATURE-
Version: 6.5.8ckt - KeyID: 0x51046CFD -
http://www.chrislott.org/geek/pgp/

iQA/AwUBPHvc/daLYehRBGz9EQI9KwCgu7SKkrKqmcQ7zf+lAZBwKgvAlWcAmwQ7
xCs+oCAo6Hn5UkHuDmR4ZzlT
=koDz
-END PGP SIGNATURE-



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] "cool" PHP sites

2002-02-26 Thread Chris Lott

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

It strikes me that my students really don't have a good grasp of what PHP
is capable of doing, since they are getting bogged down in learning the
minutiae of the language itself. So (quickly if possible-- I'd like to demo
some sites tonight) what are some examples of "cool" and publically
accessible sites that use PHP? I'm looking for sites that demonstrate what
PHP can do, examples of "big name" sites using PHP, etc. 

I can explain how the back end technology is working if I have some good
sites to use as a framework. I'd like to keep them excited about the
potential, you know?

c

-BEGIN PGP SIGNATURE-
Version: 6.5.8ckt - KeyID: 0x51046CFD - http://www.chrislott.org/geek/pgp/

iQA/AwUBPHvc/daLYehRBGz9EQI9KwCgu7SKkrKqmcQ7zf+lAZBwKgvAlWcAmwQ7
xCs+oCAo6Hn5UkHuDmR4ZzlT
=koDz
-END PGP SIGNATURE-



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php