Tag Archives: environment
Adding specific code for production only
When you are developing a website you want to get as close as production as possible, to guarantee the final result will be appropriate and to make sure everything is going to work fine. But there are special cases when you want to add some code only on production, like stats code for example. One [...]
Grass demo: background sounds
Grass is an example of how to create an environment with multiple sounds playing in the background at random intervals. See the demo: http://dev.enekoalonso.com/research/grass.php
Setting up a development environment
I want to left behind the days when I was developing code without any version control system. I have been using these at work for years now, but never for my personal projects. So know I use/have two SVN repositories: enekoalonso.com/svn for my personal projects and tests. code.google.com/u/eneko.alonso/ for more complex projects in which other [...]