As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Bootstrap is a great framework, and I want to know if there a tool that could give you the possibility of dragging HTML component resizing them, moving them, changing the colours... and in the same time HTML code is getting generated, where the CSS is based on bootstrap wouldn't that be great?
EDIT: I found this one recently http://pingendo.com/
I know of 3 Bootstrap "editors", 2 of which have drag-and-drop feature. I don't think you'll find all of the features your talking about (at least not yet) in any one of them.
Take a look at..
DivShot -- (try/buy) Drag/drop, HTML/CSS editing, supports Bootstrap, Foundation and Ratchet
JetStrap -- (try/buy) Bootstrap only, Drag/drop, HTML/CSS/JS editing
Bootply -- (free) Bootstrap HTML/CSS/JS editing, drag+drop, sharing/collaboration, Bootstrap snippets
LayoutIt -- (donation) "Create your frontend code simple and quickly with Bootstrap using our Drag & Drop Interface Builder."
EDIT: Almost forgot Easel (shutdown)
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I'v created my website and I have been trying to research how to create a mobile version for it. However I thought it would be the same as scripting in notepad or sublime etc. Can you create one from scratch using notepad or sublime? Or should I just use the tools provided on the web such as 'Mobify'. (I'd prefer to learn from scratch)
Thanks in advance,
Noob developer.
If you have created your existing website from sctrach, there should be no problem changing it to mobile. Just add an altered css file, which contains the css for your mobile version. and add a javascript function to your page, which loads the css file depending on the device the page is requested from.
If you have built your site using tools, it is the easiest to do the transformation using tools.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm starting a new project that will use HTML5 and HTML5 canvas.
The project is basically an interactive 2D diagram that will show some objects in the screen, you can click the objects, make some actions over the objects, I need zoom and translate features, and also drag and drop support.
What frameworks (maybe something similar to jQuery) are available to make the work easier?
What tools (debuggers, editors and so one) do you think are better to improve the productivity?
Lime.js is a nice framework for such things. It has great documentation, very straight forward codes, examples with commented functionality and (since you asked this specifically) drag and drop support. It's usually used for games but you can easily use it for something that you're after as well.
You can find everything about lime.js here: http://www.limejs.com/
As for tools, I just use Sublime Text 2 for editing and debugg using the Chrome Developer tool.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am working in rails, and a looking for some resources to design visually pleasing HTML forms. I can write the CSS, so even examples would be great.
Any recommendations?
There are many resources out there, you can just google for well looking forms or something like this.
There are also javascript libraries which makes customized selects/checkboxes etc -for example a project called uniform - check it out, you might like it. It provides you tools to customize it.
You can try Gravity Forms for WordPress then you never need to hand code the html and it inserts unique id's and matching classes in the HTML. This means the sky is the limit when it comes to styling your form.
If you are not using WordPress, here is a nice tutorial for designing form layouts.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I’m a newcomer to CSS3 and at the moment I’m overwhelmed by the plethora of options when it comes to frameworks.
Can anyone point me to an objective comparison of each, and when it makes sense to use one over another?
A couple of scenarios:
if creating a single-page centered-layout microsite
same as 1 above but want a 'responsive' design that changes on viewport, screen size
Here’s just a few I am considering:
getskeleton
framelessgrid.com
52framework.com
960.gs
blueprintcss.org
Sorry to make things a bit more complicated for you but here are 2 more which have been reviewed by DesignShack. Bootstrap, from Twitter and HTML Kickstart.
(Bootstrap is currently not responsive, but ver 2.0 will be and should be released on the 31st.)
If all you want is a single page with a centered layout that is responsive, I would highly recommend Getskeleton. I've had some experience using this framework for my projects and it really is lightweight and easy to implement, it sounds like a good match for your project.
If you're not too bothered about the site being responsive I would say use 960.gs, It's widely used, meaning you can get plenty of support if you run into trouble.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Is there some sort of HTML designer (WYSIWYG) available that allows me to draw the page and results with a page using DIVs / CSS and not TABLE design?
See drawter.com you can create layout in div css format.
MS Visual Web Developer Express, its free and allows full WYSIWYG and code view HTML/CSS editing for pure (X)HTML or ASP.Net sites.
http://www.microsoft.com/express/Downloads/#Visual_Studio_2010_Express_Downloads
http://www.microsoft.com/express/Express-2010/
I'm not entirely sure of what you are asking of but if you are looking for a wysiwyg(what you see is what you get) editor Adobe Dreamweaver is probably the best but it's rather expensive. There are ton's of free wysiwyg`s however I don't use them so I only know of Dreamweaver.