FontAwesome Kit vs CDN [closed] - html

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 10 months ago.
Improve this question
Does anybody know what's the difference between using FontAwesome Kit and FontAwesome CDN?(in terms of advantages not the HTML tags)
Which one is better to use?
And what exactly is the Kit?
I've looked it up on their website but there's no clear explanation about the Kit concept!
All they say is:
It's a little bundle of settings and icons that we think is the best way to use Font Awesome.

In my experience two benefits in using a "Kit" is it allows restricting icons to specific domains. This might not be crucial if you are using a free account, but if you are using a pro account it is a nice feature. Plus, you can upload custom icons to your kit and call them like any other font awesome icon. The domain restriction also prevents your custom icons from being used elsewhere.

Related

web 2.0 sucks huge floppy disks? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I was able to create a web site 10 years ago with Microsoft Frontpage without learning anything, today with a copy of Adobe Dreamweaver CS6, I can't even figure out a way to change the font size of a simple text. CSS is the thing, so I went through the CSS tutorials in w3 and I get it now. It's a good idea, but It is also a good idea to kill creativity, ie all sites like similar, see screenshot below. It sucks floppy disks.
My questions will be:
Does web 2.0 really kill creativity?
Is there a "modern" web design application that I don't need to go into these CSS thing?
Is there a way to create a circular navigation menu like this using css? I want to have this menu in the middle of the page, and with a button on the corner to activate it.
No it doesn't
You don't have to use CSS. You can use inline styles,
but it won't be right. Using the CSS is a good coding practice and
you just need to learn it better.
Yes. If you google it, you'll find several links. Here is just some examples:
https://css-tricks.com/building-a-circular-navigation-with-css-clip-paths/
http://www.cssscript.com/pure-css-circle-menu-with-css3-transitions-transforms/

How to make a website without a a website maker [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I've been wanting to make a website but I wanted to code it myself without using one of those website makers. Are there any ways of doing this? I would also like to publish it as well. Thanks.
1.Write your code and save it.
2.Purchase a domain and host it with ehost or something like that.
3.Upload your file. That's it.
[ehost provide hosting with free domain]
This is not technically an appropriate question for SO. However, you need to learn the basics of HTML. Start at W3 Schools. http://www.w3schools.com
You mentioned that you already know HTML. If you are just making static content, that will suffice. I strongly recommend learning CSS. While it is not technically necessary, it will make your life much easier. When you want to publish it, you will have to pay for a domain and a hosting service. Google Domains can help you with this.

Add twitter bootstrap to current project [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am thinking on adding some elements from twitter bootstrap to my current web application. This would help me to be more effective in some parts of the web development process. I do consider my self good at css and I have always built my sites from the ground up.
Is it viable to use some parts of twitter bootstrap, like the grid system? And then use my own custom classes for styling etc? Or should you go all out and use every aspect of bootstrap, and customize the bootstrap classes?
Thanks,
James
In case, you want to have bare minimal code that's necessary for your styling and you are comfortable in extending/ re-integrating as and when need arises in future then can use those particular bootstrap parts which you want and can style them as you want and can leave the unwanted bootstrap features..
But if you don't mind some extra code, that may add to your page load time, then you can go for the whole of the bootstrap.
In either of the cases, it would be better to leave the core bootstrap code unaltered and write your own code for added/modified functionality. This will give you the option of using the bootstrap styling in case if need arises in future and also you can straight-away update bootstrap files when updated versions arrive..

Is OpenERP skinnable? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I've looked at the site of OpenERP and Google and have not found any reference to skins for OpenERP. I understand that the logo must be maintained but if I want to improve their appearance, is there any way to create skins?
Thanks in advance for your answers
override css classes. you can override css for each modules if you want. the main css is here->
openerp-7.0\openerp\addons\web\static\src\css
after addons folder every module can have own css,
openerp-7.0\openerp\addons\SOME_MODULE\static\src\css
it overrides main css.
In 6.0 web client layout (images and css) are in a folder like ...\openerp\web-client\addons\openerp\static. In 6.1 you can find the equivalent content at somewhere like ...\openerp\openerp-web\addons\web\static.
I believe that a ZIP file with a replacement for those folders could considered a skin.
changing the existing css and images can lead to update incompatible.
in openerp 6.1 you can add a module in web addons . and change the behavior of the existing css, images.
at time of starting server you just have to pass "--load=web,WEB_THEME_MODULE"
Making use of the web framework in version 6.1 I've set out to write a simple module to change basic css and images. You can find this module here http://apps.openerp.com/addon/7961.
The basic is working well but it is a work in progress as I hope to extend it in scope and fix minor issues. The source code is available in Launchpad for anyone to report bugs, or better yet, contribute some code. Find it here as web_theme.

Web Icons for Open Source Project [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I am working on a site, and I am looking for basic profile icons such as:
http://akcdn.okccdn.com/media/img/icons/home_new_user_guide.png
I would use those, but I am sure those are typewritten.
Where would I be able to find similar icons that I can use for an open source project?
Thanks :)
Smashing Magazine has semi-regular free icon roundups, including icons in a wide variety of styles. They're also under a wide variety of licenses, so make sure you check before using one.
FindIcons is a great site where you can find all icons that you need in almost any format and any size (may vary). And you can sort search results by color, icon style, license etc. enjoy!
iconfinder.net is my go-to. It's been around forever.