Rails UJS for Forms

  Rails  
 Dec 2015

JS frameworks are fun, but for most apps a sprinkling of JavaScript and Rails RJS gets a lot done, it's simple to use and easy to maintain.

Read More →

Installing (and Fixing) Node, NPM and maybe Grunt on OSX

  Terminal  
 Dec 2015

Problems with Node? It’s not uncommon.

So, have you got the latest version?

node -v
v0.10.28
npm -v
0.01

OK, that’s not good. Even if you have newish versions though and you can’t get it working it’s often best just to start from scratch.

Clear...

Read More →

Static Site on s3 With Cloudflare

  Hosting   DNS  
 Dec 2015

If you want to set up a simple static site, amazon’s s3 service is a great choice. S3 is simple to use, reliable and very very cheap. Ideal for simple html sites you have made by hand or more complicated sites generated using Middleman or another...

Read More →

How to Clear DNS for OSX

  Terminal  
 Sep 2015

You made a change to your DNS. You wanna test it. Is it workin?

To clear the DNS, do this:

sudo killall -HUP mDNSResponder

then go to chrome://net-internals/#dns and click the clear host cache button

Check the results with this:


whois example...

Read More →

Intro to Ruby Regular Expressions

  Ruby  
 May 2015

Regular Expressions are used to match patterns to strings. They are super powerful and very scary. If you use them badly your code can become totally un-maintainbale and confusing. When the time is right and used wisely they are great.

Be careful...

Read More →

Page 3 of 4
← Previous   Next →

Web Development

Got a web project you need doing well? We can help with that!

Find out more