• Typing Text (Frontpage XP)

    Author
    Topic
    #381838

    Hey guys. I was looking for something to put on my website.

    I wanted to see if anyone knew anything about having a graphic or something so that
    it looks like someone is typing as soon as you get on the site.. something like this:

    “Accessing Databank… Please wait..”

    And, it would type that out on the page, and someone could watch it, just like a computer log or something.

    Thanks for your time, and your help!

    Viewing 4 reply threads
    Author
    Replies
    • #645245

      Something like the scroller here?
      Plenty more scroll-type effects to be found at The JavaScript Source – but watch out for the ones that are IE only.

      • #645390

        No.. I mean, not a scroller or anything.

        It sorta appears when you open the page.

        You know it looks when you type on MSDOS?

        Well, I want it to look like the person is typing when they come in, only…

        They’re not.

    • #645402

      You could do it in Flash.

      Cheers

      • #645420

        I don’t exactly know Flash..

        but, I could figure it out if someone would try and help me..

        My AoL name is SadisticWonder.

        Someone can IM me sometime and teach me.

    • #645626

      The fastest cheapest way that will give accurately misshapen type is to find a good font and create an animated gif. If you visit the Pix Place board here in the Lounge you can get some recommendations for software to put the animation together. Flash is great, but I think it’s way more than you could learn even in a marathon IM session. Also, it’s something like a 25MB download for the 30-day trial of Flash MX… AOL would probably crap out on you.

    • #645857

      Here ya go. This .asp code will do what you are asking. The page is refreshing, just have a function that writes the actual remainder of the page and replace a call to that function for this line: ‘Response.write “I will now show you the page:”‘ In the following code:

      (Note: Replace the value for MaxHundredths with the maximum number of hundredths of a second that you wish to wait between characters)

      <%
      dim intCurrent
      dim strTextToDisplay
      dim intRandom
      Const MaxTenths = 10
      strTextToDisplay="Accessing Databank… Please wait…"
      intCurrent=request.querystring("XYZ")
      If len(intCurrent)Len(strTextToDisplay) Then
      response.write “Test Text Build” & vbcrlf
      response.write “” & vbcrlf
      response.write “” & vbcrlf
      Response.write “I will now show you the page:”
      else
      Randomize
      intRandom=Int((MaxTenths – 1 + 1) * Rnd + 1)
      intRandom=cint(intRandom)*.1
      response.write “” & vbcrlf
      response.write “Test Text Build” & vbcrlf
      response.write “” & vbcrlf
      response.write “” & vbcrlf
      response.write “

      ” & left(strTextToDisplay,intCurrent) & “


      end if
      %>

    • #645858

      Ooops, the MetaTag refresh apparently has a low setting of 1 second. Anything smaller is an automatic refresh. The effect still works. You could code within the asp to make a quicker random refresh.

      • #645862

        I appreciate that and all, but…

        It doesn’t quite work.

        • #645864

          What is it doing wrong? If you are getting a ‘big’ delay, that is because I thought the MetaTag refesh worked for values under 1 second. It doesn’t, it’s either a full second, or an instant. So just set the MaxHundredths to something under 100, and it will just ‘type’ as fast as your system refreshes.

          Another option would be to use client side scripting, and I am VERY leary of using that on internet web pages. (I use it all the time on Intranet pages, because we have a controlled environment, where everyone is using a relatively current version of IE).

    Viewing 4 reply threads
    Reply To: Typing Text (Frontpage XP)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: