Page 4 of 9

MacOS – Create a “Sleep” Keyboard Shortcut on a Windows Keyboard

MacOS – Create a “Sleep” Keyboard Shortcut on a Windows Keyboard
14

Some of you may be familiar with the problem … no sleep button on your keyboard.

You have a really nice Mac, but you’re using a Windows keyboard since there is no MacOS keyboard that you really like.
I’m using a keyboard from Havit (you can find it here).

One of the things I hate about this setup is that I have no key or key-shortcut to put my computer to sleep.
When you look at the Apple reference, you’ll only find keys that cannot be found on your Windows keyboard, like the Eject key, or the Power key.

So in this article, I’ll show you, without the use of special software, how I have created a keyboard shortcut to put my Mac Pro to sleep, using a Windows keyboard.

miniWOL v2 – Quick and Easy Wake On LAN Utility

miniWOL v2 – Quick and Easy Wake On LAN Utility
111

Waking up devices that are network connected, can be done with the so called “Wake On LAN” feature provided by certain devices (like for example a NAS, FileServer, or even a PC). A while back I created a simple application for this – miniWOL – keeping in mind that the user may not be too familiar with all the configuration details (see: previous miniWOL versions).

I wanted just a simple menu in the System Tray (Windows: next to the clock, usually the lower-right corner of your screen) or Menubar (MacOS X – top of your screen, Linux often at the bottom of your screen). Well, after a bit of searching I could not find anything suitable or to my liking and I decided to just write something myself.

The old miniWOL has been good so far, and plenty folks seem to have a good use for it privately and professionally. However, Apple had to change a few things (moving to 64 bit, using Cocoa instead of Carbon, and the need to sign and notarize applications – I suspect Microsoft will probably follow soon) so while revamping the Mac version, I revamped the Windows version as well, and added a 64-bit Linux version as well (by request).

Rename My TV Series 2

Rename My TV Series 2
1525

Rename My TV Series, a tool to rename tv series episodes, has been around for a while now, and it’s time for an update (the “old one” can still be found here). So I proudly present: Rename My TV Series 2 (RMTV).

Two of the main reasons for this new version are the needed update of the user interface and support for the new API of TheTVDB.com. But there is more; macOS users wanted a 64 bit version to avoid the 32 bit complaining and having the application signed was on the wishlist for them as well. Support for SSL (since theTVDB.com API requires this), the use of notifications and the support for a dark theme, the merging of 2 episodes, caching results, are a few of other desired or needed items.

I’m still striving to do as much cross-platform development as possible, so macOS, Windows and Linux users can use my tools, which means that this new version will be available for all these 3 platforms.

Lazarus Pascal – Custom Fonts for MacOS Applications

Lazarus Pascal – Custom Fonts for MacOS Applications
4

I’m not sure about other developers, but I occasionally like to use my own custom font for my Lazarus Pascal applications. Typically I do this so I have access to better icons and symbols available in my application, instead of semi blurry bitmap icons. If you use this the right way, your icons and symbols will look much better and will scale really great.

Usually, I use a TTF font for this which I generate at IcoMoon.
IcoMoon is an awesome website where you can compile your own TTF font (or SVG or PNG images of symbols) for use with your website (Tweaking4All uses it as well) or … in your applications.

Since there are plenty examples out there how to do this in Lazarus Pascal for Windows, here an article that shows you how to do this in Lazarus Pascal under macOS.

Lazarus Pascal – Unit to Add or Remove Autorun items (Windows/MacOSX)

Lazarus Pascal – Unit to Add or Remove Autorun items (Windows/MacOSX)
0

When developing an application, sometimes it can be useful to offer the user a way to add this application to the LoginItems (Mac) or Autorun items (Windows), so that the application starts when MacOS X or Windows starts.

Since I have developed a couple applications for which this would be helpful, and as of lately even one for both platforms, I figured, why not place this in a unit so the code can be resused easily and quickly. Sharing the code would make life easier for others as well.

So here we are – feel free to post improvements – a unit that Adds, Removes and Checks if an application build with Lazarus Pascal, from the Loginitem/Autorun items.

Remotely Wake up your Computers with Wake On Lan

Remotely Wake up your Computers with Wake On Lan
9

Wake On Lan, the Ethernet standard for waking up (switching them ON) network enabled devices remotely, has (again) gained popularity, especially under NAS/Server users, who use their server or NAS only a few hours a day. Wether it’s to save on your Power bill, reduce your Carbon-Footprint, or to spare your equipment, Wake On Lan is here to stay …

