[jquery-dev] Re: Color library

2009-04-04 Thread Daniel Friesen
1) Signup for a open source account on github 2) On http://github.com/dantman/jquery.color/tree/master hit the fork button to create your own (git is distributed) 3) Checkout your own private repo after running the config commands github suggests, using `git clone g...@github.com:USERNAME/jquery

[jquery-dev] Re: Color library

2009-04-04 Thread Mark Gibson
Nice one Daniel, I'll check it out when I get time - gonna have to do a bit of a crash course in git first :) 2009/4/2 Daniel Friesen : > I started a GitHub repo: > http://github.com/dantman/jquery.color/tree/master > > I also added full rgb support for alpha values. > > ~Daniel Friesen (Dantman,

[jquery-dev] Re: Color library

2009-04-03 Thread Gilles
Nice work guys, looking good so far :) I tried your page on FF 3.0.1 however I get $.browser.version = 1.9.0.6. at the bottom right of the page. Didn't wanted to disrupt the thread, but want to point that out just in case. On Apr 1, 11:10 am, Mark Gibson wrote: > Hi Daniel, > Sorry for the del

[jquery-dev] Re: Color library

2009-04-02 Thread Daniel Friesen
I started a GitHub repo: http://github.com/dantman/jquery.color/tree/master I also added full rgb support for alpha values. ~Daniel Friesen (Dantman, Nadir-Seen-Fire) Mark Gibson wrote: > Hi Daniel, > Sorry for the delay, been on holiday. The code seems to be accessible > at present. I've done a

[jquery-dev] Re: Color library

2009-04-01 Thread Mark Gibson
Hi Daniel, Sorry for the delay, been on holiday. The code seems to be accessible at present. I've done a lot of work on it over the last week, so it's probably quite different to the last time you looked. I keep meaning to start a git hub repo for it, but never get round to it - may have a look in

[jquery-dev] Re: Color library

2009-03-27 Thread Daniel Friesen
I was thinking of doing some work on the Color library today but it looks like the code isn't accessible anymore. ~Daniel Friesen (Dantman, Nadir-Seen-Fire) Daniel Friesen wrote: > Just following up with a note. I didn't get around to setting up the > repo right away, and on Friday the UI on my

[jquery-dev] Re: Color library

2009-03-08 Thread Daniel Friesen
Just following up with a note. I didn't get around to setting up the repo right away, and on Friday the UI on my laptop completely broke. I have the entire hard drive safe but setting up the environment on the new system will take a bit of time. I'll startup a repo once I get back into a good dev

[jquery-dev] Re: Color library

2009-03-05 Thread Daniel Friesen
Mark Gibson wrote: > Hi Daniel, thanks for your feedback, just to clear up some points: > > On Mar 4, 10:10 am, Daniel Friesen wrote: > >> I'm not really a fan of the [float, float, float] but if 'rgb(255, 255, >> 255)'; is supported I suppose that's ok (heck I could throw a function >> rgb(r,

[jquery-dev] Re: Color library

2009-03-05 Thread Mark Gibson
Hi Daniel, thanks for your feedback, just to clear up some points: On Mar 4, 10:10 am, Daniel Friesen wrote: > I'm not really a fan of the [float, float, float] but if 'rgb(255, 255, > 255)'; is supported I suppose that's ok (heck I could throw a function > rgb(r, g, b) into code). RGB values u

[jquery-dev] Re: Color library

2009-03-04 Thread Daniel Friesen
I'm not really a fan of the [float, float, float] but if 'rgb(255, 255, 255)'; is supported I suppose that's ok (heck I could throw a function rgb(r, g, b) into code). However I don't really like the explicit $.color.parse call, I think these should already understand that if a string is passed

[jquery-dev] Re: Color library

2009-03-03 Thread Mark Gibson
I've added parsing (taken from effects.core.js in jQuery-UI) and HTML4/ SVG colour names, and support for a Color object which allow easy conversion between colour spaces (ie. RGB -> HSV, etc). I restructured the library to support both functional and oo paradigms. Latest code can be found here:

[jquery-dev] Re: Color library

2009-03-03 Thread Daniel Friesen
Any more development on this topic? It'll only be a day or two till our private beta is out at work, so we'll be moving into the next phase soon which is partially adding a number of effects and ui improvements including the custom color picker which I'd be helping out with the color library t

[jquery-dev] Re: Color library

2009-02-19 Thread Daniel Friesen
http://www.nofunc.com/ I found a number of color libraries there. However they aren't documented (at all afaik), aren't isolated (one uses a global window.color), and to me the code format is utterly confusing. Not only that but there is no explicit license statement (they have CC and GPL link

[jquery-dev] Re: Color library

2009-02-19 Thread Mark Gibson
Hi Daniel, Did you get anywhere with this? ie. find anything or write anything? I've start work on a colour library and have just setup a page on jQuery-UI dev wiki regarding the creation of a general use colour library for use by jQuery-UI and independently. I wondered if you'd like to share yo