Client side color swatches. http://venodesigns.net/franz/
This repository has been archived on 2026-03-31. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2009-08-13 23:53:57 -05:00
awesome Moving default pictures into the awesome/ directory, just so the main directory is clean. It's been bugging me for a bit of time now... 2009-08-13 22:36:46 -05:00
css Merge branch 'master' of git@github.com:ryanmcgrath/franz 2009-08-12 12:16:24 -05:00
js Efforts to speed up application; initially ran around ~50ms on initial data loops, now runs in the ~30ms range. Doing division in JS over large loops == insane, I'm guessing because everything is floating point. Multiply by 0.5 instead and we get some nice speedups (odd, I know; best answer I can muster...). 2009-08-13 23:53:57 -05:00
index.php Efforts to speed up application; initially ran around ~50ms on initial data loops, now runs in the ~30ms range. Doing division in JS over large loops == insane, I'm guessing because everything is floating point. Multiply by 0.5 instead and we get some nice speedups (odd, I know; best answer I can muster...). 2009-08-13 23:53:57 -05:00
upload.php Massive amount of changes. Now requires PHP for image uploading; front-end changes bring in uploader and some other fixes. 2009-08-11 21:34:57 -05:00