| bio | website | pascarello.com |
|---|---|---|
| location | Maryland | |
| age | 33 | |
| visits | member for | 4 years, 8 months |
| seen | 12 mins ago | |
| stats | profile views | 2,239 |
Author, Developer, Speaker, Geek, Dad
|
9m |
comment |
How to check if days between two dates are weekdays? You are asking how to get the number of days between two dates and not business days? |
|
23m |
comment |
How to load an Autocomplete in an Iframe? You need to give more information. What is the error, what is the markup, etc. |
|
36m |
comment |
JS/PHP 'listener' to trigger an event Nitpicks, do not use a string in setInterval. Make it a function! Second, get requests get cached. Use a cache breaker technique or make sure to set the correct headers. And you really should use setTimeout and not interval to prevent overlaps in calls. |
|
45m |
comment |
JS/PHP 'listener' to trigger an event You need to use Ajax polling or Websockets. Have fun. |
|
47m |
comment |
Choose option in select box by clicking URL The classic comic: flickr.com/photos/schrader/3779250024 |
|
51m |
answered | problems with the stamps of html code by javascript |
|
55m |
revised |
problems with the stamps of html code by javascript added 3 characters in body |
|
1h |
comment |
How to style an image's alt attribute I +1ed this, but the reg exp probably could use some work since it is really limited to what can be in the value. |
|
1h |
comment |
How to style an image's alt attribute what do you mean you want it in red? How are you displaying it? |
|
1h |
comment |
String with whitespace in javascript Nipick: You really should be using a label element for the text after the input. |
|
1h |
comment |
String with whitespace in javascriptitemValue = itemValue.replace(/'/g,"@apos;"); |
|
1h |
revised |
String with whitespace in javascript added 119 characters in body |
|
1h |
comment |
String with whitespace in javascript You also need to create a break tag and the textNode. ;) |
|
1h |
answered | String with whitespace in javascript |
|
1h |
comment |
Including javascript function, does not work on android NITPICK: do not use javascript: in event attributes. |
|
1h |
comment |
Including javascript function, does not work on android Debug it: developers.google.com/chrome-developer-tools/docs/… |
|
1h |
comment |
iOS Youtube iframe bug Why are you setting wisth and height in two calls and not one. $('iframe').css({'height' : '250px', 'width' : '400px'}); |
|
1h |
revised |
bind and unbind function with a name added 527 characters in body |
|
1h |
answered | bind and unbind function with a name |
|
1h |
answered | SVG Not Working in Firefox 18 |