Airiam
Airiam
  • 19
  • 13 374
Updating OpenCore
It's important to follow the correct procedure when updating OpenCore ahead of installing an update to MacOS. In this video we go through each step and show you where to check to make sure it's safe to do. For the companion blog head to www.airiam.co.uk/updating-opencore.html
Переглядів: 133

Відео

Adding a Signature to Apple Mail
Переглядів 2,5 тис.Рік тому
How to add, edit and format custom email signatures in Apple's Mail client. We also discus how to add a custom HTML based signature as well which offers greater flexibility in formatting and functionality.
Project Folder Structure and Project Progression System using Apple Shortcuts
Переглядів 157Рік тому
In this final video from our Mac Automation series we take a look at using Apple shortcuts to create a consistent file structure for a project ensuring that we have an easy and repeatable way of creating a new project anywhere in the Finder. We also add the ability to set custom Finder Tags which allows us to create a project progression system using a Traffic Light Tag system, for 'On Hold', '...
Share Pages As using Apple Shortcuts
Переглядів 98Рік тому
In this second part of recreating a lost feature in Ventura we modify the flow that we have to make it possible for the user to select the desired format and then select the method with which they would like to share the Pages document. We also look at how we can make our flow more efficient.
Email Pages Document as PDF using Apple Shortcuts
Переглядів 427Рік тому
In Ventura Apple changed the share system removing a much loved feature from the iWork suite or apps - the ability to share a copy of a document in a different format with the press of a button. Using Apple Shortcuts we design the first step to recreating this tool by taking a Pages document and emailing it as a PDF. Follow along to build the flow yourself or visit www.airiam.com/blog to downlo...
New Event in Apple Shortcuts
Переглядів 645Рік тому
In this video we rewrite our Automator workflow in Shortcuts. Not only does it show you the fundamentals of using Shortcuts, but also highlights how much easier it is to create the same flow. At the end of the video you will have a keyboard shortcut that allows you to add a Calendar event without the need to even have the Calendar open.
Automator in MacOS
Переглядів 3,2 тис.Рік тому
Apple supplied two apps with a default install designed to make automating the Mac a simple and easy process. The older of the two is Automator and is supported on machines running 10.4 (Tiger) and later. In this tutorial we use automator to build a flow to add an event to the Calendar and it introduces the fundamentals of using Automator.
Changing an Apps Icon in MacOS
Переглядів 214Рік тому
Once you have created your own application using a scripting tool you may want to change it's icon so that the app is more easily identifiable then one using the default iconography. In this tutorial we show you exactly how to achieve this in MacOS.
AppleScript
Переглядів 5 тис.Рік тому
AppleScript is a scripting language built into every Mac that uses a more human readable syntax. It's a very powerful way to control the Mac and installed applications that have chosen to offer compatibility. Follow along with this tutorial to build an image conversion utility.
Shell Scripting on MacOS
Переглядів 141Рік тому
Being based on a UNIX core the Shell is built into every Mac. Shell scripting allows us to leverage the powerful features to make useful tools to enhance our workflow. Follow along to create a Webp encoding tool for use in responsive website design. Webp is a next generation image format that is gaining in popularity due to its ability to retain high image quality in smaller file sizes.
App Shortcuts on MacOS
Переглядів 137Рік тому
In this video we take a look at how to assign an shortcut to any menu item in MacOS.
Text Substitution on MacOS
Переглядів 177Рік тому
In the first video of our Mac Automation series we take a look at how to use one of the simple automation tools built into MacOS - Text Substitution. Find out how to use it to speed up every day workflows.
Screen Sharing on MacOS using Messages
Переглядів 242 роки тому
Welcome to our video about screen sharing using your Mac in MacOS using the Messages app. It requires no additional software and is built in to your Mac. All it requires is your Apple ID and to be signed in to the messages app. Watch our video to find out the steps required to get it up and running in no time at all. Be sure to check out our other videos for useful hints and tips about using yo...
E-Signing using Mark Up
Переглядів 162 роки тому
Need to add an electronic signature to a document. No problem. Using Mark-Up in MacOS, iPadOS and iOS makes it easy without even leaving the mail app. Check out this video to find out more. Be sure to check out our other videos for useful hints and tips about using your Apple products. Airiam is an Apple Repair and Upgrade Specialist based in Bath, UK. We have over 10 years experience repairing...
Typing accents on Apple Devices
Переглядів 122 роки тому
Typing accents on Apple Devices
Gaining Screen Real Estate on your Mac with Retina display
Переглядів 202 роки тому
Gaining Screen Real Estate on your Mac with Retina display
Batch renaming files direct in the Finder
Переглядів 312 роки тому
Batch renaming files direct in the Finder
Aliases in MacOS
Переглядів 1132 роки тому
Aliases in MacOS

