-
Useful javascript one-liners
Load jQuery into page:
var t = document.createElement(‘script’); t.type = ‘text/javascript’; t.src = ‘//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js’; document.getElementsByTagName(‘HEAD’).item(0).appendChild(t);
Add calculated column to a table:
$(“.ttable”).append(function(index, html) { return “<td>”+Math.round(100 * parseInt($(“.ttable:eq(“+index+”) > td:eq(9)”).text()) / parseInt($(“.ttable:eq(“+index+”) > td:eq(8)”).text()))+”</td>”; });
-
Useful javascript one-liners
Load jQuery:
var t = document.createElement(‘script’); t.type = ‘text/javascript’; t.src = ‘//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js’; document.getElementsByTagName(‘HEAD’).item(0).appendChild(t);
Add calculated column to a table:
$(“.ttable”).append(function(index, html) { return “<td>”+Math.round(100 * parseInt($(“.ttable:eq(“+index+”) > td:eq(9)”).text()) / parseInt($(“.ttable:eq(“+index+”) > td:eq(8)”).text()))+”</td>”; });
-
(via retarded-unicorn)
-
Work in Progress music video for Seals - Such a nice Day
they’re good looking kids, check them out here:
Ahhhhhhhhhmazing video! By an IRL friend of mine!! We had a “Cutting Party” (which is not what it sounds like) to help her cut out all the little figures. She’s spent days making it and it’s so wicked. Also I drew that Mer-cat ^_^
-
seriously would love to do this with someone
(via feminerds)
-
Just your average Sunday at Strutten
-
(via bnsnchz)
-
(via feminerds)
-
(via feminerds)
-
Mangled Virtualbox disk passthrough in Windows
It just doesn’t work.
Windows can’t help itself mounting things when it shouldn’t and everything goes ass up corrupted (thank god for TestDisk).
Currently battling an UNMOUNTABLE_BOOT_VOLUME error 0x000000ED.




