Results 1 through
2
while searching for:
"js"
How to you check to see what JQuery plugins you have in your minified bundle?
Try something like this:
user# grep -E -o 'effects\.[a-z]+' jquery-ui-1.7.2.custom.min.js | sort | uniq
http://rockfloat.com/board/post/?id=612
December 12, 2009 @06:07
(Replies: 0)
(Rank: 0.061)
js
How do you force Thunderbird to open hyperlinks in firefox, or another browser?
There's probably a better way, but I found this on Novell's site and it seems to work:
1. Close Thunderbird if it's running
2. Create a file named ~/.thunderbird/openlink.bash with the following:
#!/bin/bash
exec /usr/bin/firefox -remote "ope
[...]
http://rockfloat.com/board/post/?id=39
September 03, 2005 @04:03
(Replies: 0)
(Rank: 0.000)