Using the iPad Along with a Computer

So far, we’ve been working under the assumption that you are working only with the iPad. That’s a legitimate choice, but that is an artificial requirement; you probably do have a regular computer sitting around somewhere that you could make use of if there was a good reason.

The iPad is great on its own, but if you sometimes need a PC or Mac app, then you aren’t out of luck. Here’s a couple of nice ways to make use of the old PC or Mac in addition to the iPad.

Screens VNC is a VNC — Virtual Network Computer. It lets you connect to a computer (PC, Mac, or even Linux) and control it from anywhere, not just from within your home. Use your screen as a big trackpad and control the computer’s cursor with your finger. Tapping or double-tapping the screen translates to left or right clicking. I’ve found that it’s a little too laggy for gaming, but for “normal” work, it’s great.

SSH/MOSH is another method of doing remote work. Back under the “coding” section, I mentioned the apps Termius and Blink. These allow you to connect to a remote terminal server and type in commands into a text window. That may sound positively prehistoric to many people, but there’s a lot of power in a command line, and some people work that way exclusively.

Another benefit of this is that you can “rent” or subscribe to a service that offers servers very inexpensively, so you don’t even need to own or set up a computer for this.

Google Chrome Remote is from Google, and has the benefit of being completely free, so there’s no reason not to try it. Just install the Chrome Remote Desktop app from the Chrome Web Store on your computer (Mac, PC, or Linux) and the app on your iOS device (iPad or iPhone). You set up the connection, and then see your computer’s desktop on your iPad. Move your finger around on the screen, and the on-screen mouse follows it.

Tap to click. Run your computer apps, transfer files, whatever you want to do. If you have files at home on your PC and need them while you’re working remotely, you can “Remote” into your computer and retrieve them.

Sidecar is a new feature that turns your iPad into an advanced second display for your Mac computer running MacOS Catalina. You can move your mouse off the right edge of your Mac monitor and see it appear on the left edge of the iPad and keep going.

There’s no lag as you have the option of using a wire or doing it wirelessly. Plus, it adds the benefits of a touch screen, so you can use your fingers or the Apple Pencil to tap, zoom, and so forth on your Mac apps through your iPad screen.

Apple Sidecar Astropad

Apple Sidecar Astropad isn’t like the others above. Instead of taking over the computer and running apps, this one turns your iPad into a graphics tablet similar to those sold by Wacom. You use your iPad and Apple Pencil to draw on your iPad, but your movements and work are sent through Bluetooth to the Mac. This means that you can essentially run the computer version of Photoshop, Pixelmator, Affinity, or any other computer graphics program and control it from your iPad.

Although this is possible with Screens or Chrome Remote Desktop up to a point, Astropad is geared solely toward graphics/pencil performance. If you are an artist, and need the full computer version of your chosen art program, you should look into this one. This one only works with Macs, not PCs.

Web Apps Everything up to this point has either been included on your iPad for free or is easily available for download from the App Store. But the App Store isn’t your only option.

There are also countless web-applications available over the Internet for free or for a subscription fee. Some people survive just fine using nothing but a Chromebook as their primary computer, and, until recently, they used nothing but web applications… and we’re looking at them in this article as almost an afterthought. Many web-based apps didn’t work properly on earlier versions of Safari, as the browser identified itself as a “mobile device” and could only download the limited “phone version” of many websites.

This year, Safari has finally gotten serious with its browser and made it a full desktop-class browser, able to load the full version of most web sites. If you tried some kind of web service before and didn’t like the experience, it’s time to try again — You may get better results.

Word, Excel, and PowerPoint — I mentioned these apps earlier and said they required an Office365 subscription to run. That’s true enough for the apps, but they also exist as Web-browser apps that you can use for free online. The web-apps are somewhat more limited than the App Store versions, but they may be enough for your needs.

Overleaf — I mentioned the app TeX Writer earlier in the article as a tool for writing in LaTeX on your iPad. Another option is to use the Overleaf.com website. It’s a free service (if you don’t need collaboration), that lets you write, edit, and preview LaTeX documents “in the cloud.” The original text and paperback version of this article was written and designed completely on the Overleaf site.

Gmail is the world’s most popular e-mail service, and it’s completely compatible with all the email clients I mentioned earlier, but many people still prefer to just use the Gmail.com website to access their mail.

Google Apps (aka Google Docs and/or GSuite) is one of the most popular cloud-based systems for getting work done. There’s Google Docs, Sheets, Slides, and a handful of other apps. They’re the best apps going to collaborative writing,

and millions of students and businesses use these apps exclusively. These used to require clunky, poorly-made apps from the app store to run, but with iPadOS, they now work just fine in Safari, as do all the apps mentioned above.

You may also like:

Connection failed: Too many connections

This means that the maximum number of clients that may be connected to the server has been reached. Either the client will have to wait for another client to log off, or the administrator will have to increase the maximum number of connections allowed. How do I fix too many connections error? The MySQL “Too…

Which button is used to View the results of a query?

To see the query results, on the Design tab, click Run. Access displays the results of your query in Datasheet view. To make further changes to the query, click Home > View > Design View to switch back to Design view. How do you show the results of a query? You have the option of…

What is in a MySQL database?

MySQL is a relational database management system (RDBMS) developed by Oracle that is based on structured query language (SQL). A database is a structured collection of data. It may be anything from a simple shopping list to a picture gallery or a place to hold the vast amounts of information in a corporate network. What…

How do I get a list of SQL Server servers?

To list all the SQL instances, navigate to the root directory and run the Get-Childitem to get the list. Note: The path SQLSERVER:\SQL\ has all the installed SQL instances of the listed server. How can I get a list of all SQL Servers in my organization? you can type “SQLCMD -L” in the command prompt…

What causes Type 2 error?

Type II error is mainly caused by the statistical power of a test being low. A Type II error will occur if the statistical test is not powerful enough. The size of the sample can also lead to a Type I error because the outcome of the test will be affected. What affects a type…

What is constant error?

Constant error is computed as the average positive or negative difference between the observed and actual values along a dimension of interest. For example, if a weight of 1 kg is judged on average to be 1.5 kg, and a weight of 2 kg is judged to be 2.5 kg, the constant error is 500…

Is a syntax error the same as compiler error?

A syntax error in computer science is an error in the syntax of a coding or programming language, entered by a programmer. Syntax errors are caught by a software program called a compiler, and the programmer must fix them before the program is compiled and then run. Is compile-time error same as syntax error? A…

How do you check syntax?

To enable syntax checking On the Tools menu, choose Options. Select the Editor tab. Select the Auto Syntax Check check box. Choose OK. How do you know if a syntax is correct? GCC’s -fsyntax-only flag can be used to test whether an input file is syntactically valid without producing any output file. The return value…

Why is localhost blocked?

It is triggered if the firewall wrongly blocks your server or you’re using the wrong port. The localhost error can also happen if your Apache web server or Chrome browser is not configured correctly. Can localhost be blocked? If you’re unable to access the web server via localhost, there’s a chance that your firewall may…

How do I stop MySQL port 3306?

You can press Ctrl + F and type 3306 in the word box to search for it. If the port is open, it will show in the results as LISTENING. To check if port 3306 is open via CurrPorts, just sort by Local Port, then find port 3306. If the port is available, it will…