Archive for the ‘Uncategorized’ Category

Quick start working with WebGL on Ubuntu

Wednesday, January 19th, 2011

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

Tuesday, October 26th, 2010

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

My feedburner RSS

Wednesday, September 1st, 2010

http://feeds.feedburner.com/StephanChampagne

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

Monday, August 30th, 2010

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

Thursday, August 26th, 2010

Erreur :


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

Conditions :

Symfomy 1.4 avec Doctrine.

Symptômes :

La CASE des noms de la classe est de la table ne sont pas identique.

Solution :

Les erreurs les plus simples sont les plus difficiles à trouvées. :)
(more…)