Omnimaga

Calculator Community => Other Calc-Related Projects and Ideas => TI Z80 => Topic started by: Deep Toaster on September 03, 2011, 12:11:54 pm

Title: Wikipad: the online calculator keypad anyone can edit
Post by: Deep Toaster on September 03, 2011, 12:11:54 pm
My goal with this it to get as much information about the calculator's keys in one place as possible. The emphasis is on how they're usually used, to help future UI designers (for games and such) have a better idea of how to make things more consistent and intuitive for calculator users.

Double-click any section to edit. Information you enter is automatically automagically saved when the text box loses focus. Seriously, anyone can edit this thing (even bots), so please don't spam! I'm keeping logs just in case. If I do find vandalism, I'll have to force everyone to be registered in order to edit (all I have to do is uncomment a line) :/

URL: http://clrhome.org/resources/keypad/
Title: Re: Wikeypad: the online calculator keypad anyone can edit
Post by: ralphdspam on September 03, 2011, 02:37:29 pm
I'm having trouble editing the text.  After I finish typing and defocus the browser, the text turns gray (which I believe is normal).  Upon refresh, the text is replaced with "0".  Now, the box is entirely gone.  (If you find "vandalism" on the mode key, it is due to this problem.  :/

By the way, I am using Google Chrome. 

EDIT: I'm able to edit other items now with no trouble, but the EOS box under the MODE button is still missing.
EDIT2: Now I can't click on any keys.
Title: Re: Wikeypad: the online calculator keypad anyone can edit
Post by: NanoWar on September 03, 2011, 03:10:32 pm
Nothing happens when I double click a key (Firefox 3.6).
Title: Re: Wikeypad: the online calculator keypad anyone can edit
Post by: flyingfisch on September 03, 2011, 03:23:03 pm
nothing happens when i double click in opera either.
Title: Re: Wikeypad: the online calculator keypad anyone can edit
Post by: mrmprog on September 03, 2011, 03:56:03 pm
I too am not able to do anything.
Title: Re: Wikeypad: the online calculator keypad anyone can edit
Post by: willrandship on September 03, 2011, 04:32:13 pm
Yeah, it doesn't save entries, as far as I can tell. Also, keep in mind that getkeyr actually has 3 (4? not sure if lowercase gets its own) keycodes per key, and none for second and alpha.

Oh, and what is EOS?
Title: Re: Wikeypad: the online calculator keypad anyone can edit
Post by: Deep Toaster on September 03, 2011, 04:50:09 pm
I'm having trouble editing the text.  After I finish typing and defocus the browser, the text turns gray (which I believe is normal).  Upon refresh, the text is replaced with "0".  Now, the box is entirely gone.  (If you find "vandalism" on the mode key, it is due to this problem.  :/
Not sure why that happened, since it didn't happen to me. Which box was this?
Nothing happens when I double click a key (Firefox 3.6).
nothing happens when i double click in opera either.
I too am not able to do anything.
That must be because ralph's problem corrupted the data on the MODE section. (Not your fault, just a bug.)
Yeah, it doesn't save entries, as far as I can tell. Also, keep in mind that getkeyr actually has 3 (4? not sure if lowercase gets its own) keycodes per key, and none for second and alpha.
It does save, for me at least ??? And yeah, _GetKey should be in the form 0/S/A/a, where 0 is without modifiers, S is with 2nd, A is uppercase alpha, and a is lowercase alpha.
Oh, and what is EOS?
It's what TI calls the TI-OS.
Title: Re: Wikeypad: the online calculator keypad anyone can edit
Post by: willrandship on September 03, 2011, 04:51:44 pm
ok

but there aren't any definitions in it at all for me, even the ones I haven't touched.
Title: Re: Wikeypad: the online calculator keypad anyone can edit
Post by: Deep Toaster on September 03, 2011, 05:18:40 pm
but there aren't any definitions in it at all for me, even the ones I haven't touched.
The only one I've finished is 2nd <_<

By the way, I reset the thing, so please tell me if there are any more bugs.
Title: Re: Wikeypad: the online calculator keypad anyone can edit
Post by: willrandship on September 03, 2011, 05:21:35 pm
Well, I think I found the problem.

