Archive for the ‘Mac’ Category

Apple Delay New Version of Mac OS X

Saturday, April 14th, 2007

Apple have announced that they are to delay the release of Max OS 10.5, codenamed Leopard, because they needed OS X developers and Quality Assurance staff to work on the new iPhone. Leopard was slated for release in early June, but will now not hit the shelves until October 2007.

While not as drastic as the four year wait for Windows Vista, this delay has led some to ponder if Apple are starting to move from being a computer company to a personal entertainment company. With more time and resources being devoted to the iPod and the iPhone, it is a genuine concern for those that are dependent on the company’s computers.

Apple Boot Camp Updated

Thursday, March 29th, 2007

Apple have updated Boot Camp to work with the 32bit version of Windows Vista. They’ve also included updated drivers, the ability to use the Apple remote with Windows and a tray icon to access Boot Camp functionality from Windows. For you Mac users, Boot Camp is available here.

CR vs LF vs CRLF

Sunday, March 25th, 2007

If the above title seems cryptic, it’s supposed to be. It’s representative of a problem that I came across today when I was editing one of the plugins on this site. When I went to check the plugin status, I was shocked to see that instead of the normal options to activate/ deactivate the plugin, all I got was a mish-mash of PHP code.

I couldn’t think why this had happened, then it hit me. I had done the editing on my MacBook. The Mac, just like every other platform has built-in text editors. These editors treat text in much the same way as editors on other platforms, although there is one crucial difference. When you hit the enter key on a Mac, a special character is inserted to signal that a new line should be started. On a Mac, this is called the Carriage Return, or CR, character. On a Windows editor, the enter key inserts a Carriage Return – Line Feed, (CR-LF), character, and on a Linux machine, it’s a Line Feed, (LF), character.

So each of the major platforms treat a new line in a different manner. The upshot is that if you write a text document on a Windows machine, the new line will be interpreted correctly on both a Linux and Mac, as it uses characters common to both. However, if you write a text document on a Mac, then it won’t be interpreted correctly on a Linux machine, and vice versa.

So here was my problem, I had edited the PHP files on my Mac and uploaded the changed files to a Linux server. Using EditPad Lite for Windows, I was able to easily convert the newline characters from CR to CR-LF, and re-upload the file. Problem solved. The only thing that I can’t figure out is that if Linux has a problem with the CR-only newline character, how come the plugin worked OK?

Using a Screensaver as Desktop Background

Saturday, March 17th, 2007

I found this on a Mac OS site. It allows you to use your screensaver as your desktop background:

  • Open the Terminal app.
  • Type (all on one line): /System/Library/Frameworks/Screensaver.framework/
    Resources/ScreenSaverEngine.app/Contents/MacOS/ScreenSaverEngine -background &
  • Hit enter.
  • Terminal will return with the process ID
  • If you want to stop the screensaver background, in the Terminal, type kill followed by the proces ID.

Update On Macbook Ownership

Saturday, March 17th, 2007

I’ve been using my new Mac pretty much full time since I got it. If my other machines were sentient, I’m sure they would be suffering from feelings of abandonment.

It’s taken me a while to get used to the mindset of OS X, but it’s been relatively pain free. I’m particularly impressed with the method of installing applications. It’s a lot easier than installing programs on either Windows or Linux. I’ve yet to come across any dependency problems than can sometimes plague the installation of applications in Linux, and the dross that accumulates when installing programs on Windows. My only bugbear is that I’ve yet to find a top class FTP program. I’ve tried a couple, but none seem to match the functionality of SmartFTP on Windows.

The more I play around with it, the more I become used to the various keystrokes, UI paradigm and layouts. All in all, it’s been one of the best investments I’ve made.

Mac OS X Newbie

Wednesday, February 28th, 2007

OK, I’ve spent a significant portion of my day off exploring Mac OS X, and here are my thoughts for the Mac OS X newbie.

First, a disclaimer: I’m not a complete computer newbie. My first computer was an IBM AT and then an IBM XT. I started off with DOS 3 and moved on to Windows 3.1. I’ve run every version of Windows since, including the terror that was Windows ME. I’ve also installed numerous versions of linux since the kernel was at version 2.2. All of that is just a long way of saying that I lost my fear of computers a long time ago. It doesn’t bother me too much if I break something.

(more…)

First Impressions

Tuesday, February 27th, 2007

After a week and a half of constantly checking the Apple Order Status page, my shiny new MacBook has arrived. I’m just getting used to it, and as a Windows user, it certainly is proving to be “different”.

My first impression when I opened the packaging was “wow”. Looks-wise, there is nothing else to compare to it. It’s stylish, functional and beautiful, all in one go. After starting it up and going through the basic setup, I felt a bit lost. I’m so used to clicking on “Start” to find my programs, that it’s a bit of a culture shock to have to locate the applications folder.

The first thing I did was connect to my WLAN, and that, thankfully, was easy enough. The next thing I did was to download and install the available updates. Next on the list was to install Firefox. That proved to be a bit harder. With my Windows experience, I’m used to double-clicking an .exe file, and repeatedly clicking “Next”. Not so with OS X. First off, the application is stored in a drive image, which is automatically mounted by the OS when you double click. The Installer then opened automatically as well, but apart from dragging the Firefox logo, there was not much happening. I eventually discovered that I had to manually copy the Firefox program to my Applications folder.

So now I have my favourite browser installed, I can get started on doing some work. Or more probably, spending a lot of time on getting up to speed on the in’s and out’s of OS X.

Just as well that I’m off tomorrow, because I don’t think I’ll be getting a lot of sleep tonight! I’m off to watch a DVD on my new toy.

My MacBook is due today!

Monday, February 26th, 2007

Just checked the tracking number for my MacBook, and it left the depot in Shannon this morning for delivery. I’m off tomorrow, so I intend to sit down and mess around with it for a couple of hours. Expect a flood of posts about my shiny toy!

Mac Update

Wednesday, February 21st, 2007

I’ve just received notification from Apple that my new MacBook has shipped. Hopefully I’ll have it next week sometime. The wait is killing me, I can’t wait to get my hands on it.

I Just Bought My First Mac

Saturday, February 17th, 2007

I’ve wanted a Mac for a while now, and the only thing holding me back was the price. Apple Macs are expensive compared PC’s. I’ve been searching the net looking for any deals that I could find, but even second hand prices were more than I expected, wanted, or was able to pay.

(more…)