public marks

PUBLIC MARKS from Spone with tag guide

2017

2016

A technical guide to SEO

If you're the owner or maintainer of a website, you know SEO matters. A lot. This guide is meant to be an accurate list of all technical aspects of search engine optimisation. There's a lot more to being "SEO friendly" than just the technical part. Content is, as always, still king. It doesn't matter how technically OK your site is, if the content isn't up to snuff, it won't do you much good. But the technical parts do matter, after all.

2015

How to setup your own private, secure, free* VPN on the Amazon AWS Cloud in 10 minutes by Web Development

So, we all know the benefits of using a VPN like privacy, anonymity, unblocking websites, security, overcoming geographical restrictions and so on. However, it has always been hard to trust a VPN provider who could potentially log and intercept your internet traffic! Launching a private VPN server will give us the best of what a VPN truly offers. This guide will walk you through all the steps to running your own VPN server in about 10 minutes.

2014

How to integrate Sidekiq with ActiveJob - Ruby Journal

One of the hot thing in Rails 4.2 is the brand new ActiveJob gem, this gem consolidate the API for background job gems on the market such as DelayedJob, Resque, etc. Today I am going to guide you through how to integrate Sidekiq with ActiveJob

Introduction | Nick's Playbook to Build Apps with PhoneGap and Famo.us

Instead of writing with Java, Obj-C, or C#, you'll write in Javascript, using the Famo.us framework for your display code using very little HTML. We'll use the Cordova toolchain, and PhoneGap Build, to wrap the code and produce native binaries for iOS and Android. Hopefully Windows soon too. Through my experience building PhoneGap apps, I've encountered many unknowns/bugs/features, and if you've tried building a PhoneGap app, you likely have as well. From handling the Back button on Android and incorporating it into your routing, to having consistent and beautiful transitions across every page, the scope and challenges of building an end-to-end PhoneGap app can expand quickly. This guide is a series of patterns that can be used to augment existing knowledge, or as a reference resource.

Static Web Apps - A Field Guide

by 1 other
Static Web Applications run independently of the need for server-side dynamic processing. Static web architecture eases common web development headaches without introducing additional complexity. This guide will introduce you to the world of static web applications and offer solutions to common challenges encountered while building them. Welcome!

git - petit guide - no deep shit!

by 1 other
juste un petit guide pour bien démarrer avec git. no deep shit ;)

2013

Easing Functions Guide de référence

by 2 others
Easing function précise la vitesse d’exécution d’une animation pour la rendre plus réaliste. Un objet réel ne commence pas son mouvement instantanément et à vitesse constante. Lorsque nous ouvrons un tiroir, nous devons d’abord indiquer son accélération puis sa décélération. Lorsque quelque chose tombe, sa vitesse de chute va de plus en plus vite puis, lorsqu’il touche le sol il rebondit. Cette page permet de choisir la fonction désirée.

A Beginner's Guide to Perceived Performance: 4 Ways to Make Your Mobile Site Feel Like a Native App | Mobify

Building well-designed websites on mobile devices is slowly becoming easier and easier. Whatever the method (responsive, adaptive, etc.), if you know what you're doing, crafting a good-looking site is not a problem. But your clients, just like ours, may still be asking for that app-like experience. And creating such experiences remains a challenge.

2011

Styleguide — Paul Robert Lloyd

This document is a guide to the mark-up styles used throughout the site.

A successful Git branching model » nvie.com

by 7 others
In this post I present the development model that I’ve introduced for all of my projects (both at work and private) about a year ago, and which has turned out to be very successful. I’ve been meaning to write about it for a while now, but I’ve never really found the time to do so thoroughly, until now. I won’t talk about any of the projects’ details, merely about the branching strategy and release management.

2010

LukeW | Touch Gesture Reference Guide

by 3 others (via)
The Touch Gesture Reference Guide is a unique set of resources for software designers and developers working on touch-based user interfaces.

2009

The Ultimate Guide to Version Control for Designers

This article will help you to understand why version control is important for designers and help you to start using it for your projects.

Carsonified » The Definitive Guide to GET vs POST

by 3 others
Unfortunately there is a lot misuse of GET over POST and vice versa. Both HTTP methods can achieve the same goals, but an incorrect choice between them can lead to unexpected and potentially harmful outcomes. So, to make sure we get things right, I present to you the definitive guide of choosing between GET and POST.

2008