1 2 3 4 5 6 7 8 | try { //some code goes here } catch (Exception e) { logToTwitter("Application Name", e.getStackTrace()); } |
Posts Tagged ‘experiment’
Twitter-Based Exception Logger
Friday, November 20th, 2009iPhone Development – Is It Really That Easy? (fin)
Monday, August 17th, 2009I guess I’ve lagged on completing this blog entry series for long enough.
Indeed I was able to complete my application in the time frame I set out for. The application itself worked pretty well. I know I could have made it a lot better if I were actually able to get the application onto my iPhone during the development phase or have the simulator use the iTunes library as the basis for its library. I am now debating whether or not I want to put the application up on Apple’s App Store.
iPhone Development – Is It Really That Easy? (part 4)
Saturday, July 18th, 2009I didn’t post yesterday mainly because I knew I wasn’t going to be doing any development last night. I needed to take a night off, so this post is about what I did two nights ago.
A couple of nights ago I decided that I should just start with my application and learn as I go. This actually turned out to be a pretty good idea. I didn’t have much time code at full stream, so I took the opportunity and what little time I had to set up the bare bones application, and by that I mean take what I learned in the “Hello, World” iPhone development example. I set up the buttons and label using Interface Builder as well as all the code that links up to the buttons and label.
There are two main parts left in my application: firing events and music control. Firing events I am working on right now which seems to be pretty straight forward. To be honest, if I wasn’t goofing around using NSLog I would probably be done with it right now. I am watching Star Wars as I code so my attention is split pretty evenly between the two.
Sunday, once I finish with some family time, I will get into the bulk of the music player. Thankfully I started this project after iPhone software 3.0 was released because, as it seems, controlling/playing music was not available to developers in earlier versions.
Wat?
Not sure how Apple could have thought that was a good idea. At least they saw the errors of their ways.
Thoughts so far: this is much easier than I had anticipated. Also setting up a new iPhone application from scratch and using Interface Builder is much easier the second time around.
iPhone Development – Is It Really That Easy? (part 3)
Wednesday, July 15th, 2009Having completed Apple’s Hello World tutorial application, I feel like the application I want to write will not be that hard to do. I just wish that I had more time to actually learn the language and SDK in its entirety before jumping into it. After running through the demo application, I think that the application that I want to write will be pretty easy to do using the language, but alas “easy to do” means nothing without fully knowing your tool set. But I guess that is the bulk of this experiment; can this application get done in such a short amount of time with very little prior knowledge?
iPhone Development – Is It Really That Easy? (part 2)
Tuesday, July 14th, 2009Yesterday, I began the (about) 10 day long experiment to see if I could learn about the iPhone development process then actually write something useful. Though I haven’t written anything, I thought it would be important to at least get familiar with the language itself, Objective-C. I saw down with Apple’s Objective-C primer and read through it. Though rather short, it did provide quite a bit of detail regarding the language syntax and semantics. Thankfully it no longer is totally foreign to me, but as I thought I still think the syntax is pretty hideous.
iPhone Development – Is It Really That Easy?
Monday, July 13th, 2009I’ve managed to avoid this dirty topic, however I shouldn’t any longer since I am going to begin on an experiment. How easy can it possibly be to make an iPhone application? Can a simple one be created in about 10 days time? Most would say “Yes,” however I have no prior experience with Objective-C, let alone the iPhone SDK, or Xcode. With all these unknowns, can sufficient knowledge be picked up and put to use to write a rather trivial application for the iPhone?
Moving a Family to Ubuntu – Part 2
Monday, May 5th, 2008This is part 2 of my quest to convert my family’s PC from Windows to Ubuntu. If you missed the first part, please read it here. I thought that converting my family to an Ubuntu-based PC would be pretty painful, and to be honest, I thought I was going to have to reformat and install Windows. Luckily, so far it has not been the case.
Moving a Family to Ubuntu – Part 1
Wednesday, April 23rd, 2008The Back Story
Since I am the token computer scientist of my family, of course everyone comes to me for all their computer problems, which most of the time is due to spyware/malware. It happens. I get it, despite my best efforts it happens. I tell them to use Firefox, someone slips up and uses Internet Explorer the one day they go to a bad site. Even if they use Firefox, someone downloads something and runs it there-by borking (technical term) their system. Files get deleted, changed, what have you. Things just go wrong. Yes it is ultimately the user’s fault, however I do believe the operating system takes some of the blame for allowing things like this to be done in the first place. Well it has come to that time again for format another laptop and reinstall everything. Fine. I don’t mind it at all. They are family. However I am not going to just reinstall Windows again. It is time for an experiment. This time I am going to install Ubuntu 8.04.
