Choosing the Right WordPress Theme for Your Business in 2019
The post Choosing the Right WordPress Theme for Your Business in 2019 appeared first on Torque.
In the last months, I’ve learned a lot about Vue. From building SEO-friendly SPAs to crafting killer blogs or playing with transitions and animations, I’ve experimented with the framework thoroughly.
But there’s been a missing piece throughout my learning: plugins.
Most folks working with Vue have either comes to rely on plugins as part of their workflow or will certainly cross paths with plugins somewhere down the road. Whatever the case, they’re a great way to leverage existing …
The post Getting Started with Vue Plugins appeared first on CSS-Tricks.
I just overheard this discussion on Twitter, kicked off by Dave.
Me (coding a form): <input id=”zip” type=”number”>
Tiny Devil (appears on shoulder): Yaaas! I love the optimism, ship it!
Me: Wait, why are you here? Is this going to blow up on me? What do you know that I don’t?
— Dave SPOOPert (@davatron5000) October 9, 2018
It seems like zip codes are just numbers, right? So…
<input id="zip" name="zip" type="number">
The advantage there being able to take …
The post HTML for Numeric Zip Codes appeared first on CSS-Tricks.
I just overheard this discussion on Twitter, kicked off by Dave.
Me (coding a form): <input id=”zip” type=”number”>
Tiny Devil (appears on shoulder): Yaaas! I love the optimism, ship it!
Me: Wait, why are you here? Is this going to blow up on me? What do you know that I don’t?
— Dave SPOOPert (@davatron5000) October 9, 2018
It seems like zip codes are just numbers, right? So…
<input id="zip" name="zip" type="number">
The advantage there being able to take …
The post HTML for Zip Codes appeared first on CSS-Tricks.
Brad Frost was asking about this the other day…
Sass people, which way do you do it and why? pic.twitter.com/dIBA9BIuCO
— Brad Frost (@brad_frost) October 1, 2018
.c-btn {
&__icon {
...
}
}
I guess that’s technically “nesting” but the selectors come out flat:
.c-button__icon { }
The question was whether you do that or just write out the whole selector instead, as you would with vanilla CSS. Brad’s post gets into all the pro’s and con’s of both …
The post Sass Selector Combining appeared first on CSS-Tricks.
When I think about web performance, the first thing that comes to my mind is how images are generally the last elements that appear on a page. Today, images can be a major issue when it comes to performance, which is unfortunate since the speed a website loads has a direct impact on users successfully doing what they came to the page to do (think conversation rates).
Very recently, Rahul Nanwani wrote up an extensive guide on lazy loading images…
The post Lazy Loading Images with Vue.js Directives and Intersection Observer appeared first on CSS-Tricks.
Explore what the world is searching. Enter a search term or a topic.


