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
Halloween is here once again, which means its time to celebrate our most unusual and most erratic tradition. For us, there's nothing more scary than being invited to sit in a chair that, well, might as well be the spawn of the devil.
This Halloween, we have three unusual chairs to feature, which in a first for us, all involve video presentations by their designers. Are you ready to have a seat? How willing would you be to sit in any of these chairs?
It's rare that a single movie inspires the design of a chair, but when that movie is The Shining, what kind of seat do you think will come out of that inspiration?
In our first featured video, Philipp Aduatz introduces us to The Sinking Chair, which we think takes the idea of an uncomfortable park bench to a whole new level:
Want to know more about how to approach this chair? Core77 provides this interpretation guide:
The Sinking Chair—seemingly descending into a pool of vivid red—captures a haunting interplay between modern design and profound narrative. Crafted from 3D-printed concrete and inspired by Stanley Kubrick's The Shining, the work symbolizes the enduring traces of trauma. Its clean, architectural form contrasts sharply with the fluid, organic resin symbolizing blood, evoking unease and introspection.
This piece embodies the idea that design holds the power to confront deeply human experiences. By addressing themes of collective trauma and the cyclical nature of conflict, the Sinking Chair invites viewers to reflect on the scars of the past and how they shape the present. It subtly alludes to contemporary political developments, including the resurgence of authoritarian tendencies and ideological divisions, which echo historical warnings and reinforce the importance of vigilance and empathy.
he chair explores the delicate tension between what is submerged and what persists, urging contemplation of memory, fragility, and resilience. Through its evocative design and material innovation, the Sinking Chair bridges the emotional and the functional, sparking dialogue about the evolving role of design in engaging with the human condition. It challenges us to consider not only what design can achieve aesthetically, but also how it can evoke empathy, reflection, and healing in an increasingly complex and polarized world.
And you can sit on it. Though perhaps not as comfortably as you might like.
In the early days of radio, motion pictures and television, lots of entertainment was themed around the Old West in the United States. Eventually, people got tired of the genre and moved on to entertainment in other settings, but before they rode off into the proverbial movie sunset, a number of low budget Westerns made by Italians gave them their last true popular and critical success. Spaghetti westerns, as they came to be called, brought something new and different to the old Western tropes.
Well, saddle up pardner, because this time, Italian designer Raffaella Mangiarotti has brought the spirit of the spaghetti western to your home furnishings, in the form of the Pepe Chair. The following video tells the story....
As the video makes clear, there's a lot of skill and craft that goes into making a high quality leather chair that can truly make you feel like you're atop a horse while you watch television or toil away at your desk job.
Imagine you've been on your feet all day. You'd like nothing better than to plop down in your favorite comfy chair. But no, the twisted chair designer at Isekai.Lab has a different idea. Before you even think about sitting, first you have to solve... a Rubik's cube. But not just any Rubik's cube. The one you need to solve is the chair they've designed for you to sit upon, after you've successfully solved it. And then, it's not even a truly comfortable chair you can relax in, but rather a small stool. Here's a demonstration of their vision of evil in action (click the image to start playing the video):
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.