| bio | website | jasonfunk.net |
|---|---|---|
| location | Ames IA | |
| age | 26 | |
| visits | member for | 1 year, 4 months |
| seen | 18 hours ago | |
| stats | profile views | 67 |
I am a software engineer from Des Moines, Iowa.
|
May 3 |
answered | add_user_meta and update_user_meta working only sporadically |
|
Apr 26 |
asked | User Search Query to SQL Where Clause |
|
Apr 23 |
comment |
Lucene/Solr: Book Text Searching In the specific application I want the result to show the chapter and line number(s) of matched text. |
|
Apr 23 |
asked | Lucene/Solr: Book Text Searching |
|
Apr 1 |
awarded | Popular Question |
|
Mar 26 |
awarded | Popular Question |
|
Mar 19 |
awarded | Popular Question |
|
Jan 17 |
comment |
import error in celeryd task Didn't help: File "/Users/jasonlfunk/Workspace/Work/csm/ff-app/ff_app/apps/tabs/keywords/tasks.py", line 15, in <module>
from ff_app.apps.util.adsense import has_adsense
ImportError: No module named apps.util.adsense |
|
Jan 16 |
comment |
AJAX Calling A Variable Can you give an example of what you want the final code to look like? |
|
Jan 16 |
asked | import error in celeryd task |
|
Jan 7 |
comment |
filter password with php @FCC-PT en.wikipedia.org/wiki/Cryptographic_hash_function |
|
Jan 7 |
answered | filter password with php |
|
Jan 7 |
answered | calculating two numbers just like meter reading |
|
Jan 7 |
comment |
Disable CD/DVD Burning in OS X @jweyrich Yes, that is how you can disable it in Finder and iTunes. I'm looking for a more general solution. |
|
Jan 7 |
comment |
Disable CD/DVD Burning in OS X @Robert Yes... the way I asked it had more of that feel to it but it is an attempt at functionality in a OS X app that I am writing. |
|
Jan 7 |
asked | Disable CD/DVD Burning in OS X |
|
Jan 3 |
awarded | Yearling |
|
Nov 30 |
comment |
Phonegap App communicate with Rails 3 App using authentication Yes, it does override forgery protection for json requests. Authentication works the same way as normal it just makes request replay attacks a little easier. I wasn't worried about that in this case but if you are worried about it then your javascript has to use a hidden form and pull it's forgery protection token and include that in the request. |
|
Nov 28 |
revised |
Phonegap App communicate with Rails 3 App using authentication update my javascript to be more clear |
|
Nov 28 |
comment |
Phonegap App communicate with Rails 3 App using authentication The first line is added to the ajax request. I am using phonegap and jquery. I edited my post. |