-
3 months ago
Cocoa Programming L12 - Sharing Apps
How to share/export your application from Xcode so you can send it to friends and family.
AppleProgramming • 1,927 views
sillysugarart
liked
-
3 months ago
Cocoa Programming L11 - App Icon
How to add your own custom icon into a cocoa application.
AppleProgramming • 1,937 views
sillysugarart
liked
-
3 months ago
Cocoa Programming L10 - NSImageView
How to use an NSImageView as well as how views work in Cocoa.
AppleProgramming • 3,125 views
sillysugarart
liked
-
3 months ago
Cocoa Programming L8 - NSSlider
How to use an NSSlider in your Cocoa applications.
AppleProgramming • 2,701 views
sillysugarart
liked
-
3 months ago
Cocoa Programming L9 - NSPopUpButton
How to use an NSPopUpButton in a Cocoa application.
AppleProgramming • 2,924 views
sillysugarart
liked
-
3 months ago
Cocoa Programming L7 - NSDatePicker
How to use an NSDatePicker and NSTextField in Cocoa applications.
AppleProgramming • 2,879 views
sillysugarart
liked
-
3 months ago
Cocoa Programming L6 - Size Attributes
How to set resizing behaviors of UI elements in Cocoa.
AppleProgramming • 2,317 views
sillysugarart
liked
-
3 months ago
Cocoa Programming L3 - Building an Interface
How to create a simple interface using Xcode 4. In the next tutorial we will learn how to connect our code to this interface.
AppleProgramming • 5,305 views
sillysugarart
liked
-
3 months ago
Cocoa Programming L23 - Auto Layout
How to use Cocoa's new Auto Layout feature in Lion.
AppleProgramming • 1,398 views
sillysugarart
liked
-
3 months ago
Cocoa Programming L1 - Getting Started
A series on how to develop Cocoa applications (Mac Apps) using Xcode 4.
AppleProgramming • 9,947 views
sillysugarart
liked
-
9 months ago
Objective-C on the Mac L4 - @implementation
Continuing with our Rectangle class, how the methods actually function.
AppleProgramming • 2,258 views
sillysugarart
liked
-
9 months ago
Objective-C on the Mac L3 - @interface
An introduction to classes in Objective-C and using the @interface section.
AppleProgramming • 3,049 views
sillysugarart
liked
-
9 months ago
Objective-C on the Mac L2 - Xcode's Default Program
Getting started with Objective-C, explains the basics of how the programs run.
AppleProgramming • 3,470 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L1 - Downloading the Tools
In this tutorial I cover how to download the tools necessary (xcode) to begin programming on the mac
http://developer.apple.com/ -- Apple dev site
AppleProgramming • 8,989 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L10 - For Loop
In this tutorial I cover the For Loop and how its similar to the While Loop.
AppleProgramming • 2,176 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L9 - While Loop
In this tutorial I cover the while loop.
Check out the Lessons 1 - 7 link, as well as the other videos if you have not already. Lessons 1-7 Test -...
AppleProgramming • 2,724 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L8 - Booleans and Logical Operators
In this tutorial I go over boolean expressions as well as logical operators.
Check out the Lessons 1 - 7 link, as well as the other videos if you h...
AppleProgramming • 2,677 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L7 - If Statement
In this tutorial I go over the If Statement and how it works. Lessons 1-7 Test - http://db.tt/0QaW4Im
C Operator Reference: http://goo.gl/C3SpX
AppleProgramming • 3,071 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L6 - Operators
In this tutorial I cover basic math operators and how to use them in programming
AppleProgramming • 3,053 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L5 - Variables
In this tutorial I cover different variable types as well as printing their values. I apologize for sounding sick in this video.
AppleProgramming • 3,957 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L4 - Functions
In this tutorial I cover functions and how they are used in c
AppleProgramming • 5,360 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L3 - Basics & printf
In this tutorial I cover the basic structure of a program as well as the printf function
AppleProgramming • 7,484 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L2 - Using Xcode
In this tutorial we explore how to create a new project and begin to use Apple's Xcode IDE.
AppleProgramming • 14,594 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L29 - Comparing strings
How to compare strings in C. //Note: strcmp returns either a -1, 0, or 1. Strncmp should also be used for buffer overflow purposes however it is...
AppleProgramming • 1,394 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L41 - Command-Line Arguments
How to use command-line arguments in your C program and in Terminal.
AppleProgramming • 1,468 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L40 - Running C Programs in Terminal
How to compile and run C programs in Terminal on Mac OS. IMPORTANT: Since our file path is set to the user's home folder by default, these program...
AppleProgramming • 3,010 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L39 - Conditional Operator
How to use the conditional operator / "ternary" operator in C. (?:)
AppleProgramming • 871 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L38 - Typedef
How to create your own custom types using typedef in C.
AppleProgramming • 1,202 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L37 - Unions
How to use unions in C. Also using them inside structs.
AppleProgramming • 790 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L36 - Reading Files
An introduction to reading files into your programs.
AppleProgramming • 1,435 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L35 - Linked Lists (3)
Part 3 of Linked Lists in C. Subscribe to AppleProgramming for frequent video updates.
AppleProgramming • 2,575 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L34 - Linked Lists (2)
Part 2 of Linked Lists in C. Subscribe to AppleProgramming for frequent video updates.
AppleProgramming • 2,024 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L33 - Linked Lists
An introduction to linked lists in C. Subscribe to AppleProgramming for the latest updates.
AppleProgramming • 2,232 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L32 - Structs
An introduction to structs (structured type) in C.
AppleProgramming • 1,695 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L31 - Multidimensional Arrays
How to create and use multidimensional arrays in a program.
AppleProgramming • 1,527 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L30 - Creating header files
How to create your own header files
AppleProgramming • 1,676 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L28 - Do while loop
This is a tutorial on the do while loop in C.
AppleProgramming • 771 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L27 - Switch Statement
In this tutorial I cover the switch statement which is very similar to the if statement.
AppleProgramming • 818 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L26 - Global Variables
In this tutorial I cover the use of global variables in C. Global pointers will be talked about later on but for now globals aren't good to rely on.
AppleProgramming • 1,214 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L25 - Math Functions
I go over the standard math library in C and cover some basic functions.
AppleProgramming • 1,125 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L24 - Type sizes
In this tutorial I cover more on type sizes and using the sizeof function.
AppleProgramming • 851 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L23 - Bits and Bytes
In this tutorial I cover what number values different types can hold.
AppleProgramming • 1,053 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L22 - More on fgets
We learn more about some of the downfalls of fgets, but also how to resolve them.
I want to get your opinion on new topics, place your suggestions ...
AppleProgramming • 1,475 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L21 - Intro to fgets and text string details
In this tutorial I explain how text strings work in detail and introduce the fgets function for inputting text.
The buffer graphic: http://goo.gl/Z...
AppleProgramming • 1,675 views
sillysugarart
liked
-
9 months ago
Objective-C on the Mac L20 - Categories
How categories work in Objective-C.
AppleProgramming • 1,196 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L19 - Intro to Input
This tutorial is an introduction to input in C. More tutorials for input on the way.
AppleProgramming • 1,329 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L18 - #define
In this tutorial I explain how the #define directive works in C.
AppleProgramming • 1,224 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L17 - Random Numbers
In this tutorial we see how to create random outcomes on computers.
AppleProgramming • 1,717 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L16 - Arrays
In this tutorial I introduce arrays in C, it's just a nice way to understand the basic concepts.
Lessons 1-14 Test - http://dl.dropbox.com/u/494316...
AppleProgramming • 1,727 views
sillysugarart
liked
-
9 months ago
C Programming on the Mac L15 - Characters
In this tutorial I introduce you to characters in C.
ASCII character set - http://www.danshort.com/ASC...
AppleProgramming • 1,725 views
sillysugarart
liked