Blog - Page 4 of 8


Cruise Loch Ness
#Work
Posted on

Cruise Loch Ness run boat trips from the southern bank of Loch Ness and have carried over 1.5 million (and counting) passengers in that time.

Read more
Float
#Work
Posted on

Float is an online cash management and forecasting tool that helps you manage your business and keep on top of your cash flow.

Read more
Rails - API with authentication
#Rails
Posted on

A lot of the information came from this post which helped me no end for setting up my API. I'll add a bit more detail in this post to help explain some of the settings and I needed to do quite a bit of reading to understand it all. My intention is to build a Rails API and then build a separate React.js frontend to consume that API. In this post I'll just discuss the setting up of the Rails API but may write a post later about React.

Read more
RubyMotion - UILabel padding
#RubyMotion
Posted on

A fairly quick post today but one which covers a problem that took me quite a while to figure out how to do it in an elegant way. In short I had a UILabel and wanted to add some right padding to it and I figured it should be pretty easy to do. Several hours later…

Read more
RubyMotion - core data
#RubyMotion
Posted on

In today's post I'll quickly go over the setup process to create your models in core data with the CDQ gem. I won't go into actually working with the models in your app just yet but I will cover that in a later app. This should serve as a handy reminder for the setup process and I'll use two example models in this example.

Read more
RubyMotion - IB Gem
#RubyMotion
Posted on

In todays post I'm going to walk through using the interface builder in Xcode based on a tutorial by MotioninMotion. I highly recommend signing up to the tutorials for this site as I've found them to be extremely helpful.

Read more
RubyMotion - UIViewController Lifecycle
#RubyMotion
Posted on

This is a really short post to help show how the UIViewController Lifecycle works.

Read more
RubyMotion - custom delegate methods
#RubyMotion
Posted on

In this post I'm going to extend the previous post to show how to delegate a button press in a UIView to a UIViewController. The button will simply push another instance of my UIViewController onto stack and is a simple example of a custom delegate method in RubyMotion.

Read more
RubyMotion - a basic app
#RubyMotion
Posted on

To date I have mainly focused on learning Rails as well as improving my front end skills with HTML, CSS, Javascript and jQuery. However, I'm also really keen to build iOS apps and given my Ruby background I think RubyMotion will be a great way to start building my first app.

Read more
Rails - common tasks
#Rails
Posted on

This won't be the most ground breaking of posts but I wanted to note down a lot of the common tasks I perform in the making of a rails application so I have a single point of reference.

Read more
Previous