User Carlos Gil - Stack Overflowmost recent 30 from stackoverflow.com2009-12-01T23:12:13Zhttp://stackoverflow.com/feeds/user/8364http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/105223/what-opensource-cms-generates-clean-xhtml-is-skinable-with-css-and-has-a-light/545130#5451300Answer by Carlos Gil for What opensource CMS: generates clean xhtml, is skinable with css, and has a lightweight markup content editor?Carlos Gil2009-02-13T08:09:20Z2009-02-13T08:09:20Z<p>I like <a href="http://radiantcms.org/" rel="nofollow">Radiant CMS</a>. Simple, easy to use and flexible, and it has markdown filters integrated.</p>
http://stackoverflow.com/questions/69384/opinion-of-hosted-svn-providers/85509#855096Answer by Carlos Gil for Opinion of Hosted SVN providers?Carlos Gil2008-09-17T17:15:55Z2008-09-17T17:15:55Z<p>We are using <a href="http://unfuddle.com/" rel="nofollow">unfuddle</a> (the free plan) for about a year: very easy to setup and realiable.</p>
http://stackoverflow.com/questions/39092/opengl-or-direct3d-for-a-new-windows-game-project-or-something-else/77422#774221Answer by Carlos Gil for OpenGL or Direct3D for a new Windows game project? Or something else?Carlos Gil2008-09-16T21:39:09Z2008-09-16T21:39:09Z<p>I have no previous OpenGL, DirectX or videogame experience and i have made have an <a href="http://sourceforge.net/projects/crazycars" rel="nofollow">open source race videogame</a> with <a href="http://www.ogre3d.org/" rel="nofollow">Ogre3d</a>. Is a very good framework to start in videogames: well done code, plenty of <a href="http://www.ogre3d.org/wiki/index.php/Main_Page" rel="nofollow">docs</a> and info in the net and <a href="http://www.ogre3d.org/wiki/index.php/Ogre_Tutorials" rel="nofollow">very good starting tutorials</a>.</p>
<p>The rendering engine is DirectX/OpenGl agnostic, you can later select to render your game with OpenGL or DirectX (withouth changes in your code)</p>
http://stackoverflow.com/questions/55574/learning-ruby-on-rails/64120#641203Answer by Carlos Gil for Learning Ruby on RailsCarlos Gil2008-09-15T15:48:40Z2008-09-15T15:48:40Z<p>As you, I'm a java/C# developer trying to learn more Ruby On Rails.</p>
<p>I'm taking the free online course <a href="http://www.javapassion.com/rubyonrails/" rel="nofollow">Ruby on Rails Programming with Passion</a>, is a good introductory course, check it out. </p>
<p>We are using <a href="http://www.netbeans.org/" rel="nofollow">NetBeans</a> as IDE (win/mac/linux/solaris), if you are used to Eclipse or Visual Studio, there is a good chance you will like it.</p>
http://stackoverflow.com/questions/39092/opengl-or-direct3d-for-a-new-windows-game-project-or-something-else/77422#77422Comment by Carlos Gil on OpenGL or Direct3D for a new Windows game project? Or something else?Carlos Gil2009-02-13T08:05:48Z2009-02-13T08:05:48Zwell, it was only a project to start in 3D videogames, is not complete We made it during a videogames master.