Search results

  1. D

    Similarities between C and Perl?

    Python is written with C if that's any consolation. I was very surprised to discover in benchmark how python finishes way, way back. Python is one of the slowest languages for number-crunching. Look at the link. People complain about java being slow, when java holds its own against C++ and...
  2. D

    What is Better to use ASP or PHP?

    eCommerce needs a lot of structure and you will find Zend a very capable framework using PHP. With a framework approach you get a lot of leverage changing templates to run a web site instead of having to locate code on every last little changes to each page that would need attention. There are...
  3. D

    what can php do for a website how powerful is it?

    I have been very impressed with php after 2 weeks of tinkering with it (for the first time). The limitation is this only works on a server. php is not java or javascript. I can't write a program and hand it to you. I have to present any powerful features I am capable of coding from an...
Back
Top