Windows-like UI in HTML/CSS? [closed] - html

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am looking for some king of framework or library for styling web app to have a look of Windows application. I googled with no success, however I know at least one exists, because I had seen it long time ago. But now I can't recall its name or where to find it.
Is there a HTML/CSS library that would make my web app look like a Windows app ?
Please don't suggest jQuery UI or similar, because it's very far from what I am looking for (regarding UI design).

Check out Metro UI, a "front-end framework for developing projects on the web in Windows Metro Style": https://metroui.org.ua/.
The source code is also available from Github, here: https://github.com/olton/Metro-UI-CSS.
Metro UI provides typographic styles and UI components such as application bars and keypads that have a strong correlation to the Microsoft's "Metro" interface, introduced in Windows 8. Metro UI is an excellent choice if you want to design a web-based app that has a similar look-and-feel to a native Windows 8 app.
Metro UI uses extended CSS syntax (Less) and is MIT licensed.

Related

Is it possible to create a mobile navigation application with React Native? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
How to do navigation application using with google maps and react native? I want to do a navigation application but I am not sure if this is possible with react native.
What are your recommendations?
Of course it's possible, anything is possible as long as you have the patience to to it.
React is just a JavaScript Framework, if you can make a navigation website using HTML and JS, surely you can make one using React. If you want it to be a standalone (not a web application), you can try using Electron, but I suggest sticking with a web application.
Now, if by application, you mean a mobile application, you can run the website on a web view, so provided the website is mobile friendly, you can use React for that too.
A quick Google search led me to the following results:
https://github.com/react-community/react-native-maps
Which is a React Native Mapview component for iOS and Android.
There's an image from the repository:
Good luck!
You may use a library called react-native-google-maps-directions.
https://www.npmjs.com/package/react-native-google-maps-directions
you can easily set your source and destination then it will navigate using the geo coordinates provided.

HTML editors similar to Android studio design pane [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Some time back I used Android studio's UI designer. I liked it a lot since it allows drag and drop of components like buttons/inputs/widget. More importantly,
we can edit the properties of existing UI component like ID/Size/Visibility using its UI pane(see right of the image). This reduces the changes of errors because we dont need to edit it directly into XML file. Also its quite fast.
I am now working now on an web application and need to design HTML page. Could you suggest any software which provides any of the two feature mentioned above for HTML.
Thanks
Online
Mobirise
Bootstrap Studio
Square Space
Wix
Idk about desktop apps, But since adobe is always perfect, I think DreamWeaver will surely support that.

Is there any IDE available to work with Polymer? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I recently started working with polymer. I want to know any IDE that can be used to work with polymer. Could any one suggest me?
Chrome Dev Editor added the Polymer Designer feature on .html files so you can use it even when offline. However, it's no longer actively developed.
I use CDE as my primary IDE for web development instead of Sublime, mostly because I can use it even on my Chromebooks (+ basic git and bower integration)
Edit: Another Plus of CDE is that it ships with a bunch of templates to start a new project using polymer
Check out Polymer Designer.
It's pretty awesome, you can even add your own components to it. Here's the guide on how to do this.
Also, make sure you watch this video by Rob Dodson. He demonstrated a lot of cool things of Polymer and the Designer is one of them.

Any good client-side open-source dashboard framework? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am looking to build a client-side dashboard framework where a user can create a new dashboard, add portlets, position them along a grid system, resize, close, ....
The dashboard look and feel should be controllable with CSS.
I am looking for a commercial-friendly open source solution to be used to create a d3.js based interactive dashboard system.
Dashing, with a demo here. Licensed under the MIT License
freeboard and freeboard.io
Licensed under MIT.
Full disclosure: I am the developer behind freeboard, but there are many happy users who will also vouch for it.
Cube and jSlate are two options.
AtlasBoard by Atlassian. Node based, clean and fast to develop with. Apache license.
There are also:
AdminLTE http://almsaeedstudio.com/preview
devoops http://devoops.me/themes/devoops/
Another free tool is jChartFX, which is built by SoftWareFX - a company that has a lot of graphical presentation layer options for various scenarios.

Interact with devices services (HTML 5 vs Silverlight) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
We want to start new Web-base project.We need to provide interaction with devices services such as Calendar, Contacts, Camera, etc.(Possibly with upnp)
In a real project from Silverlight and HTML5 which one is a better choice?
Why?
For sake of simplicity I would use Silverlight. It is much easier to access a USB Webcamera via Silverlight over HTML5. On the flip side if your using an IP camera I would go with HTML5.
It's honestly up to you. I would go with whichever framework you are more familiar with. But keep in mine whatever you can do in HTML5 you CAN do (and more) in Silverlight. Silverlight has more power than HTML5 because you get all the HTML features as well as the Silverlight features. In HTML you only get HTML