I have header and footer images, taking more time to load, can I replace them

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tvnaidu
    Contributor
    • Oct 2009
    • 365

    I have header and footer images, taking more time to load, can I replace them

    I have header and footer images part of html page,. loading the same page for every 2 seconds, because of these two images, it is taking more time, I need to replace them with some text, may be like banner text (like below letter T). Just for header instead of plain header 1, I need to keep something like below. thanks.


    Code:
    TTTTTTTTTT
          TT
          TT
          TT
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    if the image loading never catches up, why using images at all?

    Comment

    • tvnaidu
      Contributor
      • Oct 2009
      • 365

      #3
      thanks for reply.
      Image is basically tells "XYZ & Co", I just need to replace that with some text similar to image, but should be ext, since text loads quickly than image, also this page is status page, it keep reload for every 2 seconds. Looking for how create a banner simiar to image (any software can generate banner text if I input XYZ&Co, I need banner output, which I can insert into htm file).

      Comment

      • Dormilich
        Recognized Expert Expert
        • Aug 2008
        • 8694

        #4
        either replace the images with appropriate text (the images won’t load anyway) or use AJAX to load that everchanging content and leave the static content.

        Comment

        • tvnaidu
          Contributor
          • Oct 2009
          • 365

          #5
          I got it, I thought image gets loaded everytime, then may be my page taking more time to load. Basically I have status page, which reads status from microcontroller then loads that page, I am trying to fogureout where is the issue, my page is plain html page, just reads status and load the status, can I replace html code with AJAX?. I am new to AJAX, I just wrote some html code to show status, but I am thinking of keeping those staus info in one box, I have to figureout how to add box, issue with plain text without box is, sometimes text goes all the way top left corner and overwirites one on top each other, sometimes display gets little messy.

          Comment

          • Dormilich
            Recognized Expert Expert
            • Aug 2008
            • 8694

            #6
            Originally posted by tvnaidu
            can I replace html code with AJAX?
            you can replace nearly everything with JavaScript.

            Comment

            Working...