7,648 reputation
961110
bio website gunsightsoftware.com
location Fort Collins, CO
age 35
visits member for 3 years, 8 months
seen 57 mins ago
stats profile views 543

Experienced in developing tools for video game and movie production, Web Development, Android and iOS Development...


16h
revised Bulk Insertion on Android device
edited body
1d
asked IE8 alternative to window.scrollY?
May
16
awarded  Famous Question
May
12
awarded  Famous Question
May
9
comment laravel won't upload photo
Input::upload() seems to work fine for me in all situations.
May
6
accepted What does “**” mean in ANT?
May
6
comment What does “**” mean in ANT?
Is this just an ANT thing or is this common in general Unix environments as well?
May
6
awarded  Nice Question
May
6
asked What does “**” mean in ANT?
May
3
awarded  Nice Question
May
1
awarded  Notable Question
Apr
27
awarded  Good Question
Apr
26
awarded  Nice Question
Apr
25
awarded  Famous Question
Apr
21
awarded  Popular Question
Apr
20
awarded  Notable Question
Apr
19
accepted Complex data object with duplicate 'values' = missing chart bars
Apr
19
comment Complex data object with duplicate 'values' = missing chart bars
Thanks for the help!
Apr
19
asked Complex data object with duplicate 'values' = missing chart bars
Apr
17
comment PHP & localStorage;
Not sure why this was closed or downvoted as it seems to be a valid question. LocalStorage is client side and PHP is server side, so you cannot access Local Storage on the server until the client loads the page. However at that point, you can easily send LocalStorage values to the server via AJAX and then you have the values on the server in PHP. Very easy to accomplish.