You are viewing a read-only archive of the Blogs.Harvard network. Learn more.

New Harvard University Search Engines

ø

ø

Your legacy is not only what you do … but also what the students you teach do! ??‍???‍? #Harvard2021

#Harvard2023 https://scholar.harvard.edu/drrobelyngarcia

Robelyn-Garcia-2021-Harvard-Extension-School-Alumni

 

 

Harvard Library Web Host Sharing

2

2021-2022 Harvard Library Web Host Sharing Pilot 

My Harvard Share http://robelyngarcia.share.library.harvard.edu

MEDIA-BASED SCHOLARSHIP
Host and share your digital scholarship projects – using videos, timelines, maps, delegated permissions and more – with a free domain name and access to versatile content management systems.

DIGITAL IDENTITY
Explore the notion of digital identity with a personal portfolio, and learn how publishing on the web can frame an academic identity. Migrate to a top-level domain once you graduate.

ALL HARVARD WELCOME
Students, staff, and faculty – across all professional schools and FAS – are welcome to engage with this medium-term hosting pilot. Contact matt_cook@harvard.edu or visit https://share.library.harvard.edu for more info.

http://robelyngarcia.share.library.harvard.edu

CSS Layout Methodologies for Responsive eLearning Design

ø

As Harvard University and a myriad of other brick-and-mortar universities move classes online amid the coronavirus pandemic, eLearning is at the forefront of post-secondary education.

Harvard Extension Logo

  • During the past year at Harvard University Extension School, I have encountered many Cascading Style Sheets (CSS) methodologies for laying out webpages and online eLearning course sites, including floats, tables, positioning, inline-block, CSS columns, Flexbox, and CSS Grid. The purpose of this set of notes is to select three of these CSS methodologies and then compare and contrast each of these CSS methods. I will also present an examination, analysis and reflection of why one of the methodologies is the best selection for responsive design and responsive eLearning design.

Separation of Concerns for CSS Methodologies

  • Before selecting a CSS methodology for your eLearning website, you need to know how to follow Separation of Concerns. “In computer science, Separation of Concerns (SoC) refers to the practice of breaking a program into distinct sections, each with their own concern/responsibility. Benefits: *Provides a logical organizational structure. *Easier to maintain/More flexible for collaboration amongst a team of developers. *Makes aspects of the program modular and thus reusable. Example SoC: HTML & CSS” (Buck, 2020). Whichever CSS methodology you ultimately decide to use, it is highly recommended you utilize SoC.

Floats, Flexbox and CSS Grid for Online Courses

  • I have selected floats, Flexbox and CSS Grid for comparison and critical review. In order to understand these and any CSS layout methodologies, online course designers, new web designers, programmers and engineers alike must of course understand both the new border box model and the old content box model.
  • When writing and reading float, Flexbox and CSS Grid code, it is imperative to remember that every element in your web browser or eLearning course webpage has a box surrounding it.
  • Example of E-15 Course Box Model Elements Below:

Box Model E-15

Notice each element has a box around it. For example the Header, the Menu and the Description.

Floats

  • I will start with one of the oldest CSS methodologies, which is float-based grid systems, the website design and mobile front-end design industry’s standard (Kramer, 2020).
  • Floats are a CSS positioning property that is often used for wrapping text around images. Wrapping text is one of the positive characteristics of a float layout. In addition, floating elements remain a part of the regular flow of an eLearning course webpage.
  • While floats are still being used for a lot of layout, there are much stronger tools in modern web design for creating layout on webpages. Specifically, I refer to CSS Grid (aka ‘grid’) and Flexbox (Coyier, 2019).

Flexbox

  • Flexbox provides a more effective way to code the layout and distribute space among elements in a container, even when their size is constantly changing. Flexbox’s remarkable alignment and ordering features can “juice up our grid, taking us places that simply weren’t possible with floats” (Kramer, 2018).
  • A big advantage of Flexbox besides its CSS aligning features is that it is supported in all modern browsers and most mobile platforms. This is of import for eLearning because many online students often switch in between devices.
  • As a brand new full-stack web developer, I have found Flexbox easy to code for parts of my webpages. However, it is not as fault tolerant as CSS Grid when trying to code an entire course webpage.

CSS Grid

  • CSS Grid is the most robust layout system in web design. A course website author can iterate code to align and nest multiple webpage elements into columns and rows. CSS Grid is the newest layout spec available in the latest browsers (Kramer, 2020).
  • Further, CSS Grid can divide a page into main sections and define the relationship of HTML primitives by size, position, and even layer.
  • The only disadvantage I have found for CSS Grid is older browser compatibility issues. However, “when used with care for simple cases, Grid can gracefully fall back to older layout techniques” (Williams, 2018).
  • Learn more about CSS Grid and other CSS Methodologies. Get 6 months of an Educative and or Frontend Masters membership FREE by enrolling in the GitHub Student Developer Pack at https://education.github.com/students.
  • Example of CSS Grid Dynamic Elements Below:

