Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: web-based application or desktop application?

by davido (Cardinal)
on Dec 04, 2003 at 05:14 UTC ( [id://312097]=note: print w/replies, xml ) Need Help??


in reply to web-based application or desktop application?

The thing about doing it "web based" is that you get to take advantage of the fact that browsers already know how to understand markup (ie, various types of formatting), and most browsers have built-in "print" functions for creating hard copies.

This enables the developer to ignore issues such as dealing with printer output, dealing with event handlers, Tk callbacks / window management, etc.

So the development time is greatly reduced, while being able to present any feature a browser is capable of offering. Look at it like someone's already created an easy to use interface system. Yes, you still have to design the HTML that drives the interface, but that can be trivial as compared to dealing with a full fledged GUI.

Designing an application, and choosing to make it web based (intranet, etc.) is simply a design choice whos goal is to provide a lot of features with a minimum of development effort. Yes, a desktop based software package can be made to look even more polished. Heaven knows, nobody would really like to be forced to manipulate a web-based interactive spreadsheet. Nobody's going to suggest trying to come up with a web-based alternative to QuarkExpress, or Aldus Pagemaker. But if the objective lends itself to a web-based environment, there are good arguments for going that route.


Dave

  • Comment on Re: web-based application or desktop application?

Log In?
Username:
Password:

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

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

    No recent polls found