Tuesday, June 11, 2013
Start Developing for iOS 7
Posted by
WidgetBook
at
08:49
0
comments
Labels: Apple, iOS, Programming, Software, Xcode
Monday, February 4, 2013
Saturday, September 22, 2012
The Go programming language
$ sudo port install go
---> Computing dependencies for go
---> Fetching archive for go
---> Attempting to fetch go-1.0.2_0.darwin_12.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/go
---> Attempting to fetch go-1.0.2_0.darwin_12.x86_64.tbz2 from http://lil.fr.packages.macports.org/go
---> Attempting to fetch go-1.0.2_0.darwin_12.x86_64.tbz2 from http://packages.macports.org/go
---> Fetching distfiles for go
---> Attempting to fetch go1.0.2.src.tar.gz from http://her.gr.distfiles.macports.org/mirrors/macports/mpdistfiles/go
---> Verifying checksum(s) for go
---> Extracting go
---> Configuring go
---> Building go
---> Staging go into destroot
Warning: go installs files outside the common directory structure.
---> Installing go @1.0.2_0
---> Activating go @1.0.2_0
---> Cleaning go
---> Updating database of binaries: 100.0%
---> Scanning binaries for linking errors: 100.0%
---> No broken files found.
$ go version
go version go1.0.2
Posted by
WidgetBook
at
11:38
0
comments
Labels: Go, Programming
Monday, September 10, 2012
Old binary format
$ file test
test: Mach-O executable ppc
$ ./test
-bash: ./test: Bad CPU type in executable
Posted by
WidgetBook
at
09:11
0
comments
Labels: PowerMac G5, Programming
Monday, May 28, 2012
About programming...
Posted by
WidgetBook
at
19:40
0
comments
Labels: Programming
Sunday, April 1, 2012
Wednesday, February 1, 2012
An advice on iOS programming books
That is because if you delay reading it, a new version of iOS may come up and then you will have an old (!) book.
If you cannot read it immediately, do not buy it until you have enough time to read it.
Posted by
WidgetBook
at
09:53
0
comments
Labels: Book, Programming
Wednesday, January 25, 2012
A new version of iOS Programming book is coming
Posted by
WidgetBook
at
19:14
0
comments
Labels: Book, Hillegass, iOS, Programming
Tuesday, January 17, 2012
Saturday, January 7, 2012
Thursday, January 5, 2012
Thursday, October 13, 2011
Tuesday, October 4, 2011
Friday, August 5, 2011
Monday, May 30, 2011
iPhone is case-sensitive
The iPhone was generating the following error:
2:53 unknown Pickers[15251]
The problem was a wrongly typed file name. The "wrong" command was:
NSString *path = [[NSBundle mainBundle] pathForResource:@"Crunch" ofType:@"wav"];
and I had to change it to (notice the small __c__)
NSString *path = [[NSBundle mainBundle] pathForResource:@"crunch" ofType:@"wav"];
The funny thing was that both of them were working on the iOS Simulator but only the second one on my iPhone! So, iPhone is case-sensitive.
Posted by
WidgetBook
at
18:42
0
comments
Labels: iOS, Programming, tip
Saturday, May 28, 2011
Tab bar items
In Xcode 3, this job was done from the Attributes inspector of the Tab Bar Controller.
You should now drag a Tab Bar Item from the library to a Tab Bar Controller.
Posted by
WidgetBook
at
18:24
0
comments
Labels: iOS, Programming, Xcode
Friday, May 6, 2011
Dive into Python
My brother told be about the "Dive Into Python" book. The good news is that the book is freely available as well as published by Apress.
I have downloaded and printed the free version :)
There are two editions of the book that can be found here and here.
Posted by
WidgetBook
at
11:18
1 comments
Labels: Book, Programming, python
Wednesday, May 4, 2011
Developer promo codes
Posted by
WidgetBook
at
02:55
0
comments
Labels: Apple, Programming
Friday, March 4, 2011
Saturday, January 29, 2011
iOS 4 Programming Cookbook book released!
Posted by
WidgetBook
at
13:38
1 comments
Labels: Book, iOS, Programming










