How to use BeeLine Reader on Android
Short version I got BeeLine Reader to fully work with three web browsers: Kiwi Browser, Lemur Browser, and Mises Browser. What is BeeLine Reader? BeeLine Reader is a nifty software product designed to make reading on screens easier. In this…
Camp Oty’Okwa Lunch and Learn
On Thursday, October 28, 2021, Advancement’s Buckeyes for Charity coordinators hosted a lunch and learn event at University Square North featuring Camp Oty’Okwa. Camp Oty’Okwa is a residential camp located in the forests of Hocking Hills State Park and Nature…
How to convert a ReportViewer report definition from 2016 to 2008
As stated in this answer on Stack Overflow, a version 2016 RDLC file can be converted to a version 2008 RDLC file by editing the xml like so: Update Version 2016 to 2008 in first line. Delete two lines of…
Brood V 17 year periodical cicadas in Ohio
Broods of periodical cicadas emerge in great numbers once every thirteen or seventeen years in various regions of the eastern United States. In 2016, I’ve had the privilege of living in a part of eastern Ohio that has hosted a…
The United States needs both academia and career-technical education.
I’m glad for the availability of career-technical education in the United States, and in particular the emphasis it gets here in Ohio, allowing students who may otherwise struggle academically and are getting a better shot at success, in school and…
Converting a DataTable to a List in ASP.NET
In an ASP.NET application, if you load data using a SQLDataAdapter, the result is a DataSet comprised of DataTables without strongly typed fields. This is okay, but it’s much better to get a strongly typed List<T> of items that you…
Bootstrap Radio Buttons with ASP.NET Web Forms and UpdatePanels
(Update 2015/07/07: Debugged and cleaned up code snippets and attached sample Visual Studio project.) Let’s say I am taking a WebForms site and updating it to make it look nicer. Ideally I would update the project to ASP.NET MVC, but…
How to set Firefox as the Default Browser in Windows 7 when it is Missing from the Default Programs List
Recently I was on a Windows 7 computer with Chrome and IE installed. I’ve been using Firefox since it came out and haven’t transitioned to Chrome like everyone else has. I installed the most recent version, 38.0.1, and it installed…
64-bit TextPad handles big files nicely
Since I was first introduced to TextPad in college over ten years ago, it’s been my text editor of choice. I’m sure there are better ones out there, but I’ve gotten so used to TextPad that I can get things…