Tagged Questions

5
votes
4answers
209 views
+150

Stop the browser “throbber of doom” while loading comet/server push XMLHttpRequest

(This question is similar to this one, but it's for using XMLHttpRequest instead of an iframe for Comet.) I'm starting an async long poll like this: var xhr = new XMLHttpRequest( …
4
votes
7answers
314 views
+100

Is RJS evil and why?

I heard a bunch of rails developer saying that RJS is evil. I've never used it since I always managed to do what I wanted using classic javascript or jquery so I didn't pay attenti …
1
vote
11answers
250 views
+100

Prefered Javascript editor for Mac?

Similar to http://stackoverflow.com/questions/713889/what-is-your-favourite-javascript-jquery-code-editor, but Mac only. In my case, BBEdit for auto-completion, and Coda for integ …
3
votes
3answers
137 views
+150

What is the best way to go about creating a page of stickies with savable and retrievable content?

I have had a look at sticky notes with php and jquery and jStickyNote, and while both seem to look pretty nifty they lack some elements I am after. I haven't been able to find a wa …