26,182 reputation
84895
bio website whitlock.ath.cx
location Rohnert Park, CA
age 35
visits member for 4 years, 5 months
seen 2 days ago
stats profile views 3,007

Software engineer with over 12 years of experience and a degree in CS.


May
14
comment Trouble designing ERD for monthly reports containing several zip codes
Notice this means zipcode would also be a PK.
May
14
comment Trouble designing ERD for monthly reports containing several zip codes
Creating one row per zip code makes reporting easier. SELECT ZIPCODE,MonthYear MAX(familiesServed) from monthlyReport group by zipcode,MonthYear. Tells you the month with the highest meals fed by zip code. It is generally bad practice to put application data structures in the DB. Make the database do the work for you!
May
14
answered Generate in php use in javascript in another file
May
14
revised using php or javascript to see if it's “my iPad”
deleted 30 characters in body
May
14
comment using php or javascript to see if it's “my iPad”
Why the downvote?
May
14
answered using php or javascript to see if it's “my iPad”
May
14
answered Trouble designing ERD for monthly reports containing several zip codes
May
14
comment I need to remove /en from all URLs, would like to use .htaccess
possible duplicate of .htaccess rewrite to redirect root URL to subdirectory
May
10
awarded  Popular Question
May
2
revised creating a mysql query with no duplicates
added 288 characters in body
May
2
comment What do I need to keep a secure MySQL database?
Step 2. Read about mysqli php.net/manual/en/book.mysqli.php
May
2
answered Understanding downloaded file location in php
May
2
answered Upgrade to Mozilla Firefox 20 and Selenium IDE 2.0.0 - path for user-extensions.js has changed?
Apr
29
awarded  Notable Question
Apr
25
awarded  Enlightened
Apr
25
awarded  Nice Answer
Apr
24
comment emulating usb device with another PC
Check out the first link. They have devices that allow storage on the PC. @Audrius idea of using a android board would work well as you can write directly to the port.
Apr
24
comment MySQL friends table query
+1 nice answer using a case statement!
Apr
24
answered MySQL friends table query
Apr
24
answered emulating usb device with another PC