Website Design Westchester | Graphic Design New York | Online Marketing Westchester | SEO NY | Corporate Branding Westchester New York | Application Development NYC


7 Ways to Use Internet Marketing To Help Boost Your Business

October 17th, 2011

The internet is probably the single most powerful marketing tool you are ever likely to use. With the potential to reach billions of homes around the globe, the Internet provides endless opportunities to market your company. Online marketing has already created many millionaires, many of whom now have businesses that practically run themselves. There are many ways to promote and advertise your company online. The following are proven to be very effective marketing tools:

1. Website. Setting up a website will allow you to introduce your company to internet users allowing you to target a bigger audience. You will be able to showcase your different products and services and boost sales.

2. Email Marketing. You can set up an official email address for your company and start soliciting email addresses of previous customers and prospective clients. This is a cost effect way to market future promotions, new products, and surveys.

3. Press Releases. Internet press releases work similarly to traditional newspaper press releases. Once you have written your press release you will then need to make sure you place it on numerous websites that receive a lot of traffic. Internet press releases enable you to gain as much marketing exposure for your business as possible.

4. Article Marketing. Article marketing uses keyword-focused articles on article sites. This is an important website promotion technique because some of these article syndication sites have a significant readership following. This will help increase your exposure and promote new business.

5. Online Marketing Research. Online marketing methods consist of surveys and questionnaires to customers. Market research can make data that will show you recommendations to improve your business.

6. Forum Participation. Participating and making active comments in forums will help you build credibility as an online marketer. You can also place helpful comments and replies including a link pointing to the affiliate product that you are promoting or selling. This will generate more traffic to your website or affiliate product.

7. Selling Products and Services. Internet marketing can be used to sell and market your company’s products and services. You can do this right at your own website or register at online marketplaces or social network sites. Online stores will allow customers to choose and purchase your product at the convenience of their homes while cutting your costs needed to maintain a retail store.

StumbleUponLinkedInShare

Best practices for coding HTML emails

June 14th, 2010

Even if you’re able to code complex website layouts, coding an html email is a hard job and there’s lots of things to take into consideration. This article features the most important things I’ve learned in 5 years of coding html emails.

Keep it simple and lightweight

If you have to remember only one of all the tips I’m going to give you in this post, it should be this one. In fact, an html email is not a website, so you shouldn’t try to embed a website into an email.

Some years ago, I used to work for a French TV channel and I often had to slice some PSD’s into html emails. The PSD’s contained gradients, funky fonts, and even animated gifs. As a result, the work (despite all efforts I’ve put in it) looked different from one email client to another, the fonts had to be replaced by Arial, and the whole email was extremely heavy and highly relied on images.

On the other hand, a simple html email will loaded smoothly, and will be more pleasant to read.


(Yoast.com Newsletter)

Don’t abuse images

An image is worth a thousand words, but it may also take forever to load. I have received many emails that consisted of a few lines of text and nothing else but big images. As a result, the recipient had to wait until the image was loaded (Which can sometimes takes up to 5 seconds!) in order to read the information embedded in the email.

This is, in my opinion, a waste of time for the recipient, as well as a waste of money for the sender: Most people won’t wait 5 seconds in order to have the big image you send them loaded. They’ll trash the email. It’s as simple as that.

An html email should be beautiful and pleasurable to view, but don’t over do it. Like I’ve just said, keep it simple, you won’t regret it.

Work with tables

As many email clients handle CSS worst than IE6 (Yes, I’m not joking), you shouldn’t even try to make advanced layouts using CSS. Instead, you should do a jump 10 years ago and say hello to tables, tr’s and td’s again.

If you’re like me, you’re a CSS fan, and this might sound very frustrating. In fact, having to code the dirty way is never pleasant, but you don’t have much of a choice. Do not hesitate to test by yourself: Chances are that you’ll soon be using tables again.

Always use images from your server

Among html email worst practices I ever saw, embedding images directly in the email definitely arrived at good place. This is wrong in many points: First, it will make the email heavier (I’ve seen 300ko messages!), and secondly, there’s a strong risk that the recipient email client block those images.

What you should do is to create a hierarchy of directories on your server, for example Newsletters and then May_2010, and upload images for your html email in it. Once done, simply call them using absolute url paths:

  1. <img src="http://www.catswhocode.com/images/cat.jpg" alt="A cat" />

Write your CSS inline and use html attributes

In email clients, the lack of CSS support is definitely something to keep in mind. Don’t try linking to an external CSS file, and try to avoid as many CSS declarations as possible in the <head> section of your document.

It may be dirty, but the best way to make sure your CSS will be (quite) correctly interpreted by the recipient’s client is to code your CSS the inline way, as shown in the example below:

  1. <p style="background:#069; color: white;">A new background and font color with inline CSS</p>

Another “dirty but effective” option to consider is the use of html attributes, such as background or bgcolor:

  1. <body bgcolor="#069">

Don’t forget the text format

It may seems a bit obsolete in 2010, but many people, including myself, prefers the good old “plain text” format than html emails. When creating an email list subscription form, try to allow the visitor to choose between the html and plain text format.

Make sure your emails display in various clients

When creating a website, any serious developer will test its render on various browsers. This should be the same with html emails: people use a wide variety of clients and in order to be professional you should try to support most of them.

In my opinion, the following clients should be supported: Gmail, Yahoo mail, Mozilla Thunderbird, Apple Mail and Microsoft Outlook. below, you’ll find two great guides about CSS in html emails:

  • Guide to CSS support in email clients: A very interesting guide describing which CSS properties can be used depending on the user’s email client. PDF and Excel versions are downloadable.
  • CSS3 support in email clients : Enjoying CSS3? Here’s another great resource brought to you by Campaign Monitor, showing the few CSS3 properties you can already use in your html emails.

Use Google Analytics to track conversions

Sending a good html email is definitely a great thing, but your goal is to have people click on it and visit your site. There’s lots of way to track clicks on emails, but one of the easiest is to use Google Analytics, that you’re probably already using on your website.

I’ve never been a big email list sender so I never experimented with Google Analytics conversion tracking. Though, it looks like doing so is very easy: All you have to do is to add some GET parameters to your links, as shown in the example below:

  1. <a href="http://www.mysite.com/page.php?utm_campaign=fall-sale&;utm_medium=email&utm_source=female-list">Click here</a>

However, if you want to know more about click tracking using Google Analytics, you should have a look at this article.

StumbleUponLinkedInShare
© Black Rhino Solutions, Inc 2009-2012 All Rights Reserved | Terms & Conditions | Privacy Policy
Web Design Westchester

* Means Mandatory

Full Name * Project Budget

Services Needed:






Your Role/Title Project Timeline
Phone Number * When do we start?
Email Address * Project Description *
Company Name
Website URL

To check that your human please copy the image on the left
website design westchester