Darryl Hein

7,730
reputation
614 views

Registered User

name Darryl Hein
member for 1 year
seen 4 mins ago
website
location Calgary, Alberta, Canada
age 27
I am a website and web application developer in Calgary, Alberta. I have been doing PHP for 7 years and general web development for 9.
Dec
8
asked checking to ensure all values in a field are integers in MySQL
Dec
5
comment What is the best way to add options to a select from an array with jQuery?
redsquare is right, but Amit, all you need to do with jQuery is: $('#mySelect').empty(); to remove all of the options within a select.
Dec
4
awarded  Good Question
Dec
3
comment Removing .svn folders from project for deployment
@glenc Isn't that exactly what my answer is?
Dec
2
awarded  Notable Question
Nov
26
answered PHP Mass Email Best Practices? (PHPMailer + Gmail)
Nov
20
awarded  Notable Question
Nov
16
revised Unobtrusive Javascript rich text editor?
added 38 characters in body
Nov
13
awarded  Popular Question
Nov
9
answered What is the difference between Float:left vs Display:inline? While every element in browser goes to left by default.
Nov
7
revised Should I be obfuscating database IDs from my users?
edited title
Nov
6
revised Should I be obfuscating database IDs from my users?
edited body
Nov
5
revised What is the best way to add options to a select from an array with jQuery?
added 62 characters in body
Nov
5
awarded  Nice Question
Nov
5
comment I want to use <pre></pre> to keep the format of input text, but the displayed text crosses the boundary of its parental tag<div></div>. How to solve this problem?
That's not PHP :)
Nov
5
revised I want to use <pre></pre> to keep the format of input text, but the displayed text crosses the boundary of its parental tag<div></div>. How to solve this problem?
added 10 characters in body
Nov
5
comment Should I be obfuscating database IDs from my users?
2 things: using clean URLs although great, it fails when you have a massive number of products (for example). Something like SO would fail miserably because question titles are not unique and therefore the have included the ID along with the question title. Regarding storing IDs in the session...this works well, except for one thing: tabs :(
Nov
4
awarded  Nice Answer
Nov
4
comment HTML Select only returning First Option
Maybe also remove it from your question.
Nov
4
comment HTML Select only returning First Option
Hijack? What do you mean?
Nov
4
answered HTML Select only returning First Option
Nov
4
revised Should I be obfuscating database IDs from my users?
added 114 characters in body; added 77 characters in body
Nov
4
asked Should I be obfuscating database IDs from my users?
Nov
4
accepted What video encoding and streaming services are there out there?
Nov
4
revised Should PHP code have spaces before operators?
added 241 characters in body
Nov
4
asked Should PHP code have spaces before operators?
Nov
4
awarded  Notable Question
Nov
3
awarded  Popular Question
Nov
2
comment Delete help for my script
Changing that won't "fix" the query since nothing is wrong with the query. You can use quotes for IDs...I've been doing it for years.
Nov
2
comment Variable variable class extensions in PHP--is it possible?
does that work?
Nov
2
revised Variable variable class extensions in PHP--is it possible?
added 32 characters in body
Oct
29
accepted deleting session data via ajax
Oct
28
revised deleting session data via ajax
added 55 characters in body
Oct
28
revised Is There A way to Validate Individual Fields in Jquery, not the Whole Form?
added 4 characters in body
Oct
28
comment deleting session data via ajax
Why the downvote?
Oct
28
answered How to remove everything from body apart of one tag with perticular class with jQuery?
Oct
28
answered deleting session data via ajax
Oct
23
awarded  Popular Question
Oct
22
awarded  Notable Question
Oct
18
comment Is it better in MySQL to have 1 large table or 2 smaller tables?
Good point rexem, but I don't see your answer/suggestion?
Oct
18
revised Is it better in MySQL to have 1 large table or 2 smaller tables?
added 36 characters in body
Oct
18
asked Is it better in MySQL to have 1 large table or 2 smaller tables?
Oct
18
awarded  Popular Question
Oct
17
comment javascript not generating in browser, just prints code to screen
@Rachel from the screen shot, it's IE, just the IE tool bar is hidden.
Oct
17
comment javascript not generating in browser, just prints code to screen
Can you post some of your code, including the tags around the JS?
Oct
16
accepted Using LIMIT when searching by a unique field
Oct
15
comment Mysql search via PHP help
But you have to use all those fields on every full text search, which depending on the size of the fields can be slow. +1 for a good idea though.
Oct
15
comment Mysql search via PHP help
Too bad it requires that a FULLTEXT index is on the column of which there can only be 1 per table...somewhat limiting.
Oct
15
revised Mysql search via PHP help
added 299 characters in body; added 53 characters in body
Oct
15
answered Mysql search via PHP help