| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 4 months |
| seen | 1 hour ago | |
| stats | profile views | 9 |
|
May 1 |
answered | jQuery ajax ifModified not honored on call for cached response when should be 304 |
|
May 1 |
comment |
jQuery ajax ifModified not honored on call for cached response when should be 304 Your other post cleared up why this was happening - but the behavior is just plain stupid IMO. Requests for resources in a browser context should be consistent regardless of the initiator, whether it's an HTML img element, a script element, or an ajax call through javascript. |
|
May 1 |
accepted | jQuery ajax ifModified not honored on call for cached response when should be 304 |
|
Apr 30 |
asked | jQuery ajax ifModified not honored on call for cached response when should be 304 |
|
Apr 20 |
comment |
Knockout recursive template selective binding Awesome - worked like a charm. Thanks! |
|
Apr 20 |
accepted | Knockout recursive template selective binding |
|
Apr 19 |
asked | Knockout recursive template selective binding |
|
Mar 9 |
awarded | Popular Question |
|
Jan 28 |
accepted | Forms authentication with requireSSL=true not returning cookie with Secure attribute |
|
Jan 25 |
asked | Forms authentication with requireSSL=true not returning cookie with Secure attribute |
|
Dec 28 |
comment |
Complex SQL query for inventory app This does work nicely for the example data as there is only a single entry per warehouse for a part in the inventory table. Unfortunately for me it is an over simplification as I have to deal with many records for an item in a warehouse - think: location, serial number, although I can summarize part per warehouse and use that instead of the inventory table directly. Thanks for the alternative approach. If it performs better than what I have I'll mark it as the answer. |
|
Dec 24 |
awarded | Student |
|
Dec 22 |
comment |
Complex SQL query for inventory app This is for SQL Server. Value of kits is irrelevant as it's really a query to see which warehouse to send the order, not to create kits for stock. |
|
Dec 22 |
asked | Complex SQL query for inventory app |
|
Oct 1 |
comment |
jQuery maskedinput and form reset Something like this may work if I know the fields that have the input mask applied beforehand., I'm really looking for a way to do it by passing a form: function($form){$form[0].reset(); <update the masked fields>}; |
|
Oct 1 |
comment |
jQuery maskedinput and form reset Note: I'm using the jQuery extension method "inputmask" instead of the "mask" method as it exists in the library because there was a name conflict with another library. It's the same method renamed. |
|
Oct 1 |
asked | jQuery maskedinput and form reset |
|
Sep 26 |
answered | Inadvertent multiple posts through jquery |
|
Aug 14 |
comment |
Cannot perform close/open ASP.Net Ajax ModalPopupExtenders in sequence from server side code Worked like a charm! A thousand thank-yous for this Yuriy. |
|
Aug 14 |
accepted | Cannot perform close/open ASP.Net Ajax ModalPopupExtenders in sequence from server side code |