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
As long as men have been losing their hair, inventors have worked to develop ways for men to overcome their follicle deficiency.
The result is a surprisingly long list including innovations stretching back millennia. It includes hats, wigs and toupées, hair transplant procedures, "spray-on" hair, and even treatments with medications like minoxidil that can regrow lost hair.
But there's one patented innovation that tops them all. On 10 May 1977, father and son inventors Frank J. Smith and Donald J. Smith were awarded U.S. Patent 4,022,227 for their Method of Concealing Partial Baldness.
Here's how it's described in the invention's abstract:
A method of styling hair to cover partial baldness using only the hair on a person's head. The hair styling requires dividing a person's hair into three sections and carefully folding one section over another.
Today, that method is much better known as "the combover"!
The patent's illustrations reveal the method patent examiners considered to be so novel they awarded the Smiths a patent for it:
The patent describes how the method works:
The method here disclosed uses the remaining hair around the bald area on a person's head. The hair in this area must be extra long to cover the bald area. Generally the hair should be about 3 to 4 inches long.
To use the method of this invention, the hair around the bald area is divided into equal portions, generally three such sections will be used. The sections of hair used by this method generally will be to include equal sections on each side of the head and a third section on the back of the head.
The hair to be used as covering is brushed over the bald area in alternating folds using hair spray to hold the hair in place. The uppermost section can be styled to the person's personal taste.
Normally, after presenting our featured invention, we would seek to determine how successful it has been in the marketplace. But in this case, it has to be considered phenomenally successful because evidence suggests the arguably most famous person in the world today has deployed it in public for years.
Ready to sample more of the most creative designs and patents the Inventions in Everything team has explored? Our first edition of 2026 contains our full archive, celebrating inventions ranging from the whimsical to the inspired in reverse chronological order!
Labels: technology
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.