What javascript slide-in works best across multiple browsers?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Wolfy
    Confirmed User
    • Dec 2003
    • 3574

    #1

    What javascript slide-in works best across multiple browsers?

    I want to delay the slide-in for a few seconds, so when people actually read more than 4 seconds I can give them an opportunity to join the newsletter. I also would love the option to let people click "Don't show this again"...

    Anyone have any tips?
  • Wolfy
    Confirmed User
    • Dec 2003
    • 3574

    #2
    bump for the morning crew

    Comment

    • StuartD
      Sofa King Band
      • Jul 2002
      • 29903

      #3
      http://script.aculo.us/

      or also good, but a little more advanced than that...
      http://jquery.com/
      This is me on facebook
      This is me on twitter

      Comment

      • calmlikeabomb
        Confirmed User
        • May 2004
        • 1323

        #4
        I'd also suggest jQuery.

        Assuming you wanted to slide an ad in when something is clicked. You'd just adjust the animate method to move your element to where you'd like it to go.

        $("#clicked_element").click(function(){ $("#my_ad").animate({"left": "+=50px"}, "slow");});

        Lots of different events you can bind to besides a click.
        subarus.

        Comment

        • quantum-x
          Confirmed User
          • Feb 2002
          • 6863

          #5
          jQuery tools is a very nice, and a lot lighter jQuery implementation
          http://flowplayer.org/tools/index.html
          PrettyInCash.com - BoozedGFs.com - TeenGFs.com - JizzGFs.com- MilfUploads.com -

          Comment

          • calmlikeabomb
            Confirmed User
            • May 2004
            • 1323

            #6
            ^ Looks like they are just selling plugins that are implemented using the jQuery library.

            The plugins look good, but I don't think the jQuery library itself is any lighter.

            Originally posted by documentation
            Flowplayer has support for the jQuery language. jQuery skills are definitely not needed when using Flowplayer but if you are accustomed to using jQuery (like us) then you can do things like...
            Plus, if you're interested in speed, just use compression and caching. minify is awesome. It can combine all css and js into a single http request:
            http://code.google.com/p/minify/
            Last edited by calmlikeabomb; 07-09-2009, 05:21 AM.
            subarus.

            Comment

            • Wolfy
              Confirmed User
              • Dec 2003
              • 3574

              #7
              What is John chow using? Open the site and stay there a second or two.

              http://www.johnchow.com/

              Comment

              • StuartD
                Sofa King Band
                • Jul 2002
                • 29903

                #8
                Originally posted by Wolfy
                What is John chow using? Open the site and stay there a second or two.

                http://www.johnchow.com/
                Quite a few different scripts, including 2 different versions of jQuery it looks like.
                This is me on facebook
                This is me on twitter

                Comment

                • calmlikeabomb
                  Confirmed User
                  • May 2004
                  • 1323

                  #9
                  Yeah, that's a little odd.
                  subarus.

                  Comment

                  • fris
                    Too lazy to set a custom title
                    • Aug 2002
                    • 55679

                    #10
                    can you define slidein?

                    Im assuming its not a carousel you are looking for but a jquery popup slider?
                    Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                    Comment

                    • Wolfy
                      Confirmed User
                      • Dec 2003
                      • 3574

                      #11
                      Slide in, slide over, fade in, fade over, whatever... I'm looking for something that looks slick and people have to take action on to continue reading the article.

                      Comment

                      • Wolfy
                        Confirmed User
                        • Dec 2003
                        • 3574

                        #12
                        Annnnnnnnnnnnd a bump for the night crew

                        Comment

                        • fris
                          Too lazy to set a custom title
                          • Aug 2002
                          • 55679

                          #13
                          can you show a site with a sample
                          Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                          Comment

                          • Wolfy
                            Confirmed User
                            • Dec 2003
                            • 3574

                            #14
                            www.johnchow.com

                            He also has a cool footer ad for his newsletter: http://www.johnchow.com/make-money-o...ate-footer-ad/

                            Thanks fris

                            Comment

                            • TheDoc
                              Too lazy to set a custom title
                              • Jul 2001
                              • 13827

                              #15
                              Originally posted by Wolfy
                              What is John chow using? Open the site and stay there a second or two.

                              http://www.johnchow.com/
                              Originally posted by StuartD
                              Quite a few different scripts, including 2 different versions of jQuery it looks like.

                              He uses aweber.com - Same service I use, it has a little admin that lets you do popups/unders/exits and light boxes, css fade ins, outs, left/right/bottm/top slide ins, several goodies really.
                              ~TheDoc - ICQ7765825
                              It's all disambiguation

                              Comment

                              • munki
                                Do Fun Shit.
                                • Dec 2004
                                • 13393

                                #16
                                Looks around the mootools collection for jquery...

                                I have the simplest tastes. I am always satisfied with the best.” -Oscar Wilde

                                Comment

                                • fris
                                  Too lazy to set a custom title
                                  • Aug 2002
                                  • 55679

                                  #17
                                  I have ultimate footer ad and header ad, nice script
                                  Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                                  Comment

                                  • Wolfy
                                    Confirmed User
                                    • Dec 2003
                                    • 3574

                                    #18
                                    Originally posted by TheDoc
                                    He uses aweber.com - Same service I use, it has a little admin that lets you do popups/unders/exits and light boxes, css fade ins, outs, left/right/bottm/top slide ins, several goodies really.
                                    Sounds cool as shit, but I'm using feedburner.

                                    Comment

                                    • TheDoc
                                      Too lazy to set a custom title
                                      • Jul 2001
                                      • 13827

                                      #19
                                      Originally posted by Wolfy
                                      Sounds cool as shit, but I'm using feedburner.
                                      Feedburner is for your rss feeds, so people can subscribe to them and you can keep track of the information. I use feedburner on all my feeds.

                                      Aweber is an email auto responder service. A white listed, opt in email service for mainstream mail.

                                      John Chow for example is offering you a free ebook on how he makes money, in exchange for your email address.
                                      ~TheDoc - ICQ7765825
                                      It's all disambiguation

                                      Comment

                                      Working...