December 2010
13 posts
3 tags
5 tags
CERT C Secure Coding Standard →
The CERT C Secure Coding Standard provides rules and recommendations for secure coding in the C programming language. The goal of these rules and recommendations is to eliminate insecure coding practices and undefined behaviors that can lead to exploitable vulnerabilities. The application of the secure coding standard will lead to higher-quality systems that are robust and more resistant to...
4 tags
The meaning of UITextView's sample text →
It’s Meaningless
Below is the placeholder text used in UITextView’s text property when you created the component from Interface Builder’s library:
“Lorem ipsum dolor sit er elit lamet, consectetaur cillium adipisicing pecu, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut...
4 tags
5 tags
If selected as a Chrome OS Pilot Program participant, I authorize Google to...
– Google Chrome OS Pilot Program Agreement
For those who wants to test drive a Chrome notebook, take that!
4 tags
6 tags
Setup Redmine on local Mac
To follow yesterday’s post, here’s how to setup Redmine, another issue tracking system, on local Mac. Comparing with Trac, I can’t say which one is better, but I think I would like to give Redmine a chance (at least for the next few weeks).
Before Start
You need to make sure you have these ready on you Mac:
Git
You can use MacPorts, i.e.,
% sudo port install git
Ruby...
3 tags
4 tags
4 tags
Setup Trac with GitPlugin on local Mac
I tried to setup a bug and issue tracking system on my Mac last night, and hope to switch away my “primitive Stikitâ„¢ notetaking” system. I don’t need power tools, and only have three basic requirements for the tracking system:
Free
I don’t want to spend money monthly for tracking bugs about my small projects, just not worth. So, sorry FogBugz.
Works on Mac
I want it...
9 tags
Another CALayer Tip for Background Image
Last month, I wrote “How I add background image to UINavigationBar.” By using CALayer’s contents property, you can easily add a CGImage to your UINavigationBar.
And this time, I’m going to show you, how I add background image into UIViewController and to support both landscape and portrait mode.
Use Square Image as Background
For iPhone and iPod touch, you need a 480...
4 tags
3 tags