List of public pages created with Protopage

Microhard

Bookmarks

Bookmarks

Bookmarks

Plain sticky notes

Sticky note

Microsoft

Relentless

Plain sticky notes

Sticky note

Amazon

Shakespeare

Bookmarks

Bookmarks

Bookmarks

Plain sticky notes

Sticky note

Google

Rich sticky notes

ReactJS - Phoenix - Chat GPT

Sure! Here's an example of React.js code that includes registration to a SQL database and an option to display a membership image as a Phoenix image:

jsx
import React, { useState } from 'react';import axios from 'axios';const RegistrationForm = () => { const [name, setName] = useState(''); const [email, setEmail] = useState(''); const [password, setPassword] = useState(''); const [membershipImage, setMembershipImage] = useState(null); const [registrationStatus, setRegistrationStatus] = useState(''); const handleRegistration = async (e) => { e.preventDefault(); // Create a new FormData object const formData = new FormData(); formData.append('name', name); formData.append('email', email); formData.append('password', password); formData.append('membershipImage', membershipImage); try { // Send a POST request to your server API endpoint to handle registration and database insertion const response = await axios.post('/api/register', formData); setRegistrationStatus(response.data.message); } catch (error) { setRegistrationStatus('An error occurred during registration.'); } }; const handleImageChange = (e) => { const file = e.target.files[0]; setMembershipImage(file); }; return ( <div> <h1>Registration Form</h1> <form onSubmit={handleRegistration}> <label> Name: <input type="text" value={name} onChange={(e) => setName(e.target.value)} /> </label> <br /> <label> Email: <input type="email" value={email} onChange={(e) => setEmail(e.target.value)} /> </label> <br /> <label> Password: <input type="password" value={password} onChange={(e) => setPassword(e.target.value)} /> </label> <br /> <label> Membership Image: <input type="file" onChange={handleImageChange} /> </label> <br /> <button type="submit">Register</button> </form> {registrationStatus && <p>{registrationStatus}</p>} </div> );};export default RegistrationForm;

In this code, we use the axios library to send a POST request to an /api/register endpoint on your server. You'll need to replace /api/register with your actual server endpoint that handles the registration and database insertion logic.

Remember to set up your server to receive the form data, validate it, and perform the necessary actions to store the registration information in your SQL database. Additionally, you'll need to handle the membership image upload and store it in an appropriate location on your server.

For displaying the membership image as a Phoenix image, you can use an <img> tag in another component where you retrieve the image URL from your server and pass it as the src prop to the <img> tag.

Turin

Bookmarks

Bookmarks

Bookmarks

Plain sticky notes

Sticky note

Open AI Hoskyns

Sticky note

Red Octopus / Redcamel

Read Me

Rich sticky notes

Rich text note

Click the Red Octopus SSNA Chapter

Red Octopus SSNA

Bookmarks

Parent Brand / Primary Site / Projects

Bookmarks

Bookmarks

Bookmarks

Bookmarks

Rich sticky notes

Nimrod 2025

I have tried to contact dragons den
http://protopage.com/theshirt
http://protopage.com/mysteryshirts - ben and jacks
http://protopage.com/bigideas
http://Protopage.com/manchesterpost

I need to know when you are going to do my projects
Please advise
I am getting impatient........
http://protopage.om/briancox Return on investment 
http://protopage.com/theifoc
http://protopage.com/elonmusk
http://protopage.com/meritocracy

Rich text note

SNNA WordPress

March 8, 2024

https://bramit.wordpress.com

http://theinfonet0.wordpress.com

http://maesitc.wordpress.com

http://adamspegasus.wordpress.com

Blazor Azure Training

Rich sticky notes

Diamond Reports

// Job control statement for Blazor Azure executable program// Set the working directory to the location of the executable programcd /path/to/executable/program// Create a file to store the sysin inputtouch sysin.txt// Write the sysin input to the fileecho "This is the sysin input" > sysin.txt// Run the executable program with the sysin input and syslist output./executable.exe < sysin.txt > syslist.txt// Check the contents of the syslist output filecat syslist.txt

Linkedit Blazor Azure Assemblies

Sure, here is a job control that links 3 Blazor Azure assemblies into an executable:

Code snippet
// Job control to link 3 Blazor Azure assemblies into an executable// Set the working directory to the location of the Blazor Azure assembliescd /path/to/blazor/azure/assemblies// Link the assemblies into an executabledotnet link /path/to/assembly1 /path/to/assembly2 /path/to/assembly3// Create a file to store the executabletouch executable.exe// Copy the linked assemblies to the executable filecp /path/to/assembly1 executable.execp /path/to/assembly2 executable.execp /path/to/assembly3 executable.exe// Check the contents of the executable filels -l executable.exe

This job control will link the 3 Blazor Azure assemblies into an executable file called executable.exe. You can then run the executable file by typing ./executable.exe.

Here are some additional details about each step:

I hope this helps!

Memory Stick Processing

how do deploy a blazor azure application onto a memory stick

To deploy a Blazor Azure application onto a memory stick, you can follow these steps:

  1. Create a new Blazor Azure application.
  2. Compile the application.
  3. Create a new folder on the memory stick.
  4. Copy the compiled application files to the new folder.
  5. Create a new file called index.html in the new folder.
  6. In the index.html file, add the following code:
Code snippet
<html><head><title>Blazor Azure Application</title></head><body><h1>Blazor Azure Application</h1></body></html>
  1. Save the index.html file.
  2. Connect the memory stick to your computer.
  3. Open the memory stick in a file explorer.
  4. Double-click the index.html file to open the Blazor Azure application.

The Blazor Azure application will now be running on your memory stick. You can disconnect the memory stick from your computer and take it with you to run the application on another computer.

Here are some additional details about each step:

  1. To create a new Blazor Azure application, you can use the following command:
Code snippet
dotnet new blazorapp

This will create a new Blazor Azure application called blazorapp.

  1. To compile the application, you can use the following command:
Code snippet
dotnet build

This will compile the application and create a new folder called bin\Release\netstandard2.0.

  1. To create a new folder on the memory stick, you can use the following command:
Code snippet
mkdir /mnt/usb/blazorapp

This will create a new folder called blazorapp on the memory stick.

  1. To copy the compiled application files to the new folder, you can use the following command:
Code snippet
xcopy /s /y bin\Release\netstandard2.0 /mnt/usb/blazorapp

This will copy all of the compiled application files to the new folder on the memory stick.

  1. To create a new file called index.html in the new folder, you can use the following command:
Code snippet
touch /mnt/usb/blazorapp/index.html
  1. To add the following code to the index.html file, you can use a text editor.
Code snippet
<html><head><title>Blazor Azure Application</title></head><body><h1>Blazor Azure Application</h1></body></html>
  1. To save the index.html file, you can press Ctrl+S.

  2. To connect the memory stick to your computer, you can insert it into a USB port.

  3. To open the memory stick in a file explorer, you can double-click on it in the file explorer window.

  4. To double-click on the index.html file to open the Blazor Azure application, you can double-click on it in the file explorer window.

The Blazor Azure application will now be running on your memory stick. You can disconnect the memory stick from your computer and take it with you to run the application on another computer.

profile picture

Sure, here are the steps on how to deploy a Blazor Azure program on a memory stick:

  1. Create a new Blazor Azure project.
  2. Compile the project.
  3. Create a new folder on the memory stick.
  4. Copy the compiled project files to the new folder.
  5. Create a new file called index.html in the new folder.
  6. In the index.html file, add the following code:
Code snippet
<html><head><title>Blazor Azure Application</title></head><body><h1>Blazor Azure Application</h1></body></html>
  1. Save the index.html file.
  2. Connect the memory stick to your computer.
  3. Open the memory stick in a file explorer.
  4. Double-click the index.html file to open the Blazor Azure application.

The Blazor Azure application will now be running on your memory stick. You can disconnect the memory stick from your computer and take it with you to run the application on another computer.

Here are some additional details about each step:

  1. To create a new Blazor Azure project, you can use the following command:
Code snippet
dotnet new blazorapp

This will create a new Blazor Azure project called blazorapp.

  1. To compile the project, you can use the following command:
Code snippet
dotnet build

This will compile the project and create a new folder called bin\Release\netstandard2.0.

  1. To create a new folder on the memory stick, you can use the following command:
Code snippet
mkdir /mnt/usb/blazorapp

This will create a new folder called blazorapp on the memory stick.

  1. To copy the compiled project files to the new folder, you can use the following command:
Code snippet
xcopy /s /y bin\Release\netstandard2.0 /mnt/usb/blazorapp

This will copy all of the compiled project files to the new folder on the memory stick.

  1. To create a new file called index.html in the new folder, you can use the following command:
Code snippet
touch /mnt/usb/blazorapp/index.html
  1. To add the following code to the index.html file, you can use a text editor.
Code snippet
<html><head><title>Blazor Azure Application</title></head><body><h1>Blazor Azure Application</h1></body></html>
  1. To save the index.html file, you can press Ctrl+S.

  2. To connect the memory stick to your computer, you can insert it into a USB port.

  3. To open the memory stick in a file explorer, you can double-click on it in the file explorer window.

  4. To double-click on the index.html file to open the Blazor Azure application, you can double-click on it in the file explorer window.

The Blazor Azure application will now be running on your memory stick. You can disconnect the memory stick from your computer and take it with you to run the application on another computer.

Here are some additional tips:

  • Make sure that the memory stick is formatted in NTFS or FAT32.
  • The memory stick should be at least 1 GB in size.
  • If you are using a Mac, you can use the following commands to create a new folder on the memory stick and copy the compiled project files to the new folder:
Code snippet
mkdir /Volumes/usb/blazorappcp -r bin/Release/netstandard2.0 /Volumes/usb/blazorapp
  • You can also use the following command to create a new file called index.html in the new folder:
Code snippet
touch /Volumes/usb/blazorapp/index.html
  • Once you have copied the compiled project files to the new folder and created the index.html file, you can open the index.html file in a web browser to run the Blazor Azure application.

Blazor Assembly

Sure, here is a job control that assembles Blazor Azure code:

Code snippet
// Job control to assemble Blazor Azure code// Set the working directory to the location of the Blazor Azure codecd /path/to/blazor/azure/code// Compile the Blazor Azure codedotnet build// Deploy the Blazor Azure code to Azuredotnet publish -c Release -o /path/to/azure/deployment// Start the Blazor Azure applicationdotnet run

This job control will compile the Blazor Azure code and deploy it to Azure. It will then start the Blazor Azure application.

Here are some additional details about each step:

  • The cd command sets the working directory to the location of the Blazor Azure code.
  • The dotnet build command compiles the Blazor Azure code.
  • The dotnet publish command deploys the Blazor Azure code to Azure.
  • The dotnet run command starts the Blazor Azure application.

I hope this helps!

Charity

Bookmarks

Bookmarks

Plain sticky notes

Sticky note

The Princess Trust

Golf Management Group

Bookmarks

Bookmarks

Enterprise and Entreprepeurship

Bookmarks

Bookmarks

Red Octopus Food

Bookmarks

Bookmarks

Folkd / Diigo

Bookmarks

Bookmarks

Rich sticky notes

Rich text note

User id - RedOctopus
Password : EasterXYZNNN.. 

Rich text note

Folkd is looking interesting - it does Protosearch to some extent - not done all my websites yet - i hope that this is a timing issue.
I need to see how groups are managed.
I dont like that it is asking for a $99 subscription - lets under cut them at £35.

UA92 Miro / Pegasus Agile2024

Bookmarks

Bookmarks

Password / Registration Lost

Plain sticky notes

Sticky note

Now contact Gay Neville - Dragons Den £100,000 for 1% of the business

Fireball MicroNET

Bookmarks

Bookmarks

StratboxL

Rich sticky notes

Rich text note

Linux £300

StratboxR

Rich sticky notes

Rich text note

Refurb £250 Comes with Pegasus Agile Training Manual

StratboxPS

Rich sticky notes

Rich text note

Primary School Student £200 Comes with Xenophon Instruction Set for Document Handling

StratboxSS

Rich sticky notes

Rich text note

Secondary School Student £500 Comes with TMInfinity Time Management / Diary Management instrucyion set worth £101

rrp £700 Discounted with the Infinity Discount Card

StratboxCS

Rich sticky notes

Rich text note

College Student £1,000

Special offer £400 discount on student mini

Comes with kingcharlesiii Brainstorming 

StratboxUS

Rich sticky notes

Rich text note

University Student £1500

StratboxPG

Rich sticky notes

Rich text note

PC Gamer from £2000 bespoke build depends on clint spec

StratboxNBSU

Rich sticky notes

Rich text note

New Business Start Up
Come with SSNA and Xenophon

£300

SSNA Stratpage

Rich sticky notes

Rich text note

SSNA Entry point £35

Infinity Discount Card

Rich sticky notes

Rich text note

Infinity Discount Card £101 Special introductory offer £35 availble till 07/07/2023 Turin Release Date