Hello World!

Hello fellow webbers! It feels good to finally have some web space where I can get my geek on.

My beginnings started as a college student at Utah State University with the on campus Help Desk. I had been working there six months taking phone calls and troubleshooting users Windows and Macintosh problems while getting my undergrad in Computer Engineering. Then a position opened up to assist in programming on their Help Desk Admin Site in PHP and I jumped on it because although customer support is important, it doesn’t hold a candle to the sweet nectar of programming, also I’m better with machines than with people. Now here I am about three and half years later with a Bachelors in Computer Engineering and working for the USU Information Technology department on the Programming & Design team and programming in PHP, Coldfusion, and Python.

Why did I wait so long so long to join the interwebs? Being a married college student in engineering doesn’t leave much time for tinkering. So here goes nothing!

#helloworld.py
print 'Hello world!'

Related Posts

Useful log files

We have a simple API where I work that isn’t anything impressive, it is just a couple of scripts that accept POST and GET requests. However the previous developer who worked on it hadn’t considered the total ramifications and logged all requests using an email with print statements. Additionally, for each request there could be up to 3 emails generated, one for the initial request, one for errors, and one that included the payment gateway request and response. Not mention it definitely breaks PCI Compliance by emailing people’s credit card information, but we were also experiencing load issues on the web server for all the emails that were being generated through PHP Send Mail and the end result is about 10,000 to 100,000 emails waiting in my email account.

Read More

Super Dad

My daughter, Olivia, has of late been growing like some plant that has been sprayed with Miracle Grow. Which also means nearly all of her clothes are too small and most of the jeans have holes in one or both of the knees. In addition to that she has been really into wearing dresses lately so she’s been looking kinda hussy and creates a problem when Raylene or I tell her she can’t wear her favorite clothes because they are too small.

Read More

Enhance Angular.js Directive - ngRepeat

Recently I started a social Phone Gap project for a client and decided it would be wise to use a JavaScript framework. It was first suggested that I look into Backbone.js. I investigated it and did a little research and digging. I looked at Backbone.js, jQuery Mobile, Ember.js, various others, and Angular.js. The long and the short is I read a slew of reviews, some documentation, a bunch or tutorials, and in the end I decided to go with Angular.js for my framework of choice.

Read More