Author Archive
This year, I am taking CIS 300 at Kansas State University. At first, I expected this class to be boring as it was a class on “data structures.” How much more boring could it get? Oooh, studying the differences in implementations between LinkedList and ArrayLists. The first day our professor proved to us just how [ READ MORE ]
These are just a collection of my favorite “You know you’re an AP Student when,” with some contributions from myself. Just an idea of my schedule for my junior year, AP Calc AB, AP Language and Composition, AP Physics B, AP US History, and CIS 300 (Fall) and CIS 301 (Spring) at K-State. Plus a [ READ MORE ]
So I’ve been working on a project for a while with Google App Engine and it has gotten close to being finished, so I decided to buy a domain name and put the project on it. Sounds simple and a 5 minute ordeal right? Wrong. Dead wrong. So I need to verify it, the main [ READ MORE ]
Whenever I finish a new project I always post about it. Here I go. The Happy Birthday Facebook App was designed for lazy people, me in mind, that want to post on peoples walls at midnight for their birthday so it can be special and all, but for one reason or another they can’t. This [ READ MORE ]
If you have read my site for a while, or know what projects I am involved in, you know that for several summers I always do a little update on an Eclipse Plugin download logger. It started two years ago, then it just literally increased an integer in a text file for every download. You [ READ MORE ]
I was recently watching a YouTube video, about how a guys computer got stolen (and how he recovered it using SSH, VNC, and hacker skills!) and all the lack of security he put on it and all the potential damages it could have caused. It made me think, on my new laptop, I had absolutely [ READ MORE ]
During my recent Facebook app development using Java, I had to have some minor integration with Facebook, and I am here to share what I have learned and the cool parts about Facebook’s “Graph.” Introduction to Working with Facebook When writting my application, it happened to be a canvas app, or it was accessed via [ READ MORE ]
Recently, I wrote my first Facebook application. It was a small project, and it’s main purpose was to replace the common note entitled something like “Xth grade Schedule!!!” and it was designed to be more efficient for the end user. After inputting your schedule, you would go through and see who is in your classes [ READ MORE ]
I have had this idea for several years, I had always thought the way of sharing schedules on Facebook was inefficient. At my high school I would have to go through 1200 notes, just to see who was in my class. My application, only available for MHS students, allows you to add your schedule (teachers and classes), [ READ MORE ]
Java has intimidated me for years mostly because all you have to do to just create a "Hello World", now I come to share about Java and a few tips so it doesn't seem so intimidating[ READ MORE ]