Chromaroma goes from Beta to Live

We are proud to announce the full launch of Chromaroma. Here at Dynamic50 we have been working with Mudlark on the development of Chromaroma for quite some time now. Dynamic50 took over the development work in September 2010 and several members of our team here have had the opportunity to work on it. Development was [...]

Ruby on Rails Training weekends

****AMENDED TIMES********************* The date of this course has been moved to 16th – 17th April, details and booking is available at http://rubyonrailstraining.eventbrite.com/ ****************************************** Following on from our last post and the feedback we received, we have decided to move the Rails training course to run over a weekend rather than during the week. We have [...]

Installing Ruby on Rails and MultiRuby on Snow Leopard

Below are instructions on how to install a multi-ruby system, Ruby on Rails and everything you need to run a basic Ruby on Rails setup. Running the RVM gem (which we show how to install) allows you to easily run multiple Ruby versions and switch seamlessly between them. First steps: – Checking your Architecture Make [...]

Updating Blog Feed

We have updated our blog feed. You can now get it here: http://feeds.feedburner.com/dynamic50. Please update your blog reader, we will be deprecating the old feeds shortly.

Rubymash now has Ruby on Rails Job listings

Rubymash has been ticking along nicely as a map of freelancers and companies working with rails throughout the world. Traffic has been fairly consistent since the site was first released. However all Rubymash offered was a directory of freelancers and companies on a map. Sticking with the on-a-map idea, we have just released a jobs [...]

Rails 3.0: Mount Multiple Apps as Engines

Since last week I have been working on upgrading a major project from Rails 2.3.5 to Rails 3.0.0.beta and also on moving other projects to use the latest version of bundler. Getting all to work was not easy, but this gave me a chance to look into the rails initialization code in detail. Based on [...]

Quick install for ruby 1.9.1 and Rubygems 1.3.5 from source on Ubuntu.

Here’s a quick howto guide on installing Ruby 1.9.1, Rubygems 1.3.5 and dependencies on Ubuntu. The apt-sources version of Ruby is not the latest version, as such it is better to compile everything from source. First make sure your package sources are up to date and you have build essential and zlib1g-dev installed: sudo apt-get [...]

Creating you own internal DNS server

Recently we have been having problems with DNS not resolving with our companies broadband provider. I looked at some open source DNS services, the best one being OpenDNS, but despite them having a couple of boxes in Amsterdam the lookups are still somewhat slow. So the solution? Create our own DNS server :-) This is [...]

Moving your git repos and all branches to a new remote repository

Recently I have been moving a lot of our old repositories into our local gitosis from github. There seems to be no quick an easy solution for moving all of the remote branches across too, so this is how I am currently doing this. Below are the commands I have been using to do this: [...]

Getting Started with SEO – Tips

Search Engine Optimisation (SEO) is a process that can be explained in two parts: relevance and quality. Relevance is determined by onsite factors such as content and image descriptions etc. and quality is determined by links. Returning relevant results is the main goal of a search engines. This is why you must get your onsite [...]