Tuesday, December 7, 2010

Where is the growth in Social Media Marketing?

The other day my friend Ernie bought a new bicycle carrying rack for his car.  He shopped the usual Internet suspects but bought the rack from a company that had a video review of the rack showing how easy it is to install and use.

As if confirmation of what I already know were needed, I recently attended a local social media marketing event and the presenter put up a slide with some very interesting survey results.  The participants polled were asked what social media sites they frequently used to promote their business:

51% Facebook
29% Blogs
27% LinkedIn
26% Twitter
16% YouTube

It's clear that the growth opportunity is in YouTube.  Only 16% of respondents are using YouTube as a social media marketing tool!  There are probably many reasons for this but the most obvious it that producing professional quality video is not so easy and most business do not have access to the neccessary resources to 'do-it-yourself'.

Creating custom graphics, animation, scripting, lighting, voice-over and post-production are all technical skills that require creativity, training and specialized equipment and software.  While there are some on-line service, they are far from satisfactory and only allow you to create a video slide-show using uploaded or stock images.

Who are the 16%? They are the savvy guys who understand the power of video.

Steve Earle is Creative Guy at E2Mktg, call him on 954.806.2188 and get started with a Fast-Track Digital Video for your company today.

Saturday, November 27, 2010

Will a well written Resume get you a Job?

This is really a difficult question to answer given the volume of work that abounds on the subject and the number of companies and websites offering advice (paid and free) on the topic.  So let's ask some different questions:

Will a poor resume get me disqualified - surely yes
Will a well written resume get me an interview - maybe
Will a well written resume help in the interview process - unlikely

If you think about it, resumes are marketing tools and like marketing, if you do it badly or not at all you surely will NOT get results.  However, like marketing in general if you do it and do it well you will get results.

To continue the analogy, we marketing types understand that marketing can not get results in a vacuum or when only a single approach is used - we generally cultivate multiple options and we like to let a lot of people know what we are doing through as many channels as possible.

Shouldn't job seekers adopt the same approach?  Of course they should.  The resume is only one tool that job seekers have at their disposal other tools are blogs, social media sites, networking and really really good recruiting companies.  An emerging trend is Video Resumes - these short videos can be posted on YouTube and give potential employers another dimension when considering you for the post.

So, can a well written resume get you a job - I contest that it cannot - certainly not on its own and definitely not without the support of multiple options.  The resume is only the first step in what has become a complex and protracted process.  You can be disqualified along the way for so many reasons that have nothing to do with your (written) resume.

Given the logic that a badly written resume won't get you into the starting gate, it therefore follows that your resume should be as professional as possible - if you can afford it, consider getting a professional resume writer to prepare yours.

Saturday, November 6, 2010

IP Networking for Internet Marketers

A lot of people involved in Internet and social media marketing don't understand how the network they are using really operates - and that's ok.  But if you're interested, here's a break-down of some of the main parts - there's much more to it than this but these are some of the big ticket items.

This tutorial is based on IPV4 and RFC1918 private address space as assigned by the IANA - which is  commonly used by most small businesses and home networks. 

In networking we refer to the following:  "A name indicates what we seek, an IP address indicates where it is and a route tells us how to get there" 

DHCP
Every host or device on your network needs a minimum amount of configuration data if it is to successfully connect to the internet.  This data is commonly obtained from a DHCP server but could be configured manually.  DHCP - Dynamic Host Configuration Protocol is a mechanism that provides the IP address, Subnet Mask, Default Gateway and DNS info to a host on the network.  When the host starts it's networking services it looks to see how it should configure the interface, via DHCP or using manually entered data.  Most routers, cable/DSL modems contain a DHCP server.

NAT
RFC 1918 describes blocks of IP address that are assigned by the IANA Internet Assigned Numbers authority - for use in private networks - therefor many private networks can use the same IP address range - for this to work an additional feature called NAT Network Address Translation (common form is IP Masquerading) was introduced. 

IP Address (ipconfig)
An IP address is an Internet Protocol Address and is unique within any given subnet.  The Internet Protocol is used to route data packets between networks and the IP address includes information about the network and the device on the network.  Using the method, local devices and devices on networks around the world can communicate with each other.

