SocialAccess Network

  • Home

Article

JavaScript Generator Functions

A little while ago, I came across a feature in JavaScript I hadn’t seen before: Generator functions. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function* At first, I was perplexed at what these could be used for. Even still, I find it hard to find a use-case Read more…

By Micheal Pearce, 9 monthsSeptember 2, 2021 ago
hands of people reaching to each other
CSS Guide Position Property Positioning Technology

CSS Positioning – Position Relative

Position relative can be compared to the margin property. However, they do affect elements in different ways. Adding margin to a element will push other elements away. Position relative, though, will not effect other elements. The way I like to Read more…

By Micheal Pearce, 1 yearFebruary 9, 2021 ago
CSS Guide Positioning Technology

CSS Positioning – Margin

Margin is a way of positioning elements relative to their current position on the page. It is best used when you just need to add some space between two elements. There are other use-cases for it too, but this is Read more…

By Micheal Pearce, 1 yearFebruary 8, 2021 ago
CSS Guide Positioning Technology

CSS Positioning – Floats

Using floats is some what of a older method, and I wouldn’t recommend using it except for in specific moments. Now-a-days CSS has better tools built into it to achieve the layouts you would create using floats. None the less, Read more…

By Micheal Pearce, 1 yearFebruary 5, 2021 ago
photo of woman doing yoga on grass field
Code Snippet

Sassy FlexBox Mixin

By Micheal Pearce, 1 yearFebruary 4, 2021 ago
brown wooden dock
Guide Technology

Ubuntu 20.04 – Configure DNS

Here recently I was setting up a ubuntu 20.04 server and was experiencing network lag when first connecting to a domain (i.e. sudo apt update). To resolve this, I set out to update the DNS IPs on the server. However, Read more…

By Micheal Pearce, 1 yearFebruary 3, 2021 ago
Subscribe to SocialAccess Network

Enter your email address to subscribe to receive notifications of new articles by email.

Categories
  • Article
  • Code Snippet
  • Guide
    • CSS
      • Positioning
        • Position Property
  • Technology
Recent Articles
  • JavaScript Generator Functions
  • CSS Positioning – Position Relative
  • CSS Positioning – Margin
  • CSS Positioning – Floats
  • Sassy FlexBox Mixin
  • Ubuntu 20.04 – Configure DNS
Tags
CSS DNS Examples JavaScript Linux Mixin NetPlan SASS SCSS Server Ubuntu UI Web Design
  • Home