RailwayJS - MVC framework for NodeJS... (Lire)
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
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
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
This article walks you through building the back end and front end of a GPS-enabled web application using PHP. Continuer la lecture
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
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
A simple way to display ago with UNIX time. Demo index.php ago.php file Continuer la lecture
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
Get an overview of the proposed CSS3 regions extensions for complex layouts of traditional magazines. Continuer la lecture
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
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
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
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
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
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
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
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
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
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
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
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
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 Continuer la lecture
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
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