By Dimitri 24 February, 2010 - 14:56
tester la config des VHost:
apachectl -t
Probleme de droits : http://www.macosxhints.com/article.php?story=200906100223537
Une solution qui peut être interessante:http://alen.mobi/blog/2009/09/16/snow-leopard-web-developer/
By Dimitri 26 December, 2009 - 19:59
By Dimitri 18 December, 2009 - 11:23
<?php
/**
* Implementation of hook_content_extra_fields().
*/
function pom_reservation_content_extra_fields($type_name) {
$extra = array();
if (variable_get('pom_reservation_node_default_state_'.?>
By Dimitri 17 December, 2009 - 11:20
By Dimitri 12 December, 2009 - 12:28
/Volumes/Iomega HDD 1/Images/iPhoto/Originals/2000/lille nov. 04/DCP_0058.jpg
/Volumes/Iomega HDD 1/Images/iPhoto/Originals/2004/marion grand vacance noirmoutier 2004/DSCN1493.NEF
/Volumes/Iomega HDD 1/Images/iPhoto/Originals/2004/marion grand vacance noirmoutier 2004/DSCN1494.NEF
/Volumes/Iomega HDD 1/Images/iPhoto/Originals/2008/Rouleau 106/1843252_5.gif
By Dimitri 7 December, 2009 - 17:27
Hooks and Handlers
You have to tell Views about your tables using a hook. Views offers 3 hooks:
<?php
hook_views_tables();
hook_views_arguments();
hook_views_default_views();
?>
In addition, Views also supports handlers for a number of tasks, making it possible to customize the behavior of fields when being used. The handlers take various kinds of data, and some of them even allow direct access to the query building object. Care must be used to ensure that manipulating that object doesn't cause the query builder to write SQL that won't parse!
By Dimitri 16 November, 2009 - 21:15
[?php
echo 2+3;
echo phpinfo();
?]
By Dimitri 16 November, 2009 - 20:43
By Dimitri 16 November, 2009 - 12:14
Tutorial pas à pas pour Indesign
By Dimitri 20 October, 2009 - 16:23
The calendar date pop-up in IE6 seems to be break in IE6
A simple
iframe.ui-datepicker-cover { display:none; }