Tim

473
Reputation
116 views

Registered User

Name Tim
Member for 1 year
Seen Nov 23 at 22:54
Website
Location Austin, TX
Age
Blah blah blah?
Nov
16
comment Best way to give the right first impressions at the interview?
This answer is almost as useful as the question it answers.. heh.
Nov
5
awarded  Yearling
Nov
2
comment How do you backup your websites?
$ tar -cvf 2009-11-03_WWW.tar /web/dir/blah; :)
Oct
19
comment Database design - multi category products with properties
Yeah, like he said.. Products can belong to many categories and vice-versa, etc.. Good stuff. [Product]->[ProductCategory]<-[Category]
Oct
19
comment Mysql db class - trouble connecting
die(mysql_error()) should spit out the error details
Oct
7
comment What is the single most influential book every programmer should read?
This seems like just a rehash of the same old "What is your favorite programming book" B.S... why? :(
Oct
6
answered What are the possible return values for $_SERVER[’REMOTE_ADDR’];?
Oct
2
answered Link to current page without query string
Sep
8
awarded  Good Answer
Sep
6
comment writing a php function to verify data in an array
No reason, just habit. :)
Sep
6
answered writing a php function to verify data in an array
Aug
31
answered Accessing last created row in PHP/MySQL
Jun
29
comment How to evangelize StackOverflow (ServerFault and SuperUser)?
Why are you concerned with evangelizing the site? You have some free time and need something to do?
Jun
29
comment Extending SQL query to include records beyond a given date.
So you want to narrow down the results, but you also don't want to narrow down the results?
Jun
29
answered need to create an application that will work on the Internet also and local internet also
Jun
29
comment What can software developers do to be more “green”?
Stop wasting electricity posting questions like these :)
Jun
29
revised Problem with $_POST
added 102 characters in body
Jun
29
comment how to avoid listing previously entered values in certain text fields of a form? HTML, PHP
Ah, ok.. Please disregard my comment then. :)
Jun
29
comment how to avoid listing previously entered values in certain text fields of a form? HTML, PHP
Name the field something crazy that they probably have never encountered before. :)
Jun
29
revised Problem with $_POST
added 1 characters in body
Jun
29
answered Problem with $_POST
Jun
29
comment Problem with $_POST
Why all the extra quotes around time()?
Jun
21
comment Converting a .dgp file
How can he offer a 150pt bounty when he has only 11 pts? I thought a bounty was offered from the user's own points?..
Jun
11
comment Do I want a degree in CS or MIS?
I don't mean to be an asshole, but this is somewhat of a bummer that a college graduate doesn't know when to use "you're" (contraction for "you are") and "your" :(
Jun
11
comment Do I want a degree in CS or MIS?
I agree. If you can hack it, go with the CS degree. :)
Jun
11
answered Do I want a degree in CS or MIS?
Jun
10
comment mssql_fetch_array(): supplied argument is not a valid MS SQL-result resource
If you post a code example it would make it easier to help.
Jun
10
comment Tracking email bounces, opens, clicks
You sound like a spammer :(
Jun
10
comment What exactly is a “Software Architect”?
Anyone who builds web pages and scripts PHP or .Net calls themself a software "engineer" these days.. The title doesn't mean anything special anymore..
Jun
10
comment MySQL query randomly takes “forever”
How many records are in the table? I've had this happen with tables that weren't exceptionaly big and fixed it by adding an index..