Modified version of geomap javascript

I made this because I was very unable to understand the jquery.googlemap.js code using in the geomap module. The purpose of this module is to parse geo microformats in a page and display corresponding markers on a google map.

If you are working with Google maps maybe this wil be useful to you. I make it working with location module by formatting the display of locations infos as geo microformat :

<div class="geo" title="'. $node->title .'">
<p>
<strong>Street : </strong>'.$location['street'].'
</p>
<p>
<strong>House number : </strong>'.$location['name'].'
</p>
<p>
'.$location['city'].', '.$location['province'].', '.$location['postal_code'].'
</p>
<span class="latitude" title="'. $location['latitude'] .'"/>
  <span class="longitude" title="'. $location['longitude'] .'"/>
</div>

You can get the file here.

Manuel du guerrier de la lumière

Le "guerrier de la lumière" a besoin d'enseigner ce qu'il a appris parce qu'"il sait que s'il parvient au terme de son voyage dans un paradis vide, son combat n'en aura pas valu la peine".

Paulo Coelho

Web design success guide

I found this ebook. It is free and I really appreciate it. It give living experience of a web designer.

Download

CCK vous dites?

I haven't yet understand the utility of Drupal CCK module. The purpose of this kit is to help users add new content types (the defaults are "page" and "story") and modify them. Therefore it is possible to create a new content type named "product" containing the fields "name", "quantity" to present your products, and this, without any coding.

You can read this post : drupalfrance (in french)

CRUD Zend

I am really happy to present this application I developped which implement the design pattern MVC of Zend Framework.
It is an implementation of this solution of Sekaijin in this french forum of Zend framework.

The configuration files are in the folder "application/config". Each controller require a configuration file in the folder "controllers/config".

I hope this will help other Zend Developper to go more faster...

Download files

Syndicate content