Skip to content
Menu
  • Web Design Business
  • Web design Fundalmentals
City Kitty Design

Design Fundamentals: Web Design

Posted on October 4, 2017


Design Fundamentals: Web Design
Last time on Backseat Designing: Molly received a verbal back-lashing for forgetting her Illustrator keyboard shortcuts. Today, Molly goes in for round two. This time she”ll be designing the website of The Futur! Will she nail her shortcuts? Can you?
—

The Futur is a startup, and we need your support! Here’s how:

See all of our products:
https://goo.gl/J52GqA

Donate to The Futur:
https://goo.gl/GKhI2c

LEARN & GROW
Pro-Group Membership: https://goo.gl/1s62Gp
Sales and Marketing Class: https://goo.gl/iF5xua
Lettering I Class: https://goo.gl/lNHaqh
CORE Strategy Kit:https://goo.gl/Uc3IKp
Agency-In-A-Box Kit: https://goo.gl/lyEdjK
Selling & Overcoming Objections: https://goo.gl/qS91x2
The Pitch Kit: https://goo.gl/MgZY6z
The Perfect Proposal: https://goo.gl/XNF4ZH
CORE UX Facilitation Kit: https://goo.gl/aAfeAL
UX Masterclass: https://goo.gl/8yH8dP

FUTUR GEAR
The Futur Mug: https://goo.gl/FuCwuO
Blind Sketch Book: https://goo.gl/hUYojY
Snapshot Numbered Print: https://goo.gl/A2KHb0

Visit our website:
https://goo.gl/a4ZtAk

See all of our free resources:
https://goo.gl/Rf6zdc

—

OUR AFFILIATE LINKS
Skillshare: https://goo.gl/YCo2uT
Amazon: https://goo.gl/K1bIhg
Creative Market: https://goo.gl/g4jlTE
Music from ArtList.io: http://goo.gl/22VpQi

—

Listen to the Futur podcast on iTunes: ?
https://itunes.apple.com/us/podcast/the-futur/id1209219220?mt=2
Android Stitcher:
http://www.stitcher.com/podcast/aaron/the-futur
Google Play:
https://play.google.com/music/listen?u=0#/ps/Itg3hr5bs4a54w73o2toxcr4vhe
Sound Cloud

—
Connect with us online: ?
https://www.facebook.com/theFuturisHere/
Tweets by thefuturishere

Logo Crits:
https://www.facebook.com/groups/FuturFeedback/
—

Need brand strategy help?
Visit Blind LA’s WEBSITE: http://blind.com

—

Credits:
Executive Producer– Chris Do
Host– Chris Do
Director– Erica Pead
Cinematography– Aaron Szekely, Mark Contreras
Editor– Erica Pead
Show Open– Roy Kang
Futur Theme Music – Adam Sanborne http://www.adamsanborne.com
Annotations– Isaiah Nwukor
Typefaces: Futura, Din
Futur theme song— Adam Sanborne

Recent Posts

  • How to Hire a Web Designer: 5 Steps
  • 5 Benefits Of Hiring Professional Web Design Companies
  • 8 tips for hiring a Web designer for your business
  • Top 5 Tips for Choosing a Web Designer
  • 7 Qualities of a Great Website

RSS Web Design News

  • How Plugins Enhance The WYSIWYG Editing Experience (Sponsored) August 2, 2022
    WYSIWYG editors are one of the core components of any content management system (CMS). A well-coded, feature-filled WYSIWYG HTML editor can distinguish between a CMS users love and one they can’t stand.  While all WYSIWYG editors have a set of basic functionality, the power of plugins enhances the editing experience. Plugins allow WYSIWYG editors to […]
  • JavaScript Event.defaultPrevented July 27, 2022
    Whether you started with the old on_____ property or addEventListener, you know that events drive user experiences in modern JavaScript. If you’ve worked with events, you know that preventDefault() and stopPropagation() are frequently used to handle events. One thing you probably didn’t know: there’s a defaultPrevented proptery on events! Consider the following block of code: […]
  • 7 Ways to Optimize Performance for Your WordPress Site (Sponsored) July 18, 2022
    The vast majority of blogs, news websites, and information websites run on WordPress. While the WordPress developer team and community do their best to ensure wordPress is performant, there are a number of practices you can implement to keep your site blazing fast. Let’s look at some of them! Use Cloudinary WordPress Plugin for Media […]
  • How to Get Extension Manifest Information July 10, 2022
    Working on a web extension can be kinda wild — on one side you’re essentially just coding a website, on the other side you’re limited to what the browser says you can do in the extension execution environment. One change in that environment is coming January 2023 — pushing extensions to move to manifest version […]
  • How to Reverse an Animated GIF June 23, 2022
    Modifying visual media via code has always been a fascination of mine. Probably because I’m not a designer and I tend to stick to what I’m good at. One visual effect I love is seeing video reversed — it provides a sometimes hilarious perspective on a given event. Take this reversed water effect for example: […]
  • CSS :optional May 22, 2022
    A decade ago HTML and CSS added the ability to, at least signal, validation of form fields. The required attribute helped inform users which fields were required, while pattern allowed developers to provide a regular expression to match against an ‘s value. Targeting required fields and validation values with just CSS and HTML was very […]
  • Get a Random Array Item with JavaScript May 9, 2022
    JavaScript Arrays are probably my favorite primitive in JavaScript. You can do all sorts of awesome things with arrays: get unique values, clone them, empty them, etc. What about getting a random value from an array? To get a random item from an array, you can employ Math.random: const arr = [ "one", "two", "three", […]
  • Legacy String Methods for Generating HTML April 26, 2022
    I’m always really excited to see new methods on JavaScript primitives. These additions are acknowledgement that the language needs to evolve and that we’re doing exciting new things. That being said, I somehow just discovered some legacy String methods that you probably shouldn’t use but have existed forever. Let’s take a look! These legacy string […]
  • Interview with an Intiface Haptics Engineer April 25, 2022
    I was recently re-reading my Interview with a PornHub Web Developer and one bit I started thinking about was the VR question and the idea of making users not just see but feel` something. The haptic feedback of VR games is what really sets them apart from your standard PC or console game. So when […]
  • Input valueAsNumber April 5, 2022
    Every once in a while I learn about a JavaScript property that I wish I had known about years earlier — valueAsNumber is one of them. The valueAsNumber provides the value of an input[type=number] as a Number type, instead of the traditional string representation when you get the value: /* Assuming an
©2022 City Kitty Design