Subnet Mask (ipconfig)
This misunderstood parameter is extremely important.  Subnet masks are used to split IP networks into logically smaller networks thus giving control over discrete networks.  Your DSL provider does this all the time when they setup a SLIP link to your modem.  The SLIP link address is created by apply a subnet mask to the original IP address range in such a way that it creates a network with 2 IP addresses, 1 broadcast address and 1 network address.  The 2 IP address are assigns for each end of the SLIP link.

The more standard use of the subnet mask is to determine which network (or subnet) a host is connected to. For example the IP address 192.168.16.2 is not very useful without the subnet mask.  Why? The subnet mask is the key that defines how the network is partitioned.  For example, you can define a subnet mask that partitions a network into 4 parts - if you don't have this key you'll not know which network a host is connected to. 

Mike has assigned the network address 192.168.10.0 to his IT support company.  Normally this would have a subnet mask of 255.255.255.0, a broadcast address of 192.168.10.255 and accommodate 254 hosts.  He has decided to partition his network into 4 subnets.  He will further partition one of these subnets into 16 subnets for point-to-point SLIP applications. The Hierarchical subneting is covered in RFC1219. Mikes network now look like this:

Network Address 192.168.10.0
Subnet ID 0, 192.168.10.0, subnet mask 255.255.255.192, broadcast 192.168.10.63, 62 hosts
Subnet ID 1, 192.168.10.64, subnet mask 255.255.255.192, broadcast 192.168.10.127, 62 hosts
Subnet ID 2, 192.168.10.128, subnet mask 255.255.255.192, broadcast 192.168.10.191, 62 hosts
Subnet ID 3, 192.168.10.192, subnet mask 255.255.255.192, broadcast 192.168.10.255, 62 hosts

Subnet ID 3 is further partitioned as follows:

Network Address 192.168.10.192
Subnet ID 0, 192.168.10.192, subnet mask 255.255.255.252, broadcast 192.168.10.195. 2 hosts
Subnet ID 1, 192.168.10.196, subnet mask 255.255.255.252, broadcast 192.168.10.199. 2 hosts
...
Subnet ID 15, 192.168.10.252, subnet mask 255.255.255.252, broadcast 192.168.10.255. 2 hosts

Example: Which network is host 192.168.10.197 on?  Looking at the above information we can see that it is host 1 on Subnet ID 1 (network 192.168.10.196).  If we are given the subnet mask along with the IP address, 192.168.10.197/255.255.255.252, we can calculate the same information without knowing how the network is partitioned, as follows:

last octet = 197 dec, 252 means 6 bits stolen
bin
110001|00 = network id = 196 = 192.168.10.196
110001|01 = first host = 197 = 192.168.10.197
110001|10 = second host = 198 = 192.168.10.198
110001|11 = broadcast address = 199 = 192.168.10.199

Easy right!

DNS (nslookup)
So you would normally type http://www.google.com into your browser but you could just as well type http://74.125.67.147/.  What's going on here?  Well Google.com is the domain name and 74.125.67.147 is the IP address of Google's server.  The name-to-IP address translation is handled by the DNS - Domain Name Service, without it we would all have to memorize the unfriendly IP addresses.  You can use either the DNS info given you by your service provider, a 3rd party DNS provider like OpenDNS or your Default gateway will normally act as DNS proxy.

Default Gateway (ipconfig)
But how did my computer find the Google home page?  This is where the routing tables take over - remember one of the parameters that we need to connect to the Internet is the Default Gateway - this is normally our router or cable/DSL modem.  It has 2 IP address, one on the private side of the network (which we call the default gateway address) and an external (public) address provided by your service provider.  The service provider can offer either a static or dynamic address.  You can discover your public IP address by using a service like whatismyip.com

Routing Table (netstat -r)
Every connected host has a routing table that contains at least the default route.  This means "if I'm looking for an IP address that is not in my local subnet, please pass the request along to this default route"  from there the request will be routed through many nodes - each with some knowledge of the destination - until finally the destination host is contacted.  This route is then used for all subsequent communication between the source and destination devices.

DOS Commands
Using some simple DOS commands you can play around and discover some interesting things about your network and the internet.

