Scientific Calulator by Anshugiri needs to be upgraded for OPERA 9.51 In addition a Percent Key needs to be added. The ^ Key does not function and could be deleted.
Actually this is extremely handy for windows users, seeing as how the windows calculator won't crunch radicals. It looks nice, its intuitive, and i like it. Job well done!!!!
I'm afraid "all the functions" is a bit of an exaggeration. No 10log, no hyperbolic sin, cos and tan, no inverse goniometry, no factorial... A usability handicap is that you have to click the digits with your mouse, rather than typing them with the numeric keypad.
Works well enough, but the usefulness, considering Windows' own calculator (I don't know if Mac and Linux have their own built-in ones, though), is questionable.
By starrman, # Jul 7, 2008 1:39:22 PM
In addition a Percent Key needs to be added. The ^ Key does not function
and could be deleted.
By starrman, # Jul 7, 2008 1:38:54 PM
degrees ofcourse...
By Exelle, # Feb 29, 2008 10:59:33 AM
By calvin trager, # Jul 6, 2007 4:54:53 PM
By Fonzie2k, # May 6, 2007 8:30:10 PM
can you make a widget by which mouseover event would genrate the ip address, location and the coordinates of the hyperlink..........
this is actually present in firefox as an add-on.
code for ur help:-
function hostipfox_enable() {
}
function hostipfox_disable() {
}
function hostipfox_init() {
if('__hostipfox__FillInHTMLTooltip' in window) return;
const prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components.interfaces.nsIPrefService).getBranch(null);
var originalFillInHTMLTooltip = window.FillInHTMLTooltip;
window.__hostipfox__FillInHTMLTooltip = originalFillInHTMLTooltip;
const dnsService = Components.classes['@mozilla.org/network/dns-service;1'].getService(Components.interfaces.nsIDNSService)
const nsISupportsString = ('nsISupportsWString' in Components.interfaces) ? Components.interfaces.nsISupportsWString : Components.interfaces.nsISupportsString;
window.FillInHTMLTooltip = function(elem)
{
var retval = false;
if (!elem ||
elem.namespaceURI == 'http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul')
return false;
try {
if (elem) {
while (elem && (elem.nodeType != Node.ELEMENT_NODE || !elem.attributes.l
By mail2rajeev, # Feb 23, 2007 9:07:40 PM
By baylorseth, # Aug 17, 2006 7:44:21 AM
The display should be higher to allow display of previously entered numbers and operators.
By ikaros, # Aug 17, 2006 0:27:58 AM
By RyomaNagare, # Jul 18, 2006 2:28:52 PM
By garmt, # Jul 14, 2006 7:01:44 PM
By Strife767, # Jul 14, 2006 6:54:46 PM