Tutorials

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

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

Learn how to use Flash front-end complex applications with your Drupal site.

admin's picture
admin

In this tutorial I will tell you about integrating your Flash application with Drupal 6.x. The first question that arises is – how will Drupal and your application communicate ? They will communicate using the AMF (Action Message Format). This is a binary format used to serialize ActionScript objects. This information is enough to start with.

› Read more