Now come these question though,… how do I enable Wake On Lan on my network enabled device, and how do I send a “wake up” call to my device?

In this article, I’ll try to cover as much as I can – since it can be a pretty hairy process to setup Wake On Lan. It very strongly depends on the hardware and software capabilities of your device. Even though I cannot every device on the planet, I sure will try to help you get started with Wake On Lan.

miniWOL – Tiny Wake On LAN tool for Windows and MacOS X

miniWOL – Tiny Wake On LAN tool for Windows and MacOS X
50

I had not used the good old Wake On LAN option in a while, until my brother-in-law (Jean-Pierre) was looking for something like that to wake up his NAS.

Most of the Wake On LAN applications I found for him were just too extensive, too complicated, or not free. I wanted just a simple menu in the System Tray (Windows: next to the clock, lower-left corner of your screen) or Menu-bar (MacOS X – top of your screen). Well, after quite a bit of searching I could not find anything suitable or to my liking and I decided to just write something myself.

Timing couldn’t be better, since I just wanted to implemented Wake On LAN in another application – ConnectMeNow (for MacOS X).
Reusing the code, making it suitable for Windows and MacOS X, and wrapping it in a small application was done relatively quickly.

This application has been tested under MacOS X 10.11 (El Capitan) and Windows 10 and it’s FREE.

MacOS X – How to take Screenshots and add Annotations

MacOS X – How to take Screenshots and add Annotations
4

I’ve been asked several times in the past, on how to take screenshot and annotate them afterwards, or how to do a so called “print-screen” to a printer for a hardcopy.

Some users, use screenshots for illustrating manuals, or articles for their website. Some use it to print error messages or odd things happening on their screen. And as with regular paper, some of us would like to annotate the images – add notes, comments, arrows, numbers or circle the important part of the image.

Annotating images is relatively easy, once you know where to find the tools to do this.

So in this article, for Mac OS X users: How to take screenshots, how to add annotations, and some additional related tips and tricks.

Arduino Programming for Beginners – Part 1: Setup

Arduino Programming for Beginners – Part 1: Setup
2

This is the first part of a series of articles I’ve written to get beginners started with Arduino Programming in the programming language C, which I’ve written with the intend to teach my 13 year old nephew Bram Knuit (and his 10 year old brother Max Knuit) to get started with the Arduino. After all, he wants to build a robot, but without some basic knowledge about programming, he won’t get very far ….

In this article we will show you how to get started with our little Arduino Programming course, by selecting an Arduino and setup the developer tools so we can actually try some of the examples that will be discussing in the next chapters.

Besides an introduction into the language C, the default language used for Arduino Programming, “Arduino Programming for Beginners” will also touch topics like how to setup an Arduino, get a developers environment running, and look at a few basic electronic parts which we connect to our Arduino. The lack of basic knowledge should hopefully not be a problem … so I’ll be trying to keep everyone in mind.

App Transport Security Exceptions fixed (iOS 9+, OS X 10.11+)

App Transport Security Exceptions fixed (iOS 9+, OS X 10.11+)
1

Since I’m always looking for the “best” and “easiest” way to develop applications cross platform (so far Lazarus Pascal is the winner), I decided to give Delphi 10 Seattle a try. After I recovered from a heart-attack from seeing the price, I decided to give AppMethod a try. Mind you that AppMethod is cheaper but still very expensive.

AppMethod is pretty slick (as is Delphi 10), and supports Windows (32/64 bit), Mac OS X (I’m guessing 32 bit), Android, and iOS (32 bit and 64 bit). Development is pretty easy and deployment of your app is also very easy.

The first test I did was reading a webpage (NZBGet), which worked great on all platforms, except on iOS 9, which threw a “The resource could not be loaded because the App Transport Security policy requires the use of a secure connection” exception.

I did some research on what caused this and finally found the answer and a few work-arounds – which might be practical for other development environments as well.

Quickly connect Network shares on a Mac with ConnectMeNow

Quickly connect Network shares on a Mac with ConnectMeNow
312

In this day and age we are more network connected than ever before – at home and at work. Some of us have network shares on their computers, want to access company network shares, or have a dedicated file server or NAS (Network Attached Storage) to store our shared information or make our backups.

Unfortunately, at times anyway, it can be rather cumbersome under Mac OS X to connect to those “shares” (also known as the so called mounted “Volumes“). In Finder, a server doesn’t always appear right away, we need to go through a list of shares on a given “server”, get confused if we need SMBCIFSFTP, SSHWebDAV, NFS or AFP, and I’m not even mentioning the need to enter a username and password on protected shares.