It won't load entries you've put into it until you refresh the page, at least in chrome. But now it takes them!

Edit: I think I broke something......

Spoiler For weirdstuffs:
Warning: DOMDocument::load(): Unescaped '<' not allowed in attributes values in /home/deepthought/public_html/resources/keypad/conf.xml, line: 2 in /home/deepthought/public_html/resources/keypad/index.php on line 4 Warning: DOMDocument::load(): attributes construct error in /home/deepthought/public_html/resources/keypad/conf.xml, line: 2 in /home/deepthought/public_html/resources/keypad/index.php on line 4 Warning: DOMDocument::load(): Couldn't find end of Start Tag k line 2 in /home/deepthought/public_html/resources/keypad/conf.xml, line: 2 in /home/deepthought/public_html/resources/keypad/index.php on line 4 Warning: DOMDocument::load(): error parsing attribute name in /home/deepthought/public_html/resources/keypad/conf.xml, line: 2 in /home/deepthought/public_html/resources/keypad/index.php on line 4 Warning: DOMDocument::load(): attributes construct error in /home/deepthought/public_html/resources/keypad/conf.xml, line: 2 in /home/deepthought/public_html/resources/keypad/index.php on line 4 Warning: DOMDocument::load(): Couldn't find end of Start Tag i line 2 in /home/deepthought/public_html/resources/keypad/conf.xml, line: 2 in /home/deepthought/public_html/resources/keypad/index.php on line 4 Warning: DOMDocument::load(): expected '>' in /home/deepthought/public_html/resources/keypad/conf.xml, line: 2 in /home/deepthought/public_html/resources/keypad/index.php on line 4 Warning: DOMDocument::load(): Opening and ending tag mismatch: c line 2 and i in /home/deepthought/public_html/resources/keypad/conf.xml, line: 2 in /home/deepthought/public_html/resources/keypad/index.php on line 4 Warning: DOMDocument::load(): Extra content at the end of the document in /home/deepthought/public_html/resources/keypad/conf.xml, line: 2 in
Title: Re: Wikeypad: the online calculator keypad anyone can edit
Post by: Michael_Lee on September 03, 2011, 05:25:07 pm
I can't get it to work -- it lists a huge bunch of warnings in gray at the top.

Quote
Warning: DOMDocument::load(): Unescaped '<' not allowed in attributes values in /home/deepthought/public_html/resources/keypad/conf.xml, line: 2 in /home/deepthought/public_html/resources/keypad/index.php on line 4
 
Warning: DOMDocument::load(): attributes construct error in /home/deepthought/public_html/resources/keypad/conf.xml, line: 2 in /home/deepthought/public_html/resources/keypad/index.php on line 4
 
Warning: DOMDocument::load(): Couldn't find end of Start Tag k line 2 in /home/deepthought/public_html/resources/keypad/conf.xml, line: 2 in /home/deepthought/public_html/resources/keypad/index.php on line 4
 
Warning: DOMDocument::load(): error parsing attribute name in /home/deepthought/public_html/resources/keypad/conf.xml, line: 2 in /home/deepthought/public_html/resources/keypad/index.php on line 4
 
Warning: DOMDocument::load(): attributes construct error in /home/deepthought/public_html/resources/keypad/conf.xml, line: 2 in /home/deepthought/public_html/resources/keypad/index.php on line 4
 
Warning: DOMDocument::load(): Couldn't find end of Start Tag i line 2 in /home/deepthought/public_html/resources/keypad/conf.xml, line: 2 in /home/deepthought/public_html/resources/keypad/index.php on line 4
 
Warning: DOMDocument::load(): expected '>' in /home/deepthought/public_html/resources/keypad/conf.xml, line: 2 in /home/deepthought/public_html/resources/keypad/index.php on line 4
 
Warning: DOMDocument::load(): Opening and ending tag mismatch: c line 2 and i in /home/deepthought/public_html/resources/keypad/conf.xml, line: 2 in /home/deepthought/public_html/resources/keypad/index.php on line 4
 
