Monthly Archives: September 2019

Stupid PowerPoint tricks

I wanted to set up a monitor to display A3 boards for gemba visits. A simple rotating kiosk, looping an existing presentation. Here’s the quick way I found at this site: https://www.cedarville.edu/insights/blog/create-looping-slideshow-in-powerpoint.aspx It even assists in the production of vitamin … Continue reading

Posted in Uncategorized | Leave a comment

Cut the Bullshit Team-Building Lessons

I appreciated this perspective. https://www.industryweek.com/leadership/cost-team-building-much-lower-not-having-team Celebrate success, even small success. This leads to strong teams. Show that you are a team player by asserting that you are the alpha dog, the leader, and then demand that everyone is treated equally … Continue reading

Posted in Business | Leave a comment

Retrieve a null database value into a GUID variable using C#

Guid aca_coc_signature_id = (dtDocument.Rows[0].Field<Guid?>(“aca_coc_signature_id”)); The type decorator “?” makes the Guid nullable. Another approach is: if (dtDocument.Rows[0].IsNull(“aca_coc_signature_id”)) { aca_coc_signature_id = System.Data.SqlClient.Guid.Null; } There are more than 100 types of arthritis. viagra 25 mg offscriptband.com This medicine works wonders only if … Continue reading

Posted in C#, Database, Programming | Leave a comment

Scrum primer mtg

• ACA is using scrum • What is Agile? Difference vs traditional waterfall? • How does Scrum implement Agile? • Scrum roles: SM, PO, DT • All these herbs are blended in correct dosage to cure male sexual problems. generic … Continue reading

Posted in Agile/Scrum, Project Management | Leave a comment

Interesting thoughts on waste in project management

https://www.industryweek.com/operations/hidden-waste-lurking-project-management

Posted in Business, Project Management | Leave a comment