Monday, March 28, 2016
The Kuvée: A Brilliant Gadget That Keeps Swappable Wine Canisters Fresh for a Month
Thursday, March 24, 2016
Take a Trip Through the Wild New World of the Photo-Viz
Sunday, March 20, 2016
Ligature Icons via Pseudo Elements and Icon Fonts
The following is a guest post by Jason Jacobson, a senior engineer for Minneapolis based startup LeadPages®. Jason shows off something I didn't know was possible: turning a string into an icon. This requires an icon font, and I generally refer SVG for icons, but that doesn't stop this from being a bonafide CSS trick that is certainly worth knowing about!
Pseudo elements (i.e. ::before and ::after) have been a big help to me when creating sites, so I came up with an approach for using them alongside ligature icons to create more readable and maintainable code.
Ligature icons? Yep! That's how Google's Material Icons work.

Rather than use text in the HTML though, you can use a pseudo element. That is, use the content property in CSS to inject the string into any element. Say you have this HTML:
We can append the string to that ("delete"), like this:
[data-icon]::before {
content: attr(data-icon);
}Then we can, through the power of magical ligatures, turn that text into an icon. That happens automatically when the font-family is set to one that does ligature icons, like Material Icons.
First you need that icon font available:
The full CSS for the psuedo element icons is more like:
[data-icon]::before {
content: attr(data-icon);
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 1em;
display: inline-block;
vertical-align: middle;
width: 1em;
height: 1em;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
* Support for Safari and Chrome. */
text-rendering: optimizeLegibility;
/* Support for Firefox. */
-moz-osx-font-smoothing: grayscale;
/* Support for IE. */
font-feature-settings: 'liga';
}Note: we need to use the font-feature-settings property to make this work in Internet Explorer.
How about a list that shows a selected item:
- One
- Two
- Three
- Four
See the Pen Pen #01 by CSS-Tricks (@css-tricks) on CodePen.
You could also use it for displaying user states with integrations or forms.
- Int One
- Int Two
- Int Three
- Int Four
See the Pen Ligature Icons - Error Indicators by CSS-Tricks (@css-tricks) on CodePen.
Notice that for all the examples so far, I haven't added any extra CSS or HTML to get the new icons.
Here is an example of a button that has a :hover and :active state. I've added another attribute to handle the success icon. This is something that could be done with JavaScript, but since this is CSS-Tricks, I went for the pure CSS approach.
See the Pen Pen #03 by CSS-Tricks (@css-tricks) on CodePen.
Ligature Icons via Pseudo Elements and Icon Fonts is a post from CSS-Tricks
Wednesday, March 9, 2016
Google’s AI Wins First Game in Historic Match With Go Champion
Tuesday, March 8, 2016
Los Angeles Wordpress Developer
Los Angeles SEO Expert
Should you be looking to get a the best online marketing agency in La you found the correct site for Los Angeles SEO Expert. Concentrates on fantastic web site design in lots of areas. They cover each of the local LA niches searching traffic. If you're wanting your web site to position in search engines contact them. This term can often be called SEO or search engine optimization. Determing the best web site design agency could be a very tough task. There are numerous companies to choose from. Don't be fooled by companies which are hesitant to meeting directly. They'll likely happens to be an oversee company. When choosing your ecommerce design consider the term less is more. Be precise on the where you desire individuals to click. It is essential you wish to look at, aside from the web design, could be the hosting. You would like to make sure you are receiving a server that's located nearest for your requirements. In cases like this, we may wish to discover a marketing company in La, California. You need to actually buy the highest package you can pay for, so that way it can handle potential high traffic. We won't enter seo here, however this a something you should mention together with your design company. Should you choose it right you will note a top amount of organic traffic, which can be prefered. Which is how to build an income with your internet store. The next thing is branding and emblem. This is a essential step in internet marketing and if you plan to succeed online work with a professional.
LA Web Design Company
Starting a website in LA can be tough. First, you need to register your web site with GoDaddy. In California, you simply go into GoDaddy and you say hello to the domain you need it go and see a old registration process secondly you must ensure that you have a hosting account with Hostgator. If you navigate to the hostgator website backslash shared hosting require this page and you can can recommend for sure plan with unlimited domains of an Space Odyssey you'll be able to do you know what with a limiteless amount of sites about the same shared enviroment plan together. It is slow but he doesn't want to visit do multiple for a passing fancy plan or items to have for you expensive so.
Los Angeles SEO
Time for Hostgator you have a message with your email that will provide you with your cpanel the venue so that you can join with the web los offer you your username/password your domain server is that stuff. I willteach you are really obviously but you get yours in the mail so that youhave that information handy so first thing we are going to have to do as we get our hosting for the website design account setup and our domain registered could be the change our name servers to toward. You'll get An e-mail with all the current information that you can do this from Hostgator we sign up for a forex account there so just name service from that email on we to go ahead and log in to GoDaddy to signing in or going to go to domains and domain management.
Inequality still a serious issue in US architecture, say female architects
Women are being driven out or held back from careers in architecture by long hours, childcare, unequal pay and the likelihood of being passed over for promotion, according to a major new survey by the American Institute of Architects released to coincide with International Women's Day. (more…)

