|
Rank: Administration Groups: Administration
, Member
Joined: 10/7/2008 Posts: 505 Points: 1,515
|
This evening I branched the local version of Cuyahoga I am working on and tried a few things with jQuery UI. It works flawlessly. I have added tabs to Node Edit and Section Edit as these had the longest forms and scrolling. Edit NodeEdit SectionI think it helps reduce information overload. What are thoughts on UI frameworks? I like the idea of a standardised UI and can help with development. Would it be a good idea?
|
|
Rank: Member Groups: Member
Joined: 11/12/2009 Posts: 23 Points: 69
|
This is much better and user friendlier.
-=-=-=-=-=-=-
|
|
Rank: Administration Groups: Administration
, Member
Joined: 10/7/2008 Posts: 505 Points: 1,515
|
modark wrote: This is much better and user friendlier.
I have removed a lot of the old markup from the admin and added the jQueryUI. It really makes a difference. I have also added jQuery.Cookies to remember the state of the tabs and this makes it very fluid to use.
|
|
Rank: Advanced Member Groups: Member
Joined: 6/22/2010 Posts: 33 Points: 99
|
Nice! I really like your UI design work
|
|
Rank: Administration Groups: Administration
, Member
Joined: 10/7/2008 Posts: 505 Points: 1,515
|
Themes test for UI working. Any theme can be downloaded and used or created in themeroller. Also jQuery validation has replace asp.net validation. If invalid elements are found then they are highlighted and the tab index of the error is activated to take the user directly there.
|
|
Rank: Administration Groups: Administration
, Member
Joined: 10/7/2008 Posts: 505 Points: 1,515
|
Side options moved to top and use jQuery UI. Installs in MSSQL, MySQL and Postgre.
|
|
Rank: Advanced Member Groups: Member
Joined: 9/15/2009 Posts: 36 Points: 108
|
While it shouldn't matter for the admin page, being a more controlled interface, but would you really want to remove the asp.net validation? Unless it would have to be reworked, having server side validation is always a huge plus in terms of security and quality.
|
|
Rank: Administration Groups: Administration
, Member
Joined: 10/7/2008 Posts: 505 Points: 1,515
|
Yeorwned wrote:While it shouldn't matter for the admin page, being a more controlled interface, but would you really want to remove the asp.net validation? Unless it would have to be reworked, having server side validation is always a huge plus in terms of security and quality. Well... it is commented out at the moment so not removed as such. The jQuery based validation puts focus on the panel containing the invalid item. Ideas are welcomed.
|
|
Rank: Advanced Member Groups: Member
Joined: 9/15/2009 Posts: 36 Points: 108
|
Server side validation is a feature for those who expose their administration to public users, which could disable or change certain aspects of the client side javascript to bypass validation.
|
|
Rank: Administration Groups: Administration
, Member
Joined: 10/7/2008 Posts: 505 Points: 1,515
|
Yeorwned wrote:Server side validation is a feature for those who expose their administration to public users, which could disable or change certain aspects of the client side javascript to bypass validation. Yes, I understand the security aspects. It will be simple to have server side also.
|
|
Guest |