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
Does Google plan to open source an app like Google I/O Web Application (IOWA) mentioned in I/O 2015 Polymer session to demonstrate best practices?
I think that providing valuable insights into a very sophisticated app like IOWA would immensely benefit the Polymer 1.0 adopters.
Also, are there plans to update Polymer gmail i.e. https://github.com/ebidel/polymer-gmail to 1.0?
Thanks.
You might be looking for this. It's App Layout — A collection of elements, along with guidelines and templates that can be used to structure your app’s layout.
That link was taken from the first resource at the end of the video shown here — which, itself, is an excellent resource.
Related
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
Can someone supply examples of Single-Page Applications (SPA) using Polymer 1.0?
The Polymer Starter Kit uses a Single Page App structure. Their Github page is here.
Check out Made with Polymer and Built with Polymer.
Both of these are curated sites showcasing SPAs using Polymer 1.0.
And here is an article.
One page scroller app example with polymer + iscroll.
https://github.com/sgoran/polymer-spa
Check out the Polymer session on Google IO 2015. The video https://youtu.be/fD2As5RmM8Q?t=25m52s explains how it is done Polymer way.
The code is available at https://github.com/googlechrome/ioweb2015
The Santa tracker available at https://github.com/google/santa-tracker-web is also a single page app. However the presenter does not get into details on that.
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 are building web based application front end for a web based application using HTML5/CSS3/JQUERY. We are using firebug at the moment which is not helping us good. I would like to know how can i ensure the pages are html5/css3 compliant. I am also looking for a plugin like firebug, which will help my team to make sure we are following best practices and while building quality front end for web based application for fortune 500 client.
If i could get a plugin or any link to web based open source application will be great!
You always want to run tests on here towards the end. But you can also run them periodically.
http://validator.w3.org/
As codehorse has said you can validate them on w3.org. There is an add on for firebug which can do this for you (I have never used it). https://addons.mozilla.org/en-US/firefox/addon/validator/
Just found this one while I was looking at other stuff
https://addons.mozilla.org/en-US/firefox/addon/html-5-validator/?src=ss yet again not sure if it works.
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'm a bit fed up with the current navigator (TomTom) as it turned to adware after six months of use. "Please buy new maps at www.tomtom.com, click this button to see what you wanted to do".
Is there any (good) OSS navigation software with support for proprietary hardware? I'm perfectly happy to purchase separate maps and hardware for the software as long as I don't have to give my money to TomTom or Navigon.
You should check Routing using Open Street Map.
Although it is not OSS, Waze is a crowdsourced navigation app that does some of the things you mentioned. It allows users to post improved routes when the navigation algorithm doesn't find the best route. I have not used the app, so I don't know if it has the other improvements on usability that you mentioned in your first comment. They are a new app, so maybe would be more responsive to UI suggestions than TomTom or Navigon.
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.
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 months ago.
Improve this question
Could you please recommend free Prototype libraries or plugins for the simple creation and management of web overlays?
We're using this one (http://kammerer.boo.pl/code/prototype-overlay/), but it seems to have trouble with forms (unless we're doing something wrong).
There are a ton of free ones for JQuery, but there seem to be very few free, high-quality ones for Prototype. (Yes, yes, we need to eventually adopt JQuery.)
Thanks!
I don't have a specific library for you but try looking for 'prototype modal' rather than overlay. Looks like there are a number of them.
It turns out we did something wrong with the overlay. The one we're using is still the best for Prototype (http://kammerer.boo.pl/code/prototype-overlay/), but we actually plan to migrate to jQuery eventually.