Re: mcache 0.1.0 released

2012-02-22 Thread David Martin
I had looked at that but it wouldn't be a good candidate for forking in this case, because the approaches are different. Clojure-memcached talks to the low-level memcached api via socket connections, whereas mcache uses the spymemcached Java library via java interop. -Dave On Mon, Feb 20, 2012

Re: New(er) Clojure cheatsheet hot off the presses

2012-03-24 Thread David Martin
I agree that title attribute is the way to go. You shouldn't use the alt attribute for tooltips though, as this violates accessibility standards. Alt should either contain a literal description of the image, or be left empty. On Mar 23, 2012 1:11 PM, "Cedric Greevey" wrote: > On Fri, Mar 23, 2012

Re: New(er) Clojure cheatsheet hot off the presses

2012-03-27 Thread David Martin
"There can be only one." :-) I prefer #3 as well. On Mon, Mar 26, 2012 at 2:25 PM, Andy Fingerhut wrote: > Welcome, Pierre. > > Thanks for the info. My current thinking is to start publishing on > clojure.org two, or maybe even three versions of the cheatsheet: > > (1) no tooltips, just like the

Re: New(er) Clojure cheatsheet hot off the presses

2012-03-28 Thread David Martin
There is a jquery plugin called "hoverintent" which accomplishes this. http://cherne.net/brian/resources/jquery.hoverIntent.html -Dave On Tue, Mar 27, 2012 at 3:41 PM, Andy Fingerhut wrote: > I would be happy to, if someone could teach me how to do it. I didn't > write the JavaScript that does