W. Craig Trader

2,688
Reputation
438 views

Registered User

Name W. Craig Trader
Member for 1 year
Seen 9 hours ago
Website
Location Sterling, Virginia, USA
Age

W. Craig Trader,
Senior Staff Engineer
Mercury Federal Systems

"I solve problems, usually with computers."

I am a technology generalist, but I am also highly skilled in all aspects of software system design, development, and deployment.

21h
answered Using Wordpress as more than just a blog?
Nov
25
comment Slow response from getaddrinfo
Are you querying for AAAA records or A records?
Nov
25
revised Slow response from getaddrinfo
Add more references to IPv6 on Windows; added 99 characters in body
Nov
25
comment Slow response from getaddrinfo
@Nitamk, what version of Windows are you using: Vista, Windows 7, Windows Server 2008?
Nov
24
comment What is the single most effective thing you did to improve your programming skills?
@Arnis, when they implement the "Generalist" badge, I'll be there.
Nov
24
comment Which is faster: multiple single INSERTs or one multiple-row INSERT?
An ounce of test it yourself on your system is worth a pound of someone else's tests on some other system. On the other hand, "A coupla months in the laboratory can save a coupla hours in the library." -- Westheimer's Discovery
Nov
24
answered How can I get my content from a Joomla blog into Blogger or Wordpress?
Nov
24
comment Wordpress not working when using Apache virtual hosts
Don't forget to accept an answer, if it solved your problem.
Nov
24
revised Looping through wordpress categories
Fix basic spelling errors
Nov
24
answered wordpress : how to put an enter page?
Nov
24
awarded  Nice Answer
Nov
23
revised How to read unsigned short from file?
Fix typos
Nov
22
answered Can I use a USB-to-serial adapter to talk to my development board from VMWare Fusion?
Nov
22
comment check if email are valid and exists
That will be much harder (if not impossible) once UNICODE domains are allowed.
Nov
22
accepted Execute php script every 40 miliseconds?
Nov
22
revised Slow response from getaddrinfo
edited tags
Nov
22
answered Slow response from getaddrinfo
Nov
22
comment How can the submit action on a form(<form></form>) be automatically fired when all input elements within this form are completed/filled?
Sounds like a bad idea to me. What if the user mis-types something in one of the fields? There's no way to verify and fix the data before it gets submitted.
Nov
22
answered Execute php script every 40 miliseconds?
Nov
22
answered C unsigned int array and bit shifts
Nov
22
comment C unsigned int array and bit shifts
Did you mean shifting array[k] left?
Nov
22
answered check if email are valid and exists
Nov
22
revised Subversion post-commit script to update working-copy
Use code formatting for script
Nov
22
comment Wordpress not working when using Apache virtual hosts
Presumably you have hosts entries that resolve 'bts' and 'cake' to 127.0.0.1, correct?
Nov
22
accepted Using the Subversion revision for the ClickOnce publish revision?
Nov
19
revised Database source control with Oracle
added 1471 characters in body
Nov
19
answered Database source control with Oracle
Nov
18
comment Is it bad practice to use temporary variables to avoid typing?
@thephpdeveloper, that isn't what DRY means. DRY is about not defining an entity in more than one place, like having a constant defined in a configuration file AND in your source code (instead of reading it from the configuration file). The reason not to repeat oneself is to avoid the errors that crop up from having to do double maintenance (such as changing a value in the config file, but forgetting (or not knowing) to change the source code too).
Nov
18
revised Why isn’t DRY considered a good thing for type declarations?
Cleaned up and expanded answer
Nov
18
answered Why isn’t DRY considered a good thing for type declarations?
Nov
17
comment Sum and Division example (Python)
It seems a little late in the semester for a problem this easy to be homework, but it doesn't seem like a real-world problem, either.
Nov
16
comment VMWare guest web-server not reachable from host
You should accept this as the answer, so that this question is no longer considered 'unanswered'.
Nov
16
answered Using the Subversion revision for the ClickOnce publish revision?
Nov
16
answered Check out a read-only copy of a file from Subversion?
Nov
16
answered Build automation, VMWare server 2.0, Final builder
Nov
15
comment bool true = false?
Mind you, if I ever run across code that DOES this, I'd do my best to roast the author on a stick...
Nov
15
answered bool true = false?
Nov
14
accepted Dijkstra’s Bankers Algorithm
Nov
14
answered Dijkstra’s Bankers Algorithm
Nov
13
answered Could not initilize the SASL library
Nov
13
revised How do I set the default value for a column?
edited body
Nov
13
answered Print possible strings created from a Number
Nov
11
answered Abuse of C# lambda expressions or Syntax brilliance?
Nov
10
answered Search for a string in a text file and parse that line (Linux, C)
Nov
9
answered Basic C question about return values
Nov
9
answered Getting started with Arduino?
Nov
8
comment What should a developer know before building a public web site?
Look for the 'best-practices' tag, found on excellent posts everywhere.
Nov
7
accepted How to expose a method in an interface without making it public to all classes
Nov
7
answered How to expose a method in an interface without making it public to all classes
Nov
3
accepted How Do I Create a Python / Django Egg?