Stéphan Champagne

Setting android with caldav

Auteur: 
Stéphan Champagne

Just a quick info, searching for caldav I couldn’t find much until I looked for ics where I found http://www.icssync.com/
its 19 days trial, but just a 1.99$ to buy.
Good deal

brightness shortcuts not working on Ubuntu

Auteur: 
Stéphan Champagne

try modifying:
/etc/default/grub
add:
acpi_backlight=vendor
to the line:
GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”
to get:
GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash acpi_backlight=vendor”
save and execute:
sudo update-grub
restart

Le projet GOD (the GOD project)

Auteur: 
Stéphan Champagne

Et bien après des mois sans publication, je suis de retour avec un billet qui n’a rien de technique.
En fait c’ est depuis le confort d’ un autobus en mouvement, dans le cadre d’ un combat épic avec l’autocomplétion de mon cellulaire que je cuisine cet article d’ une saveur sociale plutôt qu’ électronique. Avec l’ aide des participants aux soirée de geeks de DevLAB nous avons entrepris un projet qui me tient des plus à coeur. Il s’agit du projet GOD(Greater Organism Design).

svn: Server sent unexpected return value (405 Method Not Allowed) in response to …

Auteur: 
Stéphan Champagne

This error usually indicates the folder you’re trying to add already exists in the repository. The easiest solution for me was to rename the folder in the workspace. Commit. Name back to original name. Commit

Error with Doctrine – Symfony migrate and text field

Auteur: 
Stéphan Champagne

first read this for general help on understanding

http://bit.ly/bR8Awx

If you have in your migration file something like :

$this->addColumn('< tablename >', '< columnname >', 'text', '', array(
'notnull' => '',
));

Then, if you get the error,

Quick start working with WebGL on Ubuntu

Auteur: 
Stéphan Champagne

To test WebGL, go to http://www.khronos.org/webgl/wiki/
On Ubuntu use Chromium browser,
add the repository with

sudo apt-add-repository ppa:chromium-daily/ppa
sudo apt-get update
sudo apt-get install chromium-browser

Then svn checkout the demos from

https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl

Have fun :)

Symfony, return values without the sfoutputescaper

Auteur: 
Stéphan Champagne

$object->getData(ESC_RAW) will return the data RAW

Configurer une source ODBC 32 sur windows 7 (Access, DBASE, Excel, FoxPro)

Auteur: 
Stéphan Champagne

Simplement utiliser l’AUTRE administrateur ODBC , executez odbcad32.exe dans C:\Windows\SysWow64
Shortest post ever !

Erreur symfony : la mauvaise connexion est utilisé lors de la requête avec Doctrine

Auteur: 
Stéphan Champagne

Erreur :


SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘DB2.tblfromdb1′ doesn’t exist. Failing Query

Conditions :

Symfomy 1.4 avec Doctrine.