| bio | website | keeblesmith.com |
|---|---|---|
| location | United Kingdom | |
| age | ||
| visits | member for | 1 year, 10 months |
| seen | 1 hour ago | |
| stats | profile views | 20 |
I run an online digital agency in Swindon, UK. We produce elegant online solutions which help our clients do better business online.
|
May 15 |
answered | How to programmatically cancel file upload in blueimp |
|
May 14 |
comment |
Ical VALARM not registrering See my answer here, should help you: stackoverflow.com/a/16540934/834431 |
|
May 14 |
answered | ics Alarms are not appearing in Google Calendar or Outlook |
|
May 14 |
answered | Character encoding and VALARM with .ics files for Google Calendar -> iPhone |
|
May 14 |
answered | VALARM not working in Outlook & Android |
|
May 14 |
answered | Ical VALARM not registrering |
|
May 2 |
answered | Does a Windows Platform based server with IIS7.5 support .htaccess |
|
Apr 30 |
comment |
Regular expression to split string and number If the alphabetic part and the numeric part are both required to be present, the regex expression is incorrect. It should be (?<Alpha>[a-zA-Z]+)(?<Numeric>[0-9]+) |
|
Apr 26 |
comment |
Google analytics in header or footer? Google requires the Analytics tracking code to be in the <head> tag if you want to use it to authenticate Google Webmaster Tools (for SEO and site analysis, etc.). That suggests to me, that would be the right place to do it from the outset. See support.google.com/webmasters/bin/… |
|
Apr 25 |
comment |
IE9 JSON Data “do you want to open or save this file” See my answer below, it should help: stackoverflow.com/questions/5388893/… |
|
Apr 25 |
comment |
Stupid IE prompts to open or save json result which comes from server Thanks Timothy, glad you like it! (It's saved so much pain in our projects). |
|
Apr 22 |
revised |
jQuery - beforeunload Added update to highlight now deprecated function in mentioned answer. |
|
Apr 22 |
suggested | suggested edit on jQuery - beforeunload |
|
Apr 20 |
awarded | Citizen Patrol |
|
Apr 20 |
comment |
Handling errors raised by jQuery Ajax method Ok - I've added an update to the original answer to try and answer what I think the problem is. Does that help? |
|
Apr 20 |
revised |
Handling errors raised by jQuery Ajax method Update to further answer query |
|
Apr 19 |
comment |
Handling errors raised by jQuery Ajax method Ok good. So this is expected behaviour. Are you trying to achieve something else? If so, could you clarify your question further? Or if your question is now answered, feel free to accept. |
|
Apr 19 |
comment |
Handling errors raised by jQuery Ajax method @ghouse - If I am understanding you correctly, as you are entering the URL into the browser (and changing the method to POST) the jquery $.ajax(...) is never being called, so it will not be listening for a response. Perhaps I am not understanding your question fully? |
|
Apr 18 |
comment |
MVC3: Creating checkbox for nullable boolean Recommend against giving a point because it's a nice try as it might incorrectly indicate to other readers that the answer is useful when it has problems. |
|
Apr 18 |
revised |
Handling errors raised by jQuery Ajax method added 28 characters in body |