Tuesday, June 13, 2017

Upgrade Older MacBook OS X 10.6.8 to El Capitan 10.11.6 in Stages



I ordered some RAM memory expansion for the inherited old MacBook I have. It failed to be recognized by the machine. I swapped it with the old chips 3 times and the old worked, the new did not. Emails back and forth with the supplier and I'm waiting again for a replacement.

The MacBook is from early 2009 and was upgraded once already but it was very slow and the startup time was too much for the user.  It also had MS Word failing to work and hanging the machine and I un-installed it and re-installed
etc., with no improvement.

Even with out the new RAM, I figured I would try it with just the SSD upgrade.  That's not such a bad idea since it will let me know which upgraded component made a difference.

I installed an SSD drive I got locally and that worked. It required a re-install of OS X. Luckily, I have the original installation media with this machine. They don't even do that for you any more. Imagine that, you spend $1,500 or so and they can't give you a 25 cent disc. Also in the original box was the $20 upgrade to Snow Leopard that I remember helping to install for the original owner, that was applied and it brought OS X up to 10.6.3.


That wasn't enough to upgrade it to El Capitan. Upgrades from Apple were required to bring the system up to 10.6.8, the minimum to upgrade to the next step. Then I had some trouble finding El Capitan or Yosemite on the download list over at Apple.



 It is not available

 There are many combined upgrades available, but the OS X version number that ends with a zero, is not there on their download list.




The only way to install a major OS upgrade is by using an application that installs to the machine that handles the upgrade. The only way I found that was by searching, google-ing and finding the question and answer in a forum.
 One of the answers had a link that worked. ( some do not work ) That set up the application that then loads the next major OSX version.

That got the machine to El Capitan 10.11.6 which is where it is at the moment. Sierra is not likely going to run on this MacBook, and that's OK.

Part 2 will be a test of how the memory upgrade went, if I ever get the replacement.  Also working on a video of the upgrade.

Link to WWW.NOCATS.NET blog about my vlog

Friday, June 2, 2017

Testing HTML Clickable Image Link Using Blogger

Testing HTML Clickable Image Link In Blogger

I was surprised to find out that Blogger doesn't have a widget or tool to include both a link and an image.  I thought I was missing something and didn't see it or had to enable something.  This is HTML day one using href tag so I thought I didn't find it yet, but no, it's not there, it's not me.

The link, however does use the href html tag, which is good since all that needs to be done is to replace the link that is included in it, which is just a link to the image in a larger box, with your own link.

In the Blogger editor there is a toggle switch to go from their "compose" mode, which is wysiwyg-style mode into HTML mode.  So they do anticipate the need for some HTML editing and adjusting the basics that they provide.

It works fine and below is the successful test of two link options.

Look for the href tag for the image you included, then just replace that with the URL of the link that you want to have as the destination URL that your user clicks on the image.  That's it.  I'll be doing a YouTube video also on this for more detail, but that's really all there is to it, except that if you want it to open in a new page, then just after your URL, add the following html code.

target="_blank"

Note: I had to go live with this test post since the "preview" only shows a static non-functional image of the resulting post, can't click on anything.

I'm making this image a clickable link to prior blog post.



Below image should link to same blog post but in a new window
 



Thanks for reading, I update more often now, see you soon. - J.