by Sally | Jul 4, 2014 | Development, tutorial, Uncategorized
As previously mentioned, I had quite the battle implementing SimpleWeather.js into my custom WordPress theme (entirely my own damn fault). I finally got it up and working, though – and I’m going to outline how I did it, and what I needed to debug to get...
by Sally | Jun 30, 2014 | Development
This took me 2 days to crack, and it should’ve only taken me an hour. This could also be filed under “How to use SimpleWeather.js with WordPress.” Currently, I’m working on a project where I’m using WordPress to show a series of travel...
by Sally | Aug 14, 2013 | Development
I’ve shifted gears a bit to JavaScript, both to keep myself interested and to get a better handle on programming principles. I’m concerned that my basic understanding of programming principles is too weak for me to really make sense of rails. I’ve...
by Sally | Aug 13, 2013 | Development
My discovery of the day, from Getting Started with Rails: 2 What is Rails? Rails is a web application development framework written in the Ruby language. It is designed to make programming web applications easier by making assumptions about what every developer needs...
by Sally | Aug 12, 2013 | Development
Today was all about researching the MVC, or model view controller, framework. Well, I don’t know if it’s a ‘framework’, but it’s a setup for building an app. Basically you separate your app’s code into sections. The model is the...
by Sally | Aug 11, 2013 | Development
In Calgary with Sarah and Kayt for Ladies Learning Code’s Class on Ruby! The class, taught by Calgary’s Lori Olson, was fantastic. The biggest takeaway I have is the vocabulary of programming in Ruby – something I lack in every language. I hear...