aardvark

1,101
reputation
311 views

Registered User

name aardvark
member for 1 year
seen 9 hours ago
website
location Kansas
age 41
Programmer Analyst for Johnson County Library
Oct
14
answered Most horrifying line of code you have ever seen?
Sep
16
revised Is it important to explicitly declare properties in PHP?
edited tags
Sep
12
comment How do I make an html anchor that does the ?info1=something&info2=somethingelse
@bobince: Thanks, I fixed it.
Sep
12
revised How do I make an html anchor that does the ?info1=something&info2=somethingelse
added 4 characters in body
Sep
11
answered How do I make an html anchor that does the ?info1=something&info2=somethingelse
Sep
10
revised How do I convert password hashing from MD5 to SHA?
fixed grammar (replaced comma at the end of paragraph with period)
Sep
5
revised What are some good resources for learning threaded programming?
reformatted title as a question
Sep
5
revised How do I add a pre tag inside a code tag with jQuery?
reformatted title as a question; edited title
Sep
4
comment How do I convert password hashing from MD5 to SHA?
In either option, I would replace the passwords of existing users the next time they log in. It's just a question of how to let the app know which hash to use after that.
Sep
4
asked How do I convert password hashing from MD5 to SHA?
Aug
22
answered Compiling C/GTK within Eclipse
Aug
21
comment Query works ok in phpmyadmin but not with mysql_query php function
Are you by any chance echoing the value of $gquery as it is passed to mysql_query?
Aug
21
answered how to select a row where one of several columns equals a certain value?
Aug
17
revised Prevent command prompt from closing automatically (CS Script)
edited tags
Aug
12
comment encrypt- decrypt with SHA256 using java
+1 for suggesting an appropriate alternative
Aug
10
awarded  Nice Answer
Aug
5
comment PHP Global Variables
Do you really need it available to ALL other classes?
Aug
5
awarded  Yearling
Jul
30
revised Where is the Parrot documentation?
revised answer based on newer information
Jul
10
comment C pointers Question
There's a great explanation of pointers here: stackoverflow.com/questions/5727
Jul
8
awarded  Disciplined
Jun
30
awarded  Popular Question
Jun
25
comment exit code in perl
Disabling warnings just hides the problem; it does not fix it.