LH Brand Lon Hosford
  • Wordpress
  • Courses
  • Blog
  • Free Resources

Home

OpenAI DALL-E Base64 Image Generation with HTML, PHP, cURL, and Javascript AJAX

Lon Hosford  |  April 21st, 2023  |  Updated: April 22nd, 2023
This is a barebones example using OpenAI's DALL-E Base64 image generation with PHP from a user prompt on a web page.

OpenAI DALL-E Base64 Image Generation with HTML, PHP, cURL, and Javascript AJAX

Lon Hosford

April 21st, 2023  |  Updated: April 22nd, 2023

This is a barebones example using OpenAI's DALL-E Base64 image generation with PHP from a user prompt on a web page.

OpenAI DALL-E Image URL Generation with HTML, PHP, cURL, and Javascript AJAX

Lon Hosford  |  April 20th, 2023  |  Updated: April 23rd, 2023
This is a barebones example using OpenAI’s DALL-E image URL generation with PHP from a user prompt on a web page.

OpenAI DALL-E Image URL Generation with HTML, PHP, cURL, and Javascript AJAX

Lon Hosford

April 20th, 2023  |  Updated: April 23rd, 2023

This is a barebones example using OpenAI’s DALL-E image URL generation with PHP from a user prompt on a web page.

How to Go About Learning HTML Using ChatGPT

Lon Hosford  |  April 17th, 2023  |  Updated: April 26th, 2023
Here is a partial of the chat session. Prompt: Create a basic example and exercise to as a starter learning lesson about HTML. Response: Let’s create a simple HTML page with a heading, a paragraph, and an image. This code represents a basic HTML structure with a head and a body. Inside the body, we […]

How to Go About Learning HTML Using ChatGPT

Lon Hosford

April 17th, 2023  |  Updated: April 26th, 2023

Here is a partial of the chat session. Prompt: Create a basic example and exercise to as a starter learning lesson about HTML. Response: Let’s create a simple HTML page with a heading, a paragraph, and an image. This code represents a basic HTML structure with a head and a body. Inside the body, we […]

OpenAI Chat Using OpenAI API AJAX PHP cURL

Lon Hosford  |  March 30th, 2023  |  Updated: April 22nd, 2023
| This is a PHP example that uses the OpenAI Chat API. There are third party PHP libraries to access the OpenAI API via PHP. Instead of the third party PHP libraries, you also can use cURL in PHP. cURL is a library that lets you make HTTP requests in PHP This is a demo […]

OpenAI Chat Using OpenAI API AJAX PHP cURL

Lon Hosford

March 30th, 2023  |  Updated: April 22nd, 2023

| This is a PHP example that uses the OpenAI Chat API. There are third party PHP libraries to access the OpenAI API via PHP. Instead of the third party PHP libraries, you also can use cURL in PHP. cURL is a library that lets you make HTTP requests in PHP This is a demo […]

Why are there six levels of headings in HTML?

Lon Hosford  |  February 22nd, 2021  |  Updated: April 25th, 2023
| Answer has to do with the purpose of HTML. “HTML is a language that defines tags to give meaning to content such as text, graphics and video so that software can predictably use the content.” – see reference. The original version of HTML had five levels of headings 1 – 6. That has remained. There appears to be no interest in […]

Why are there six levels of headings in HTML?

Lon Hosford

February 22nd, 2021  |  Updated: April 25th, 2023

| Answer has to do with the purpose of HTML. “HTML is a language that defines tags to give meaning to content such as text, graphics and video so that software can predictably use the content.” – see reference. The original version of HTML had five levels of headings 1 – 6. That has remained. There appears to be no interest in […]

Home Courses Contact Blog
Contact | Portfolio | Follow | Privacy Policy | Terms of Use | Sitemap
© 2025 Alonzo Hosford