Is there a plugin for jQuery that would replicate the functionality exhibited on Yahoo's Finance site? http://finance.yahoo.com/
(The yellow pop up, then the highlighted sections on the page...)
I've been scouring Google and haven't come up with anything similar yet. Thanks!
...
Where is a good starting point for learning the Zend Framework? The introduction from framework.zend.com left me wanting more, and really wasn't enough for me.
...
I,m doing a virtual walk-through in a museum environment. i have constructed the 3D virtual environment in 3D's Max and i need to create the walking part in Virtools. I have found some tutorials in youtube that shows how to do a simple character movement. but it shows only using keyboard navigations to move around.
I want to know how to...
Can someone point me to a [relatively] simple walk-through on how to properly configure an ASP.Net hosted WCF 4.0 service to impersonate the credentials of a caller for just certain methods of the service, but allow anonymous access to other methods?
I've been reading a lot about this on MSDN, but the more I read, the more confused I ge...
This is a two part question - first I need to get every element that is a child (or subchild, etc) of a parent element, and then I need to reset it's style. As such, I'm looking to do something like the following:
var everything = parent.getEveryElementBelowThisOne();
for (i=0; i<everything.length; i++)
everything[i].css = "font: 10...