-
Recent Posts
Archives
- March 2013 (1)
- May 2012 (1)
- March 2012 (2)
- February 2012 (1)
- October 2011 (2)
- July 2011 (1)
- May 2011 (1)
- February 2011 (3)
- January 2011 (3)
- December 2010 (1)
- November 2010 (2)
- October 2010 (3)
- September 2010 (3)
Categories
- Apple (10)
- Code (7)
- College (1)
- Fitness Challenge (2)
- iOS Bootcamp (3)
- Music (1)
- Random (5)
- Sports (2)
- Tech (15)
- Video (1)
Category Archives: Tech
iOS Status Message
This is something I’ve been meaning to write, and hadn’t yet, but this post on Engadget (which I’m sure will be followed by the same info on a million other sites) reminded me of it, and makes me hopeful that … Continue reading
iTunes Match
I’ve been using iTunes Match for a couple months now, and wanted to post some thoughts. The initial matching and uploading process was pretty slow. I can’t imagine how long it would have taken if I was uploading everything like … Continue reading
Clean Up OS X Lion Launchpad
I’m not especially a big fan of the OSX Lion Launchpad, but it pops up every once in a while. It would really bother me that it showed every single app in my Applications folder, including uninstallers and prefpanes and … Continue reading
Posted in Apple, Tech
Leave a comment
Steve Jobs (1955-2011)
I’m sure plenty of people will say it more elegantly than I ever could, so I’m not going to go on and on and on about it. Steve Jobs’ passing came too soon, and the future is not going to … Continue reading
Posted in Apple, Tech
Leave a comment
MySQL Transactions
MySQL has the ability to handle what are known as transactions: a series of queries that must be executed in an all-or-none fashion. As a bonus, it’s super easy to use. Using PHP, you can do the following: mysql_query(“START TRANSACTION”); … Continue reading
Use PHP to get all images in a folder
This: $images = glob($directory . “*.{jpg,gif,png}”, GLOB_BRACE); is awesome.
iOS Training: Day 2
This is going to be a short one. After spending a ton of time at a computer the last couple days, writing a blog post isn’t the thing I’m dying to do at the moment. [Ed: Nevermind. Got rolling and … Continue reading
Posted in Apple, Code, iOS Bootcamp, Tech
Tagged apple, ios, programming, technology, training
Leave a comment
iOS Training: Day 1
Today was the first real day of class. Over the course of about 12 hours working, I went through the first six chapters of the book we are supposed to make it all the way through this week. Today’s chapters … Continue reading
Posted in Apple, Code, iOS Bootcamp, Tech
Tagged apple, ios, programming, technology, training
Leave a comment
