|
You are here |
www.ianrose.me | ||
| | | | |
alvaromontoro.com
|
|
| | | | | We already have the HTML skeleton from the previous post, and it's a functional form. It is time now to style it so it looks nice. The first consideration is going to be what browsers we want to support. It may sound silly: Chrome, Firefox, Safari, and Edge are in... but should we include IE11 in the mix? :: Blog post at Alvaro Montoro's Personal Website. | |
| | | | |
cathydutton.co.uk
|
|
| | | | | How to build a jQuery tooltip.} | |
| | | | |
meyerweb.com
|
|
| | | | | ||
| | | | |
janikvonrotz.ch
|
|
| | | For my last project I had to build a web application to administrate a MongoDB database. Due to using Meteor quite a lot I heard about Graphql and the Apollostack. Graphql, which is a specification done by Facebook engineers, promises to be the better REST API (which I hope it is). I became curious and decided the build the server API with Apollo. First I tried to evade using the Meteor as build system as I don't want to get too accustomed to this full-stack ecosystem. However, building a live-reload server and client build system in ES6 with Node.js, Babel and Webpack was simply too much work compared to building this simple web app. So in result this was my stack: | ||