Warning: DOMDocument::load(): Extra content at the end of the document in /home/deepthought/public_html/resources/keypad/conf.xml, line: 2 in /home/deepthought/public_html/resources/keypad/index.php on line 4

Edit: Ninja'd
Title: Re: Wikeypad: the online calculator keypad anyone can edit
Post by: Deep Toaster on September 03, 2011, 05:29:57 pm
Sorry, my bad. I was testing stuff.
Title: Re: Wikeypad: the online calculator keypad anyone can edit
Post by: Michael_Lee on September 03, 2011, 05:33:38 pm
A few more problems:

1. It's really hard to read the gray font.  Perhaps shift it to the side and give it a white background?

2. I can't click on another key when the text covers it.  Again, try shifting it to a different location.


Edit: Scratch that, I had to maximize my window.  That solved it :)
Title: Re: Wikeypad: the online calculator keypad anyone can edit
Post by: Juju on September 03, 2011, 05:52:36 pm
Yeah, not working well. Nice idea though.

This thing (http://www.omnimaga.org/index.php?action=ezportal;sa=page;p=21) would come in help though.
Title: Re: Wikeypad: the online calculator keypad anyone can edit
Post by: Deep Toaster on September 03, 2011, 06:04:03 pm
Yeah, not working well. Nice idea though.
It's actually working surprisingly well. Problem is that I'm doing a ton of bugfixing while everyone eles is editing, which was what caused some of the most recent problems. All your changes are safe in my logfile.
This thing (http://www.omnimaga.org/index.php?action=ezportal;sa=page;p=21) would come in help though.
I use that all the time. It's a lot better than this when I just want the keycodes.

EDIT: Fixed lots of bugs. No box should ever disappear anymore.

EDIT2: Anyone think I should use Comic Sans?
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: mrmprog on September 03, 2011, 08:07:11 pm
Yes. I really like the look of it
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: Juju on September 03, 2011, 08:09:53 pm
Hell yes Comic Sans. I love Comic Sans~
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: flyingfisch on September 03, 2011, 08:21:49 pm
Still can't edit anything. BTW: could you give me the source when your done so I can do one for casio?
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: Deep Toaster on September 03, 2011, 08:59:41 pm
Still can't edit anything. BTW: could you give me the source when your done so I can do one for casio?
Click on a key to see its info page, then double-click the info to change it to a textbox. As for the source, sure.

EDIT: It requires PHP with DOMDocument. Do you have a server?
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: Ti-Programmer on September 03, 2011, 09:05:11 pm
Hell yes Comic Sans. I love Comic Sans~
Yes, Comic Sans is awesome. >9000 awesome.
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: XVicarious on September 03, 2011, 09:12:45 pm
I didn't read all of the posts so I don't know if anyone said this, the text seems to go over onto the calculator image.
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: Deep Toaster on September 04, 2011, 10:35:12 am
Yeah, Michael_Lee said that. Just resize your browser.

But then I had an idea, and changed the layout a bit. Text should now wrap around the image :w00t:
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: flyingfisch on September 04, 2011, 11:21:45 am
@DeepThought

I have an avahost account. I'll be doing the casio version as a sub-directory of my site. And yes, it does support php and DOM.
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: Deep Toaster on September 04, 2011, 11:40:04 am
All right, what you need is this:I think that's it. Everything else is just for styles and layout.

EDIT: Oh, and Comic Sans MS has been added.
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: flyingfisch on September 04, 2011, 11:53:45 am
OK, what does an area map do? Is that where you have the links built in to the image? If that is what it is then I know how to do it.
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: Deep Toaster on September 04, 2011, 12:04:11 pm
OK, what does an area map do? Is that where you have the links built in to the image? If that is what it is then I know how to do it.
Exactly that. Make sure the area elements are in the same order as their k elements in the conf.xml file.
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: flyingfisch on September 04, 2011, 12:06:17 pm
OK, cool. Did you email me or pm me the link cuz i dont have it yet.
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: Deep Toaster on September 04, 2011, 12:09:19 pm
It's the URL of the main app, with "src.php" at the end.
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: flyingfisch on September 04, 2011, 12:19:47 pm
OK so this is what your talking about:

Code: [Select]
<map id="calc" name="calc">
<area shape="rect" coords="20,182,64,227" href="#" alt=""/>
<area shape="rect" coords="63,182,107,227" href="#" alt=""/>
<area shape="rect" coords="106,182,150,227" href="#" alt=""/>
<area shape="rect" coords="149,182,193,227" href="#" alt=""/>
<area shape="rect" coords="192,182,236,227" href="#" alt=""/>
<area shape="rect" coords="20,239,64,273" href="#" alt=""/>
<area shape="rect" coords="63,239,107,273" href="#" alt=""/>
<area shape="rect" coords="106,239,150,273" href="#" alt=""/>
<area shape="rect" coords="20,272,64,306" href="#" alt=""/>
<area shape="rect" coords="63,272,107,306" href="#" alt=""/>
<area shape="rect" coords="106,272,150,306" href="#" alt=""/>
<area shape="rect" coords="20,305,64,337" href="#" alt=""/>
<area shape="rect" coords="63,305,107,337" href="#" alt=""/>
<area shape="rect" coords="106,305,150,337" href="#" alt=""/>
<area shape="rect" coords="149,305,193,337" href="#" alt=""/>
<area shape="rect" coords="192,305,236,337" href="#" alt=""/>
<area shape="rect" coords="20,336,64,368" href="#" alt=""/>
<area shape="rect" coords="63,336,107,368" href="#" alt=""/>
<area shape="rect" coords="106,336,150,368" href="#" alt=""/>
<area shape="rect" coords="149,336,193,368" href="#" alt=""/>
<area shape="rect" coords="192,336,236,368" href="#" alt=""/>
<area shape="rect" coords="20,367,64,399" href="#" alt=""/>
<area shape="rect" coords="63,367,107,399" href="#" alt=""/>
<area shape="rect" coords="106,367,150,399" href="#" alt=""/>
<area shape="rect" coords="149,367,193,399" href="#" alt=""/>
<area shape="rect" coords="192,367,236,399" href="#" alt=""/>
<area shape="rect" coords="20,398,64,430" href="#" alt=""/>
<area shape="rect" coords="63,398,107,430" href="#" alt=""/>
<area shape="rect" coords="106,398,150,430" href="#" alt=""/>
<area shape="rect" coords="149,398,193,430" href="#" alt=""/>
<area shape="rect" coords="192,398,236,430" href="#" alt=""/>
<area shape="rect" coords="20,429,64,461" href="#" alt=""/>
<area shape="rect" coords="63,429,107,461" href="#" alt=""/>
<area shape="rect" coords="106,429,150,461" href="#" alt=""/>
<area shape="rect" coords="149,429,193,461" href="#" alt=""/>
<area shape="rect" coords="192,429,236,461" href="#" alt=""/>
<area shape="rect" coords="20,460,64,492" href="#" alt=""/>
<area shape="rect" coords="63,460,107,492" href="#" alt=""/>
<area shape="rect" coords="106,460,150,492" href="#" alt=""/>
<area shape="rect" coords="149,460,193,492" href="#" alt=""/>
<area shape="rect" coords="192,460,236,492" href="#" alt=""/>
<area shape="rect" coords="20,491,64,525" href="#" alt=""/>
<area shape="rect" coords="63,491,107,525" href="#" alt=""/>
<area shape="rect" coords="106,491,150,525" href="#" alt=""/>
<area shape="rect" coords="149,491,193,525" href="#" alt=""/>
<area shape="rect" coords="192,491,236,525" href="#" alt=""/>
</map>

It shouldn't be too hard to do that, I think Fireworks has it built in.
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: Deep Toaster on September 04, 2011, 12:20:58 pm
That's right.

And I didn't know that about Fireworks. I did it by hand, with the help of a script x.x
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: flyingfisch on September 04, 2011, 12:44:42 pm
Quote
I did it by hand, with the help of a script x.x
WOW! That's what you meant by "it took the most time". I just finished the map in 5 min.!
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: flyingfisch on September 04, 2011, 02:01:13 pm
Should I change any of this?

Code: [Select]
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-25020274-1']);
  _gaq.push(['_setDomainName', 'clrhome.tk']);
  _gaq.push(['_setAllowHash', 'false']);
  _gaq.push(['_trackPageview']);

I figured out how to change the rest of the stuff (axe to lua/mlc)
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: flyingfisch on September 04, 2011, 02:17:18 pm
You forgot to tell me what permissions to set, but I figured it out.

Still in progress (naming keys ) but here is the page:

casio dot toppagedesign dot com slash keypad
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: Horrowind on September 04, 2011, 02:39:06 pm
maybe you should add the SDK Keycodes (KEY_CHAR_0 = 0x30, KEY_CHAR_IMGNRY = 0x7f50, KEY_CHAR_Z = 0x5A for the key '0').
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: willrandship on September 04, 2011, 02:45:47 pm
The font you've got now is fine, but Comic Sans is plenty readable as well.

Edit: Page turn fail
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: flyingfisch on September 04, 2011, 02:54:19 pm
@horrowind:

were you talking to me?
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: Deep Toaster on September 04, 2011, 02:58:20 pm
Oh yeah, I forgot, sorry. You can remove the code
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-25020274-1']);
  _gaq.push(['_setDomainName', 'clrhome.tk']);
  _gaq.push(['_setAllowHash', 'false']);
  _gaq.push(['_trackPageview']);
 
  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
(It's for my site's analytics.) Permissions need to be set to +w for the files conf.xml and log.txt. You also need to have a link to jquery.js, but I see you've got it.
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: flyingfisch on September 04, 2011, 03:06:21 pm
OK
My anylitics are built in to the server, so I dont have to use google
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: alberthrocks on September 04, 2011, 03:20:11 pm
Wow... you never cease to amaze me, Deep Thought! ;)

A fun little suggestion - include a section that tells the ports of the key?
(Don't know if this is the right terminology for it :P)
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: Horrowind on September 04, 2011, 03:41:26 pm
oh, yes, i were, should have mentioned :)

but looks good, both yours and DTs. but I dislike Comic Sans :P, but thats not a serious issue
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: flyingfisch on September 04, 2011, 03:54:25 pm
Yeah, I'll try to figure out how to get that to work.

BTW: finished naming all the keys!
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: Deep Toaster on September 04, 2011, 04:05:59 pm
A fun little suggestion - include a section that tells the ports of the key?
Good idea.
BTW: finished naming all the keys!
Which is more than I can say for mine XD
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: flyingfisch on September 04, 2011, 04:07:32 pm
Oh, I only have the names done, not getkey etc.

BTW: how would I get more feilds? like an sdk keycode one?

EDIT: I now have all the getkeys and explanations finished (YEAH!)
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: flyingfisch on September 04, 2011, 07:06:34 pm
Hey Deep, I improved your script a little.

CSS:
Code: [Select]
            div
            {
                position: relative;
                height: 576px;
                background: url(http://clrhome.tk/resources/keypad/paper.png) top left no-repeat;
        overflow: auto;
            }

FFR: you can use Tipsy for tooltips. It is a jQuery addon.

http://onehackoranother.com/projects/jquery/tipsy/#
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: Deep Toaster on September 04, 2011, 10:00:29 pm
Just to let you know, you should avoid double-posting if the two posts are within 6 hours of each other. Use the MODIFY or QUICK MODIFY button instead :)
Hey Deep, I improved your script a little.

CSS:
Code: [Select]
            div
            {
                position: relative;
                height: 576px;
                background: url(http://clrhome.org/resources/keypad/paper.png) top left no-repeat;
        overflow: auto;
            }
Nice, but I updated mine to make it even better -- I'll explain.
FFR: you can use Tipsy for tooltips. It is a jQuery addon.

http://onehackoranother.com/projects/jquery/tipsy/#
Thanks for the tip, but I don't like using too many third-party scripts in my projects :/ I'm even considering moving all my stuff out of jQuery.

Anyway, I changed a lot of things. Here's a brief list so you can change your copy to match:That should be it. Again, feel free to use my script!
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: DJ Omnimaga on September 04, 2011, 10:08:41 pm
THis looks nice Deep THought. I like the idea of documenting each calc keys and functions.
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: Deep Toaster on September 04, 2011, 10:13:12 pm
I added a poll because I'm planning to make the link public soon, and I'm not sure if vandalism will be a problem. Personally I don't want to force everyone to be logged in just to double-click and edit.
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: DJ Omnimaga on September 04, 2011, 10:16:05 pm
Hmm vandalism migth be an issue actually. Make sure to have a secret admin place to revert changes.
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: flyingfisch on September 04, 2011, 10:28:52 pm
I'm just periodically saving the conf.xml file to another location.
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: Deep Toaster on September 04, 2011, 10:31:33 pm
Me too, and I'm watching log.txt for vandals (that's why I have it logged, anyway).
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: flyingfisch on September 04, 2011, 10:33:56 pm
Oh, is that what log does? Cool!
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: Deep Toaster on September 04, 2011, 10:40:35 pm
Yep. I always like to be in total control of my webapps. Plus, if you add a $_SERVER[REMOTE_ADDR] field, you can effectively start stalking IPs >:D
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: flyingfisch on September 04, 2011, 10:43:20 pm
Cool  8)
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: AGVolnutt on September 04, 2011, 11:27:54 pm
So... Are you planning to add TI-nSpire keypads and others sometime? :3
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: DJ Omnimaga on September 04, 2011, 11:29:50 pm
That would be nice actually, although I'm unsure if it's as documented yet. Maybe more info can be added later I guess.

