Assorted thoughts about design.

  • Creating a Game With ChatGPT

    Creating a Game With ChatGPT

    Creating a game from scratch can be a challenging task, but with the help of ChatGPT, I embarked on this coding adventure. In this blog post, I’ll share my experience of working through the structure of the game, creating card arrays, shuffling and dealing cards, and more. […]

  • How To Start A Logo Design Project

    How To Start A Logo Design Project

    A great logo is a powerful tool to have in your branding toolkit. But what makes a logo a great logo? Here are some tips I have learned from others I’ve picked up along the way. By exploring these valuable tips, you’ll gain a deeper understanding of how to create a logo that resonates with…

  • JavaScript Functions For Card Games

    JavaScript Functions For Card Games

    In this blog post, we will delve into the development of a Solitaire game using JavaScript. Specifically, we will explore important functionalities such as shuffling the deck, dealing out the cards, and setting up the game state. Along the way, we will encounter challenges and discover the significance of associating the array and DOM cards.…

  • Another Page Builder Falls Behind

    Another Page Builder Falls Behind

    Google says that a website’s load time is an important ranking factor. Their studies show a direct correlation between PageSpeed and online conversion rates. This is the one ranking factor that every major SEO can agree upon. With this in mind, I set out to find if WordPress Gutenberg or SiteOrigin Page Builder is faster.…

  • Generate Responsive Images With JavaScript and PHP

    Generate Responsive Images With JavaScript and PHP

    How does one make images responsive? There are a number of techniques available: each with its own strengths and weaknesses. This method is unique because it ensures that the image served does not need to be scaled in the viewer’s browser. The secret, we will see, lies in PHP’s image editing capabilities. Capturing the Client’s…

  • What Successful Bloggers Already Know, But You Might Not

    What Successful Bloggers Already Know, But You Might Not

    Game instructions often include a few strategies to help new players get started. They are there to help the player until she understands the game and can form her own. This post does the same thing but for new bloggers. It outlines nine rules of thumb that you should know, even if you plan to…