NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: peterH on October 23, 2014, 06:55:52 AM

Title: Metro UI - anyone?
Post by: peterH on October 23, 2014, 06:55:52 AM
Has anyone tried Metro UI CSS with NetTalk?

Looks like it's build on top of jQuery so I assume it to be integratable in some way.

It looks very nice and a bit more web'ish than jQuery alone so if someone has some experience and would like to share before I wet my feet it'll be much appreciated.

Here's a link: http://metroui.org.ua/

Peter
Title: Re: Metro UI - anyone?
Post by: terryd on October 24, 2014, 12:54:49 AM
This webinar covered using the metro ui for normal Clarion apps but Brahn may be the person to contact

http://www.clarionlivemedia.com/webinars/ClarionLive198_20130215_BrahnPartridgeOnMetroWizard_MikeHansonOnTemplates.wmv

http://clarionlive.wikispaces.com/Brahn+Partridge
Title: Re: Metro UI - anyone?
Post by: peterH on October 24, 2014, 04:19:52 AM
Thanks Terry, missed that one. Will take a look.

Peter
Title: Re: Metro UI - anyone?
Post by: Djordje Radovanovic on October 24, 2014, 05:24:09 AM
You need some kid with good knowledge of HTML and CSS and it comes out of the box. ;)

I am working on responsive design and something like "cool and fresh" but not MetroUI.

Best regards,

Djordje Radovanovic
Title: Re: Metro UI - anyone?
Post by: osquiabro on October 24, 2014, 01:22:09 PM
I think or maybe suggetion that NT need to adopt a good UI framework like dotnetnuke or joomla because this portals have a thousand of templates(skins), why reinvent the wheel?

jquery UI is good but if you search in a web is very little that found compared with dotnetnuke..
Title: Re: Metro UI - anyone?
Post by: Bruce on October 30, 2014, 01:22:58 AM
It's probably worth pointing out that making a JqueryUI theme is not hard. What's hard is the actual design - ie colors used and so on. Once you have a design cloning it for Jquery UI is trivial.

While one can look to other systems for inspiration, it's not possible to just make NetTalk apps work with a Jooma theme. That's because those themes simply don't cover all the things wee need, and they're designed with a specific set of HTML in mind.

In other words the CSS follows what the framework _does._ Not the other way around.

Unfortunately most CSS is designed for static sites, not web apps at all, so it's good for inspiration - but less useful for "plugging in".

cheers
Bruce