Core Controls in Mac OS X

Just finished Part 1 of the Core Controls in Mac OS X from Ray Wenderlich’s site, looking decent already.

http://www.raywenderlich.com/27388/core-controls-in-mac-os-x-part-12

Completed Part 2.

http://www.raywenderlich.com/27390/core-controls-in-mac-os-x-part-22

Love the Chapter titles:

Hot Date Tonight — NSDatePicker

Video Killed the Radio…Button — NSMatrix

This tutorial is written by Tutorial Team member Ernesto García, a Mac and iOS developer and founder of CocoaWithChurros.

iOS Snap Game – Ray Wenderlich

The Snap game from RayWenderlich.com and Matthijs Hollemans is finally out and it’s amazing.

20120630-072609.jpg

Completed the first part (of 7) and it looks brilliant, a few transitions on some images for the loading screen and it just looks so professional. Simply shown and well executed, another great start to a tutorial by Matthijs Hollemans.
A tip on using custom fonts will be very useful in other projects.

The cool thing about this is they have added a challenge for whoever completes it will be put in the blog post and can be seen by all,

Just completed tut 2, all was working ok, hopefully :p, can’t wait until next friday.


Intro
http://www.raywenderlich.com/14618/how-to-make-a-simple-playing-card-game-with-multiplayer-and-bluetooth-intro-and-challenge

Part 1
http://www.raywenderlich.com/12735/how-to-make-a-simple-playing-card-game-with-multiplayer-and-bluetooth-part-1

Part 2
http://www.raywenderlich.com/12865/how-to-make-a-simple-playing-card-game-with-multiplayer-and-bluetooth-part-2 

Git Immersion

Just found http://gitimmersion.com/

What a fantastic site for learning GIT.

Treehouse – iOS 5 Foundations

Treehouse Logo

So I’ve finally started the iOS5 Foundations section and produce the code myself, always better than just watching it and assuming I’m taking it in.

 Automatic Reference Counting [DONE]

 Storyboards [DONE]

 Web View [DONE]

 Core Data [DONE]

 Notifications [In Progress]

 Appearance

Can’t remember how much of  iOS4 Foundations I completed but a lot has changed in Xcode since they were produced and others have found it hard to follow. Might go back and re-do at some point if needed.

There’s a great community on the fb group if help is needed.

Just working on a pun app atm.

fTerminal

Just been surfing the net and came across this handy little tool, fTerminal, for opening the finder window in the terminal

http://www.hiddenelephant.com/blog/2009/05/11/quick-jump-from-finder-to-terminal/

One problem, I downloaded, unzipped and had the

and when I tried to run it

You can’t open the application fTerminal – PowerPC because PowerPC applications are no longer supported.

So let’s create a new Automator Application.

Search for Automator and choose Run AppleScript

Now add your code

on run {input, parameters}
(* Your script goes here *)
return input
end run

Maybe you want to add an Icon to the Application:
http://apple.stackexchange.com/questions/369/can-i-change-the-application-icon-of-an-automator-script

After the script has been created do the following :

  1. Find the icon you want
  2. Get Info of the icon file (cmd-i)
  3. Click on the icon inside the info window
  4. Copy it (cmd-c)
  5. Get Info of the application (cmd-i)
  6. Click on the icon inside the info window
  7. Paste the icon in the clipboard (cmd-v)

This method works for every files in Mac OS X.


Can be done with a service:

System Preferences > Keyboard > Keyboard Shortcuts > Services

Enable
    New Terminal at Folder
    New Terminal Tab at Folder

Learning Cocos2D

Had this book for a number of months and only just got round to starting it.

Hopefully this will turn out better than previous attempts,

Concentrate Alex!

Learning Cocos2D is co-authored by Rod Strougo and Ray Wenderlich.

Cocos2D Book Cover

Cocos2D Book Cover

By the end I’ll have hopefully made

Space Viking App Icon

Space Viking App Icon

http://itunes.apple.com/gb/app/space-viking/id400657526?mt=8

iOS Apprentice Tutorial 4: StoreSearch

Started “iOS Apprentice Tutorial 4: StoreSearch” from RayWenderlich.com by Matthijs Hollemans

Another excellent tutorial!

Should really finish the second and complete the third but I liked the look of this one better and was having problems with the second.

They are so well written and I advise anyone wanting to learn iOS buy them now!

There is a dedicated forum thread for help if you need too.

Got some ideas already for what I’m going to use the principles in.

At the mo I’ve parsed the response from itunes and am displaying it in a funky table view, thoroughly enjoying it!

Completed Part 1 – with only one known mistake.

The images weren’t showing up, I’d made a stupid spelling mistake with the URL instead of Url in the ArtworkImage name from the parsed JSON so it was returning nil, hence no image.

Quick bit of debugging and checking of Image code, plus a check on the forum and boom found and fixed.

Part 2 next …

Part 2 is complete.

No silly mistakes this time, everything (seems to be) working. Looks really cool. So happy with it so far.

Follow

Get every new post delivered to your Inbox.