[ciapug] Re: Meeting Monday?

Matthew Nuzum newz at bearfruit.org
Fri Sep 28 20:55:48 CDT 2007


On 9/28/07, Claus <cniesen at gmx.net> wrote:
> No offense but these sites don't show how much, what, or if any was
> created with PHP or some other language.  I could easily see that these
> sites are purely created with HTML and CSS.  I think it's the inside
> info that brings some of the interesting stuff out.  Specifically
> describing what is done dynamically.

If a website is coded well you should not be able to tell what
technology was used to create it. For example, if my uri is:
   http://www.somesite.com/price_list.php
and I later move to a content management system coded in Java, then
I'm going to have to jump through some very odd hoops to get that URI
to continue to work.

If my address was instead
   http://www.somesite.com/price_list/
then I've decoupled my URIs from my backend technology.

The second site I linked to is not developed in PHP. My point was to
respond to the question about who uses a framework.
-- 
Matthew Nuzum
newz2000 on freenode


More information about the ciapug mailing list