Tutorials

Material CSS Animation Slide and Grow

Here is a small code snippet to create a Slide and Grow animation using CSS

See the Pen ZORaym by Wathek LOUED (@wathekloued) on CodePen.

July 28, 2016

AngularJS Guide and Best Practice

Here is a link about AngularJS best practice this is very useful and will make you better understand AngularJS https://google-styleguide.googlecode.com/svn/trunk/angularjs-google-styl...

February 24, 2014

AngularJS Boilerplate

Do you want to start a new project using AngularJS ? Alright the best thing to do is to use ng-BoiletPlate it provides everything you need to start your new project.

It includes many features and prepares a folder structure easy to use. Take a look at this link : http://joshdmiller.github.io/ng-boilerplate/

November 16, 2013

Composer + CodeIgniter (Paypal REST API)

Hi everybody, this is how to do to use Composer with CodeIgniter. For this tutorial we assume that we want to use the new Paypal REST API.

So first of all we need to have CodeIgniter (http://ellislab.com/codeigniter). Once it's installed you need to install composer for that you can just get it from http://getcomposer.org/download/.

September 10, 2013

Setup Raspbian on Raspberry PI

You just bought a new Raspberry PI ? Well that's cool let's install it. First of all we'll have to download the Raspbian OS which is a Debian GNU/Linux Distribution adapted to the Rasoberry PI Card.

So for this you'll need:

August 4, 2013

Instaling XCache on a Debian Wheezy

So What's XCache ? XCache is a powerfull PHP Accelerator (similar to APC, eAccelerator, etc). It's stable enough and really very fast.

Important: This tutorial assumes that you already have a running webserver (Apache) and PHP installed.

Let's install XCache. First of all I recommand doing a full upgrade of your system, for that do :

# apt-get update && apt-get dist-upgrade

Once that's done all we need to do is :

# apt-get install php5-xcache

June 8, 2013