Mnebuerquo

724
reputation
70 views

Registered User

name Mnebuerquo
member for 1 year
seen yesterday
website
location
age
Just a guy with a non-obvious question.
Dec
13
comment How can I test a comet ajax site on a single host and work around browser simultaneous connection limit?
I'm not sure I understood that, but this isn't a hosting problem. It's a limitation of the browser.
Dec
13
comment How can I test a comet ajax site on a single host and work around browser simultaneous connection limit?
I'm still not sure I understand the NameVirtualHost and VirtualHost directives, but I've got it working. Thanks!
Dec
11
asked How can I test a comet ajax site on a single host and work around browser simultaneous connection limit?
Dec
5
awarded  Nice Answer
Dec
4
comment Do you have to restart apache to make re-write rules in the .htaccess take effect?
I add this line "<directory / ></directory>" to my .htaccess to generate an error in the log. It will say "<Directory not allowed here" and I know it's reading my file.
Nov
28
comment Facebook user’s email address is…?
They do this for security, so evil people can not spam or harass their members outside of facebook. Inside of facebook you can only send messages based on a user's privacy settings or something.
Nov
28
answered php breaking it down
Nov
13
comment How to work unestimatable tasks into a scrum sprint?
That's all fine for complex tasks that are hard to estimate. But for truly unknown tasks, you may simply not know what you want to build or how it will work. There are tasks in various R&D projects where the time required is not knowable until the problem is solved or the question is answered.
Nov
8
revised Can I call jquery click() to follow an <a> link if I haven’t bound an event handler to it with bind or click already?
added 453 characters in body; added 2 characters in body
Nov
8
comment Can I call jquery click() to follow an <a> link if I haven’t bound an event handler to it with bind or click already?
Ok. It must have been something I did wrong. I was absolutely certain at the time I posted my question that it was working, but since I tried your example mine no longer works. I'll just go back to using window.location to change the page and not try faking the click.
Nov
8
comment Can I call jquery click() to follow an <a> link if I haven’t bound an event handler to it with bind or click already?
I can certainly use window.location and the href as I mentioned in the question. I'm trying to understand what happens in jquery click(), and what causes the results I observed.
Nov
8
comment Can I call jquery click() to follow an <a> link if I haven’t bound an event handler to it with bind or click already?
I tried your code, and it does exactly as you said it does, but my code does as I described above. I'll do some more experiments and see if I can put together a simple example of my results that you can try.
Nov
7
asked Can I call jquery click() to follow an <a> link if I haven’t bound an event handler to it with bind or click already?
Nov
7
comment Tricky: Surpress “Loading …” title in Firefox for JSONP polling
Sometimes it's best to just cheat. :)
Oct
24
accepted Tricky: Surpress “Loading …” title in Firefox for JSONP polling
Oct
24
comment Stop the browser “throbber of doom” while loading comet/server push iframe
Thanks for that comment Evgeny. I have been banging my head against my page for weeks now. Adding a few second timeout before polling fixed my page throbber issue.
Oct
24
answered Tricky: Surpress “Loading …” title in Firefox for JSONP polling
Sep
26
answered Can HTML checkboxes be set to readonly?
Sep
26
comment Can HTML checkboxes be set to readonly?
A difficulty with using a picture of a checkbox is that the checkbox itself is drawn by the browser. Some browsers just use the native controls from the OS, but others draw their own stylish controls. So your checkbox picture wouldn't look the same as other checkboxes on the page in some browsers. Of course you could replace all checkboxes on the page with your own style...
Sep
11
awarded  Popular Question
Sep
9
awarded  Yearling
Aug
26
accepted Receive socket size limits good?
Jul
31
answered Is there a reliable way to determine if a browser tab or window is inactive or not in focus?