1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

JavaScript New to web designing , and struggling with my ideas. :(

Discussion in 'Web Development' started by purushi1, Feb 23, 2010.

  1. purushi1

    purushi1 New Member

    Hello Friends,

    Glad to be part of the wonderful place to share and gain knowledge on web designing.

    Its been almost a week, i am working on a Excel sheet datas to be uploaded to HTML page.
    I was doing this manually, finally thought of automating the task.

    Well i learned VBA and managed to export all the important row/column data from excel sheet to Text file.

    Now i want to write a Java Script that will have all the data i want to publish as a web page. As and when i update the excel sheet, i have written VBA code that can update the Java Script.

    I am struggling here.
    If i have a template in JavaScript where i have variables defined for Row1Col1 , Row1,Col2.. and so on, then i will update these variables through VBA and then my HTML Page is always upto date.

    So i am hunting for JavaScript template that
    Top Header - Defining the name or title
    Middle Part - Table having set of rows and columns where data is taken from variables defined in JavaScript
    Bottom Part - Preferrably want to use the data in table and generate a Pie chart for each Column header data.

    About myself:
    I am an Engineer from India - Bangalore. I am new to HTML, JavaScript and PHP. But slowly understanding the technologies.
    However i have good programming knowledge in C and some scripting experience in PERL.

    Professionally i work on Embedded systems and i have never been involved in web programming.
    Now i am trying to display all the test results in a HTML page and make it dynamic.

    Waiting for any ideas or suggestions :)