3:21 am
SamanthaJoy
Did it. One guess, no greens.
3:22 am
SamanthaJoy
(Mostly because I can't figure out how to use greens on the iPad.)
8:11 am
mfrancor
SamanthaJoy, u can put greens with a JavaScript code. Go to my profile, copy the code in my Bio, put into the url place and press "go". It will put all greens possibles.
5:01 pm
SamanthaJoy
mfancor, I can't access your profile either. I wonder if it's just Chrome acting up?
5:02 pm
mfrancor
javascript: for (i=1; i<=9; i++) { for (j=1; j<=9; j++) { if (grid[i][j].value == "") { ClearTinySquares(i,j); } } } for (i=1; i<=9; i++) { for (j=1; j<=9; j++) { if (grid[i][j].value != "") { var tmp_value = grid[i][j].value; for (k=1; k<=9; k++) { for (l=1; l<=9; l++) { if (grid[k][l].value == "") { if ((Math.ceil(i/3) == Math.ceil(k/3) && Math.ceil(j/3) == Math.ceil(l/3)) || i == k || j == l) { grid[k][l]["mini"][tmp_value] = -1; } } } } } } } for (i=1; i<=9; i++) { for (j=1; j<=9; j++) { if (grid[i][j].value == "") { for (k=1; k<=9; k++) { if (grid[i][j]["mini"][k] != -1) grid[i][j]["mini"][k] = 1; else grid[i][j]["mini"][k] = 0; } } } } PopulatePuzzle(grid); void(0);
5:03 pm
mfrancor
SamanthaJoy, copy this code
5:04 pm
SamanthaJoy
I entered it in the address bar and got an error. "Error 414: address is too long to process."
5:04 pm
SamanthaJoy
I'm not too worried, but I thnak you for your efforts
5:05 pm
SamanthaJoy
I'm on my computer now, actually, but I'll try it when I get back to the tablet
5:06 pm
mfrancor
ok. I think it will work, because on iPad you should use Safary
5:07 pm
SamanthaJoy
Huh. I usually use Chrome on the 'Pad, as well, but I'll try Safari and see if that makes a difference--thanks for the thought!
5:09 pm
mfrancor
I tried on Chrome on my computer, and it didnt work too. I got the same error message
5:10 pm
SamanthaJoy
Yay! Thanks for that, I'll be able to have more fun with this. I really appreciate it!
5:14 pm
mfrancor
Did it work? If so, I'm happy to help you.
5:16 pm
mfrancor
On your computer you cam use it too. By coping the code, pressing ctrl + shft + J and pasting the code on the window thats open and pressing "enter"
5:17 pm
SamanthaJoy
I apparently have a firewall (or addon) that's preventing that, which I'm OK with, because java isn't really all that safe. Safari is good enough for me!
9:17 pm
SamanthaJoy
mfrancor--it worked brilliantly in Safari. Thanks so much for taking the time to walk me through that!