Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^6: Building a web-based system administration interface in Perl

by wazoox (Prior)
on Apr 10, 2009 at 10:20 UTC ( [id://756786]=note: print w/replies, xml ) Need Help??


in reply to Re^5: Building a web-based system administration interface in Perl
in thread Building a web-based system administration interface in Perl

You DO NOT want to pass the name of the file you want to change with root rights in the form parameters, do you?

I don't, however it's also necessary to be able to configure local settings (not everybody uses the same configuration file). That means that there is somewhere in the UI the way to change the file to work on, probably in a dedicated module.

This will limit you to CGI mode. Combined with AJAX, this will cause a nice load on your server.

This is an administrative interface. It won't be used constantly, and hardly by more than one user at the same time, so this is actually a non-problem.

Useless work, you need only one version. Make the code work with pure HTML, and add Javascript (with or without AJAX) for the nice look and feel.

Some fancy interfaces are really harder to build in dual-mode. AJAX sophisticated UIs degrade badly to the point of being close to useless in pure HTML mode. That's why for some of them it will be better to have two entirely distinct presentations.

  • Comment on Re^6: Building a web-based system administration interface in Perl

Log In?
Username:
Password:

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

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

    No recent polls found