With Catalog you combine design documentation with real, live components in one single place, making collaboration between designers and developers seamless.
Container-Adapting Tabs With "More" Button | CSS-Tricks
Or the priority navigation pattern, or progressively collapsing navigation menu. We can name it in at least three ways. There are multiple UX solutions for tabs and menus and each of them have their own advantages over another, you just need to pick the best for the case you are trying to solve. At design and
How about a classic CSS trick! This isn't even so tricky anymore, since CSS has counter-increment and counter-reset and such that is perfect for this. I just wanted to make sure you knew how it works and had some easy-to-copy examples at the ready. Let's say all you wanna do is style the dang numbers: See the Pen
I am trying to make a custom page template that shows the most viewed posts. I can return posts but I am having trouble figuring out how to paginate it. Here is what I have: $args = array('orderby...
I have added a custom/secondary query to a template file/custom page template; how can I make WordPress use my custom query for pagination, instead of using the main query loop's pagination? Adden...
Inspired by mobile menu made by Apple. You can see it at http://www.apple.com/. Pretty easy but also pretty efficient in terms of visual impact! ;) Lov...
It All Started With Emoji: Color Typography on the Web | CSS-Tricks
“Typography on the web is in single color: characters are either black or red, never black and red …Then emoji hit the scene, became part of Unicode, and therefore could be expressed by characters — or “glyphs” in font terminology. The smiley, levitating businessman and the infamous pile of poo became true
Using SVG clip-path to change a logo's colour on scroll
Last week I put together a landing site for a new business. The design was quite straightforward: a single page with various sections represented as full-width horizontal blocks with different back...
Solis is a Live Design Output, Built For Responsive Web Design.
Solis integrates seamlessly with your favourite code editor to deliver real time, multi viewport previewing of HTML, CSS, SASS and LESS as you write it.
Where Lines Break is Complicated. Here’s all the Related CSS and HTML.
Say you have a really long word within some text inside an element that isn't wide enough to hold it. A common cause of that is a long URL finding it's way into copy. What happens? It depends on the CSS…
Here’s an idea! Let’s make an an HTML play inside the shape of some letters. Like "Knockout Text" except instead of an image behind, it’s video. A live demo will explain more clearly: See the Pen basi…
.htaccess not being loaded in Ubuntu 14.04 (Apache 2.4.7)
I'm trying to use the `.htaccess` file in Ubuntu 14.04 (Apache 2.4.7). Here is what my `.htaccess` looks like ``` # 1 YEAR Header set Cache-Control 'max-age=31536000, public' # 1 WEEK Header set Cache…
I installed LAMP on my droplet and then I followed this tutorial: https://www.digitalocean.com/community/tutorials/how-to-set-up-mod_rewrite and I used the contents for the file from my old web hostin…
Initial Server Setup with Ubuntu 16.04 | DigitalOcean
When you start a new server, there are a few steps that you should take every time to add some basic security and give you a solid foundation. In this guide, we'll walk you through the basic steps nec…