Looking for this script, real common (ajax im pretty sure)

Discussion in 'Programming' started by WunschShrek, Jun 28, 2007.

  1. #1
    Im looking for the image script they use on this site :

    http://www.sitepoint.com/marketplace/auction/9779

    and hundreds of other sites, to show the larger image on the same page, with the background faded transparent black almost.

    Can someone please tell me if this is a free script somewhere? Or if there is a website selling it if it is not free?


    I have tried searching all over DP and google / yahoo, but im just not coming up with the right keywords, I can't find this for the life of me.

    Thank you very much if you can help

    Joe
     
    WunschShrek, Jun 28, 2007 IP
  2. logylaps

    logylaps Active Member

    Messages:
    761
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    85
    #2
    I was looking for something like that too... i was working on an ajax todo list and needed a "processing" image to show up with the background faded. Did not find anything, so I just made the script faster and removed the "whistles and bells".
     
    logylaps, Jun 28, 2007 IP
  3. WunschShrek

    WunschShrek Peon

    Messages:
    629
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #3
    So you have a working script? want to sell it to me?

    There has to be a free version somewhere i have seen so many sites with it recently. I just must not know the right search terms cause im not pulling anything up.

    Im gonna try looking through ajax tutorials im hoping maybe someone wrote a tutorial on making one.
     
    WunschShrek, Jun 29, 2007 IP
  4. TwistMyArm

    TwistMyArm Peon

    Messages:
    931
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #4
    TwistMyArm, Jun 29, 2007 IP
  5. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Certainly not that difficult to achieve with the .Net Ajax toolkit
     
    AstarothSolutions, Jun 29, 2007 IP
  6. Els1

    Els1 Guest

    Messages:
    811
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #6
    i suggest you contact the admin of sitepoint and talk to him he may help u
     
    Els1, Jun 29, 2007 IP
  7. TwistMyArm

    TwistMyArm Peon

    Messages:
    931
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Well... although Lightbox will do it, taking 2 minutes to look at the source of the given link seems to imply that it's a library called ThickBox. I'd have a look at that, too, at http://jquery.com/demo/thickbox/ .
     
    TwistMyArm, Jun 29, 2007 IP
  8. logylaps

    logylaps Active Member

    Messages:
    761
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    85
    #8
    No, i didnt figure out how to make it. I just made the app a whole lot faster so the loading screen was not needed.

     
    logylaps, Jun 29, 2007 IP
  9. ndreamer

    ndreamer Guest

    Messages:
    339
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #9
    forget ajax your not going to need it, overlaying a image is dead easy and fading out the background is done by placing a transparent png image over the screen "css code is on the lightbox homepage"
     
    ndreamer, Jun 29, 2007 IP
  10. Acecool

    Acecool Peon

    Messages:
    267
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Oh jeese, I hate those type of image displays with a PASSION!!!

    But, no ajax needed on this one.. Just some animated loading gif set as a background to a div or so, and the image will load over it..
     
    Acecool, Jun 29, 2007 IP