nslookup - find the ip address of any internet resource using it's name
ipconfig - discover all the config parameters associated with your NIC (Network Interface Card)
netstat - find network statistics including routing table
tracert - find the route your data takes to any internet resource
ping - check the latency and availability of any resource
hostname -  get the local computer hostname

Steve Earle is Creative Guy at E2Mktg, call him on 954.806.2188 and get started with a Fast-Track Digital Video for your company today.

Tuesday, November 2, 2010

How to spend $300




The other day Dirk (a client) asked me if he should spend $300 to place an ad in the local community magazine.  Now, it's only $300 but this kind of thoughtless marketing really is wasteful.  I'm not suggesting that advertising in community magazines is a bad idea, in fact it might be the perfect place if you're a handyman.  But Dirk isn't a handyman as his wife Julie will attest.  Dirk runs a successful business consultancy and even though many of Dirk's clients live in the neighborhood serviced by the magazine, after a bit of strategic thinking, we decided he would be better served by buying a 3 month banner ad campaign on the local Chamber of Commerce website. 

Whenever you're thinking about spending marketing dollars ask yourself these questions:

1. What do I hope to achieve
2. Who is my target audience
3. How much can I afford to spend
4. How long should I sustain the effort
5. How will I measure the results

You'll be surprised at what you discover and if you're not sure of the answers or where they are taking you, talk to your marketing buddy - he'll straighten you out.

Steve Earle is Creative Guy at E2Mktg, call him on 954.806.2188 and get started with a Fast-Track Digital Video for your company today.

Wednesday, October 20, 2010

Why video just might be the secret ingredient in digital marketing.


"If a picture is worth a thousand words, a video is worth a million"

Video marketing delivers complex content in an informative and entertaining way.  The multimedia nature of video makes it more engaging than regular text-based communications.  Even the addition of dramatic images cannot compete with a well produced video experience.  Video is also a very marketable product in its own right - you can promote a video through any of the popular digital media channels and get instant feed-back about the videos popularity - something you could never achieve through regular communication channels.

It used to be that marketeers had limited content distribution options - TV, radio, print, OoH and direct mail marketing...  Today, digital marketing has created new channels for content distribution and with them new challenges and frustrations.  The benefits are quite obvious but bear restating.

1. Cost effective - bits are cheaper to organize and send than paper
2. Wide reaching - easy to touch diverse interest groups and geographies
3. Measurable results - feedback make it easy to gauge response
4. Follow-up - easy lead generation with follow-up details
5. It's green! - digital marketing lives on an existing infrastructure and requires no paper or plastic

Let's face it, if you haven't been exposed to some kind of digital marketing, you don't live in the same universe as the rest of us (lucky you).  Marketeers are taking full advantage of the many new channels through which content can be delivered.  This includes mobile phones, smart phones, digital signage and the now ubiquitous Internet.  It is widely reported that the Internet will reach 2 billion users this year or about 1/3 of the world's population - the obvious antithesis is that 2/3 of the population are excluded!

All this transparency does have a down side; there are concerns over privacy, increased competition for eye's-on and an ever discerning audience who are rapidly developing attention deficit for anything beyond 140 chars.


Steve Earle is Creative Guy at E2Mktg, call him on 954.806.2188 and get started with a Fast-Track Digital Video for your company today.

Thursday, October 14, 2010

The 3 pillars of Digital Marketing (in my view)



Before we get into that, consider this:  If you want to grow your business, you really only have 2 choices - sell more stuff to the same customers -or- get more customers.

Improving your sales team won't necessarily grow your business - it just means you'll close more of the opportunities you already have.  If you want to grow your business you need to create new opportunities - you'll often hear this referred to as 'lead generation'  Lead generation can be a costly process so you'll want to make sure your sales team knows what to do with those precious leads!

Okey dokey - let's see how Digital Marketing can play in the lead generation game. 

1. Website:   Your website is a digital representation of your company - customers will use your website to verify your business.   It therefore follows that your website should reflect as accurately as possible what your business is all about, what you do, how you do it and why you're better at it.

Here are 2 examples of companies that do the same thing but have a very different web presence.  Jamie's website has forms that collect customer data - that's a lead!- while Mike's does not.


