All posts by “Jared

Getting Started with Flexbox
comment 0

Getting Started with Flexbox

Flexbox is a new layout method that was introduced in CSS3, made to create and control layouts using CSS. By using grids (flex container), it allows you to modify the width or height of child elements to dynamically fill available spaces in the best way possible. It is highly valuable when developing for different screen sizes.

Read More

Vincent Munoz Virtual Reality Mockup
comment 0

VR Interface Mockup to Paint the Future of the Web

The way we use the Internet is through everyday computing devices. This comes in the form of both desktop computers and mobile gadgets (tablets and smartphones). Enter Vincent Munoz from vincentmunoz.fr. He has created an interesting mockup on how you could explore the Internet with the use of virtual reality. You can move around using WASD on your keyboard and shift your view using your mouse.
Read More

Use the Microphone with Ionic
comment 0

Use the Microphone with Ionic

Ionic is becoming a popular choice among web developers to get into developing hybrid apps. Because of this, it is a given that the community will contribute back. This can come in the form of plugins that extend the framework’s capabilities or tutorials that give new developers an idea how to achieve a specific requirement.
This ‘Coffee Break Course’ will show you two methods to access the microphone using your Ionic developed app. All you need to do is sign up for a free trial and you’re on your way.

Read More

Filed under: HTML

 

Stampede Reviewed: Five Places to Learn Coding
comments 2

5 Places to Learn Coding

Have you ever wanted to learn to code, or know a graduate who is interested but doesn’t know the correct approach to take? With so many learning options out there, choosing the best place to learn to code can be troublesome.

A bunch of us here at Stampede, thought hard about this and reviewed a number of these learning sites. We’ve compiled a list of some of the best websites that great for learning to code for free.

Read More

Tribute Js
comment 0

New @mention Engine, Tribute.js

@mention is a user interface technique for addressing someone directly. When you@mention someone, they are tagged into a conversation.

Zurb, makers of Foundation are back with a brand new, open-source, ES6 JavaScript @mention engine called Tribute.js. A native JavaScript solution, meaning that it avoids relying on 3rd party plugins or scripts and is simple to use.

More about Tribute.js Download it from GitHub

CSS Specificity
comment 0

5 Things You Should Know About CSS Specificity

CSS Specificity helps browsers to decide which CSS property value will take precedence over other elements and is an important topic when developing websites and apps. Nobody likes to write CSS only to have it not do anything making you bang your head on the wall. CSS Specificity is often neglected and if not taken care off can waste more time trying to debug. Fold your sleeve and let’s see what you should know about CSS Specificity.

Read More

Filed under: CSS