| bio | website | jason.heddings.com |
|---|---|---|
| location | Colorado | |
| age | 34 | |
| visits | member for | 3 years, 7 months |
| seen | 39 mins ago | |
| stats | profile views | 407 |
An all-around-geek who loves music, sports, coffee, and above all, Christ.
|
Nov 20 |
comment |
lIke and comment using asp.net using c# There are a few examples that jump out when searching Google for your question. Add a few permutations with "ajax" and you should be able to start sketching out your ideas. Give it a try and post where you get stuck. It's always better to be specific about the trouble you are having. If all else fails, study FB's behavior interactions by examining the HTTP requests - using Web Developer Tools in your browser. |
|
Nov 20 |
comment |
PHP Session Security Flaw? That sounds like a security flaw in your implementation of /dashboard.php?reset=true rather than PHP. A session, by definition, requires the client to present a token with each request (either by cookie or query string). That does not mean you have to look for it before taking action. Could you post that bit of code (doing the reset) and the rest of your security checks? The problem may lie there. |
|
Nov 19 |
revised |
How would I reduce nesting for form validation in PHP? added 3 characters in body |
|
Nov 19 |
revised |
How would I reduce nesting for form validation in PHP? syntax improvements and corrected spelling mistakes |
|
Nov 19 |
revised |
How would I reduce nesting for form validation in PHP? added 225 characters in body |
|
Nov 19 |
answered | How would I reduce nesting for form validation in PHP? |
|
Nov 16 |
awarded | Good Answer |
|
Nov 13 |
awarded | java |
|
Nov 12 |
answered | Is there a way to ensure that threads are assigned to a specified set of objects? |
|
Nov 12 |
answered | Field that acts both as textfield and combobox |
|
Nov 10 |
comment |
Accessing an element in an array Interesting question (even if the syntax is bound to cause issues later). You should also consider selecting answers for some of your previous questions to keep encouraging community participation. |
|
Nov 10 |
comment |
URL string generation in .NET possible duplicate of C# Url Builder Class |
|
Nov 10 |
revised |
Java Ant build.xml issue added 271 characters in body |
|
Nov 10 |
answered | Java Ant build.xml issue |
|
Nov 10 |
revised |
Can anyone help me with this struct/pointer issue? added 40 characters in body |
|
Nov 10 |
comment |
jQuery Ajax return html AND json data It's an interesting question... I've always tried to preserve the separation of data & display, even at the possible expense of multiple requests. It will be interesting to see what others come up with. |
|
Nov 10 |
answered | jQuery Ajax return html AND json data |
|
Nov 10 |
reviewed | Approve suggested edit on C# Many URL requests, takes long time for processing |
|
Nov 10 |
comment |
C# Many URL requests, takes long time for processing It's not a surprise that it takes some time to do this... Creating web requests requires some extra handshaking and I suppose the total operation would be around 500ms - 1s each. You mentioned using multithreading... Can you post an example of what you have tried and the results? I'm sure the community could help if you get stuck with the implementation. |
|
Nov 9 |
revised |
How do I parse HTML using php? edited title |