Results 8 issues of rickdog

If I'm browsing a directory, the URL for a filename containing an apostophe gets cutoff at the apostrophe. example c:\rapidshare\1973. Giants Of The Organ In Concert\02. Bean's.mp3 will generate page:...

Bug

when using jQuery, the append into the header happens out of block scope, needs to be moved up one line: ```javascript !function($) { var loadBookmarklet = function($) { /* user...

doc says: ``` javascript Hallo itself only makes the selected DOM elements editable and doesn't provide any formatting tools. Formatting is accomplished by loading plugins when initializing Hallo. Even simple...

children - Array Each item in the array is treated like a ordinary child. (string or HTMLElement) this is useful when you want to iterate over an object: ``` var...

where's scrapbook repository, the BEST firefox extension EVER! i use the note taking all the time since you can develop js/html/css very easily with it with direct firebug support

When I select text and hit ctl-shift-j, the "Surround Selected text with:" dialog appears, I type something and then what? An Enter key doesn't complete this, the only thing I...

demo page http://ndreckshage.github.io/roughdraft.js/ has problems, it relies on doing AJAX to http://www.roughdraftjs.com/api/?number=25. http://www.roughdraftjs.com is a parked domain.

I vote for adding window.Mustache = window.Mustache || Mustache; after Mustache is defined in the source.