Lately, I’ve been interested in the benefits of having a dedicated source control server. Read More...
Tags: atom, eclipse, energy efficient, project, source control, subeclipse, svn, thoughts
No Comments »
Here is a quick tip to save some trouble. The goal here is to get clean urls like http://localhost/site/test/5 or http://localhost/site/contact without having a query string variable and also not having the filename index.php show up. Read More...
Tags: apache, clean, configure, framework, modrewrite, php, url, yii
No Comments »
I’ve been considering some development with Ruby and Rails. As I’ve used the Netbeans IDE before and liked it, I downloaded the Ruby version to give it a try. Read More...
Tags: configure, install, netbeans, ror, ruby, ruby on rails
No Comments »
Manually filling rows of data in ASP.NET controls can be a bit unintuitive. I’ll go over a few things I learned recently. I’m writing up this posting off the top of my head, so I can’t say for certain the code examples are correct in syntax. Read More...