Tell me more ×
User Experience Stack Exchange is a question and answer site for user experience researchers and experts. It's 100% free, no registration required.

I have very very limited knowledge regarding UI/UX design and want to learn stuff for a side project I am working on which will bank heavily on good UI/UX. I take Google's circle UI as an excellent example of user friendly UI and would like to know the technologies/techniques which were (probably) used to build and then maybe use it as a reference.

share|improve this question
Hi Kartik, welcome to UX! Your question is mostly about implementation, while this site deals with the design of UX, and programming is outside its scope. In terms of technology this question is better asked on Stack Overflow. – Vitaly Mijiritsky Oct 2 '11 at 7:17

closed as off topic by JohnGB, Charles Boyung, Vitaly Mijiritsky Oct 2 '11 at 7:17

Questions on User Experience Stack Exchange are expected to relate to user experience within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

You could learn a lot by just looking at the source code. In most browsers, you can just hit ctrl+u and view the source code. You can also use Firefox and the Firebug plugin to watch the JavaScript in action. I haven't inspected the code, but my guess is that it would be some combination of JavaScript and either Canvas or SVG. It could be Flash as well, but that would surprise me a little.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.