This Saturday our showcase consists of the freshest and useful tutorials and articles for web developers that we have collected here in order to save your precious time and make your workflow more fun and easy!
Typical Oversights When Designing for Print
It is this crucial aspect that many designers forget to consider when designing for print. There are a number of problems that may pop up which can make your final product look different than what you intended. Here are just a few things to keep in mind if you want to be successful.
The Simple Intro to SVG Animation
This article serves as a first step toward mastering SVG element animation. Included within are links to key resources for diving deeper, so bookmark this page and refer back to it throughout your journey toward SVG mastery.
Responsive Design is Not About Screen Sizes Any More
Two years into the rise of Responsive Web Design, after every imaginable sort of designer and developer had jumped into the train, it took a test to almost rock the theory to its foundations.
Are you prepared for life after jQuery?
Zack Bloom argues that life could be better if the libraries we need stopped depending on jQuery.
Designing Websites Using DISC Analysis
To truly understand the value of DISC analysis to the web designer and usability expert we first have to understand what on earth it is.
Build A Blog With Jekyll And GitHub Pages
The Most Dangerous Word In Software Development
“Just” makes me feel like an idiot. “Just” presumes I come from a specific background, studied certain courses in university, am fluent in certain technologies, and have read all the right books, articles, and resources.
CSS Regions and Selectors
The CSS Selectors system is the driving force behind the stylesheets of a Web page. The selector of a rule defines what elements or pseudo-elements get to be styled using that rule. The selectors language has advanced a lot lately and it allows a lot of complex constructs using tag names, ids, classes, pseudo-classes and so on.
The Subtle Magic Behind Why the Bootstrap 3 Grid Works
I’d like to quickly and visually explain why the Bootstrap grid works, not necessarily how. Let’s check out this one weird trick about how Bootstrap does its magic.
Understanding SVG Coordinate Systems & Transformations
In this article we’re going to go over three of the most important SVG attributes that control SVG coordinate systems.
The “Just In Time” Theory of User Behavior
You May Be Losing Users If Responsive Web Design Is Your Only Mobile Strategy
In this article, we’ll cover the relationship between the mobile web and responsive design, starting with how to apply responsive design intelligently, why performance is so important in mobile, why responsive design should not be your website’s goal, and ending with the performance issues of the technique to help us understand the problem.
How Do You Design Interaction?
If you have to design an interface it’s almost obvious to think to begin the process by drawing. But is this the best way? I once casually started by writing an imagined human-computer conversation, and only afterwards I continued by drawing.
Can web animation save flat design?
As web designers, we need to make sure we keep our skills fresh and up-to-date. We don’t need to follow every trend that comes along (like long shadows) but we do need to keep learning and improving our skills as the web grows and matures.
Getting Started With CSS Preprocessors
There is a buzz around CSS preprocessors—for e.g. Less, Sass, and Stylus—these days. I started using CSS preprocessors a couple of years ago. These preprocessors are used to add functionality to your original cascade style sheet (CSS) files.
Designing with Dynamic Content
The Origins and Evolution of Flat Design
WordPress Security: The Ultimate Guide
This article details what you need to do to make your WordPress website secure from threats. It has been divided into five main sections.
“RWD Is Bad for Performance” Is Good for Performance
Myths are powerful things. They certainly have the ability to destroy—we’ve seen that many times. But put the right spin on a myth and you can use it to build up; to create something new and better.
Slimmer and faster JavaScript strings in Firefox
Tutorials
Pure CSS Off-screen Navigation Menu
This article will show you how to make a simple version of the off-canvas menu and sliding effect using only CSS.
Responsive, Fluid-Width, Variable-Item Navigation with CSS
Around six months ago I was asked to develop a single row navigation bar that could contain a variable number of menu items while filling the entire width of the container. The amount of navigational items was dictated elsewhere and likely to change in future. Thinking ahead, it would have been impractical to change the CSS every time a menu item was added or removed. A resolution had to be found, ideally without using JavaScript.
Animating SVG text On A Path
This post hopes to serve as a basic introduction to getting your SVG on a path and then get it moving via SMIL animations (animations written within the SVG code itself).
Speed up Bootstrap Theming with a Library of LESS Variables
If you love Bootstrap but get frustrated with the amount of work it takes to create a theme, you need to dive into LESS. It’s super easy to setup a library of LESS variables and mixins, include it in your base stylesheet, and use it throughout your CSS.
How to Style and Animate SVG Elements with CSS
In this tutorial, I will show you step-by-step how to animate a SVG (Scalable Vector Graphic) icon using CSS. This tutorial will give you valuable insight for using SVG as your preferred graphic format. Also, you can improve the UI and UX of your web applications by incorporating subtle animations into your SVG’s.
Automating CSS animations with Sass
Creating a Full Width Responsive Tiled Menu with CSS
In this tutorial, we’re going to make it fully responsive, and throw in some quick JavaScript at the end to show/hide the navigation on smaller screen widths, via a navigation toggle button. We’ll toss in some CSS3 transitions too for a little extra punch.
Dynamically Filtering Layouts with Isotope and Bootstrap
In this post, I will show you how to use Isotope to create a magical layout of your own, and how to dynamically filter which elements are displayed.
How to Make Any Website Responsive
Responsive Full Background Image Using CSS
In this tutorial, we’ll go over the simplest technique for making a background image fully stretch out to cover the entire browser viewport. We’ll use the CSS background-size property to make it happen; no JavaScript needed.
Structuring, Grouping, and Referencing in SVG
In this article we’ll go over these elements, highlighting the difference between them and the advantages of each one.
Dynamically colorize videos with CSS
How do you colorize a video in the very same colors you use in your webdesign? Of course, in CSS. Now what do you do if you have different colors and want them to be reflected in your video? Yes, you animate it.
Smart Fixed Navigation
A fixed navigation that allows your users to access the menu at any time while they are experiencing your website. It’s smaller than a full-width fixed header, and replaces the back-to-top button with a smarter UX solution.
Flexbox Based Responsive Equal Height Blocks With JavaScript Fallback
Making a SVG HTML Burger Button
Hamburger buttons are used to symbolify hidden menus all across the world, but when I came across this pretty awesome transition of a hamburger button by CreativeDash, I challenged myself with recreating it HTML.
Notification Styles Inspiration
Some simple ideas and effects for unobtrusive website notifications. A little script is employed for showcasing some styles and CSS animations are used for the effects.
Draggable Dual-View Slideshow
An experimental slideshow that is draggable and has two views: fullscreen and small carousel. In fullscreen view, a related content area can be viewed.
Ideas for Subtle Hover Effects
Some creative and subtle hover effect inspiration using modern CSS techniques including 3D translate and pseudo elements.
How to Create a Tiled Background Slideshow
A tutorial that shows how to recreate the four tiles slideshow effect seen on the website of Serge Thoroval. Using 3D transforms, transitions and animations, the aim is to implement a smooth effect and add some variations.