Jason

1,866
Reputation
269 views

Registered User

Name Jason
Member for 7 months
Seen Dec 3 at 21:45
Website
Location Lafayette, IN
Age 25
I am a Web Application Programmer for the Informatics group at Purdue University. I have developed multiple web application that have been adopted by a wide range of higher education institutions. My work has been featured by the New York Times, CNET, and HPC Wire. My broad range of experience includes working in research computing, learning outcome assessment, and STEM related disciplines for K-12 education. - 11Rt0MDG2eyUKUFr
Dec
3
accepted Security measures for site search
Dec
3
answered Security measures for site search
Dec
3
comment Caching in a clustered environment
I'm looking for a solution that works for different languages. This might solve our problem in coldfusion, but not in the other areas.
Dec
3
revised Caching in a clustered environment
edited title
Dec
3
comment Caching in a clustered environment
The point of the cache is so we don't have to make unnecessary calls to the database. Therefore, I don't think using CFWDDX and database storage would work well in this situation.
Dec
3
revised Caching in a clustered environment
deleted 8 characters in body
Dec
3
asked Caching in a clustered environment
Dec
1
asked Example code for using Facebook Connect with Coldfusion
Dec
1
answered Personalized Welcome Messages
Dec
1
asked Is Facebook an OpenID provider?
Nov
30
answered SQL Server, find an arbitrary sequence of values
Nov
25
asked How to get functionality of hidesAccessoryWhenEditing
Nov
23
revised selecting point in time when change was made
added 434 characters in body
Nov
23
comment selecting point in time when change was made
the one with the earliest date?
Nov
23
comment selecting point in time when change was made
The dates don't match up? Do you want the date they last listed as working or the date that goes along with when they quit? In your results you have john's date as the quit date, and joey's date as the record before they quit (not even the latest date chronologically). Please explain further what you would like.
Nov
23
answered selecting point in time when change was made
Nov
20
comment jQuery on the fly URL shortener
earcar where are you finding the min lengths for different services?
Nov
20
accepted 1000 users a day for 10 minutes equal what concurrent load?
Nov
20
comment 1000 users a day for 10 minutes equal what concurrent load?
So it's usage is worldwide, 24/7 ? If so, then I think you would have less highs and lows and as such the number would be closer to 7 as the math dictates. However, I would still suggest using google analytics to get some better more concrete numbers. Also, if the user group is only in one area of the world then you would have say, 16 hour day X 60 min = 960 min/day then 10,000 / 960 = 10.41 concurrent users
Nov
20
comment 1000 users a day for 10 minutes equal what concurrent load?
agreed, but with the information given there is not a whole lot more to go on.
Nov
20
answered 1000 users a day for 10 minutes equal what concurrent load?
Nov
20
comment jQuery on the fly URL shortener
the post has a max length and shortening on the fly gives them more characters to make their post
Nov
20
comment jQuery on the fly URL shortener
the problem is that they can only have X number of characters in their post and shortening their URL on the fly gives them extra characters
Nov
20
asked jQuery on the fly URL shortener
Nov
19
comment Best Coldfusion Library for OpenID
After adding the project and running it as a test, I select to log in to Google. After authenticating with Google, I get sent to a page on Google that says "The page you requested is invalid." Any ideas?
Nov
19
comment Best Coldfusion Library for OpenID
I see where I can download an example project. However, is there some kind of walk through someplace that explains what needs to be changed/updated as looking through the code it isn't very intuitive.
Nov
18
answered Web service is expecting a DataSet object, how can I provide that via ColdFusion or in raw XML?
Nov
18
asked Best Coldfusion Library for OpenID
Nov
17
comment cfquery oracle stored procedure
Could you post your <cfquery>? It's hard to determine the issue without the code.
Nov
16
comment Strange mySQL Coldfusion Problem
I would agree, that error is very cryptic
Nov
9
asked Building Excel Files with C#
Nov
6
comment Coldfusion XMLFormat() not converting all characters
when I convert the "bad" character to unicode it becomes &#8217;
Nov
6
comment Coldfusion XMLFormat() not converting all characters
I'm trying to use cfheader and cfcontent to serve the xml document as an actual xml document.
Nov
6
awarded  Civic Duty
Nov
6
revised Coldfusion XMLFormat() not converting all characters
added 1 characters in body
Nov
6
asked Coldfusion XMLFormat() not converting all characters
Nov
4
answered Coldfusion - XML formatting a string returned from API call
Nov
4
revised Coldfusion - XML formatting a string returned from API call
edited tags
Nov
3
comment iPhone - How to determine in which cell a button was pressed in a custom UITableViewCell
Yes, that is the best method.
Oct
28
comment UIButton inside UITableViewController
The row will not be selected. When the button is tapped, the row does not get selected.
Oct
28
asked UIButton inside UITableViewController
Oct
20
asked Casting in objective-c
Oct
20
comment UITableViewController problems
updated with code
Oct
20
revised UITableViewController problems
added 1483 characters in body
Oct
20
comment UITableViewController problems
Thanks. This took care of the warning message. However, the problem still exists that no data is being shown. Do I need to run some kind of an update on the view that contains the uitableview?
Oct
19
asked UITableViewController problems
Oct
15
asked valueForKey only returns memory address and not actually value
Oct
14
asked How do I consume a web service in objective c?
Oct
12
comment Where can I find custom UITabBarSystemItem icons?
This is great. Thanks for the resource. Now, if I can only find a way to incorporate the skull and crossbones icon...
Oct
12
comment Help needed using Apple Keychain.
Thanks, that's great. I was looking for a framework called Keychain.framework which obviously doesn't exist.