web UI framework for my needs [closed] - javascript

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm currently working on a web project with aims to create a minimalist, NUI influenced UI, but I hate designing with HTML and CSS. I'd really love to populate the page with javascript and AJAX and generate a completely layout or templates in pure javascript with the least amount of CSS and HTML as possible. I aim to have very few images on the site, most visuals should be generated by CSS(rounded corners, gradients, etc).
I've dealt with handlebar.js, and some libraries that stack on top of handlebars.js but they aren't really providing me with a fast way to develop a minimal UI for my web service.
My application is not a single page application.
Any suggestions that would fit my needs?

Bootstrap works great and might be flexible enough.
http://getbootstrap.com

Related

How to make a single page website [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
when i was browsing I found a website that using single page only but using different background each navigation...I'm just a new web programmer does anyone know a good basic tutorial to learn this stuff? I wanna build a website that uses single help me please.
http://mypizzaoven.nl/#data-home
If you manually zoom out you can see that they've literally just laid the page out that way. They use overflow: hidden: to make the page unscrollable, and then set the margins to be negative so that they can put things off of the page.
The primary thing they do, though, is use ids and the #id to then go to that part of the page.
Example:
<div id="pizza"></div>
You would then use thispage.html#pizza to focus on that part of the page.

Is there a tool for determining which #media queries are active on a third party site? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have to modify some css on a site built by another. There are tons of different media queries and I was hoping to find a simple way to determine (while viewing the site) which media queries were being activated when.
I may be able to add some custom javascript, if necessary, but I'm hoping there's some tool or website out there that I can 'view' the site with, with the relevant information possibly overlayed in some way.

Design patterns/tools for a HTML app with a reactive layout? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
We're building a website with app versions that will (initially) be HTML driven.
We want the same document to be rendered with varying layouts and styles depending on: client device/browser, width/height, PPI, aspect ratios.
e.g. Check out SquareSpace and make your browser smaller/bigger, wider/taller: http://www.squarespace.com/
What's a good set of tools or design patterns for constructing a reactive web client?
Bootstrap its a good option and you can use JQuery Mobile too.
Try bootstrap. They designed their styling for things such as what you are doing. Bootstrap offers tools such as interactive layout across all platforms and screen sizes - find more info on their website...http://getbootstrap.com/ Hope this helps!

HTML 5 report designer [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Is it possible to create a HTML5 report designer which allow users to generate report templates from JSON data? We are using Xtra reports as of now but we are thinking of pushing the report generation logic to the client side for better performance.
There are many JavaScript libraries to convert html to PDF but is there a way to design HTML5 templating from the JSON structure?Since the design of report is customer specific we need the end users to edit the templates.So is it possible to make something like End user report designer in HTML5 and saving the templates?We want the user to edit the templates from websites rather than a windows form based application
Any examples or help would be really appreciated.
Stimulsoft has a HTML5 report designer .I am not sure about the JSON support though. There is also Adobe Flex Designer, which allows you to design reports at the client side.

Open source Facebook-like Chat (with Jabber or IRC) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Like Mini Jappix but without the big application server behind.
Is there one ?
Best would be if it's integrated with Ruby On Rails, but not required at all.
You can try out cometchat at http://www.cometchat.com/ but it is commercial
Ok, here is something similar to what you need, it is free and open source: http://videosoftware.pro/rvc/ they also have a commercial version (called PRO) that has deep facebook implementation. There is a link somewhere in the photo gallery or google for "svc video chat". It is advertised as chatroulette but has similar modules to a normal chat as well..

Categories

Resources