by Grayson | Nov 5, 2024 | Coding, CSS
Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings. Your content goes here....
by Grayson | Oct 29, 2024 | AI Code, Coding
(This entire post was written by ChatGPT using my previous blog posts as a tone/style reference. Anything in parentheses was written by me.) (This prompt was “Generate an image for this post in 3:2 horizontal with no text in the image” and was generated...
by Grayson | Oct 28, 2024 | AI Code, Coding, CSS, HTML, Javascript
For this post, I tried to have ChatGPT generate a simple game of two-player pong. Many of my last posts involved experimentation like this so I had a good idea of how I should engineer my early prompt. As I am working with Codepen and WordPress code blocks I needed to...
by Grayson | Oct 21, 2024 | AI Code, Coding, Graphic Design
Here is some simple Ascii art that ChatGPT generated from a photo of myself. I found that the AI options didn’t work great but a website like this one works very well....
by Grayson | Oct 21, 2024 | AI Code, Coding, CSS
Example code module from Copilot using HTML and CSS. The prompt was “Generate CSS and HTML for a rotating wheel with no head tag in the HTML.” <body><div class=”wheel”></div></body></html> <style>body...
by Grayson | Oct 14, 2024 | AI Code, Coding, CSS, HTML, Javascript
This is a game of Chess generated by Microsoft’s Copilot AI using HTML, CSS, and Javascript. It almost...