4 thoughts on “GitHub Projects

  1. Hi Tyler, from your family name I guess your ancestors came from Sweden? Longren would then be Lundgren πŸ™‚
    I downloaded the Thumbnail viewer from Dynamic Drive and took the script to http://www.jshint.com and found a lot of issues, which I have fixed, but I have 3 left:

    1): document.write can be a form of eval.
    2):this.opacitytimer=setInterval(“thumbnailviewer.opacityanimation()”, 20);
    Implied eval is evil. Pass a function instead of a string.
    3):Don’t make functions within a loop. ( //BEGIN FOR LOOP… et seq.)

    If these can be fixed, it’s a winner… πŸ™‚
    Problem is that I do not know how to…

    Sara

    0
    1. Hi Sara,

      You guessed correctly! My family name was Lundgren about 4 generations ago I believe.

      jshint.com looks nice, I’ll have to play around with it some. I’ll work on getting those errors fixed, looks like they should be pretty easy to take care of.

      Were those errors causing the plugin to not work for you?

      0
      1. Goodmorning Tyler! Thanks for your kind respons, it will be great to see the error free script! Yes, jshint is nice, I always use it.
        My site, still under development is quite unique, every piece is fully validated front and backend. No one have done that before me πŸ™‚ The plugin works, as is, apart from the fade in effect, which I think is very nice to have.

        So, my guess was correct πŸ™‚ Do you have any friends in Sweden or have you been here your self? This little country have become something something worth knowing. It doesn’t just export Volvo’s and hockey players πŸ™‚
        Kind regards to you and your family … It’s a nice outdoor pic! πŸ™‚

        Sara

        0
        1. I don’t know anyone in Sweden, and have never been there. It’s on my list of places to go though. I did spend some time in Spain and France, but never made it much further north than Paris.

          Could you send me the plugin and javascript that you modified? I’ll start with what you have, and implement these fixes on-top of the ones you’ve already done.

          You can email them to me, tlongren at gmail dot com.

          Thanks Sara

          0

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.