Warning: mkdir() [function.mkdir]: Too many links in
We got this error today. It is not very self explaining, so I thought I will leave here a link explaining it: http://ryan.ifupdown.com/2008/08/17/warning-mkdir-too-many-links/
more ...We got this error today. It is not very self explaining, so I thought I will leave here a link explaining it: http://ryan.ifupdown.com/2008/08/17/warning-mkdir-too-many-links/
more ...It turns out, that navigation bar back button is set from parent controller that pushed new view controller. So if you want to hide back button you have to hide it in first view controller and then push the new one.
But if you have many places where you need to push new view controllers and have back button, but only one place where it needs to be set it is not very efficient to set it every time to not hidden. The solution is this code called from view controller pushed:
[self.navigationController.parentViewController.navigationItem setHidesBackButton:YES];
Don't forget to show it when view disapears.
It also applies to custom back buttons - you have to apply it to first view controller, not the one is being pushed on.
more ...Of course I would like to have my site viewed as much as posterous says, but I think I can be sure, that google analytics is more correct. Anyway difference ir very large so I assume, that posterous don't filter any kind of requests. I mean search engines, and so on.
[See the full gallery on Posterous]5
I do want to have it, because I have 3 years old macbook white, but there are things keeping me away from buying it. Basically these things that came with new macbook pro are not so important to replace the old one.
Lets start with features new macbook pro has, but they can't buy me.
Thunderbolt. The speed seems amazing (10 Gbps), but most probably the first time I will use it will be after some 5 years, as I am not compressing and storing any big video files, images, etc.
Faster, better video card. Cool to have it, right? But in real world I don't see any downside of the one I currently have. Really I haven't seen any problems that could apply to video card. I am not playing games very much..
Next-generation quad-core and dual-core Intel processors. This is also pretty cool, and actually sometimes I feel like my old macbook could be little faster, especially when I started learning iPhone development. But it is not like the current 2.4 GHz CPU is lagging.
Battery. My …
more ...Here is another video with little Louise.
more ...I just wanted to mention, that since yestereday Code Cards 1.2 have been approved and is available on App Store.
This update took 3 days to process. Nice work Apple. :)
P.s. This is more like a bug fix version.
more ...This has been a very busy month. I even don't know where to start. Yes, I have made an iPhone app and it is published, but lets start with one other thing.
Besides my day job I have started to work for a new, amazing startup called "Fracture" (http://www.fractureme.com/ ). Currently it is more like a freelancer job for various tasks. As I already mentioned it is a new startup run by Alex Theodore and Abhi Lokesh. The whole story about how the idea showed up and on you can read in About section, if you are interested. What they do is, they print pictures on a glass. Then they put a simple handling hole behind it, pack it in a very resistant package and ship it to you. They will even add a screw so you can put it on the wall right away. We ordered one fracture as an example and it was so cool so I decided to apply for php position there. They agreed and in this little time I have learned some new …
more ...Today I woke up with classics dinging my mind. This one somehow represents my mood today:
more ...Some of them are opened all the time (e-mail, blog, etc), some are samples and forums about objective-c and iphone sdk stuff. Some are left open to read them later.
more ...Time to time I post latest updates on my life. I don't think I'm a good writer, but I hope these posts will be available when I will be old, so I can remember this all much easier. (I am planning to write my biography at some point:))
I actually started this post some month ago, but it stuck somewhere between "have no time to write it" and "have no inspiration to write it". What is happening lately?
As you already know it I almost burned my MacBook down. It was on Halloween evening, coincidence? :)
Louise now are 10 months old. She is so gorgeous, although it seems, that she will be very stubborn girl. It is actually not a bad thing, just have to direct hers stubbornness into right direction. Now she have 5 teeth. She gets very serious when exploring things. She is so cute when she is so serious. Also new words and expressions are jumping out every week. It is a great thing watching her grow up.
In professional area I have developed my first iPhone …
more ...