Archive for May, 2010

Using the Ruby on Rails web framework – How to install Rails and create a simple blog (Part 2)

Wednesday, May 12th, 2010

This article is the follow up of “Using the Ruby on Rails web framework – How to install Rails and create a simple blog (Part 1)”. In Part 1 of this tutorial (Step 1 to 8) you looked at how to install Rails on a Hostmonster web account, you set up the database, created and [...]

 

Using the Ruby on Rails web framework – How to install Rails and create a simple blog (Part 1)

Thursday, May 6th, 2010

This is a beginner’s guide to installing Ruby on Rails and creating a simple, secured blog relatively fast. Ruby on Rails is an open source MVC web application framework based on the Ruby programming language. It’s intended to be used with an agile development methodology that is used by web developers for rapid development. If [...]

 

Using the CodeIgniter PHP web framework – How to create a simple secured blog in 30 minutes

Tuesday, May 4th, 2010

This is a beginner’s guide to installing CodeIgniter and creating a simple, secured blog in about 30 minutes. CodeIgniter is an open source MVC web application framework with a very small footprint. Its aim is to enable developing projects much faster than writing code from scratch, by providing a set of libraries for commonly needed [...]