How to develop a webpage with Bootstrap [closed] - html

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
My question is: How Can I develop a page using all the fancy components from Bootstrap? Is there any tool with live preview?
Many years ago (web 1.0) I used to use Dreamweaver to create the HTML and basic CSS, but now which tools can I use to basically drag and drop?

Check out https://www.easel.io/. Its a web based ide that might be what you're looking for.

I used these:
divshot.com
Jetstrap.io

Related

Can i use "Figma" Instead of HTML,CSS [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 1 year ago.
Improve this question
Can I design sites with figma instead of writing them in html + css? Only design.
YES
As far as you are just talking about prototyping, you can do it in Figma with animations as an addon. You can share your figma prototype for review purposes too.
However, Figma doesn't give you an HTML, CSS code that you can host on your server so you will have to code it at the end to make it available online.
Hope this will clear your thoughts about figma.

What are the best resources to learn Polymer? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
Web Components is the next big thing to change the web.
I am amazed by the power of web components and the best way to make an web components is the Polymer.
What are the best resources to learn Polymer? Can we put all the resources together?
The Best Resources I found till now:
https://github.com/polymer
http://www.polymer-project.org/
http://www.polymer-project.org/articles/distributing-components-with-bower.html
https://github.com/yeoman/generator-polymer
http://addyosmani.com/blog/webapps-yeoman-polymer/
http://www.html5rocks.com/en/tutorials/webcomponents/yeoman/
https://www.youtube.com/watch?v=8OJ7ih8EE7s
https://www.youtube.com/watch?v=HKrYfrAzqFA
https://www.youtube.com/watch?v=8-Zq2KUN6jM
https://www.youtube.com/watch?v=yRbOSdAe_JU
https://www.youtube.com/watch?v=eORqFaf_QzM
https://www.youtube.com/watch?v=75EuHl6CSTo&list=PLy1YG3u6yVCRuaxVRRZw7-vv3VxY2Vhk6
https://www.youtube.com/watch?v=VMVj_jR75vE
https://www.youtube.com/watch?v=FarTf5P8Wsg
https://www.youtube.com/watch?v=1rz334A8U7o
https://www.youtube.com/watch?v=3QLmAm9xtnU

Learning old html tags [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
Do tags like <em>,<strong>,<i> or css properties like font-size,text-decoration,font-weight have any impact on the way search engines see my site?
If you want to build sites from scratch, focus on the newest HTML version. If you want to look at older sites, yes, it's a good idea to learn older HTML tags. There are a lot of older HTML pages that are still up and running.

Plugin editor HTML TinyMCE vs CKEditor [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I want to develop a plug-in for a HTML editor.
Which web-based HTML editor can I make a better and fast plug-in.
I´m not sure about:
TinyMCE
CKEditor
CKEditor
Google Trends clearly show that
Here is also the Stackoverflow trends
If speed is most important to you Redactor is by far the smallest and fastest
http://imperavi.com/redactor/
Works great for almost all uses and provides the cleanest code of all of them

How is scribd html5? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
I don't get it... how is Scribd html5 ?
In searching for an answer.. the closest I got against is found here:
http://loud.anotherquietday.com/post/598121586/scribds-html5-is-a-mess
Is there any reason for?
Scribd is actually using some HTML5-type features to replace old Flash functionality. Web fonts, for instance (CSS3), are used to render the typography, and canvas is used for drawing operations. These are both in the HTML5 spec and are used extensively in Scribd.
Scribd is using SoundManager 2. http://www.schillmania.com/projects/soundmanager2