MS Healthcare Silverlight app (http://pjd.mscui.net/default.htm) has that nicely done, with compat/expanded data view. Control for changing view mode was inspiration for similar concept I'm using in my app, take a look at it.
New raven studio UI is really great, hope you solved caching issues also.
Great. Only one small suggestion. No need to hide the slider under that tiny button. You can put it directly into the header, there is plenty of space there. It will be more discoverable and will eliminate one click.
Did ye find a WPF GUI expert to do this work? I remember a few weeks ago you posted something about looking for experienced WPF GUI experts.
I think there is skills shortage in people who can create a wonderful GUI experiences for non-web based apps.
Great post Ayende. I'm quite new on programming and I can't perfectly understand querying an index over our class discussion. Thank God you share those screen shots. Such a great help.
Comment preview
Comments have been closed on this topic.
Markdown formatting
ESC to close
Markdown turns plain text formatting into fancy HTML formatting.
Phrase Emphasis
*italic* **bold**
_italic_ __bold__
Links
Inline:
An [example](http://url.com/ "Title")
Reference-style labels (titles are optional):
An [example][id]. Then, anywhere
else in the doc, define the link:
[id]: http://example.com/ "Title"
> Email-style angle brackets
> are used for blockquotes.
> > And, they can be nested.
> #### Headers in blockquotes
>
> * You can quote a list.
> * Etc.
Horizontal Rules
Three or more dashes or asterisks:
---
* * *
- - - -
Manual Line Breaks
End a line with two or more spaces:
Roses are red,
Violets are blue.
Fenced Code Blocks
Code blocks delimited by 3 or more backticks or tildas:
```
This is a preformatted
code block
```
Header IDs
Set the id of headings with {#<id>} at end of heading line:
## My Heading {#myheading}
Tables
Fruit |Color
---------|----------
Apples |Red
Pears |Green
Bananas |Yellow
Definition Lists
Term 1
: Definition 1
Term 2
: Definition 2
Footnotes
Body text with a footnote [^1]
[^1]: Footnote text here
Comments
MS Healthcare Silverlight app (http://pjd.mscui.net/default.htm) has that nicely done, with compat/expanded data view. Control for changing view mode was inspiration for similar concept I'm using in my app, take a look at it. New raven studio UI is really great, hope you solved caching issues also.
Is the silverlight Admin UI open source? It would be fun to take on a HTML5/Javascript version of it :p
Yngve, Yes, it is. You can look at it here: https://github.com/ayende/ravendb/tree/master/Raven.Studio
Great. Only one small suggestion. No need to hide the slider under that tiny button. You can put it directly into the header, there is plenty of space there. It will be more discoverable and will eliminate one click.
Did ye find a WPF GUI expert to do this work? I remember a few weeks ago you posted something about looking for experienced WPF GUI experts. I think there is skills shortage in people who can create a wonderful GUI experiences for non-web based apps.
Joe, We got hold of Samuel Jack (http://blog.functionalfun.net/) to do the fanciest stuff. He has been doing great work
FYI: When you navigate pages, it loses the size setting that you specified.
Also, when I'm logged into your blog, should I have to do captcha still to submit a comment?
Eric, We will fix the bug. For the very first time, you should get a captcha, yes.
Great post Ayende. I'm quite new on programming and I can't perfectly understand querying an index over our class discussion. Thank God you share those screen shots. Such a great help.
Comment preview