1,096 reputation
312
bio website
location
age 36
visits member for 2 years
seen Mar 8 at 2:24
stats profile views 67

May
13
awarded  Yearling
Nov
6
comment Forbidding or controlling “Hidden IT…” Who should write and maintain ad-hoc software applications?
"In my experience, those cases are extremely frequent." -- So your company does an amazing job of hiring great programmers in non programmer jobs and then poor programmers in programming jobs? I think it's more likely that someone that doesn't understand the practices and underlying systems is going to THINK they are writing better software. Just my 2 cents.
Nov
1
comment How to handle monetary values in PHP and MySql?
@MichaelBorgwardt Thank for the info, Songo sorry for the delay, hurricane took us out :)
Oct
29
answered How to handle monetary values in PHP and MySql?
Oct
16
comment Should you promise to deliver a feature that you aren't sure if its implementable?
Reminded me of ... GEORDI:Captain, we can do it! We can modify the transporters.PICARD Excellent. GEORDI It'll take fifteen years, and a research team of a hundred...
Aug
17
awarded  Civic Duty
Jun
8
awarded  Caucus
May
13
awarded  Yearling
May
11
accepted Ajax race conditions
May
11
comment Ajax race conditions
yea i was kind of vague. Its a web app with data being sent/retrieved via ajax more specifically jQuery.get/post.
May
11
asked Ajax race conditions
Apr
18
comment Are there guidelines on how many parameters a function should accept?
A lot of people here saying that this isn't really the way to go with a on of parms. However what about object constructors. Taken an ORM with a class and its INIT method. I have had cases where i would need 10 or more params that have to be set to something that can't default well. I hate looking at the init function because its hard to work with and hard to remember. Is a constructor an OK edge case or is there a better way to do it?
Apr
17
answered Structuring database for multi-object “activity” and “following” functionalities
Apr
13
answered Synchronous vs. asynchronous for publish subscribe communication between JavaScript objects
Apr
13
answered Application that provides unique keys to multiple processes
Apr
12
answered How can I get job in company when I unfamiliar with technology
Apr
12
revised How to separate sensitive data in database(MySql)
added more to answer.
Apr
12
answered How to separate sensitive data in database(MySql)
Apr
12
comment How to separate sensitive data in database(MySql)
You could encrypt it on the application side but the application would have the key. Is this a web application that is "inputing" the data?
Apr
7
accepted Alternate approaches to creating custom forms in a web application