Why not Prizm/FX-9860G too, while we're at it?
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: Deep Toaster on September 05, 2011, 09:07:18 am
So... Are you planning to add TI-nSpire keypads and others sometime? :3
I am planning to add 89s and Nspires, and maybe an 85. I'll let flyingfisch take the Casio models if he wants to.

EDIT: Okay, I've made the link public, without a login, as a test. If I see any vandalism in the next two weeks, I'll put it in.
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: flyingfisch on September 05, 2011, 09:43:12 am
I'll do the casio models, however, the casio afx, cfx, an fx series is almost the same keys, so all I can see doing is maybe the Prizm? Or classpad, but that has almost no keys.

BTW: Do you have Fireworks?
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: Deep Toaster on September 05, 2011, 09:45:47 am
Nope, I use the Gimp.
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: flyingfisch on September 05, 2011, 09:50:08 am
Oh, ok, cuz if you used FW I could send you a link to the tutorial on haw to do image maps with it. however, maybe you'd want to use CSS to do the map, instead of an image map?
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: Deep Toaster on September 05, 2011, 10:14:54 am
Ah well, it shouldn't be too bad. Most of the time I used last time was when I tried to do the entire image map by hand, before I gave up and wrote a quick script to do it for me. I'm guessing the Nspire map'll take me all of ten minutes to do (and I won't have to do the 89/85 ones at all since they're virtually the same as the 83).
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: flyingfisch on September 05, 2011, 10:57:31 am
Got mine updated. I guess I'll get the 9860, afx, and prizm up.
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: Deep Toaster on September 05, 2011, 11:26:28 am
Already? O.O I haven't even started on my others.
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: flyingfisch on September 05, 2011, 12:20:15 pm
I haven't started on them yet, i'm just goin to get them up some time today. shouldnt be too hard, just gotta find images.
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: Deep Toaster on December 29, 2011, 01:45:05 pm
It's back and viewable with JavaScript disabled! Not that anyone should have JavaScript disabled >.>

It also doesn't refresh the page anymore when you edit something (which still requires JS).

flyingfisch, PM me for the new script.

EDIT: And another thing: permalinking to keys :D
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: CVSoft on January 02, 2012, 07:49:17 pm
I can't get the Casio link at the bottom of the TI wikipad to work.  :banghead:
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: Deep Toaster on January 02, 2012, 11:21:08 pm
That version is hosted on flyingfisch's site, which is moving at the moment :/
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: parserp on January 02, 2012, 11:23:16 pm
which is moving at the moment :/
why?
Title: Re: Wikipad: the online calculator keypad anyone can edit
Post by: Nick on January 03, 2012, 02:44:52 am
could you make it for the nspire too? if you need webspace, i could host it on my site..

it would be cool to see an nspire version :)