Results 1 to 4 of 4

Thread: [RESOLVED] With what language is this written?

  1. #1

    Thread Starter
    Addicted Member javad2000's Avatar
    Join Date
    Dec 2006
    Posts
    238

    Resolved [RESOLVED] With what language is this written?

    Hello
    I have 2 questions about this website:
    http://www.iranchamber.com/calendar/..._converter.php

    1- With what programming language is it written?

    2- Is all of its calculation algorithms embedded in the file, so that if a professional programmer clicks on: View> Source code, he can understand the whole calculation methods, or the calculations are dependant on being connected to the server? (When I go to the website, the calculations work perfectly even if I disconnect my internet, but if I save the file on my HDD, then open it again, the calculations don't work properly(even after activating activex content). Can the programmer, understand it, just by having the saved file?

    Thank you

  2. #2
    "Digital Revolution"
    Join Date
    Mar 2005
    Posts
    4,471

    Re: With what language is this written?

    Looks like it was all written in JavaScript. If you look at the page source you can see all the JavaScript functions.

    JavaScript is a client-side scripting language meaning nothing is being done on the server. It is being done on the person's computer who is looking at the webpage.

    It should not require an internet connection to work.

    Any experienced JavaScript programmer will be able to understand the calculations/algorithms. If not then be able to just copy/paste them into his own page. Not saying he should do that though.

  3. #3

    Thread Starter
    Addicted Member javad2000's Avatar
    Join Date
    Dec 2006
    Posts
    238

    Re: With what language is this written?

    Thank you very much. You solved my problem.

  4. #4
    "Digital Revolution"
    Join Date
    Mar 2005
    Posts
    4,471

    Re: [RESOLVED] With what language is this written?

    You're welcome.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width