| bio | website | designlovr.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 10 months |
| seen | May 2 at 4:25 | |
| stats | profile views | 34 |
|
Apr 11 |
comment |
Google Maps gets weird when i'm open infoWindow's (UTF-8) This should be the accepted answer. Rather than just pointing out the problem, it actually offers a solution |
|
Apr 2 |
awarded | Notable Question |
|
Mar 19 |
awarded | Yearling |
|
Feb 27 |
revised |
Why has the behavior of `input type=“date”` changed? added 402 characters in body |
|
Feb 26 |
comment |
Why has the behavior of `input type=“date”` changed? @JeromyFrench I'm not sure if the bootstrap guys will fix it, as there isn't really anything wrong with their code, but with chrome's implementation. I just hope the google guys will fix it |
|
Feb 26 |
comment |
Why has the behavior of `input type=“date”` changed? @KarlDoyle, removing the property and resetting it aren't necessarily the same. |
|
Feb 26 |
comment |
Why has the behavior of `input type=“date”` changed? There is an issue in the chromium bugtracker, feel free to star it to get notified when there is an update and to express your interest in this getting resolved: code.google.com/p/chromium/issues/… |
|
Feb 26 |
answered | Why has the behavior of `input type=“date”` changed? |
|
Feb 5 |
comment |
How to convert an address into a Google Maps Link (NOT MAP) encodeURIComponent is javascript, you should be using urlencode($address); |
|
Jan 31 |
awarded | Self-Learner |
|
Nov 20 |
comment |
IE8 and Modernizr: Object doesn't support this property or method? Having the same issue in IE9 though |
|
Oct 7 |
comment |
Javascript (jQuery) performance measurement and best practices (not load time) He actually answered the question (better than most while we are at it). What he was describing here wasn't how to measure load times, but script execution times (which is a pretty good indicator of performance), which is exactly what the question is about. |
|
Aug 13 |
awarded | Necromancer |
|
Jun 22 |
awarded | Popular Question |
|
May 31 |
comment |
How to Find text and replace using jQuery If this was a possibility, why wouldn't he replace the string on the server side to begin with? Adding unnecessary dom elements seems excessive |
|
Mar 1 |
comment |
Can jQuery provide the tag name? Assume the following: You don't just have a small selection of possible tags, but it could be any of 100+ html tags. Then you'd need to write: $(this).is('sometag') a 100+ times. I assume this is why some people downvoted your answer. |
|
Mar 1 |
comment |
How to list the properties of a javascript object That's a whole different question on it's own, a quick search here on stackoverflow or on google will give you plenty to read |
|
Feb 16 |
answered | Full width background, without a wrapper |
|
Feb 15 |
awarded | Benefactor |
|
Feb 15 |
accepted | mod rewrite to remove file extension, add trailing slash, remove www and redirect to 404 if no file/directory is available |