Project Management/Leadership

While technical skills are crucial to deliver and product/service, leadership and project management or “soft skills” are just as important to ensure those resource are expended wisely to achieve strategic goals.  My articles below provide a road map to such success. Project Management What is Project Management? The purpose and benefits of project management. Process…

Statistics: Variable Relationships – Positive and Negative

Determine Outcomes with Relationship Types Understanding relationships between variables during analytical study is important as they often affect outcomes. Variables may have positive relationships whereby the outcome of one variable results in a positive outcome for the other. Also this positive relationship may be recursive in the second variable’s positive outcome results in a positive…

Statistics: A Structured Approach

Leveraging the Benefits of a Structured Approach In this article I will illustrate a structured approach to statistical analysis. Structured approaches provide the following benefits: Discreet: efforts in each step don’t overlap with other steps. Measurable: since each step’s efforts are discreet, reporting progress or forecasting completion is simple. The same benefit applies to resource…

Statistics: Variables – Measuring Values

Matching goals with variables. When designing a statistical study, it is important to understand and match your goals with each variable’s measurement type: nominal, ordinal, interval, and ratio. Each type contains distinct characteristics and provides differing benefits. Nominal Nominal variables are also qualitative which represent data usually assuming categorical values, such as a person’s ethnicity…

Statistics: Variables – Independent and Dependent

Understanding a Variable’s Function Variables, whether quantitative or qualitative, serve a specific function depending on the type of study being performed and it is important to understand each when designing the study. Independent Variable When designing the study, note those variables which are changing during the scenario, they are considered independent (IV). For example, if…

Statistics: Sampling Methods

Identifying the Best Method to Create a Sample As discussed in Population versus Sample, sampling provides a more cost and time-effective means of mining data versus attempting to gather an entire population. Building the sample requires deciding which sampling methods best suites your statistical needs: Simple Random Sampling: This represents the best method as it…

Statistics: Variable Types

Classifying Variables as Quantitative or Qualitative Data in samples represent variables which are used to statistically analyze patterns. For example, a sample of clinic patients would contain a list of their weight values. In this case weight is the variable. Quantitative or Qualitative All variables are either quantitative or qualitative based on the type of…

MVC: Using CSS Classes with Textboxes

Please see my other MVC articles. Leveraging CSS classes to Style Html Textboxes. As with any standard-compliant, cross-browser Internet applications, it is imperative code used to impose styling remain separate from the UI markup. Therefore, MVC supports the following ability for designers to add a CSS class to input controls which may be styled in…

MVC: Providing an Input Form

Please see my other MVC articles. Leveraging the Html form object to receive user input. Collecting user input is one of the most common deliverables in Internet applications for which MVC provides the Html object to automatically display HTML input control matching attributes of a data Model. First, I’ll create a new View which houses…