CMPalmer

1,643
reputation
350 views

Registered User

name CMPalmer
member for 1 year
seen 21 hours ago
website
location Huntsville, AL
age 43
Programmer, designer, project manager for 20 years or so. Currently doing most stuff in C#, ASP.Net, and JavaScript.
Dec
14
awarded  Nice Answer
Oct
29
comment connecting web parts in sharepoint
Great article - this one guided me through a similar problem!
Oct
27
comment using jquery to display words consecutively
This one works quite well...
Oct
27
revised using jquery to display words consecutively
edited tags
Oct
5
awarded  Great Answer
Sep
28
awarded  Notable Question
Sep
18
awarded  Yearling
Sep
15
awarded  Popular Question
Sep
9
awarded  Notable Question
Aug
24
comment What non-programming books should programmers read?
This is also one of the best books about cognitive psychology and AI that I've ever read. Before you think I'm crazy, Understanding Comics is mostly about how we look at minimalist art and transform it into rich experiences and how we can look at static shots and understand the flow of time, character motivation, and causality. Truly an amazing book.
Aug
24
comment What non-programming books should programmers read?
Put more simply, the book says that programmers most often write programs that are usable primarily by other programmers (hence the title). It presents methodologies to ensure that programs are written to the domain of the users, not the developers. Great book.
Aug
24
awarded  Popular Question
Aug
22
awarded  Nice Answer
Aug
17
awarded  Popular Question
Aug
4
awarded  Nice Question
Aug
2
awarded  Taxonomist
Jul
29
awarded  Necromancer
Jul
23
awarded  Nice Answer
Jul
16
comment “Every language was created for a specific purpose”
Should be - Objective C: Developed to have an object oriented C for Next computers before C++ was invented/adopted. Pre-dates iPhones by well over 20 years.
Jun
23
comment Evaluate dice rolling notation strings
Onorio is right - standard RPG notation would be that 4d12 means d12 + d12 + d12 + d12, but 4*d12 would be 4 * d12.