to your HTML Add class="sortable" to any table you'd like to make sortable Click on the headers to sort Thanks to many, many people for contributions and suggestions. Licenced as X11: http://www.kryogenix.org/code/browser/licence.html This basically means: do what you want with it. */ var stIsIE = /*@cc_on!@*/false; sorttable = { init: function() { // quit if this function has already been called if (arguments.callee.done) return; // flag this function so we don't do the same thing twice arguments.callee.done = true; // kill the timer if (_timer) clearInterval(_timer); if (!document.createElement || !document.getElementsByTagName) return; sorttable.DATE_RE = /^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/; forEach(document.getElementsByTagName('table'), function(table) { if (table.className.search(/\bsortable\b/) != -1) { sorttable.makeSortable(table); } }); }, makeSortable: function(table) { if (table.getElementsByTagName('thead').length == 0) { // table doesn't have a tHead. Since it should have, create one and // put the first table row in it. the = document.createElement('thead'); the.appendChild(table.rows[0]); table.insertBefore(the,table.firstChild); } // Safari doesn't support table.tHead, sigh if (table.tHead == null) table.tHead = table.getElementsByTagName('thead')[0]; if (table.tHead.rows.length != 1) return; // can't cope with two header rows // Sorttable v1 put rows with a class of "sortbottom" at the bottom (as // "total" rows, for example). This is B&R, since what you're supposed // to do is put them in a tfoot. So, if there are sortbottom rows, // for backwards compatibility, move them to tfoot (creating it if needed). sortbottomrows = []; for (var i=0; i
Normally, we read Australian professional trainer and motivational speaker Craig Harper's blog for the unique combination of remarkable insights and casual writing that makes the blog an absolute joy to read. Today, we're going to highlight a T-shirt that Craig and his team have recently designed and begun selling, even though we will recognize no financial gain from doing so, simply because it represents genius marketing as it is clearly the right product in the right place at the right time.
We know what you're thinking: "A T-shirt?! How can a T-shirt possibly be the right product in the right place at the right time?"
Well, Craig doesn't know either, but it clearly has touched a nerve as it delivers a message that needs to be heard. We'll let a picture of the T-shirt do the talking:
Think about it. You want the T-shirt. Maybe it's so you can say what needs to be said to somebody who's just a little too whiney about themselves. Maybe it's so that CEO, Wall Street-type or those other crooked money-grubbing rent-seekers seeking bailout or stimulus money from the taxpayers can finally see exactly what you think of them and what they really need to do with their lives. Maybe you would just like a black T-shirt with a catchy saying to wear while you work out. No matter what it is, and even if you can't put your finger on it, you want the T-shirt because of what it says and how it cuts through the noise because it is the right product in the right place at the right time.
Speaking of which, here's how you can get one:
T-shirts are $30AUD including postage and handling in Australia and $42AUD including postage and handling overseas. If you would prefer to order your t-shirt over the phone please contact John on:
Australia (03) 9553 8857
International (+613) 9553 8857or email him at johnatcraigharperdotcomdotau
Or just click through this link and order directly from Craig's site. For those of you considering placing orders from outside Australia, here's our calculation of the international price (including shipping) of $42 Australian dollars (AUD) as of 16 February 2009, via XE's Unversal Currency Converter:
"Suck It Up Princess" T-Shirt International Pricing (with Shipping), 16 February 2009 | |
---|---|
Country | Price |
United States | 27.35 USD |
Canada | 34.03 CAD |
Great Britain | 19.11 GBP |
European Union | 21.34 EUR |
What else can we say? It really is genius marketing!
Labels: none really
Welcome to the blogosphere's toolchest! Here, unlike other blogs dedicated to analyzing current events, we create easy-to-use, simple tools to do the math related to them so you can get in on the action too! If you would like to learn more about these tools, or if you would like to contribute ideas to develop for this blog, please e-mail us at:
ironman at politicalcalculations
Thanks in advance!
Closing values for previous trading day.
This site is primarily powered by:
The tools on this site are built using JavaScript. If you would like to learn more, one of the best free resources on the web is available at W3Schools.com.