Layout Image

Archive for link

Divide by Zero with TeamViewer

I’m sure the developers at TeamViewer did this the very first time they had their software up and running, but hey, this is the most fun you can have with their software bar none ;)

Divide by Zero

Divide by Zero

Just to explain, I connected remotely to a machine of mine, then, from that machine a friend of mine. Finally, I remotely connected from my friend’s machine back to mine – wheeeeeeeeeeeeeeeee!

It’s not often I get time to do utterly pointless things any more, so I’ll treasure this for a while to come :)

P.S. if you are the family/neighbourhood geek, TeamViewer can be very handy when you actually need to show someone how to do something, or just outright fix something for them on their computer. VNC without the hassle.

Clearfix CSS Hack

Link: Clearfix CSS Hack

Thanks to Jeff Starr for this

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

jsTree

Link: jsTree

jQuery Draggable, Reorderable Tree – looks like it’s pretty much the best one around currently. Anyone know of a better one?

Fantastic Date Range Picker using jQuery UI

Link: Fantastic Date Range Picker using jQuery UI

This would be great as a WordPress plugin for the admin area – I don’t have the requisite skills to make it, but does anyone feel like stepping up to the plate or has anyone already done this?