harkly Posted November 25, 2008 Share Posted November 25, 2008 Can anyone tell me what the technology is that Netflix uses for the synopsis of the movie? I want to add something like that to my site but not sure what it is or even where to look. http://www.netflix.com/BrowseSelection Link to comment https://forums.phpfreaks.com/topic/134255-web-technology-question/ Share on other sites More sharing options...
trq Posted November 25, 2008 Share Posted November 25, 2008 Could be any server-side technoligy (including php) though there server is Apache-Coyote which would suggest its built with Java. Link to comment https://forums.phpfreaks.com/topic/134255-web-technology-question/#findComment-698897 Share on other sites More sharing options...
harkly Posted November 25, 2008 Author Share Posted November 25, 2008 So if I were to google it what would I ask for? I would like to be able to use php so I can pull the info in. I have a site that will have a list of art work by an artist and I want to mouse over the small image and get a larger one with all the info of the art piece. Link to comment https://forums.phpfreaks.com/topic/134255-web-technology-question/#findComment-698924 Share on other sites More sharing options...
trq Posted November 25, 2008 Share Posted November 25, 2008 Oh, your talking about that popup that appears when you hover? I didn't even notice it the first time. It looks like some Ajax. Not sure what exaclty it would be called though. Link to comment https://forums.phpfreaks.com/topic/134255-web-technology-question/#findComment-698930 Share on other sites More sharing options...
harkly Posted November 25, 2008 Author Share Posted November 25, 2008 Thanks, will look into that. Link to comment https://forums.phpfreaks.com/topic/134255-web-technology-question/#findComment-698933 Share on other sites More sharing options...
CroNiX Posted November 26, 2008 Share Posted November 26, 2008 Its just a custom tooltip. You can do it easily with jquery/mootools/etc. Link to comment https://forums.phpfreaks.com/topic/134255-web-technology-question/#findComment-699158 Share on other sites More sharing options...
Eric_Ryk Posted November 26, 2008 Share Posted November 26, 2008 Its just a custom tooltip. You can do it easily with jquery/mootools/etc. Based upon the loading time it probably is AJAXed in though. Link to comment https://forums.phpfreaks.com/topic/134255-web-technology-question/#findComment-699271 Share on other sites More sharing options...
CroNiX Posted November 26, 2008 Share Posted November 26, 2008 Its just a custom tooltip. You can do it easily with jquery/mootools/etc. Based upon the loading time it probably is AJAXed in though. Yes it is, you can see the requests in firebug. Link to comment https://forums.phpfreaks.com/topic/134255-web-technology-question/#findComment-699286 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.