It works as a nice demo, but would take a lot of time that I dont have to make it reach really useful quality.
I am hoping a web based tool for graphically designing user interfaces at high fidelity comes around soon, this looks great, and certainly a better start than mine. but its still early days, I would love to see some momentum around contributing to it
Nice work. Thanks for sharing the source, I'll have to look and see if there's anything useful there :)
For designers looking for something like this that's more finished and ready for use in web design production workflows, and supported, please give my bootstrapped web application Edit Room a serious look: http://www.edit-room.com/
Not only can you create semantic HTML structures and style them with professional design production tools, you can also animate your main blocks of content with visual keyframes and Edit Room generates CSS Animations. Works with both WebKit and Gecko browser engines.
The layout engine is responsive by default, with layout units defined as percentages... Key commands... undo/redo... constant autosave... Webfonts with Typekit integration... and more.
Hey man, not to be a buzzkill but your landing page needs a ton of work ... As is, only your slogan box fits in my browser window, and I have to scroll tons and tons while reading oversized text. When you make everything so big, you inherently de-value the emphasis that large text gives. You also have a TON of text, and I can't survey the page to see what I'm interested in. I'm forced to read through everything. Take a look at these resources:
Sorry for this: You really need to have a graphics designer give your site an update. It's so painful to the eyes that I can't even bring myself to sign up.
Very inspiring! Maybe I'm just stupid, but I don't see what license you're using anywhere... MIT perhaps? If so, I'll definitely be using your color picker and context menu code.
For others who might be interested (as I am) in using Common.js modules in the browser, browserify ( https://github.com/substack/node-browserify ) does the same thing for Node.js as the sprockets-commonjs used in this project: compiles those modules into a single file for the client. It's especially effective there because you can use the same node_modules on the browser and the server, so you get effortless sharing of code.
You're correct - neglected to included a license (fixed now). It's under the MIT. Yes, I'll be releasing an improved version of the color picker separately.
> As a self-taught programmer, color theory is one of those things I hadn't had the chance to be immersed in yet, and learning about HSL and HSV was fascinating.
For what it’s worth, HSL and HSV (just like the RGB they’re trivially derived from) are both terrible color spaces to be interacting with, as humans. Here’s my fuller explanation why: http://en.wikipedia.org/wiki/HSL_and_HSV#Disadvantages. That they’ve been enshrined places like the CSS spec and most software color pickers is yet another example of programmer convenience winning over human-friendly design.
I believe Alex's blog was an original part of the "Svbtle network". I don't see any particular improvements over his old blog, which I believe is still up. He seems to have very good design skills so I would rather see something original but I can't say I really care much either way.
I don't like the "kudos" widget. It's not clear you're "giving kudos" just by hovering over a widget and there's no way to retract a vote. Kind of cheesy to me.
It's not really "in the wild". It's a part of the Svbtle network (http://svbtle.com/) started by Dustin Curtis. Check the link in the lower left corner.
I love your work on sprockets, and this project is an excellent example of how to use it. I currently develop Backbone apps using the Ruby static site generator middleman which uses regular sprockets. So I have to namespace my app, but would rather use commonJS. Thanks for the awesome codebase!
I had the same idea to build a web based graphical design tool: http://upmock.com/earlybird (https://github.com/daleharvey/upmock-client)
It works as a nice demo, but would take a lot of time that I dont have to make it reach really useful quality.
I am hoping a web based tool for graphically designing user interfaces at high fidelity comes around soon, this looks great, and certainly a better start than mine. but its still early days, I would love to see some momentum around contributing to it