Kristopher Johnson

8,518
Reputation
851 views

Registered User

Name Kristopher Johnson
Member for 1 year
Seen 15 hours ago
Website
Location US
Age 42

Self-employed senior developer who knows a little bit about a lot of things.

Twitter: @OldManKris

Wave: kristopherdjohnson@googlewave.com

Prefers spaces to tabs.

8h
accepted Common Practice for Template Function Defination - Mix with Function Declaration?
18h
awarded  Notable Question
Nov
27
revised Common Practice for Template Function Defination - Mix with Function Declaration?
added 495 characters in body
Nov
27
awarded  Popular Question
Nov
26
comment Detecting Swipe In UINavigationBar
How are you trying to detect swipes?
Nov
26
answered Common Practice for Template Function Defination - Mix with Function Declaration?
Nov
25
accepted What are the advantages and disadvantages of implementing classes in header files?
Nov
24
revised What are the advantages and disadvantages of implementing classes in header files?
added 54 characters in body
Nov
24
comment What are the advantages and disadvantages of implementing classes in header files?
Unfortunately, a C++ header file usually does contain a lot of implementation details, so it's not really that clean. (And before anyone else says it: Yeah, yeah, pimpl idiom, bla-bla-blah).
Nov
23
revised What are the advantages and disadvantages of implementing classes in header files?
edited body
Nov
23
awarded  Nice Answer
Nov
23
awarded  Nice Answer
Nov
23
accepted Microsoft Internal Coding guidelines: don’t use tabs.
Nov
23
comment Microsoft Internal Coding guidelines: don’t use tabs.
The common counterargument to this is that code should be run through some sort of reformatter before being committed to the repository, to ensure consistent whitespace. However, I've never personally seen anyone actually do this. Better to have a standard for everyone to follow.
Nov
23
answered Microsoft Internal Coding guidelines: don’t use tabs.
Nov
23
comment How do I attract developers to an Open Source project?
The project was remoting-corba.sourceforge.net, which provided CORBA bindings for .NET. At the time, it was useful, but eventually, Visibroker and other CORBA vendors had .NET products. And of course, interest in CORBA waned in favor of Web Services.
Nov
23
revised What are the advantages and disadvantages of implementing classes in header files?
added 1 characters in body; added 58 characters in body; added 56 characters in body
Nov
23
answered What are the advantages and disadvantages of implementing classes in header files?
Nov
23
comment C++ IDE for Linux?
"not very useful yet": autocomplete often doesn't work, navigating to declarations or uses of functions doesn't work, syntax highlighting doesn't always work, refactoring doesn't work, etc. It's little better than using vi. The GDB frontend UI is the only thing that makes it worth using at all, IMHO.
Nov
19
accepted How to push viewcontroller (view controller)?
Nov
18
awarded  Nice Question
Nov
18
comment Is there a solution to the 0.25 sec touch delay problem on iPhone OS?
Also dupe of stackoverflow.com/questions/1239828/…
Nov
18
comment Is there a solution to the 0.25 sec touch delay problem on iPhone OS?
This may be a dupe of stackoverflow.com/questions/1755197/…
Nov
17
revised Can Uncrustify align colons in Objective-C method calls?
deleted 3 characters in body; edited tags; added 54 characters in body; added 13 characters in body
Nov
17
comment Measure CPU / RAM usage of a program
What are you going to use the performance data for?
Nov
17
comment How to access a local host url in Objective-C for iPhone OS
Are you trying to launch another app, or trying to access another apps data? You can't do the latter.
Nov
17
answered Shark was unable to find symbol information for this address range - iPhone
Nov
17
comment How to convert UIColor value to NSString?
Yes, but -description also includes the class name, which may or may not be desirable (questioner doesn't say what he wants the string to look like).
Nov
17
comment How to convert UIColor value to NSString?
What format do you want the resulting NSString to have? What are you going to do with that string? (Display to user, save to file, ...)
Nov
17
answered How to convert UIColor value to NSString?
Nov
17
revised On your very first program, which construct hooked you on programming?
deleted 9 characters in body
Nov
16
answered Most efficient way to do 22 different builds
Nov
15
revised Is a College/University Degree Still Relevant?
added 7 characters in body
Nov
13
awarded  
Nov
13
accepted Can Linux apps be run in Android?
Nov
12
awarded  Popular Question
Nov
11
comment iPhone device vs. iPhone simulator
No threads, and not using OpenGL. But the point is that performance can be radically different between the two platforms.
Nov
11
answered iPhone device vs. iPhone simulator
Nov
10
awarded  Nice Answer
Nov
10
comment Are class variables included in the 7 +- 2 guideline?
On the other hand, if you can split your class members into groups, that's often a good sign that you should split the class.
Nov
9
comment Google App Engine with ClientLogin Interface for Objective-C
I don't see how anyone could figure this out from Google's documentation. Thanks very much for the experimentation.
Nov
6
revised How to encourage someone to learn programming?
added 11 characters in body
Nov
6
awarded  Nice Answer
Nov
6
comment What are the ways on how I can get my domain name indexed by Google? It will be cool if the search results will show mine on the first page. Thanks in advance
I'd like my pages to show up on Google first page too. Let me know what you find out.
Nov
6
revised UIButton Custom Image in AlertViews
added 180 characters in body
Nov
4
answered C++ const void* conversion
Nov
4
revised Why is “delegate” needed ? when to use it and how to apply it?
Added link to Wikipedia article
Nov
4
answered Why is “delegate” needed ? when to use it and how to apply it?
Nov
4
accepted UIButton Custom Image in AlertViews
Nov
4
answered iPhone Private distribution.