Tutorials

You'll find here tutorials and code snippets about Drupal, Magento, Zend Framework, Ruby on Rails ...

La mobilité avec Drupal, la présentation Drupagora

Jb's picture
Jb

Drupagora est passée, c'est l'occasion de mettre à votre disposition les slides des deux présentations Adyax lors de cet évènement. Voici la première : La mobilité avec Drupal.

› Read more

Learn why, how and when use Facebook Connect inside your Drupal site.

Eugene's picture
Eugene

Starting at 30th of November 2008 Facebook announced their new cool feature called Facebook connect. Today a lot of sites are using it and their number are growing. Facebook connect integration brings to your site fastest way to make user login. Facebook connect wins where Open Id failed, managing user identities. With this simple tutorial learn how implement Facebook Connect inside your Drupal site.

› Read more

Learn some basic Drupal optimisation tricks for anonymous visitors of your Drupal site.

Sergey's picture
Sergey

Drupal is such a powerful CMS, but at the same time it is a bit weighty. Specially because of it’s flexibility and modularity, it may cause hundreds of requests to generate a single page. But, fortunately, we can deal with it. In this tutorial i will guide you through several steps of your site optimisation.

It’s important for you to refer to this tutorial title, since all this stands for a site without connected trafic. I mean your visitors do not produce any content, they do not have any account on the web site. 

› Read more

Make a Mobile version of your Drupal Site using jQuery mobile and some magic !

Alexander's picture
Alexander

By 2013, 1.83 billion mobile browsers will be in use. That means there will more than the classic browsers. You should first think of creating your site for mobile use rather than for classic browsers.

A mobile site needs simple, finger-friendly controls, to work on many browsers, and on many operating systems. And, it is very important to retrieve relevant information quickly.

› Read more
google maps

Google Maps in your Drupal site, using clustering and many other cool stuff

Ivan's picture
Ivan

 

There are many ways in which you can add a Google map to your Drupal website. You can either use contributed Drupal modules which facilitate adding maps to the pages, or you can add them manually in your custom modules and templates.

In addition, you can choose whether to use the Google Maps API directly or use some other Javascript API on a more abstract level, such as Openlayers.

 

› Read more