Page 1 of 3 123 LastLast
Results 1 to 10 of 26

Thread: Loading Screens

  1. #1
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default Loading Screens

    Hi
    I've seen other websites that having a message displaying while the page is loading. I've always wondered how to do this, and I've been fooling with the idea for a while, but I still can't do it.

    All help appreciated

    Twey, jscheuer1?
    Last edited by mburt; 07-29-2006 at 10:16 PM.
    - Mike

  2. #2
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    any help??
    - Mike

  3. #3
    Join Date
    Sep 2005
    Posts
    882
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    Your page has to be loaded with AJAX or a similar solution(maybe flash?) first. Then you can worry about a loading message.

  4. #4
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    hehe.. This may sound odd... but i have never coded in AJAX!! ....there. look, i said it. So, a little more in depth on that, and it might help me.
    - Mike

  5. #5
    Join Date
    Aug 2005
    Posts
    971
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by mburt
    but i have never coded in AJAX!!
    mburt: AJAX is not a scripting/programming language, just a technique. If you want real progress bar(which actually shows percent loaded) then simple javascript is not going to help you. If this is not what you want then you can place animated gifs(http://ajaxload.info)).

    EDIT: Sorry, forgot to ask. What are you trying to do mburt??

  6. #6
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    Well, what you said pretty well summed it up..
    - Mike

  7. #7
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    So... How do you think I could actually get a progress bar with the actual precentage of the page that is finished loading?
    - Mike

  8. #8
    Join Date
    Aug 2005
    Posts
    971
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    To tell you the truth, I have never attempted something like that and I have no idea.

    But I have been attempting to make successful javascript preloaders. I'll let you know when I complete it.

    You can however make progressbars in case of AJAX by expanding the width of div by a quarter for each readyState.

    For e.g: 1: 25%;2: 50%;3: 75%;4: 100%
    Last edited by shachi; 07-30-2006 at 07:50 PM.

  9. #9
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    Great, I'll check that out when you finish it
    - Mike

  10. #10
    Join Date
    Aug 2005
    Posts
    971
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Actually I have 80% belief that it will work but it is a very hectic process.

Bookmarks

Posting Permissions

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