blog
5 Ways to Make Ajax Calls with jQuery
22 août 2011 | Développement, jQuery, Tutoriaux

There are at least five ways to make AJAX calls with the jQuery library. For beginners, however, the differences between each can be a bit confusing. In this tutorial, we’ll line them up and make a comparison. Additionally. we’ll review how to insp… Continuer la lecture

73 tutoriels pour faire défiler vos contenus (Slideshow, Sliders & Diaporama)
15 août 2011 | Image, jQuery, Tutoriaux

Les diaporamas et autres Slideshows sont devenus un passage quasi-obligé pour les sites qui veulent présenter un grand nombre d’informations tout en ménageant l’espace disponible. Voici une liste condensée de 73 tutoriels ou scr… Continuer la lecture

Géolocalisation en HTML5
11 août 2011 | Javascript, Tutoriaux

Tutoriel issu de ma présentation à la KiwiParty 2011.

La géolocalisation fait partie des API gravitant autour de HTML5 (Geolocation API Specification) et des nouvelles fonctionnalités introduites par la mobilité. Ses usages sont nombreux et so… Continuer la lecture

Create GPS-enabling web applications
4 août 2011 | Développement, jQuery, PHP, Tutoriaux

This article walks you through building the back end and front end of a GPS-enabled web application using PHP. Continuer la lecture

HTML5 Web Notifications
2 août 2011 | HTML, Tutoriaux

Ever wanted to notify your site clients/users while they are surfing in your site? notifications like “Mail message arrived”, “Printer out of paper” are available through smart clients for decades but in web applications they are not so easy to… Continuer la lecture

Face detection in images using PHP
6 juillet 2011 | Image, PHP, Tutoriaux

In a previous post we saw how to detect human faces in images using JavaScript. In the current post we will look into a PHP port of a JavaScript face detection algorithm without using openCV. Since the code is completed written in PHP it cannot attain… Continuer la lecture

PHP Time Ago
4 juillet 2011 | PHP, Tutoriaux

A simple way to display ago with UNIX time. Demo index.php ago.php file Continuer la lecture

jQuery Techniques For Good User Experience
15 juin 2011 | jQuery, Tutoriaux

There are many well-identified ways to increase the satisfaction of users through clear interactions, thus enhancing the functionality of a website. These good practices all have their individual translation into jQuery components that can be applied a… Continuer la lecture

CSS3 regions: Rich page layout with HTML and CSS3
14 juin 2011 | CSS, HTML, Tutoriaux

Get an overview of the proposed CSS3 regions extensions for complex layouts of traditional magazines. Continuer la lecture

10 useful .htaccess snippets to have in your toolbox
30 mai 2011 | Développement, Tutoriaux

Before editing your .htaccess file, always make a backup so you can restore it if needed.Remove www in urlFor SEO reasons, you might always remove (or use) the www prefix in your urls. The following snippet will remove the www from your website url and… Continuer la lecture

Quick Tip: Create Cross-Browser Datepickers in Minutes
24 mai 2011 | Javascript, Tutoriaux

Advertise hereIn this quick tip, I’ll show you how to use the new HTML5 date input, and then provide a fallback jQuery UI solution for the browsers which don’t yet support this new input type.

Prefer a Video Tutorial?

Subscribe to our YouTube … Continuer la lecture

How to create offline HTML5 web apps in 5 easy steps
23 mai 2011 | Développement, HTML, Tutoriaux

Getting startedView DemoDownload files1 – Add HTML5 doctypeThe first thing to do is create a valid HTML5 document. The HTML5 doctype is easier to remember than ones used for xhtml:
<!DOCTYPE html>
<html>

Create a file named index.ht… Continuer la lecture

An Introduction To CSS3 Keyframe Animations
17 mai 2011 | CSS, Tutoriaux

  

By now you’ve probably heard at least something about animation in CSS3 using keyframe-based syntax. The CSS3 animations module in the specification has been around for a couple of years now, and it has the potential t… Continuer la lecture

Tutoriel pour débuter avec Symfony2
17 mai 2011 | PHP, Symfony, Tutoriaux

Ce tutoriel a pour but de vous faire découvrir le framework Symfony2 à travers la création d’une petite application web. Continuer la lecture

Custom Scrollbars in WebKit
2 mai 2011 | CSS, Tutoriaux, Webdesign

Way back in the day, you could customize scrollbars in IE (5.5) with non-standard CSS properties like scrollbar-base-color which you would use on the element that scrolls (like the <body>) and do totally rad things. IE dropped that.These days, cu… Continuer la lecture

Photobooth with PHP, jQuery and CSS3
27 avril 2011 | CSS, jQuery, PHP, Tutoriaux

In this tutorial, we will be building a jQuery and PHP powered photobooth. It will allow your website visitors to take a snapshot with their web camera and upload it from a neat CSS3 interface. Continuer la lecture

8 Useful jQuery Mobile Tutorials
27 avril 2011 | jQuery, Mobile, Tutoriaux

jQuery mobile framework takes the write less, do more mantra to the next level: Instead of writing unique apps for each mobile device or OS. Although jQuery Mobile is still relatively new but with jQuery Mobile, developers can write applications as web… Continuer la lecture

Create a CSS3 Image Gallery with a 3D Lightbox Animation
19 avril 2011 | CSS, Tutoriaux

For the most part, the CSS3 tutorials and examples out there are a little dull. Of course there are some really great examples out there such as Benjamin de Cock’s CSS Playground but most others consist of a drop-shadow here and a few rounded corners… Continuer la lecture

Top 10 CSS 3 forms tutorials
18 avril 2011 | CSS, Tutoriaux

HTML5 & CSS3 form HTML5 introduced useful new form elements as such as sliders, numeric spinners and date pickers. This tutorial will show you how to create a form with HTML5, and make it look really cool with CSS3. A great way to get started in bo… Continuer la lecture

HTML5 Tutorial
6 avril 2011 | HTML, Tutoriaux

Web applications are getting powerful by the day. The latest version of HTML named HTML5 brings a powerful set of standards and API that will bring new capabilities to Web applications. The browser vendors too are in a race to implement most of the sta… Continuer la lecture

An Introduction to Stored Procedures in MySQL 5
6 avril 2011 | Bases de données, Tutoriaux

MySQL 5 introduced a plethora of new features – stored procedures being one of the most significant. In this tutorial, we will focus on what they are, and how they can make your life easier.

Introduction

“ A stored routine is a set of SQL state… Continuer la lecture

How To Use CSS3 Pseudo-Classes
30 mars 2011 | CSS, Tutoriaux

  CSS3 is a wonderful thing, but it’s easy to be bamboozled by the transforms and animations (many of which are vendor-specific) and forget about the nuts-and-bolts selectors that have also been added to the specification. A number of powerful ne… Continuer la lecture

Try MongoDB, a short interactive MongoDB tutorial
29 mars 2011 | Bases de données, Tutoriaux

Try MongoDB, a short interactive MongoDB tutorial Continuer la lecture

8 great MySQL Performance Tips
17 mars 2011 | Bases de données, Optimisation, Tutoriaux

Many developers often forget to optimize mySQL so I bring you some good tips on what to do to help your database work. Continuer la lecture

8 jQuery Methods You Need to Know
17 mars 2011 | jQuery, Tutoriaux

 jQuery has become the most famous Javascript framework because of its simplicity and totally rewrote the hassle of writing traditional javascript. Well, I used to hate javascript, but jQuery changed my mind. It saves tremendous of time to develop int… Continuer la lecture