Author: Gary Crossey

  • Sandy Mush Tech Hub Mission

    Sandy Mush Tech Hub Mission

    Our goal at Sandy Mush Tech Hub is to find and develop new technologies that could be useful. We want to explore fresh and creative ideas that could benefit our society and economy. Our way of achieving our mission is not to reach fixed targets. Instead, we try to create an environment that sparks creativity…

  • Google Search Console – Page indexing issues detected

    Google Search Console – Page indexing issues detected

    What to do with the Page indexing issues detected notice from Google Console. DAY 1 – Search Console – Reports the following URL https://betterworldwithdesign.com/?s={search_term_string}. – indexing error. Last Crawl. DAY 10 – A URL that is not available on the my website. From my research Yoast Plugin may have some impact. Yoast has been active…

  • CSS – Font-family

    CSS – Font-family

    Browsers will access the font from the Computer or Device font library. The font-family property should include a fallback option. This is a paragraph shown in serif font. This is a paragraph shown in sans-serif font. This is a paragraph shown in monospace font. This is a paragraph shown in cursive font. This is a…

  • Using #Hashtags

    Beyond having a clear and precise hashtag (that’s an entire conversation on it’s own). The three keys for a successful #hashtag campaign is Build Awareness Be Visible Create Conversation Build Awareness Your hashtag should be included in all social promotions of your event. Be Visible Make sure to include your event hashtag on your registration page, informing attendees to…

  • CSS – 05 HTML Lists

    I do love to create and format a good list. No Two Lists are ever the same. Unordered Lists BULLET – Solid Circle Solid Circle Solid Circle Solid Circle BULLET – Outline Circle Outline Circle Outline Circle Outline Circle BULLET – Solid Square Square Square Square UNORDERED LIST – The Basic Unordered List is an…

  • CSS – 03 Grid

    CSS Grid is a powerful tool for creating dynamic and responsive web layouts. As a developer I can easily define the structure of my web pages, as well as how elements are placed and sized on the page. CSS Grid makes it easier to create complex layouts that are both flexible and responsive, with less…

  • CSS – 04 Flexbox

    One of the more useful tools for layout in CSS is Flexbox. Flexbox is a powerful layout model that allows you to create flexible and responsive layouts with minimal code. In this blog post, we will explore why flexbox is a useful tool for layout and how it can be used effectively in your web…

  • CSS – Alignment Samples

    Note to self – come back and finish the Center Alignment. Center this Css Positioning Center this Flex Box Positioning Center this Grid Positioning

  • CSS – Drawing

    Working with CSS to draw images. Cartoon of a young man with curly hair

  • CSS – 02 Box Model

    CSS – 02 Box Model

    CSS Box Model CSS Box Model is the foundation of layout design in CSS. It is a rectangular box that wraps around every HTML element. Box Model consists of four main components: Importance of CSS Box Model Understanding the CSS Box Model is crucial for web developers in creating responsive and visually pleasing web pages.…