Displaying 2 results from an estimated 2 matches for "zoomy".
Did you mean:
zoom
2010 Sep 22
3
how to remote function to get info from url in a javascript function
...vascript function called Elabel, part of the
Google maps api
the Elabel has a function called setContents(html)
i need to be able to call this function and get new html for it. ( the
html is a table that displays weather data)
here is what i have so far
function replace_weather_table(){
zoomy = map.getZoom();
weather_table_one.setContents(new Ajax.Request(''/weather/
update_weather_tables?zoom=''+zoomy));
};
GEvent.addListener(map,"moveend", replace_weather_table);
i would like to have the contents be those of a partial, but when
executed, the display...
2015 Feb 17
3
Using a *supported* web cam under CentOS 5
OK, I plugged in a web cam device (something called a 'Zoomy' -- a web
cam/microscope). It is recognized by the unc driver. Now what?
Does there exist a program that can use this device? Or do I have to write
one from scratch? I have been searching the web, but all of the links are
about getting and installing *drivers*. I don't need a drive...