Posted by Colin McKinnon on 01/27/06 07:18
Dave wrote:
<snip>
>
> The old web interface was HTML embeded with PERL/CGI. It can provide
> simple and plain display. I have a request to refresh the overlooking of
> web page. I am doing some research to see if there is any scripting
> language or tool I can use which can
>
> 1) Provide good looking web interface
This is not normally a function of the language. In the case of PHP there
are lots of toolkits and CMS available for this though. Actually I'm not
aware of any web programming environment which integrates page design -
mostly people try to keep them seperate. (says me -
http://pfp-studio.sourceforge.net ! ).
> 2) Call all my old perl/.cgi scripts, so that I don't need to re-write
> PERL/INFOMRIX DB API LIB
A bit vague on how much integration you need here.
> 3) Don't need to re-write DB API/LIB to retrieve infomrix databas infomix
>
Eh? PHP will talk to Informix but if you require to use an existing
abstraction layer written in your own code then you'd have to use Perl.
> I have 2 server script candidate here "PHP" and "Java Script".
Javascript is predominantly used client side - IIRC the iPlanet webserver is
the only implementation of serverside javascript. Sounds like you don't
know what you're talking about.
I'd suggest finding someone local with professional experience in Open
Source software for a coupe of days consultancy.
C.
[Back to original message]
|