After Midnight / Vienna Coffee / More about Instant cocoa from Google Blogsearch:
|
Homemade instant cocoa recipe…
So we are having our first snow of the season… it started last night. I'm now posting my hot cocoa recipe that I forgot to post when I mentioned it before…. home made cocoa mix: 2 cups dry milk 1/2 cup unsweetened cocoa 1 cup sugar ...
|
|
Burnt Lumpia: Champorado: Breakfast of Champions
Filipinos have been enjoying chocolate cereal long before the likes of Cocoa Puffs, Cocoa Pebbles, Cocoa Crisp, Count Chocula, or Chocolate Frosted Frosty Krusty Flakes (Only sugar has more sugar! ... Thankfully, after recently discovering the joys of Filipino chocolate Tablea, I don't have to resort to the instant stuff, and I don't even have to jerry-rig another version like my grandfather did--my own cupboards now have the proper supplies for a proper bowl of warm ...
|
|
eTOCs for Instant Cocoa
Link page for Cocoa Project downloads link Heat Mapper 1 2 Pubmed speaks XML 1 2 3 4 Checkbook Project 1 2 3 4 5 6 7 8 9 10 Bar Grapher 1 Color Picker 1 2 3 4 5 Bindings 1 2 3 4 5 6 7 8 9 10 11 12 13 14 Reading and writing data ...
|
|
Instant Cocoa: Checkbook project 1
As I mentioned before, these Instant Cocoa* posts are primarily intended to provide simple working examples of common Cocoa constructs, and also to let Google help organize my head. However, just so you know, I am not a Cocoa guru, ...
|
|
Chocolate [not] Cinnamon Bundt Cake « NOSH AND TELL
1 cup boiling water; 1/2 cup natural unsweetened cocoa powder; 4 teaspoons instant espresso powder, divided; 2 cups unbleached all purpose flour; 2 teaspoons baking powder; 2 teaspoons ground cinnamon; 1 teaspoon salt ...
|
|
Instant Cocoa: Checkbook project 5
#import <Cocoa/Cocoa.h> @interface MyUISettings : NSObject { } @property (retain) NSNumber *segmentedButtonSelection; @property (retain) NSNumber *autoNumber; @property (retain) NSNumber *autoDate; @end #import "MyUISettings.h" ...
|
|
Instant Cocoa: Checkbook project 2
#import <Cocoa/Cocoa.h> @interface CheckbookItem : NSObject { } @property (retain) NSString *name; @property (retain) NSNumber *amount; @property (retain) NSNumber *isDeposit; @property (retain) NSString *checkNumber; ...
|
|
Instant Cocoa: Checkbook project 3
If you make a document-based Cocoa project, you need to implement methods in MyDocument (or whatever you want to call it) to do the save and reloading. We talked the other day about what is needed to get an icon on the saved file and ...
|
|
Instant Cocoa: Checkbook project 10
Bugs. One quite spectacular bug appeared when I switched the build target to Release. It's a funny feeling, make one simple change and it seems the world is coming to an end. Luckily, they are all the same bug and the fix is simple. ...
|
|
Instant Cocoa: Checkbook project 7
Finishing touches. I'm just about done with this series. Two final points, and I will put up the project for anyone who's interested and post instructions for getting it. The first thing is the code to decide if a given name is a ...
|
|
Instant Cocoa: Checkbook project 6
Balancing act. The balance is calculated in two different ways depending on the value of the segmented control. One is the standard way, and one is the way you would balance your checkbook by hand against the bank statement, ...
|
|