in reply to Re: Simple web interface for simple script
in thread Simple web interface for simple script

This node falls below the community's minimum standard of quality and will not be displayed.
  • Comment on Re^2: Simple web interface for simple script

Replies are listed 'Best First'.
Re^3: Simple web interface for simple script
by dragonchild (Archbishop) on Apr 25, 2005 at 17:27 UTC

    Stop! Just stop talking and listen.

    You, obviously, are completely free to do whatever you want with space on servers that you are paying for. However, it is very obvious that you have not grasped the basics of web applications, from design to security to general usage. If you want to create a page that will be hacked within 24 hours of it being exposed to the Web, that's your problem. If you don't, you have two choices:

    1. Learn, and I mean start-at-the-beginning learn
    2. Pay someone who has this knowledge

    It's up to you.


    The Perfect is the Enemy of the Good.

Re^3: Simple web interface for simple script
by ChrisR (Hermit) on Apr 25, 2005 at 17:32 UTC
    Javascript is great for enhancing and automating webpages. I use javascript in almost every webpage I make however, this being a perl group, I thought I'd give a perl answer. Also, the script is already in perl and javascript, as I understand it, is local to the client. Java applets or servlets would be required to access/store data on the server that is not embedded in the webpage. In that case, I still think that perl is a faster/easier/better solution.
    A reply falls below the community's threshold of quality. You may see it by logging in.