Additionally, Wake On Lan is being supported as well.

I do have a NAS and I do have several shares on that device and … I just got freakin’ tired of going through each step over and over again. So, instead of complaining, I started looking for an application that would just that – and didn’t find one to my liking. So I just created one … free for all … enjoy!

High-Speed Data Transfers between two Macs with Thunderbolt

High-Speed Data Transfers between two Macs with Thunderbolt
11

Back in the day, when Firewire was a standard for any Mac, we could use Firewire to directly connect one Mac to another and transfer files at a very respectable speed – the so called “Target Disk Mode” or “IP over Firewire”.

This did not only help us in sharing files between 2 Mac’s, it even allowed you to boot one Mac from the DVD or CDRom drive on the other Mac, which is great when you have only one Mac with a CD or DVD drive.

Unfortunately, Firewire has gone out of the graces of Apple and has been replaced with Thunderbolt (and USB 3.x), and the trick to connect 2 Mac to each other over a Firewire cable have been lost and forgotten.

Please keep in mind, in case you’re having old Mac’s that have Firewire: this works exactly the same as with FireWire, you’d just use a Firewire cable instead. The firewire trick works under Windows as well (see this old WeetHet.nl Article).

In this article, I’ll show you how you can have a very fast data transfer between two Mac’s, using a Thunderbolt cable.

How to record the screen of your iOS device in Mac OS X

How to record the screen of your iOS device in Mac OS X
35

You probably will not need this every day, and I admit that goes for me as well. Today however I needed this: screen recording things I’d be doing on my iOS device (iPhone, iPad, iPod).

In the past we’d need to JailBreak our iOS device, but with the arrival of Mac OS X Yosemite (10.10) and iOS 8, we can do this straight on our Mac without any extra tools or tricks – just with the build-in tools from Mac OS X and iOS, in this case QuickTime.

In this article I’ll show you how you can make a screen recording (make a video of the screen of your iOS device) with a well hidden feature of QuickTime.

WALTR – Video, Music and RingTones to iPhone or iPad without iTunes (Windows)

WALTR – Video, Music and RingTones to iPhone or iPad without iTunes (Windows)
0

Some of you might have read one or the other article at Tweaking4All, related to moving Audio and/or Video files to your beloved iOS device (iPod, iPad or iPhone) without the use of iTunes. Not many of us like iTunes, and that includes me.

As a response to one of these articles, one of the Tweaking4All visitors recommended WALTR, a new application available for the Mac OS X and Windows platform, which allows copying music, ringtones and video files to your iOS device without iTunes.

As usual, I was pretty skeptical as we have all seen too many of these “miracle apps”, especially when they are not free.
WALTR is not free either and initially, $29.95 sounds pretty steep for such an application, but I promise you: it’s worth it! It makes transferring audio and video to your iOS super fast and super simple.

So if you frequently want to transfer audio and/or video files to your iOS device, then I can highly recommend this application!
If you want to do it only once or twice, then at least consider using the free trial version.

In this article I’ll discuss the Windows version, and will give you a quick overview how to get started, and what it does and does not do, and some tips and tricks that might be helpful. I did write the same article for Mac OS X as well.

WALTR – Video, Music and RingTones to iPhone or iPad without iTunes (MacOSX)

WALTR – Video, Music and RingTones to iPhone or iPad without iTunes (MacOSX)
2

Some of you might have read one or the other article at Tweaking4All, related to moving Audio and/or Video files to your beloved iOS device (iPod, iPad or iPhone) without the use of iTunes. Not many of us like iTunes, and that includes me.

As a response to one of these articles, one of the Tweaking4All visitors recommended WALTR, a new application available for the Mac OS X and Windows platform, which allows copying music, ringtones and video files to your iOS device without iTunes.

As usual, I was pretty skeptical as we have all seen too many of these “miracle apps”, especially when they are not free.
WALTR is not free either and initially, $29.95 sounds pretty steep for such an application, but I promise you: it’s worth it! It makes transferring audio and video to your iOS super fast and super simple.

So if you frequently want to transfer audio and/or video files to your iOS device, then I can highly recommend this application!
If you want to do it only once or twice, then at least consider using the free trial version.

In this article I’ll discuss the Mac OS X version, and will give you a quick overview how to get started, and what it does and does not do, and some tips and tricks that might be helpful. I have also written a Windows version of this same article.

1 2 3 4 5 ... 7 8 9