Rob Garrison

Results 770 comments of Rob Garrison

There are two issues as to why the fiddles don't work: - jQuery needs to be loaded before pathslider. It works better if you load jQuery from the dropdown instead...

Hi @AviFix! Sadly, not yet... the plugin was really just done as a concept (still in an alpha version) and it currently only supports a percentage from 0 to 100....

Hi @rr20eid10! What exactly do you mean by responsive? Currently, if you resize the browser window, the grip position is updated to ensure it is still positioned correctly on the...

Would you please set up a JSFiddle demo. And make sure to use the files from the gh-pages domain: - https://mottie.github.io/Pathslider/css/pathslider.css - https://mottie.github.io/Pathslider/js/jquery.pathslider.js

Hmm, maybe you can try this code: http://stackoverflow.com/questions/4288253/html5-canvas-100-width-height-of-viewport Don't use the window dimensions! Instead use the `div` wrapper dimensions to apply to the canvas.

The sorting of special characters follows the [ASCII order of the characters](http://en.wikipedia.org/wiki/ASCII#ASCII_printable_code_chart), so characters will always be sorted in this order (space is first): ``` !"#$%&'()*+,-./0123456789:;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ ``` If you are...

> what are you refering to? this very library (javve's natural-sort) ? Most sort algorithms fall back to use basic string comparisons which use [unicode](http://www.unicode.org/charts/PDF/U0000.pdf)/[ASCII](http://en.wikipedia.org/wiki/ASCII#ASCII_printable_code_chart) values. For example: ``` js...

Sorry, you are right. That order is different because of the natural sort code. The following line forces numbers to have a lower value than non-numeric strings. ``` js //...

I was just thinking, why not just put the gitmarked data into a gist. This is what [dabblet.com](http://dabblet.com/) does (here's an [example](https://gist.github.com/1623372)) and thus when/if a Firefox extension is created,...

LOL thanks from all of us at StylishThemes 😄