A recap of our favorite web dev resources for 2018, featuring some of the best libraries, frameworks and tools of the past year.
Continue reading on Tutorialzine.10 Interesting JavaScript and CSS Libraries for November 2018
This November's collection is packed with some powerful CSS frameworks, awesome date and time library and JS tools.
Continue reading on Tutorialzine.Themify Shoppe – The Ultimate WooCommerce WordPress Theme
I’m excited to announce that Themify has released another awesome theme – Themify Shoppe. Designed by Liam McKay and coded by Themify team, Shoppe works hand-in-hand with WooCommerce, making it the ultimate multi-purpose eCommerce theme. It features the popular drag and drop Themify Builder that can help you design and build your online store to […]
The post Themify Shoppe – The Ultimate WooCommerce WordPress Theme appeared first on Web Designer Wall.
Best Email Marketing Tips to Increase Engagement & Subscribers
Email is your post powerful marketing channel when used well. Your visitor’s inbox is a perfect opportunity for you to capture attention, communicate important updates and invite readers back to your site for increased visibility. The stats on email marketing effectiveness say it all – top marketing specialists and service providers tell us that email […]
The post Best Email Marketing Tips to Increase Engagement & Subscribers appeared first on Web Designer Wall.
Four Elements of Truly Mobile-Friendly Responsive Menus
There are hundreds of ways to create responsive navigation, limited only by your creativity and the boundaries of what CSS can accomplish. Good responsive navigation is a little harder – a responsive menu must become a mobile menu, adhering to the needs and rules of touch-driven devices. Mobile design is rapidly changing, and so the […]
The post Four Elements of Truly Mobile-Friendly Responsive Menus appeared first on Web Designer Wall.
Level Up Your CSS Skills With These 20 Pro CSS Tips
Front-end development is quickly becoming more and more focused on efficiency – faster loading and rendering through selector choice and minimizing code. Pre-processors like Less and SCSS go a long way in doing some of the work for us, but there are plenty of ways to write minimal, quick CSS the native way. This guide […]
The post Level Up Your CSS Skills With These 20 Pro CSS Tips appeared first on Web Designer Wall.
Easy CSS Animation Using @keyframes
CSS Transitions and transforms work beautifully for creating visual interactions based on single state changes. To have more control over what happens and when, you can use the CSS animation property to create easy CSS animation using @keyframes. This technique has a wide range of design application and can be used to build dazzling pre-loaders, […]
The post Easy CSS Animation Using @keyframes appeared first on Web Designer Wall.
Easy CSS Animation With Transition & Transforms
Recently, I walked you through how to create a simple landing page that used a couple different CSS animation techniques. “Animation” is a loose term, in web design usually referring to anything that involves movement. CSS transitions are one tool we are given to manipulate elements on state changes or mouse events, and when combines […]
The post Easy CSS Animation With Transition & Transforms appeared first on Web Designer Wall.
Master CSS Flexbox in 5 Simple Steps
CSS flexbox is an incredibly useful tool for layout without using floats or positioning. Currently almost all current browser version support flexbox, making it a go-to standard for web design. It can solve a number of problems efficiently, such as vertical alignment, space distribution, ordering of elements and sizing. It offers more freedom to arrange […]
The post Master CSS Flexbox in 5 Simple Steps appeared first on Web Designer Wall.
How to Create Spotify Colorizer Effects With CSS Blend Modes
When Spotify launched their colorful new brand identity, featuring hip duo-toned imagery, it went hand-in-hand with a new Colorizer tool that allows artists to apply a variety of filters to images. This solved a problem in which Spotify needed a way to present the thousands of images uploaded, all with a different look and feel, […]
The post How to Create Spotify Colorizer Effects With CSS Blend Modes appeared first on Web Designer Wall.
Tutorial: Duo Layout With CSS3 Animations & Transitions (Pt. 2)
Last week I demonstrated how to build a split-screen website layout using CSS flexbox and viewport units that offers an alternative way to present a brand’s featured content. Clicking on one side or the other navigates further into the site without a page load, using CSS transitions and 3d transforms. This week, I’ll show you […]
The post Tutorial: Duo Layout With CSS3 Animations & Transitions (Pt. 2) appeared first on Web Designer Wall.
30 Truly Interactive Websites Built With CSS & JavaScript
All websites are somewhat interactive…we click on links or scroll a page, but truly interactive websites take us on a user-driven adventure or draws us in through motion and sound while giving us the power of choice. Interaction can be as simple as a series of clicks that navigate us through a story or landscape, […]
The post 30 Truly Interactive Websites Built With CSS & JavaScript appeared first on Web Designer Wall.
Tutorial: Trendy Splitscreen Layout With CSS3 Animations (Pt. 1)
There is no better time than the end of the year for some fresh inspiration! One of the most popular trends this year, features splitscreen layouts, lots of white space, clean typography and subtle effects. With this playful trend in mind, I’ve created a two-part tutorial to show you how to use flexbox, 3D transforms […]
The post Tutorial: Trendy Splitscreen Layout With CSS3 Animations (Pt. 1) appeared first on Web Designer Wall.
Design Trends in 2016 & What to Expect in 2017
The year ahead should be a really exciting one for design, with the introduction of wider support for SVG and a host of new things we can do with CSS as CSS4 gains broader acceptance. In taking a look back at what made a big splash this year, I hope you will be inspired to […]
The post Design Trends in 2016 & What to Expect in 2017 appeared first on Web Designer Wall.
CSS Vertical Centering – Everything You Need To Know
Getting content to center perfectly within an element and then ensuring it responds properly at different screen sizes is one of the biggest challenges that still face front-end designers. It is not that it is difficult, but because there are several ways to go about it, figuring out which method is best can be confusing. […]
The post CSS Vertical Centering – Everything You Need To Know appeared first on Web Designer Wall.
You Might Be Tempted to Use These CSS Tricks But Should You?
The temptation to dive right into new and exciting CSS tricks is strong – you might even do it without knowing it through learning by example or implementing that hot new framework everyone is talking about. It is more important to fully understand new CSS classes and properties, experiment with them and learn their limitations […]
The post You Might Be Tempted to Use These CSS Tricks But Should You? appeared first on Web Designer Wall.
75+ High Quality Free Fonts: Handwriting, Script & Brush Fonts
Fonts took on a revival in handmade styles this year, from calligraphic, script and handwritten to brush painted and block-printed. Combined with the great visual appeal of hero images and typographic layouts in web design, handwriting fonts are a trend that you can expect to see more of. In this article you’ll find a fresh […]
The post 75+ High Quality Free Fonts: Handwriting, Script & Brush Fonts appeared first on Web Designer Wall.
The Power of CSS Selectors and How to Use Them
One of the challenges of coding premium WordPress themes is the unpredictable nature of how they will be used. Compared to coding a custom website, especially one using static HTML documents where you have complete control over the markup, you have to solve problems creatively and ensure flexibility. In these cases, CSS selectors make all […]
The post The Power of CSS Selectors and How to Use Them appeared first on Web Designer Wall.