Check out our other websites: Babble alt|meat GiftBox Epigroove

Difficulty: Expert Tuesday, February 12, 2013

Not Completed Play This Puzzle

CHAT LOG for Tuesday, February 12, 2013

12:39 am
WHB

Done
2:10 am
MrOoijer

done, very easy
3:15 am
eyeman

Did it.
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.)
6:22 am
tincup

done
7:10 am
GreyDragon

Go!
7:25 am
GreyDragon

Done.
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.
11:34 am
Ed-was_here

Go
12:08 pm
Ed-was_here

Done with greens
2:45 pm
franebrown

dwg plus 1 guess
3:09 pm
helenkeller

go
3:35 pm
helenkeller

done
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
mfrancor

it work on my iPad.
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
mfrancor

On Safari it will work.
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:16 pm
mfrancor

I mean, on Chrome.
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!
8:54 pm
Fizzbut

dng
9:17 pm
SamanthaJoy

mfrancor--it worked brilliantly in Safari. Thanks so much for taking the time to walk me through that!
9:41 pm
Prinise

done