The Mind of Matty G

  • The 70-Pound Project
  • post

    Political Satire

    I’m a Jesus follower. I agree with universal health care. I think the government needs to regulate business (to a certain extent). I’m not completely sold on global warming, though I think we need to do as much as we can to stop polluting our world. I don’t think someone who doesn’t consider themselves a resident of a country should run a country. I don’t think that someone who stops our elected politicians from doing the work we voted for them to do should not be running the country.

    I also think that someone who has failed to win the place of ruling party more than four times should retire, no matter how loud he is, but I digress.

    So, in Canada, we’re seeing the polls equalize between the Liberals and the Conservatives. Neither of which I can in good conscience vote for.

    You know things are bad when a primarily liberal political satire starts making fun of the party they hold so dear: This Hour Has 22 Minutes had a brief “news story” that said that the more Minister Ignatieff didn’t say a word, the more the Grits shot up in the polls.

    Either that or the Conservatives are doing it to themselves.

    Political Apathy sucks.

      • Tags:
      • Canadian politics
      • conservative
      • liberal
      No Comments
      • Tweet
      Short Url
  • post

    Custom Javascript Objects with Embedded JQuery

    To all of you non coding geeks, you don’t have to read this. It might confuse bewilder bore you to death not be of relevance to you.

    As some of you know, I’m a multimedia developer (read: web developer… that seems to be the majority of what I do) at a relatively new University in Southern Ontario, Canada. I’ve been working on a website for first year students to brush up on writing and math skills. Back at the beginning, someone had the idea of having a “virtual campus” as another means of students finding their information.

    One thing led to another, it started with Flash, then moved over to an AJAX solution.

    I worked on said AJAX solution and had it working relatively nicely. However, due to some usability quirks, I needed to rewrite a huge chunk of code.

    I decided to objectify it, purely for my own amusement and further education.

    The problem that I kept on having is that whenever I used a JQuery call and needed to reference the object’s properties, it would always give me an undefined error. Being the Actionscript junkie I am, and knowing that Actionscript borrows heavily from Javascript, I tried using parent.variable instead of this.variable.

    It all seems to be working at this point. But I thought this might be of some use to someone, somewhere. I thought it was working, however, what using parent.variable did was created a variable outside of both the JQuery and VirtualCampus objects. Not a great idea, however, it served my purpose and was a lot easier than using the VirtualCampus object to extend the JQuery object.

    Quick example:

    function VirtualCampus() {
    this.campus_location = []; //array with locations visited
    this.campus_depth = 0; // what level in the nav tree they are at
    this.campus_faculty = 0; // id of faculty they entered
    this.current_info = []; // Data for current location in VC
    $.getJSON(‘virtualcampus/vc.js’, function(jsony){ // Get JSON data for campus
    $.each(jsony.location, function(i, item) {
    parent.campus_info[i] = [];
    parent.campus_info[i][0] = jsony.location[i].name;
    parent.campus_info[i][1] = jsony.location[i].file;
    parent.campus_info[i][2] = jsony.location[i].depth;
    parent.campus_info[i][3] = jsony.location[i].faculty;
    });
    });
    }

    So there’s the constructor, that sets variables and gets the JSON data for the VirtualCampus. Notice the parent.campus_info 2D array… that’s stored as global scope. I tried very hard to make it local to the object, but JQuery and my object weren’t playing nice. If anyone has any idea how to get around that, let me know.

      • Tags:
      • embedding
      • inheritance
      • javascript
      • jquery
      No Comments
      • Tweet
      Short Url
  • post

    Double Crunch Challenge: Post-Post-Week Wrap-up

    So the week after the… uhh, week after the double crunch challenge, I’m still doing crunches (though I’ve dropped it to 100 per day), I’m still eating relatively healthy (save for the Wendy’s my wife and I got for dinner because we were in a bit of a rush).

    I’ve included having a handful of nuts between meals to keep the metabolism going. Water doesn’t seem to do it, even though I drink about 2 litres over the course of the day.

    Today I started including lunges in my morning exercise. I’m not all that good at them because of balance issues, but I still got a burn from doing them, which is a good thing.

    Interesting note: the guy I share my office with (I got to find a shorter way to say that – what about gismow?) just started on P90X. I looked at that at one point, but the pre-requisites definitely don’t allow for fat guys to start with that routine. Maybe once I get to that first plateau. Maybe.

    Until Seth gets back (which I believe he said would be next week) I’ll add a new exercise each week. Maybe I should get my Wii Fit involved again. But I can’t watch BT and exercise at the same time if the Wii Fit is involved. Hmmmm.

      • Tags:
      • exercise
      • healthy eating
      • healthy living
      • PrimalStride
      • weight loss
      No Comments
      • Tweet
      Short Url
  • post

    Double Crunch Challenge: Day 5

    Let me answer your question: Yes, it still hurts; but not as much as it did yesterday. That means my body just might be getting used to it. I spread out the crunches throughout the day – fifty when I wake up, fifty just before (or when I get) to work, fifty at lunch, fifty when I get home or after dinner, then fifty before I got to bed. It only really hurts once I hit the forty mark.

    The greens: last night I had green beans. Leftovers went good in a salad for lunch today too. Tonight: I’m thinking spinach. Raw, in a salad. Throw some fruit in there and a light vinaigrette – that’s good eating!

    Today’s question from PrimalStride:

    Where do you get your power from? Are you able to survive, to thrive, and to flourish through the strength of your friendships with others? Do you have a deep religious fervor that keeps you going? Perhaps you just know, deep within yourself, that you are able to do whatever you wish?

    I said in yesterday’s update that I wanted to be able to do physical activities with my family without running out of steam. I believe that drives me more than anything else. I am a Jesus follower, however, I don’t know that my relationship and belief in him would push me to get in shape; though I do like to joke every once in a while that “the Catholic Church says that gluttony is one of the deadly sins; I don’t know if it will send you to hell, but it sure will get you to heaven faster.”

      • Tags:
      • exercise
      • healthy eating
      • healthy living
      • PrimalStride
      • weight loss
      No Comments
      • Tweet
      Short Url
  • post

    Double Crunch Challenge: Update

    On day 4 of the double crunch challenge: I’m hurting.

    I’ve been faithfully doing my 250 crunches a day and have had very little difficulty in eating a different green vegetable each day. Friday was Green Peppers, Saturday was Broccoli and Celery (Looky! Double Dose!), Sunday was Asparagus. Today? Any suggestions?

    Did I say I’m hurting? Wait… my fellow office dweller is gone for lunch. Time for 50 crunches! That’ll bring me up to 150 for the day.

    …

    I’m back. Yes, I might be going insane when I hurt and I’m doing the very thing that makes me hurt, but hey – (cliche alert) no pain, no gain!

    Today’s question posed by our PrimalStride fearless leader, Seth:

    What do you look forward to most when you imagine yourself living a truly healthy lifestyle?

    I see running around with my son without running out of breath after 10 minutes. I see looking forward to walking with my wife. I don’t see me better at sports, but definitely enjoying them more despite my lack of coordination.

    It occurs to me that I should look at last week’s challenge (even though I had not committed to PrimalStride yet) and incorporate it into my daily routine.

      • Tags:
      • exercise
      • healthy eating
      • healthy living
      • weight loss
      2 Comments
      • Tweet
      Short Url
  • Page 2 of 6
  • Next
  • Recent Tweets

    Copyright 2011 - Matt Graham. All rights reserved. At least mostly.