After the overwhelming response to CSSDesk’s alpha launch, I started to put together some ideas to improve the service further. Today i’m proud to say a few of those ideas have been launched.
Permalinks / Sharing
You can now share your code with others on blog posts, as an advanced paste (ala gist, pastie, etc), or just to keep for the future. There’s a button in the top now labeled “Share”. You can click that, and it will give you a permalink (permanent link) for your code. Once you get your permalink, you can update this code any time you visit the permalink by hitting “Save”. This will let you (and only you) make changes to your saved code. Just for fun, here’s an example of how you can use webkit’s animations.
New Backgrounds
I heard some great ideas for added backgrounds, so I decided to put a couple of them into action. You can now choose between 12 or 16 column backgrounds in addition to the original list. This could be quite useful if you wanted to align things to a grid. Currently these use the standard 960gs column setup. In the future I might add hinted lines for the baseline grid as well.
UI Improvements
This is all stuff that you may not even notice, but I made some slight UI tweaks to make the interactions smoother. There’s now some tooltips in the nav to explain each button’s function. Lots of little things not worth mentioning in detail.
No more Flash
Previously I was handling downloads with Doug Neiner’s awesome Downloadify jquery/flash script. It’s a great way to go if you don’t want to mess with anything on the server-side. However, now that I have a server-side to CSSDesk, it no longer makes sense to have any flash on the page. Now downloads are handled natively.
What’s next?
I have lots of ideas. Some things i’m pretty sure about: IE compatibility (although, in a much stripped down interface), Attachments (!?), More ways to share, etc. Stay tuned!
Check out all the new stuff over at CSSDesk