Some sites which prove to be useful again and again for general reference and trends in web development. […]
Category: Blog
User Experience (UX) Resources
Some favourite sites: Some free courses: […]
SASS/SCSS
Sass stands for Syntactically Awesome Stylesheets and cuts down on the repetitive nature of CSS coding with logic and rules and inheritance. I use the SCSS syntax in Microscoft Visual Studio Code to compile the code in my local development environment with Node.js […]
Beautiful Typography for the Web
Adobe Typekit and Google WebFonts are noteworthy font services. Understrap, the development parent theme of this site, uses the popular font awesome for font symbols but there are heaps more. […]
Responsive Web Design
The idea of Responsive Web Design, conceptualized by Ethan Marcotte, involves the use of flexible grids, images and video combined with media queries to create web layouts that will scale to look good on any size of display. When the browser window is resized, the content adjusts to fit. I like Chris Pederick’s Web Developer […]