Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Sudoku Solver, and web interface.

by Jaap (Curate)
on Jun 21, 2006 at 14:04 UTC ( [id://556670]=note: print w/replies, xml ) Need Help??


in reply to Sudoku Solver, and web interface.

I'm too lazy to look at that huge slab of perl code but i can give you a tip for the css: in stead of writing
.r1{ border: 1px dotted red; } .r2{ border: 1px dotted red; }
You can write:
.r1,.r2{ border: 1px dotted red; }
That will shave some bytes off the css ;-)

Replies are listed 'Best First'.
Re^2: Sudoku Solver, and web interface.
by JediWizard (Deacon) on Jun 21, 2006 at 17:39 UTC

    Heh... Even I should have known that. Thanks.


    They say that time changes things, but you actually have to change them yourself.

    —Andy Warhol

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://556670]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (6)
As of 2024-03-19 08:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found