Category: Web Design
Everything You Need To Know About CSS Margins Everything You Need To Know About CSS Margins Rachel Andrew 2019-07-15T12:30:59+02:00 2019-07-15T12:36:09+00:00 One of the first things most of us learned when we learned CSS, was details of the various parts of a box in CSS, described as The CSS Box Model. One of the elements in…
Improve Your JavaScript Knowledge By Reading Source Code Improve Your JavaScript Knowledge By Reading Source Code Carl Mungazi 2019-07-12T12:30:59+02:00 2019-07-12T12:35:19+00:00 Do you remember the first time you dug deep into the source code of a library or framework you use frequently? For me, that moment came during my first job as a frontend developer three…
That Was SmashingConf Toronto 2019 That Was SmashingConf Toronto 2019 Rachel Andrew 2019-07-11T15:00:59+02:00 2019-07-12T12:35:19+00:00 We all enjoyed returning to Toronto for the second Smashing conference, and in this post, I am sharing some of the things that took place as well as the resources that were shared over the course of the two conference and…
Inspired Design Decisions: Pressing Matters Inspired Design Decisions: Pressing Matters Andrew Clarke 2019-07-11T12:30:59+02:00 2019-07-11T12:35:18+00:00 As I’d always been at the top of my class during high school, I headed to art college full of confidence that one day I’d be an accomplished painter. This over-confidence didn’t last long though, because when I arrived, I found…
UX Improvements For Keyboard Accessibility UX Improvements For Keyboard Accessibility Vitaly Friedman 2019-07-10T16:00:59+02:00 2019-07-11T12:35:18+00:00 How can we provide an accessible user experience for keyboard-only and assistive technology users without affecting the experience for any other users? We’ve kindly asked Aaron Pearlman, Principal UX Designer at Deque Systems, to share some practical tools and techniques to…
CSS Lists, Markers, And Counters CSS Lists, Markers, And Counters Rachel Andrew 2019-07-09T12:30:59+02:00 2019-07-09T12:35:35+00:00 Lists in CSS have particular properties which give us the standard list styling we expect. An unordered list gains a list bullet, of the type disc, and ordered lists are numbered. My interest in exploring lists in more detail came from…
How To Build A Sketch Plugin With JavaScript, HTML And CSS (Part 2) How To Build A Sketch Plugin With JavaScript, HTML And CSS (Part 2) Matt Curtis 2019-07-08T12:30:59+02:00 2019-07-08T12:36:19+00:00 As mentioned in part 1, this tutorial is intended for people who know and use the Sketch app and are not afraid of dabbling with…
How To Build A Sketch Plugin With JavaScript, HTML And CSS (Part 1) How To Build A Sketch Plugin With JavaScript, HTML And CSS (Part 1) Matt Curtis 2019-07-05T12:30:59+02:00 2019-07-05T12:35:41+00:00 This tutorial is intended for people who know and use the Sketch app and are not afraid of dabbling with code. To profit from it…
How To Integrate Social Media Into Mobile Web Design How To Integrate Social Media Into Mobile Web Design Suzanne Scacca 2019-07-04T13:00:59+02:00 2019-07-04T12:35:23+00:00 There are a number of reasons why social media is a popular form of socialization and communication today. For starters, it gives us a chance to connect with exponentially more people than in-person…
Using Slots In Vue.js Using Slots In Vue.js Joseph Zimmerman 2019-07-03T12:30:59+02:00 2019-07-03T12:36:03+00:00 With the recent release of Vue 2.6, the syntax for using slots has been made more succinct. This change to slots has gotten me re-interested in discovering the potential power of slots to provide reusability, new features, and clearer readability to our Vue-based…