Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Re: web-based application or desktop application?

by hardburn (Abbot)
on Dec 04, 2003 at 15:16 UTC ( [id://312211]=note: print w/replies, xml ) Need Help??


in reply to Re: web-based application or desktop application?
in thread web-based application or desktop application?

Some GUI programs do go out of their way to look different, and offer the user a way to change the look as they see fit. In particular, MP3/Media players tend to do this a lot.

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

: () { :|:& };:

Note: All code is untested, unless otherwise stated

Replies are listed 'Best First'.
Re3: web-based application or desktop application?
by dragonchild (Archbishop) on Dec 04, 2003 at 15:27 UTC
    I've worked at a place that provided "skins" for their web app. It was actually quite simple. *shrugs* Granted, the skin had to be stored server-side, but that's because HTML doesn't provide an easy way to choose images on the client machine.

    ------
    We are the carpenters and bricklayers of the Information Age.

    Please remember that I'm crufty and crochety. All opinions are purely mine and all code is untested, unless otherwise specified.

      Web "skins" can be implemented much better by using an all CSS design. The HTML doesn't have to change, only the CSS. Here is a site with tons of examples:
      CSS Zen Garden

      All the designs all use exactly the same HTML file only the CSS and images called by the CSS change.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://312211]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-25 23:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found