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
InsureBlog's Hank Stern reached out to us last week in connection with an effort to link blogs and other social media outlets with support for much needed disaster relief in the flooding-struck Gulf Coast region of the U.S. We're going to keep the ball rolling by pointing to a number of disaster relief resources that should draw your attention no matter where in the world you are.
With much of the worst flooding having taking place in Louisiana's Acadiana region, a great place to start identifying ways to make the biggest difference with your donation or your volunteer efforts can be found through Baton Rouge's CBS affiliate WAFB's site, which has been regularly updating a list of needs and volunteer opportunities in the region.
We've also selected a handful of charitable organizations that are focused on providing disaster relief across Acadiana, which are tied to national organizations that have been ranked highly by Consumer Reports and the Christian Science Monitor for their effectiveness in putting donated funds into real relief efforts.
The American Red Cross has channels to either support taking your donations to support their efforts or to direct you to where hands-on volunteers are needed, including for blood donations.
One of the things we learned during the aftermath of Hurricane Katrina is how rapidly available blood supplies across the nation can dwindle because of the disruption of blood donations in the disaster-affected area of Louisiana and the Gulf Coast. Going to your local Red Cross or UBS blood donation center or participating in a blood drive can do a lot to alleviate a potential shortage that would now in the making.
Much of the flooded area falls within the parishes served by the archdiocese of New Orleans, which has a well established distribution network to provide disaster relief services in this area.
The Baton Rouge, Louisiana Corps of the Salvation Army is actively engaged in providing assistance to families displaced by flooding and is also very much in need of volunteers to support its efforts.
There are two branches of United Way that are well positioned to provide disaster relief: United Way of Acadiana and United Way of Southeast Louisiana, both are accepting online donations.
We would be remiss if we didn't recognize how social media is making disaster relief efforts more effective. To that end, we're really impressed by an organization that didn't exist during the days of Hurricane Katrina, but which has already made a big difference in its short history: Crisis Cleanup. Here's a good description of what they're about:
How do you direct 30,000 volunteers from 100 organizations to 5,000 locations across a 500-mile arc in 8 weeks?
You don't. You let them organize themselves.
Crisis Cleanup empowers relief organizations to instantly coordinate response efforts in real time, redirecting thousands of volunteers from to waiting lines to survivors' basements.
Crisis Cleanup was developed by and for field volunteers, team leaders, canvassers, and the people who work one-on-one with survivors whose homes have been affected by flood, tornadoes, earthquakes, wind, fire, or other disaster. Crisis Cleanup can respond to a new disaster the same day, permitting relief organizations to instantly coordinate efforts.
Crisis Cleanup implements a "Craigslist" philosophy to recovery efforts– organizations that are aware of work orders enter them into the system, and organizations with capacity to help can claim and perform the work. The system is not public, but it is open and transparent among participating organizations. No centralized organization is "in charge." This non-threatening approach minimizes duplication and maximizes communication, coordination, and efficiency.
While entering a client into Crisis Cleanup does not guarantee that he or she will be served, it guarantees visibility and maximizes the chances for assistance, while helping relief organizations prioritize their limited resources.
It's been over 10 years since the flooding from Hurricane Katrina demonstrated the need for this kind of decentralized coordination tool for making relief efforts more effective. We're excited to see this particular evolution in how disaster assistance is directed.
Labels: ideas
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.