I recently got Zend Framework up and running on Media Temple’s grid service. Turns out this isn’t as easy as I originally thought. In order to get it to work properly i needed to add the following to the .htaccess file in the root of my domain directory.Continue Reading
ArchivesCategory: Software
27MarIphone Programming Part 2 – Intro to Views
Welcome to iphone programming part 2, introduction to views. In this tutorial I’ll go over creating an application from scratch that transitions between 2 different views using the iphone’s built in UINavigationController and the navigation stack. If you haven’t done so already, I suggest reading through my first iphone article. If you already have a basic understanding of how to create an iphone application and hooking up IBOulets and IBActions in interface builder then you can head straight into this article. So let’s jump into it, and as always if you have any questions feel free to leave a comment and I’ll get back to you.Continue Reading
01MarProgram Design
So in school, we are learning some fundamentals on object oriented design in Java such as inheritance and polymorphism. The thing that we haven’t done is the actual concept of object oriented design. So things like how to structure classes and methods for optimal code efficiency and use. This is such a fundamental concept to Continue Reading
17FebSwing vs QT Jambi
So I figured I should touch on this as I’ve been frustrated with this for a while at school. First of all I would like to say how frustrating I think java swing is…. I mean you change one thing in the layout and the entire GUI changes for some reason or another that I cannot explain…. So that is my first topic…Continue Reading
Recent Comments