Blog

  • Cloud Backup – Backblaze is Incredible!

    Cloud Backup – Backblaze is Incredible!

    [vc_row type=”in_container” scene_position=”center” text_color=”dark” text_align=”left”][vc_column column_padding=”no-extra-padding” column_padding_position=”all” background_color_opacity=”1″ background_hover_color_opacity=”1″ width=”1/6″][/vc_column][vc_column column_padding=”no-extra-padding” column_padding_position=”all” background_color_opacity=”1″ background_hover_color_opacity=”1″ width=”2/3″][vc_column_text]

    Backblaze – online backup service

    As a graphic designer, I am always looking for the best and the easiest way to back up all my files. It’s scary having all your hard work and portfolio stored on a computer that at any moment could bite the dust. Therefore I tried the whole external backup which is a pain and there is no guarantee that those backups won’t fail too. It also doesn’t help in the case of a natural disaster or theft, I could potentially lose everything. Multiple locations ARE a must, BUT having multiple backup drives is difficult to manage and so is having to remember to backup. I’ve looked into online cloud backup solutions before but the cost was prohibitive until I discovered an incredible service called Backblaze.

    I love it. The service is easy to use and it is priced just right for me at $3.96 a month with unlimited storage. There are a number of similarities between Backblaze and better known competitors like Carbonite, SOS Online Backup, and Mozy. All of these companies let you back up files to the cloud, in case of any sort of local disaster, and also to restore the files to the original computer, or to a new computer but not at this cost!

    Backblaze will back up every drive attached to a single PC/Mac, including internal drives, USB drives that are connected at the time of the backup, and other external drives. It even comes with an app for your phone to download a file in a pinch. I’ve used that quite a few times to download a PDF file before a meeting to show clients on my iPad.

    I’ve been using Backblace services for quite a while now and I absolutely love it. It’s simple, fast and easy to use. I now only keep one local backup for quick restores but I rest assured ALL of my files are backed up.

    Check ’em out today! You get a free 30/day trail if you click the link below.
    http://www.backblaze.com/partner/af4829[/vc_column_text][/vc_column][vc_column column_padding=”no-extra-padding” column_padding_position=”all” background_color_opacity=”1″ background_hover_color_opacity=”1″ width=”1/6″][/vc_column][/vc_row]

  • Strange Glyph Font in Chrome – Temporary Solution

    Strange Glyph Font in Chrome – Temporary Solution

    Google Chrome glyph font problm

    Chrome Glyph Font Problem – A Temporary Solution

    Recently, I’ve noticed that Google Chrome has been displaying a weird glyph font with unreadable characters of certain fonts. None of the typical resolutions have helped, including: refreshing the page, closing the browser or even restarting the computer. I am using the latest version of Google Chrome version: 37.0.2062.120. The other browsers – Firefox, Safari, Opera – all display these same webpages just fine.

    Screen Shot 2013-03-29 at 12.20.20 PM

    I did some research and found out that I am not alone with this issue and that Google is currently working on a solution. The problem seems to be related to the fonts Helvetica, Helvetica Neue, and Arial. I’m not sure why Google Chrome is the only browser with this issue but I have noticed there are some fonts on web pages that display just fine interspersed with this strange glyph font.

    Because I am a graphic designer and I love typography, I found this problem very intriguing. I discovered that if I changed the CSS font-family of a page that had the weird chrome fonts to another sans-serif font such as Gill Sans, I was able to read the page just fine.

    A Temporary Solution

    I reasoned that if the problems were with those specific fonts – I could deactivate them or replace them with a different font. Unfortunately, some of these fonts are system fonts and cannot be deactivated because they are used by my mac system. So my other thought, that actually works (but is really just a band-aid to the problem until Google solves the issue) is to edit the user specific css file for Chrome.

    To find the custom.css file (on a Mac it is in a hidden folder on the newer OSX) go the Finder then click on the Go menu item at the top. After the go menu is listed, hold down the Option key to display the Library option. Releasing the Option key will hide the Library option. You’ll find the custom.css file under the Application Support/Google/Chrome/Default/User StyleSheets/custom.css.

    This file is blank unless you edit it. Open the custom.css and add the following code:
    @font-face { font-family: ‘sans-serif’; src: local(‘gill sans’); }
    @font-face { font-family: ‘helvetica’; src: local(‘gill sans’); }
    @font-face { font-family: ‘helvetica neue’; src: local(‘gill sans’); }
    @font-face { font-family: ‘Arial’; src: local(‘gill sans’); }

    Then save the file, restart Chrome and viola! A temporary fix to the font issue.