Overunity.com Archives

Open Source Software => Open Source application software for your PC => Topic started by: gaby de wilde on February 06, 2008, 02:33:47 PM

Title: calculator (Opera/Firefox)
Post by: gaby de wilde on February 06, 2008, 02:33:47 PM
I'm developing a calculator.  ::)

ABOUT
It uses javascript and data uri technology.(https://overunityarchives.com/proxy.php?request=http%3A%2F%2Fimg.go-here.nl%2Ficon_smile_nerd.gif&hash=50382c273eb6a2e03730c787f205f5334fba31d8)

USAGE MANUAL
You put the line of code in a bookmark, click it and a calculator appears. more info ? (http://www.google.com/search?q=bookmarklets)

THE CALCULATOR
javascript:x="data:text/html,@3C!DOCTYPE@20HTML@20PUBLIC@20@22-@2F@2FW3C@2F@2FDTD@20HTML@204.01@20Transitional@2F@2FEN@22@20@22www.w3.org@2FTR@2Fhtml4@2Floose.dtd@22@3E@0D@0A@3Chtml@3E@3Chead@3E@3Ctitle@3E@26nbsp@3B@26nbsp@3B@26nbsp@3B@26nbsp@3B@26nbsp@3B@26nbsp@3B@26nbsp@3B@26nbsp@3B@26nbsp@3B@26nbsp@3B@26nbsp@3B@26nbsp@3B@26nbsp@3B@26nbsp@3B@26nbsp@3B@26nbsp@3B@26nbsp@3B@26nbsp@3B@26nbsp@3B@26nbsp@3B@26nbsp@3B@26nbsp@3B@26nbsp@3B@26nbsp@3B@26nbsp@3B@26nbsp@3B@26nbsp@3B@26nbsp@3B@26nbsp@3B@26nbsp@3B@26nbsp@3B@26nbsp@3B@26nbsp@3B@3C@2Ftitle@3E@0D@0A@0D@0A@3Cstyle@20type@3D@22text@2Fcss@22@3E@0D@0Abody@7Bbackground@3Abuttonface@3Bmargin@3A0@3Bpadding@3A0@3Bspacing@3A0@3B@7D@0D@0Ainput@7Bwidth@3A30px@3Bpadding@3A0px@3Bfont-size@3A@2010px@3B@7D@0D@0A@23i@7Bwidth@3A100@25@3Bfont-size@3A@2010px@3B@7D@0D@0A@3C@2Fstyle@3E@0D@0A@3C@2Fhead@3E@0D@0A@3Cbody@3E@0D@0A@3CFORM@20NAME@3D@22Calc@22@3E@0D@0A@3CINPUT@20TYPE@3D@22text@22@20id@3D@22i@22@20NAME@3D@22Input@22@20Size@3D@226@22@3E@0D@0A@3CINPUT@20TYPE@3D@22button@22@20NAME@3D@22one@22@20@20@20VALUE@3D@221@22@20OnClick@3D@22Calc.Input.value@20@2B@3D@20'1'@22@3E@3CINPUT@20TYPE@3D@22button@22@20NAME@3D@22two@22@20@20@20VALUE@3D@222@20@22@20OnCLick@3D@22Calc.Input.value@20@2B@3D@20'2'@22@3E@3CINPUT@20TYPE@3D@22button@22@20NAME@3D@22three@22@20VALUE@3D@223@20@22@20OnClick@3D@22Calc.Input.value@20@2B@3D@20'3'@22@3E@3CINPUT@20TYPE@3D@22button@22@20NAME@3D@22plus@22@20@20VALUE@3D@22@2B@20@22@20OnClick@3D@22Calc.Input.value@20@2B@3D@20'@20@2B@20'@22@3E@3Cbr@3E@3CINPUT@20TYPE@3D@22button@22@20NAME@3D@22four@22@20@20VALUE@3D@224@22@20OnClick@3D@22Calc.Input.value@20@2B@3D@20'4'@22@3E@3CINPUT@20TYPE@3D@22button@22@20NAME@3D@22five@22@20@20VALUE@3D@225@20@22@20OnCLick@3D@22Calc.Input.value@20@2B@3D@20'5'@22@3E@3CINPUT@20TYPE@3D@22button@22@20NAME@3D@22six@22@20@20@20VALUE@3D@226@20@22@20OnClick@3D@22Calc.Input.value@20@2B@3D@20'6'@22@3E@3CINPUT@20TYPE@3D@22button@22@20NAME@3D@22minus@22@20VALUE@3D@22-@20@22@20OnClick@3D@22Calc.Input.value@20@2B@3D@20'@20-@20'@22@3E@3Cbr@3E@3CINPUT@20TYPE@3D@22button@22@20NAME@3D@22seven@22@20VALUE@3D@227@22@20OnClick@3D@22Calc.Input.value@20@2B@3D@20'7'@22@3E@3CINPUT@20TYPE@3D@22button@22@20NAME@3D@22eight@22@20VALUE@3D@228@20@22@20OnCLick@3D@22Calc.Input.value@20@2B@3D@20'8'@22@3E@3CINPUT@20TYPE@3D@22button@22@20NAME@3D@22nine@22@20@20VALUE@3D@229@20@22@20OnClick@3D@22Calc.Input.value@20@2B@3D@20'9'@22@3E@3CINPUT@20TYPE@3D@22button@22@20NAME@3D@22times@22@20VALUE@3D@22x@20@22@20OnClick@3D@22Calc.Input.value@20@2B@3D@20'@20*@20'@22@3E@3Cbr@3E@3CINPUT@20TYPE@3D@22button@22@20NAME@3D@22clear@22@20VALUE@3D@22c@22@20OnClick@3D@22Calc.Input.value@20@3D@20''@22@3E@3CINPUT@20TYPE@3D@22button@22@20NAME@3D@22zero@22@20@20VALUE@3D@220@20@22@20OnClick@3D@22Calc.Input.value@20@2B@3D@20'0'@22@3E@3CINPUT@20TYPE@3D@22button@22@20NAME@3D@22DoIt@22@20@20VALUE@3D@22@3D@20@22@20OnClick@3D@22Calc.Input.value@20@3D@20eval(Calc.Input.value)@22@3E@3CINPUT@20TYPE@3D@22button@22@20NAME@3D@22div@22@20@20@20VALUE@3D@22@2F@20@22@20OnClick@3D@22Calc.Input.value@20@2B@3D@20'@20@2F@20'@22@3E@3C@2FFORM@3E".split("@").join("%");window.open( x, "","height=100,width=120","status = 1,type=scrollbars=yes,resizable = 1");void(0)


NOTES
There is no server contact at all, the whole calculator sits in the "URL".

The resource sits in the locater.(https://overunityarchives.com/proxy.php?request=http%3A%2F%2Fimg.go-here.nl%2Ficon_smile_nerd.gif&hash=50382c273eb6a2e03730c787f205f5334fba31d8)

Have fun with it.  :D

SCREENSHOTS