Thursday, May 22, 2014

ios Slick Piece of Code: Cycling through an Array & Type Casting & using NSMutableIndex Set (Sexy!)

    NSString* questionedListVIPID;
    
    if(self.selectedItem)
    {
        
        self.selectedItem.quantity =  [NSNumber numberWithInt:[quantityField.text integerValue]];
        
        NSMutableIndexSet *changedItems = [NSMutableIndexSet indexSet];
        
        NSUInteger index = 0;
        
        for (selectedIndivVendorItem *ivi in basketArray) {
            
            index++;
            
            questionedListVIPID = ivi.vendorItemPriceID;
            
            if ([self.selectedItem.vendorItemPriceID isEqualToString:questionedListVIPID])
            {
                
                [changedItems addIndex:index];
                
            }
            
            
            
            
        }

        ((selectedIndivVendorItem*)[basketArray objectAtIndex:index]).quantity = [NSNumber numberWithInt:[quantityField.text integerValue]];
        
        
        selectedIndivVendorItem*  sivi = [basketArray objectAtIndex:index];
        
        [self printBasket:basketArray];
        
        [self alertUserAndPopViewController:sivi];
        
        
        

    }

Tuesday, May 20, 2014

New Idea

GameOn!

An app that lets you know if any sports are on anywhere ever and on what channels.

Wednesday, May 7, 2014

Initial Interview Questions

Tell me a little about yourself.

What kind of company do you want to end up working at.  You can be honest.

What company do you admire most today.

Do you have someone in business or elsewhere that you look up to.

What I'm looking for?

Someone who is outgoing.

Someone who has good English.

Someone who I can get along with and who thinks actively.

Someone whose thinking beyond money.

New Ideas

Hey You (an app that allows you to message strangers in your immediate vicinity)

Game: Meth Man (a meth addict that wants to get drugs and avoids cops (stinky breath),  hurts other meth heads (throws bricks), and hides from family (their glares induce shame) -- all to get meth pills.

-- Pill Head

Interview Questions

How do you see the world today?

What do you want out of your career?

If you could live at anytime what time would you want to live in?

What are your primary talents?  What are your secondary talents?

Give me an example of where you were amenable and adaptable to change?

Do you like change?

If you could change the world how would you?

Do you think about the times we live in?  If so, what do you think about them?

Our Philosophy:  We change society for the good of all.