Archive for the ‘PHP’ Category

New Sites Live

Friday, November 14th, 2008

I realize it’s been several months since I’ve posted an update, but I’ve been nose down in project since June. I am happy to announce two new sites now available;

1. HumTum.com - a cool dating website geared towards connecting people from around the world.

2. SitterScout.com - a great social network idea focused on connecting parents with sitters in a community connection method.

If you get a chance, check both of these sites out, they’re free to register.

Both were written in Ruby on Rails using Agile Development methods and SCRUM management.

If you’re starting a project or need additional resources for your project, feel free to contact me to discuss how I might be able to help. I develop in Ruby on Rails, PHP and ASP.NET with very competitive rates.

Akelos is some new hotness for PHP

Thursday, May 22nd, 2008

Ok, so I don’t usually blog about PHP….well in this blog you’ll see zero previous posts about PHP….but I’ve been keeping tabs on a new PHP MVC framework called Akelos. What is intriguing to me about Akelos is it’s a direct port of the Rails framework for PHP.

Now, for an avid Rails developer having to code a project in PHP this is the best solution. We have to admit, at times we’re not “allowed” to code a project in Rails. Whether it be a legacy PHP system or a rigid decision by a new client, some times we’re in a situation where we HAVE to code in PHP. Enter Akelos.

So the first thing that caught my attention as a “wow” factor of Akelos over CakePHP, Symfony or one of the other PHP MVC frameworks(besides being a port of Rails) was the use of sintags. This is an especially nice feature for Rails developers using Akelos. 

Sintags allows you to use Ruby syntax in a number of Akelos views including such calls as “render :partial => “your partial name”. This is a fantastic bridge between the two frameworks for someone in my situation. 

Hop on Akelos.org and checkout some of the features and Rails similarities for yourself.

I’ll post some code comparisons of sintags in a future post.