2. Opt-in e-mail marketing:  E-mail marketing is an easy way to deliver content to your customers.  It puts your message right in their mail-box.  Remember to include a 'call to action' in your content otherwise you're wasting your time - each customer that responds to your 'call to action' is a lead!.  If you're going to embark on an e-mail marketing campaign make it opt-in - not just for legal reasons but primarily so you won't waste your time sending content to people who don't care.

3. Social Media Marketing:  Small business marketing is most often about credibility and one way a you can build credibility is to establish yourself as an expert in your field - become 'the go-to guy'.  This puts you 'top of mind' when customers are making decisions.  There are tonnes of things you can do in the social media space but there are some that you must do.  As a minimum - Blog your message, use Twitter to feed the beast and get a company Facebook page.  You can supplement with a Linkedin account and a company You Tube channel.  Every follower, friend, comment and post is a lead!

Next time: Why video just might be the secret ingredient in digital marketing.

Steve Earle is Creative Guy at E2Mktg, call him on 954.806.2188 and get started with a Fast-Track Digital Video for your company today.

Monday, October 11, 2010

Can you say "My customers are happy!"?



After several years of avoiding my phone bill - what you don't know can't hurt you (right!) - I was forced to take a look following a barrage of marketing material from Vonage.   What I found was not only a revelation but a complete shock.  I won't bore you with the detail, suffice to say I was paying for services and features that I had not used since Lincoln stopped shaving.

Who Cares?  You right, it's not important other than to illustrate an few interesting points.

1. There's often a disconnect between customer service call center reps and the company they represent.  On concluding my call the rep asked "How would you rate my service today?.  Now that's a loaded question.  The assumption being that good service on the part of the customer service rep equals good service from the phone company - WRONG!!!

2. Good service should be proactive. Good service from the phone company would include an occasional courtesy call advising me that I am paying for features and service that "our records show you have not used in quite some time" - and "Would you like me to cancel that option sir?"

3. Follow-up.  After my call I had the mental image of the ubiquitous service rep tearing the note sheet off the pad, scrunching the sheet two-handed into a neat ball and Michael Jordan-ing it into the trash. Of course I'll never know.  Unless I received a follow-up confirmation in the mail - thanking me for the opportunity to be of service.

I would offer that a simple form placed under a "feed-back" button could be the most valuable on-line service tool a small business could have - try it!

Steve Earle is Creative Guy at E2Mktg, call him on 954.806.2188 and get started with a Fast-Track Digital Video for your company today.





Thursday, October 7, 2010

You'd be crazy not to!




I'm a pretty good cyclist - and I like to get out there whenever I get a chance.  That tends to be at rather odd times, so I miss the regulars who ride according to a strict time regiment.  The upside is that I meet an eclectic assortment of riders, who, like me are grabbing an opportunity to do something they love.

The other day I was planning a short ride that turned into a 105 mile 'megathon' during which I met Ernie.  Ernie and I exchanged the usual pleasantries and finally (inevitably) got onto the subject of the economy.  Ernie was explaining to me what his company does; essentially they sell a complex financial instrument aimed at the mega wealthy and successful corporations.

This give me an opportunity to expound on the benefits of Digital Video Marketing.  In Ernie's case, his customers want a precise, succinct and unambiguous explanation of the product.  

BOOM! enter Digital Video. 

To quote my old mate Guy Whitcroft,'Video will be huge: a personal belief of mine is that it is a VERY under-used resource and that using it effectively can greatly improve information dissemination for companies. For example, a simple 2-3 minute video can get a relatively complex topic across quite simply, and it doesn’t have to be expensive to produce' - well put Guy.

He's absolutely right, Video is a great medium for simplifying complex messages.  But don't stop there.  Video is also superb at delivering marketing messages, product information, service messages and general information.  what's more, video can address any market sector making it a very broad-based product.  

Perhaps the best thing about Digital Video is how easy it is to adapt for use in various environments.  Everything from SmartPhones to laptops, TV to Digital Signage, hell, you can even burn it onto a DVD if that's what your audience requires.

Digital Video is also relatively inexpensive to produce and given its versatility can you really afford not start building your channel today?

Steve Earle is Creative Guy at E2Mktg, call him on 954.806.2188 and get started with a Fast-Track Digital Video for your company today.