Blog #page1

Long live css4!

css

Mar 3, 2020

Lets check out the status of css4

Read more

Mailing with symfony, what can we do!

symfony php

Dec 2, 2019

Lets see what we can do with the new mime and mailer component

Read more

Bootstrap carousel using Animate.css

bootstrap css

Aug 20, 2019

Adding some Animate.css to a bootstrap carousel

Read more

Codepen: Shots for Practice!

css codepen

Jul 11, 2019

Made an example pen based on a drible

Read more

Share!

javascript

Jul 2, 2019

Checking out the share api in JavaScript

Read more

Vue, creating custom component

medium vuejs vue-plugin

May 14, 2019

We have already started making a vue app. Now let's go and try and make a custom component using vuejs. It could be useful they said.

Read more

Codepen: solutions!

css codepen

Mar 27, 2019

Made an example pen based on a drible

Read more

Symfony, a small introduction

medium php symfony

Feb 26, 2019

Symfony, a set of reusable PHP components from a while back. Since a latest version of 4.0 they introduced a new way of setting up a app/website/api/component. A flex way using symfony flex. Lets take a small look at what to do with that!

Read more

Symfony autowire, how to

medium php symfony

Dec 13, 2018

Symfony, a set of reusable PHP components, has the auto wire feature for a while now. Lets dive into that. Let’s auto wire a hello world service.

Read more

Lets get started with css grid

medium css symfony

Aug 7, 2018

Css grid, introduced ages ago in internet explorer 10 with their own rules is now probably in your browse. We want to get started with it and check how far we can go in browsers. And still thinking about some IE11 uses. They are there. You can check a full example of the finished example.

Read more

Let’s get started on that pwa

medium javascript symfony

Aug 7, 2018

Google made up a word, pwa. Progressive web app. And it is awesome. Create a web page and say it can be opened from an icon on your phone. Cool, now Apple will support the way they agreed upon. Microsoft even add’s the “apps” to the store when you have one. Let’s get you started!

Read more

Create examples!

medium github

Feb 13, 2018

Ever wondered around github and seen an awesome package you would like to use, only to see there is a readme of one line not explaining what is does. No more, lets document things.

Read more

Let’s webpack… encore!

medium webpack css javascript

Nov 29, 2017

So i build websites and apps regularly, and i use build tools all the time. Once i started using grunt a long time ago i fell in love. But every project you had the hassle of setting up all the tasks you want. And the basics is just building javascript (using babel), uglyfying on production it and do the same on the css side of things. So much work, every time. Now comes webpack encore.

Read more

Animate with Intersection­Observer

medium javascript

Nov 8, 2017

Animate your website using the Intersection ­Observer API

Read more

Let’s store some data in a vue app

medium vuejs

Oct 11, 2017

Add vuex to your vuejs application.

Read more