Avsnitt
-
Big Daddy takes the team on a field trip to show them a ghost, but is it a trap? Only the ghost knows. A giant slug was the source of the moan Clawing Kain right down to the bone Upon death, an explosion Raining acidic corrosion Until Abed dropped like a stone. Wanderer’s Guide: https://wanderersguide.app/Norm […]
The post Pathfinder Session 14: Bard Door Reach-Around appeared first on Schaffen Creative.
-
The team delves deeper through the basement and finds themselves confronted by Big Daddy. Surely he can’t be one of their real fathers, can he? Wanderer’s Guide: https://wanderersguide.app/Norm (Abed Klatch): https://wanderersguide.app/profile/characters/303945Genius (Crew): https://wanderersguide.app/profile/characters/370156Kooch (Lady Syl): https://wanderersguide.app/profile/characters/303934Rick (Jacob Kain): https://wanderersguide.app/profile/characters/324089Patreon: https://patreon.com/2nerds1quest
The post Pathfinder Session 13: Too Much Puke, Not Enough Dixie Cups appeared first on Schaffen Creative.
-
Saknas det avsnitt?
-
Now that the team has moved down a level, things start to get interesting. There’s definitely more than meets the eye in building. Since the party was tired and sore,We decided to rest and restore.Ready for the new dayWithout further delayWe head down to a whole ’nother floor. Wanderer’s Guide: https://wanderersguide.app/Norm (Abed Klatch): https://wanderersguide.app/profile/characters/303945Genius (Crew): […]
The post Pathfinder Session 12: Wear Rubber Gloves Around Abed appeared first on Schaffen Creative.
-
The team is finding that there are way more questions than answers as they traverse the Gauntlight. After finding the blood pool they decide to camp in the run down building instead of heading back to town, but will it be to their detriment? While exploring the Gauntlight at nightFound a Brownie with his dancing […]
The post Pathfinder Campaign Session 11: Vial of Yum appeared first on Schaffen Creative.
-
The show is down 2 members, so Norm and Kooch take the reins and discuss their characters, leveling up, motivations and the story in general. They also discuss Obi-Wan Kenobi on Disney Plus, music and a few video game comments sprinkled in for good measure. Patreon: https://patreon.com/2nerds1questMyron “Doug” Bloodbeak: https://www.dndbeyond.com/characters/61987353Krixis Rubicon: https://www.dndbeyond.com/characters/32635458Jakob “The Kid” d’Orien: […]
The post Just Chatting: The Shaquille O’Neal Of Birds appeared first on Schaffen Creative.
-
The position property specifies the type of positioning method used for an element. There are five different position values: Static, Relative, Fixed, Absolute, Sticky Properties: top, bottom, left, right, z-index, clip (Clips an absolutely positioned element) Static HTML elements are positioned static by default. Static positioned elements are not affected by the top, bottom, left, […]
The post Eps 38: CSS Positioning appeared first on Schaffen Creative.
-
The first episode in quite a long time. The first 10 minutes or so are a general welcome statement and update while the last 35 mins are a tutorial on how to edit and update WordPress posts and pages. I’m a bit rusty so hopefully it’s not too hard on your ears. Look for more […]
The post Eps 37: Welcome and WordPress Tutorial appeared first on Schaffen Creative.
-
In this session Aronan, Elli and Alphonse defend Butterskull Ranch from several Orcs and a White Dragon. Character creation tool: https://dndbeyond.comAronan: Character SheetTwitter: https://twitter.com/2nerds1questWebsite: SchaffenCreative.com/2-nerds-1-quest/
The post Session 10 – Captain Butterskull Himself appeared first on Schaffen Creative.
-
Document Object Model (DOM) Taken from w3schools.com – The W3C Document Object Model (DOM) is a platform and language-neutral interface that allows programs and scripts to dynamically access and update the content, structure, and style of a document.” The W3C DOM standard is separated into 3 different parts: Core DOM – standard model for all […]
The post Eps 36: Document Object Model (DOM) appeared first on Schaffen Creative.
-
What is a fixed position footer? The concept of taking a footer that more than likely doesn’t sit at the bottom of a screen comfortably and forcing it to stay put at the bottom of the screen. This is ideal if you have information there that you would like people to have a constant view […]
The post Eps 35: Fixed Position Footer appeared first on Schaffen Creative.
-
Website SEO Write your code correctly H1, h2, h3, p, table, use alt tag on images – 2 for 1 also impacts adaptability standards (screen readers and assistance devices Mobile first Biggest push and newest standards are trending towards (or in most cases already implemented) creating a mobile friendly and responsive website Tougher to do […]
The post Eps 34: Website SEO in 2018 appeared first on Schaffen Creative.
-
The importance of testing sites in web development.
The post Eps 33: Testing Sites appeared first on Schaffen Creative.
-
Steps: 1.) Login via FTP 2.) Find the main index page of your theme 3.) Download via FTP SAVE THE ORIGINAL COPY AS A SEPARATE FILE SO YOU CAN EASILY REPLACE ANY CHANGES/ERRORS 4.) Edit page accordingly. For example: Remove sidebar code Remove main page code Add new sections using html – basic HTML, Bootstrap […]
The post Eps 32: Custom WordPress Homepage appeared first on Schaffen Creative.
-
This is a brief update on the future of the podcast, my brand (TNPW Design) and projects coming down the road.
The post Podcast Update appeared first on Schaffen Creative.
-
A mixin allows developers to create reusable CSS blocks. This helps avoiding writing repetitive code. Also allows to make quick changes without searching code for every instance. @mixin image-rotate { margin: 20px auto 0 auto; -moz-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; […]
The post Eps 31: SASS MixIn – Talking HTML appeared first on Schaffen Creative.
-
What is SASS? Considered an extension of CSS. I consider it a streamlined version of CSS. How it works Set up on your personal system – I use Koala to compile my code Done locally then uploaded to the server via Filezilla Create a .SCSS file Write ANY CSS code as you normally would Add […]
The post Eps 30: SASS Basics – Talking HTML appeared first on Schaffen Creative.
-
Check your workflow Review EVERYTHING. Look at where you work Desk setup Are you in an external office or do you sit in your living room at home Do you need to find a new spot What are you sitting in Type of chair matters How many monitors are you using Do you need a […]
The post Eps 29: Back to Basics – Talking HTML appeared first on Schaffen Creative.
-
This episode is being used as an update to what is to come in the near future.SASS, Bootstrap and JavaScript for starters. Also a giant thank you to everyone who has downloaded, listened or rated this podcast. I have read the comments and I appreciate the nice words. Come back again for more episodes coming […]
The post The Update Episode – Talking HTML appeared first on Schaffen Creative.
-
A float allows an element to be moved/placed on the webpage Float event: elements are removed from the flow of the website. Will cause issues with non floated elements. Use: Float: left, right, none Clear: left, right, both ORDER MATTERS!!! Items in the first position will be placed first. Go to itunes, stitcher, or wherever […]
The post CSS Float – Talking HTML appeared first on Schaffen Creative.
-
A very basic tutorial on how to build a Material Design expanding circle as seen on Google products. Smashing Magazine Transition article Material Design Instructions https://design.google.com/ HTML –>
+
t
f
g+
CSS .circle { width:60px; […]The post Material Design: Expanding Circle – Talking HTML appeared first on Schaffen Creative.
- Visa fler