КОМЕНТАРІ

  • @soniamaamoun6047
    @soniamaamoun6047 4 місяці тому

    How do u save one

    • @airiam4436
      @airiam4436 4 місяці тому

      Make sure you choose the type of automation you want to use from the Document Type sheet when you create a new automation. Then it's just a case of using the Save command from the File menu. The different types will result in different final files. The workflow for example will only run inside automator itself, whereas the application type will create a standalone automation.

  • @Marcel.Miranda
    @Marcel.Miranda 4 місяці тому

    Do you have any idea what should I use if don't have knowledge on html coding but want to personalized my signature just like the one you have.

    • @airiam4436
      @airiam4436 4 місяці тому

      You could learn the basics, which should be enough to do what you need. I would recommend somewhere like W3 Schools ( www.w3schools.com ) or you could use an HTML generator like html-online.com. Alternatively you could hire someone like myself to write it for you.

  • @Willbin23
    @Willbin23 5 місяців тому

    New problem when trying to run the script it says that theImageCounts is undefined

    • @airiam4436
      @airiam4436 5 місяців тому

      If it's reporting that a variable is undefined you may need to check your variable declaration and make sure it's defined within the scope of where you wish to use it (i.e position in the script is important). It's also worth checking that you are spelling the variable name correctly. It is case sensitive.

  • @Willbin23
    @Willbin23 5 місяців тому

    At incluse extention application doesn't work.. :(

    • @Willbin23
      @Willbin23 5 місяців тому

      nvm I used ' ' instead of "

  • @LuisTorres-qz5kr
    @LuisTorres-qz5kr 5 місяців тому

    Thank you very much for sharing. This was very easy to follow, great job on the tutorial. I got it to work, yet, it does not accept dropped images. When I place them over the applet it just drops them onto the desktop area with no process. The App does not go "sort of transparent" (like in your video) when files are placed over it. If you have any ideas, please do let me know. (I am wondering if it is related to the scripting additions.) Thank you!

    • @airiam4436
      @airiam4436 5 місяців тому

      Did you choose application from the File Format dropdown in the save sheet? It sounds like it's just a script and not an application, so it doesn't know about receiving files that are dropped onto it.

    • @LuisTorres-qz5kr
      @LuisTorres-qz5kr 5 місяців тому

      @@airiam4436 Yes, it is a "standalone" *.app" file on my desktop.

  • @LuisTorres-qz5kr
    @LuisTorres-qz5kr 6 місяців тому

    Where did you get the specific icon/image you used on the example? Thank you!

    • @airiam4436
      @airiam4436 6 місяців тому

      I created it using Affinity Designer using Apple's guidelines for doing so.

    • @LuisTorres-qz5kr
      @LuisTorres-qz5kr 6 місяців тому

      @@airiam4436 Oh, ok, thanks for letting me know. I was about to Google for a similar image.

    • @airiam4436
      @airiam4436 6 місяців тому

      @@LuisTorres-qz5kr Feel free to email me at info@airiam.co.uk and I can send you a copy.

    • @LuisTorres-qz5kr
      @LuisTorres-qz5kr 6 місяців тому

      @@airiam4436 Thanks! I'll take you up on offer.

  • @DirkKuepper
    @DirkKuepper Рік тому

    Apple Script is dead in the future. Don't waste your time. Cupertino likes killing their own great software. They lost their taste.

  • @williamrgrant
    @williamrgrant Рік тому

    This is a great introduction. Didn't know about including functionality from the OS.

  • @doobybrother21
    @doobybrother21 Рік тому

    Well done! Very good presentation.

  • @airiam4436
    @airiam4436 2 роки тому

    We had a small technical problem with the audio. Stream Audio starts at 3:53