Live data from Hacker News

A new HTML5 Admin Teamplate

html5admin.com

41–50 of 112 posts

Re: A new HTML5 Admin Teamplate

#41
post #38

I think the DesignModo guys set the standard for paid themes with their FlatUI pack which is also Bootstrap based. http://designmodo.com/flat/

The flat design and teal colors remind me of twm:

http://www.tuxradar.com/files/LXF2.roundup.twm-1.jpg

http://en.wikipedia.org/wiki/Twm

Re: A new HTML5 Admin Teamplate

#42
post #19

I've tried many beautiful admin templates, all of them are visually nice, quite suitable for integrating as dashboards and "read-only" panels. But very few of them actually tries to solve the "hard" problem: how to transform "rational" row based data into read-writable web forms. Server-side & client side interactions, validations, cascading events, descriptive forms, etc. Given two or three slightly sophisticated m2…

I'm actually considering designing a Bootstrap admin template myself. Do you have any suggestion or example of the kind of data interaction you need from a template like that?

Re: A new HTML5 Admin Teamplate

#44
post #42
post #19

I've tried many beautiful admin templates, all of them are visually nice, quite suitable for integrating as dashboards and "read-only" panels. But very few of them actually tries to solve the "hard" problem: how to transform "rational" row based data into read-writable web forms. Server-side & client side interactions, validations, cascading events, descriptive forms, etc. Given two or three slightly sophisticated m2…

I'm actually considering designing a Bootstrap admin template myself. Do you have any suggestion or example of the kind of data interaction you need from a template like that?

Well,

Suppose we want a web based UI for editing an email compaign to promoting an app of yours

For campaign: title, content, etc.

For recipients: you have to design something like Django's admin inline, user name, email, maybe facebook/twitter id.

Here a simple demo for inlines: http://admin:admin@demo.xadmin.io/host/hostgroup/add/ from the project https://github.com/sshwsfc/django-xadmin which is basically Django on steroids

Now recipients are growing, you can't hold them all on one page inline, you wanna filter the inline, but only on the client side.

Then you need pagination on the inline.

Then you need grouping recipients like folders

Next folders suck, let's re-organize them by tags.

Soon your product line expands, you have to support Android platform as well. Each user has installed either android or iOS app, or even both, so each user as associated one or more `device_type` attributes. Filter the inlines. Don't send iOS emails to Android users.

Then you want to set the campaign to iOS version with greater than 5.0 users. (How to design greater than or equal to logic visually?)

Now you want your message to be i18n supporting more languages, e.g. more collapsable textarea on the form

Now you want your message to be selected randomly from a pool of messages for A/B testing.

Then your messages are provided by a third party. You need a review board for external messages, as well as supporting inhouse messages.

I didn't even mention marketing feedback loops from real-time statistis, and that requires much more blood and tears making dashboards.

How to make a admin UI like that? The associated information grows with your business. Generic admin templates are not enough.

The basic problem is that those widgets, are not composable, nor nestable. even if nestable, not sortable.

Even if all goes well, widgets not splittable, but we often split data horizontally or vertically. And much more complex transformation like from a collection of items to uniformed array, nested array, dict (for grouping), sorted dict, nested sorted dict, dict with local & remote values, etc.

How many inline widgets can automatically support re-open itself in new window and communicate back with window.opener? What about switch from new window to in-page lightbox via history.js and ajax?

Re: A new HTML5 Admin Teamplate

#45

Earlier quoted context omitted.

I think it has to do with text over it, so your pattern recognition thing in brain gets thrown off because it needs clear edges. I find it unsettling as well. On the other hand I was toying around with idea of blurred backgrounds about a month ago based on several things I saw people were trying to do with it. It can be extremely pleasant if it's not upsetting outlines. Here's what I quickly proto'd based on what I s…

I found the 100px radius acceptable, personally. I wonder what the tipping point is. Perhaps it's when it's no longer possible to do feature detection.

I have a hunch it has to do with the contrast of background and foreground element.

Re: A new HTML5 Admin Teamplate

#46

My first reaction was ARGH MY EYES! Not in a pompous design way, but looking at that blurry image actually made my head hurt. Maybe it's just me but I find the blurred-image-in-the-background very difficult to work with. I wasn't surprised when Microsoft did it (they never had much design sense), but it was a surprise to see it in iOS.

I normally like that blurring in the background effect but this was really jarring. It actually hurts to look at. The blurred background is too prominent and trying to draw my focus.

(I'm being completely serious, this actually hurts my eyes to look at).

Re: A new HTML5 Admin Teamplate

#49

Not one of the best designs, especially at that price.

really? 20EUR to save you -at least- 1 week of work or a paid professional guy to help you out with HTML/CSS/JS while you focus on back-end code? Seems reasonable to me.

That's one thing that has always bugged me about some developers. Some have the attitude that they should never pay for anything, and that "I could code this in a few days myself" instead of paying $20 and have it implemented in an hour.

Re: A new HTML5 Admin Teamplate

#50
post #5

Not sure what the licensing pricing is telling me here, it looks like all of the licenses are the same except the price?

same here - and the checkout doesn't seem to work either, getting the "card is empty" message in chrome and ie.

bluehost + wordpress + did not expect to have these many visits.
Post reply on HN