List of public pages created with Protopage

Wythenshawe Amateur FC Onboard Promotions Evening

Bookmarks

Bookmarks

Rich sticky notes

Paul Mazu

The Infinity Quiz is being programmed by Paul at Hitec in Python as a TrainIT exercise for BSG Elite Students Level 3 IT training.

Hitec University Special Offer

Bookmarks

Bookmarks

Rich sticky notes

Rich text note

Join Hitec Univerity today and receive 10 Infinity Discount Cards that you can sell for £350 - Membership to Hitec Univesity just £1024 per year for Full Stack Training.

We will first teach you Infrastructure then you will be away up and running.

Gatley USSC

Bookmarks

Bookmarks

Cheadle College

Bookmarks

Bookmarks

Pegasus

Rich sticky notes

Rich text note

do the price in uk sterling please

Sure, here is the costed bill of material for a custom built gaming computer in UK Sterling:

ComponentPriceTotal
CPUIntel Core i7-12700K£334.99

GPU | NVIDIA GeForce RTX 3070 Ti | £829.99 Motherboard | ASUS ROG Strix Z690-A Gaming WiFi | £269.99 RAM | 16GB (2x8GB) DDR5-3600 | £175.99 Storage | 1TB Samsung 980 Pro NVMe PCIe Gen4 SSD | £174.99 Case | NZXT H510i | £124.99 Power Supply | Corsair RM750x | £134.99 Total | £1,635.93

As you can see, the cost of building a custom gaming computer in the UK is slightly higher than in the US. This is due to the exchange rate between the US dollar and the British pound. However, the prices are still comparable to other high-end gaming PCs on the market.

I hope this helps! Let me know if you have other questions.

Rich text note

For Sale Configured as a Stratbox Student Home Server for just £2048 come with Level 6 IT / Sales and Management training.

Study then become an Associate Consultant for Red Octopus Business Services Limited - Become an IT Tutor yourself. Course lasts 2 years starting with Scratch and then a Harvard University Qualification.

Demonstrate that you can do Scratch then come onboard - we will teach you SSNA you could be earning within 13 weeks of starting the course.

Be taught by the man that brought you the Infonet Richard Gilbery Forest 404.com

Read Me

Rich sticky notes

Rich text note

This site was created about 7 years ago - it contains a lot of Jaberwoky what was joining on then I cant remember (Now Restricted Viewing). 

Pegasus is current as is Hitec University / GatleyUSSC - Infinity Discount Card.

C21 Create

Rich sticky notes

Rich text note

in mvc/c# give me a transaction that act like a word processor where i can resize the widget with a save button that updates a sql server database as html

Rich text note

Rich text note

do the same function but have it that you have the text edit on the widget so that you can open it - i repeat it should be a html document and you should have the option to edit the text in html mode - have a dialog that asks you what quiz question you want to save

Sure, here is the code with the additional features you requested:

C#
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using System.Data.SqlClient;using System.Web.UI.HtmlControls;namespace MvcWordProcessor{    public class HomeController : Controller    {        private SqlConnection _connection;        public HomeController()        {            _connection = new SqlConnection("Data Source=localhost;Initial Catalog=MvcWordProcessor;Integrated Security=True");        }        public ActionResult Index()        {            return View();        }        [HttpPost]        public ActionResult Index(string text, int width, int height)        {            // Save the text to the database            SqlCommand command = new SqlCommand("INSERT INTO Documents (Text, Width, Height) VALUES (@Text, @Width, @Height)", _connection);            command.Parameters.AddWithValue("@Text", text);            command.Parameters.AddWithValue("@Width", width);            command.Parameters.AddWithValue("@Height", height);            command.ExecuteNonQuery();            // Resize the widget            ViewBag.Text = text;            ViewBag.Width = width;            ViewBag.Height = height;            // Create a dialog box to ask the user what quiz question they want to save            HtmlTextWriter writer = new HtmlTextWriter(Response.Output);            writer.Write("<script>");            writer.Write("function SaveQuizQuestion() {");            writer.Write("var question = prompt('What quiz question do you want to save?');");            writer.Write("if (question != null) {");            writer.Write("var text = document.getElementById('text').value;");            writer.Write("var width = document.getElementById('width').value;");            writer.Write("var height = document.getElementById('height').value;");            writer.Write("var command = new SqlCommand('INSERT INTO QuizQuestions (Text, Width, Height, Question) VALUES (@Text, @Width, @Height, @Question)', _connection);");            writer.Write("command.Parameters.AddWithValue('@Text', text);");            writer.Write("command.Parameters.AddWithValue('@Width', width);");            writer.Write("command.Parameters.AddWithValue('@Height', height);");            writer.Write("command.Parameters.AddWithValue('@Question', question);");            writer.Write("command.ExecuteNonQuery();");            writer.Write("}");            writer.Write("}");            writer.Write("</script>");            return View();        }    }}

This code will create a word processor that allows you to resize the widget, save your changes to a SQL Server database, and edit the text in HTML mode. When you click the "Save" button, a dialog box will ask you what quiz question you want to save. The text, width, height, and question will be saved to the database.

To run this code, you will need to create a SQL Server database and a table called "Documents" with the following columns:

  • Text (Text)
  • Width (Integer)
  • Height (Integer)
  • Question (Text)

Once you have created the database and table, you can run the MVC application by starting the Visual Studio project. The application will be hosted at http://localhost:5000/.

To test the application, enter some text in the text box and resize the widget. Then, click the "Save" button. The text, width, height, and question will be saved to the database. You can then open the database and view the saved quiz questions.

CICS Paging

Rich sticky notes

Rich text note