Posts Tagged ‘branding’
Rebuilding my brand
Posted on: March 22, 2009 at 12:38 pm | Posted under: LifeTags: branding, logo, personal brand, redesign | Comments: Comments
Over the past few weeks I have worked on countless designs and brainstormed on how to present myself to the vast world that is the internet. Well this weekend I have finalized the design of my new brand and I am happy with the result.

While it looks like much hasn’t changed from my old logo, I felt the need to use Helvetica. I have been obsessed with typography for a number of years and a throwback to one of the greatest fonts was only fitting. Additionally, I have moved away from working on brand implementation (it is still something that I will work on if asked) and have chosen to highlight that I am working more with WordPress and have a podcast (you should go check it out).
Overall I am pleased with the new design and hope this new “branding” will help better highlight who I am and what I do.
Cheers!
Viddler launches player branding
Posted on: August 11, 2008 at 9:09 am | Posted under: Technology, VideosTags: branding, customization, Viddler | Comments: Comments
Viddler has launched their new player branding. What is this? Well you can now brand your player for when videos are embedded on sites. This includes modifying the color and adding a custom logo.
For those of you that are Viddler users, you can view these customization options under Settings -> Player Branding.
Here is a video from Rob Sandie, Viddler’s President, with the custom branding.
Get yourself a branded player – ONLY ON VIDDLER!
Cheers!
Keeping your Brand while using Blogger
Posted on: July 10, 2008 at 5:51 am | Posted under: Blog, TechnologyTags: Blogger, blogs, branding, customization, domain, favicon | Comments: Comments
Blogger is a very simple publishing system that many people have been using for quite some time. Personally, I do not like the system and only use it to contribute to other blogs that use the system. Despite the downfalls of Blogger, there are a few things that you can do to keep your personal (or even company) brand while using the platform.
Setup a custom domain
This can be easily accomplished by doing a few things. You need to purchase a domain with a registrar, GoDaddy is the most popular one and there are a number of discount codes available, or you can purchase one through Google for $10. Once you have ordered your domain, you need to change your publishing options to use the new domain. Blogger has clearly outlined this process and it is available here.
Use a custom favicon
A majority of websites use a favicon as part of their online brand. This small 16×16 pixel graphic helps to identify your site while it is being viewed in web broswers. Right now Blogger uses a standard favicon across their entire site, this means that your blog does not stand out from the others in the address bar or in the bookmarks. A simple line of code and a creatively designed icon can remedy this. Any graphic designer will be able to put together an icon for you, but there are some options for those that wish to take on the task themselves.
Favicon.cc lets you design you own icon by either drawing one out or uploading an image. This is a simple solution to creating your own.
Favicon Generator is a tool built by Steven DeGraeve and works the same way as Favicon.cc.
The only hurdle that you will have to overcome is where to host your favicon. Blogger does not allow for the storage of these images, so you will have to look elsewhere. If you have a friend with a web hosting server then you are in luck. I am always willing to host icon files, contact me if you need help with this.
Here is the code needed to enable the favicon once you have one created and externally hosted (this is one that I am hosting for Alana Taylor):
<LINK REL="SHORTCUT ICON" HREF="http://files.jacobburke.com/HOSTING/AT/favicon.ico" />
This code needs to be placed within the <head> of your template.
Hide the Blogger Navbar
The navbar that Blogger places on all of the blogs can get a bit annoying, especially if you are trying to brand your blog. One of the easiest solutions is with another bit of code to place in the <head> of your template.
<!--Remove NavBar -->
<style type='text/css'>#b-navbar {height: 0px; visibility: hidden; display: none;}</style>
<style type='text/css'>#navbar-iframe {height: 0px; visibility: hidden; display: none;}</style>
I hope that you have found this article helpful for how you can keep your brand while using Blogger. If you have any questions or problems, please feel free to leave a comment or contact me. If you want to see these three tips in action, then visit my blog on Blogger.
Cheers!



