CSS Grid E-15

Dynamic Elements: 1-Header, 2-Article Aside One, 3-Article Aside Two, 4-Aside One, 5-Aside Two

Utilization and Combination of Appropriate CSS Layout Methodologies

  • When coding responsive layouts there are strengths and weaknesses of float-based layout, Flexbox layout, and CSS Grid layout. The key is to find when is it appropriate to use each methodology and or a combination of methodologies.
  • When building an eLearning course webpage with a one-dimensional layout, Flexbox is the obvious choice because of cross browser compatibility and support.
  • However, when a two-dimensional responsive layout is required or preferred, CSS Grid will code both columns and rows in dynamic fashion and success.
  • When a webpage combines both a one-dimensional and a two-dimensional responsive layout then combining these two methodologies is suggested. Flexbox and CSS Grid integrate quite well together; online course designers and web designers are already taking advantage of the strengths of combining these methodologies in responsive design and responsive eLearning design.
  • To learn more about Utilization and Combination of Appropriate CSS Methodologies visit CSS Grid and Flexbox for Responsive Web Design at https://frontendmasters.com/courses/css-grids-flexbox.

The Best Methodology

  • Across platforms, CSS Grid is the best (excelling all others) CSS methodology for laying out webpages and HTML elements. As aforementioned, when a two-dimensional responsive layout is required or preferred, CSS Grid will code both columns and rows in dynamic fashion and success.
  • As the best and most powerful methodology, CSS Grid is a monumental leap forward from the float hacks and table hacks which were once the only layouts available to front end web designers. CSS Grid can handle basic layouts and complex layout problems more consistently and semantically.
  • This method makes it easier to design responsive webpages with the ability to define different size rows, columns, nesting, offsetting, layering and overlapping. Although older and soon to be obsolete browsers do not support CSS Grid, it is able to function across multiple modern browsers, with fairly reasonable fallbacks (Kramer, 2020).
  • As an eLearning Professor and online Post-Doc Scholar, I recognize the importance of responsive design in eLearning. A course site’s ability to adapt elements seamlessly across devices is referred to as responsive eLearning design.
  • Developing a responsive eLearning design university course is a decision by college course web designers and professors to create a more engaging educational interaction. “Responsive eLearning designs draw their inspiration from the responsive website designs” (Pandey, 2018). CSS Grid can handle the basic course functions as well as video replay and multiple webinar functionality needed for 2020’s increased online course demand.
  • Just as CSS Grid is the best methodology available for responsive websites, the same is true for responsive eLearning platforms. CSS Grid gives course designers and Professors the ability to provide optimal viewing across a myriad of devices for a higher impact online eLearning experience.

Screenshot Examples of an Online Class utilizing CSS Grid Layout System

  1. CSS Grid Dynamic eLearning Responsive Design Course Format

Responsive CSS Grid E-15

CSS Grid enables course designers the ability to move page elements with ease.

  1. Personalized CSS Grid Responsive eLearning Design Course Layout

CSS Grid E-15 Personalized Course Layout

CSS Grid enables course designers and Professors the ability to personalize their online course.

Practice

Resources

References

Learning to code is much like learning to play a sport!

“To really get good, it takes an understanding of the fundamentals, lots and lots of hands-on practice, and the ability to learn from others” Harvard Digital Media Professor Larry Bouthillier.

  • By: Robelyn Garcia, PhD

Harvard Post-Graduate Certificate

ø

My latest Post-Graduate course from: https://postgraduateeducation.hms.harvard.edu

Harvard Medical School offers postgraduate medical education for physicians, researchers and other health care providers.
Offerings include:

  • Master’s degree and yearlong certificate programs on topics including clinical research; patient safety and quality; leadership; and medical education
  • Open enrollment programs on focused subjects like pediatric leadership, cancer and surgery
  • Custom programs designed and delivered for hospitals and health systems; regions; and organizations training clinicians and clinician-scientists
  • An extensive, best-in-class catalog of continuing medical education (CME) activities to help you meet licensure requirements
  • An innovative CME Online digital hub with CME and CE courses for doctors, researchers, and other health care professionals

Harvard Medical School CME

ø

Screening, Identification, Counseling, and Treatment of Opioid Use Disorder.

Harvard.Med.CME.Certificate

 

My published Thesis is now for sale through ProQuest Dissertations.

ø

My published Thesis is now for sale through ProQuest Dissertations

Hard Copy, Paperback and 6×9 versions on sale. 10% discount for orders of three or more books! Visit the web address below to order your copy today ??????????https://dissexpress.proquest.com/dxweb/results.html?QryTxt=&By=&Title=&pubnum=1351679
https://dissexpress.proquest.com/dxweb/search.html

Dr.RobelynGarcia@asu.edu

ø

Dr.RobelynGarcia@asu.edu

Harvard Extension School

ø

A Gloabal Harvard Graduate Degree.  Earn your way to an Ivy League Education.

https://www.extension.harvard.edu/academics/graduate-degrees

BIO

1

Log in