background preloader

Font Awesome Examples

Font Awesome Examples
Use the fa-spin class to get any icon to rotate, and use fa-pulse to have it rotate with 8 steps. Works well with fa-spinner, fa-refresh, and fa-cog. <i class="fa fa-spinner fa-spin fa-3x fa-fw"></i><span class="sr-only">Loading...</span><i class="fa fa-circle-o-notch fa-spin fa-3x fa-fw"></i><span class="sr-only">Loading...</span><i class="fa fa-refresh fa-spin fa-3x fa-fw"></i><span class="sr-only">Loading...</span><i class="fa fa-cog fa-spin fa-3x fa-fw"></i><span class="sr-only">Loading... Note: Some browsers on some platforms have issues with animated icons resulting in a jittery wobbling effect. Note: CSS3 animations aren't supported in IE8 - IE9.

http://fontawesome.io/examples/

Customize Twitter Bootstrap To Not Look Bootstrap-y NOTICE: This article is outdated. Please read my article on how to build Bootstrap 3.0 themes the proper way. Thank you! PLEASE, if you do use Bootstrap for just about everything be courteous to your audience and change up some of the basic variables so it doesn’t look all the same!

15 Great Twitter Bootstrap Resources Twitter Bootstrap is a great front-end framework that lets you quickly prototype new web projects. Here is a list of great resources that gives even more power to the Bootstrap framework. Fuel UX extends Twitter Bootstrap with additional lightweight JavaScript controls. Other benefits include easy installation into web projects, integrated scripts for customizing Bootstrap and Fuel UX, simple updates, and solid optimization for deployment. All functionality is covered by live documentation and unit tests. Embedding Python into Qt Applications by Florian Link For several years, there have been only two mainstream solutions for embedding scripting languages into commercial Qt applications: QSA (JavaScript 2.0) from Trolltech and PyQt (Python) from Riverbank Computing. The Scripting Qt article in Qt Quarterly issue 10 gives a good overview of QSA, PyQt and some other solutions in action. There have been some developments since that article was written, and, as of today, there are two new script bindings to look at:

Bootstrap customization and responsive design Recently I’ve been using a really awesome framework called Bootstrap to put small websites together. In this article, I’m going to guide you through the basics of the Bootstrap installation process, and how the Bootstrap framework can be customized for a responsive web design. The end result of this tutorial will be a custom Bootstrap website (you can see the final website here). If you prefer to skip the basics and get right to the Bootstrap code, you can download the code directly from GitHub.

Logging in Qt land Sooner or later you’ll want to add logging to your Qt program. What are your options? After looking around the web a few years ago, I was disappointed to find out that there was no official Qt logging library. There is some support in Qt for logging, but you won’t get a logger component and it’s not immediately obvious how to log into a file. The third party support that I had found wasn’t particularly encouraging: Build a simple contact form using HTML, PHP and Bootstrap Hello and welcome to my newest tutorial: Build a simple contact form using HTML, PHP and Bootstrap. We will be building a simple contact form which will firstly validate the content posted then if successful, send an email with the details. Difficulty: Easy

Related: