TUESDAY, AUGUST 24, 2010
Yahoo organic search results are now officially powered by Bing. Official blog posts from
Yahoo and
Bing indicate that the transition has been completed on August 24, 2010 and my search results show identical results from both.
WEDNESDAY, MAY 12, 2010
(PRWEB) May 12, 2010 -- PrimoCarInsurance.com launches new car insurance site focused on how to
save on car insurance. Their goal is simple; provide drivers with multiple options for getting
auto insurance quotes including direct links to the largest auto insurance companies and options for
comparing auto insurance companies side-by-side.
Auto insurance premiums are determined, in part, by a driver's age, gender, marital status and driving record. In addition less obvious factors play a role in the price drivers pay for coverage; such as the driving record of all drivers in a given area. If a particular insurance company has a high record of incidents in an area then quoted rates will be higher for all. So taking the time to shop around for the cheapest rates can save drivers money on auto insurance premiums.
PrimoCarInsurance.com provides info on minimum car insurance requirements and recommends top car insurance companies within each state. A
free car insurance guide offers tips on saving money, frequently used car insurance terminology, and a car insurance worksheet to help prepare for quotes.
It makes sense to check auto insurance rates periodically against competing car insurance companies. Primo Car Insurance has done a great job of making it simpler for drivers to get at the information they need to save money on auto insurance.
Drivers can get daily tips on how to save on car insurance by following PrimoCarInsurance.com on Twitter
@PrimoCarIns.
About PrimoCarInsurance.com
Primo Car Insurance is dedicated to helping drivers save money on auto insurance by providing them with the tools needed to find the cheapest auto insurance rates in every state.
# # #
See full press release on PRWEB here:
http://www.prweb.com/releases/compare/car-insurance-quotes/prweb3987464.htm
WEDNESDAY, MAY 12, 2010
Top 10 Email Clients
| Email Client | Market Share |
Outlook Outlook 2003 Outlook 2007 | 43% 34% 9% |
| Hotmail | 17% |
| Yahoo! Mail | 13% |
| GMail | 5% |
| Apple Mail | 4% |
| iPhone | 4% |
| Thunderbird | 2.4% |
| Windows Live Mail (Desktop) | 2% |
| AOL Mail | 1.2% |
| Lotus Notes | 0.4% |
| Others | 8% |
Data collected from 250,000,000 email recipients using the Fingerprint analysis tool. This chart shows the top 10 email clients by market share. Compiled 24 February 2010 by
fingerprintapp.com.
The chart to the left shows the top 10 email clients as of February 2010. The majority of users are reading emails with Outlook. Following close behind are web-based email accounts like Hotmail, Yahoo! Mail and GMail making up 35% of email clients.
The chart is shown to emphasize the fact that most users (mostly businesses) are still viewing emails using Outlook. When you're designing your html emails you'll need to make sure they're displaying properly in Outlook.
There are a few (actually more than a few) things in Outlook 2007 that are no longer supported (for security reasons or Word 2007 doesn't support it.) Since most businesses have yet to upgrade to Outlook 2007 they might not be aware of this.
From the Microsoft.com website: "Microsoft Office Outlook 2007 uses the HTML parsing and rendering engine from Microsoft Office Word 2007 to display HTML message bodies. The same HTML and cascading style sheets (CSS) support available in Word 2007 is available in Outlook 2007."
Here's a short list of things you'll need to avoid when composing html emails:
Word 2007 / Outlook 2007 does not support:
Unsupported HTML Attributes Compared with the HTML 4.01 Specification
- applet
- bdo
- button
- form
- iframe
- input
- isindex
- menu
- noframes
- noscript
- object
- optgroup
- option
- param
- q
- script
- select
The key items above that are not supported are forms, scripts, javascript, java, flash, and iframes.
Unsupported Cascading Style Sheet Properties Compared with Cascading Style Sheets, Level 2.1
- azimuth
- background-attachment
- background-image
- background-position
- background-repeat
- border-spacing
- bottom
- caption-side
- clear
- clip
- content
- counter-increment
- counter-reset
- cue-before, cue-after, cue
- cursor
- display
- elevation
- empty-cells
- float
- font-size-adjust
- font-stretch
- left
- line-break
- list-style-image
- list-style-position
- marker-offset
- max-height
- max-width
- min-height
- min-width
- orphans
- outline
- outline-color
- outline-style
- outline-width
- overflow
- overflow-x
- overflow-y
- pause-before, pause-after, pause
- pitch
- pitch-range
- play-during
- position
- quotes
- richness
- right
- speak
- speak-header
- speak-numeral
- speak-punctuation
- speech-rate
- stress
- table-layout
- text-shadow
- text-transform
- top
- unicode-bidi
- visibility
- voice-family
- volume
- widows
- word-spacing
- z-index
Other Unsupported Web-Related Features
The following is a list of all other Web-related features that Word 2007 does not support:
- Animated GIF images. Only a static representation of the GIF image shows.
- Flash. Only a red "X" shows in the area where the flash would display.
So when composing html emails it's back to the basic table based layout since css float is no longer supported. Also avoid using background images (you can only have a background image for the body tag), flash, javascript, java and animated gifs. Here's the entire list of what is and is not support in Outlook 2007:
http://msdn.microsoft.com/en-us/library/aa338201.aspx.
THURSDAY, APRIL 29, 2010
When I first learned about the new Google Analytics (GA) Data Export API I was reluctant to use it. There's a wealth of data and customization capabilities already built into the GA portal. But once I learned how simple it was to access the data the possibilities start to appear.
The most obvious application of using the api is exporting data out of GA. The GA portal allows you to export the results of any report to a PDF, XML, CSV for Excel, or TSV file. Note though that there's a limit of 500 records per report. So if the date range you've selected is generating 5,000 records you have to manually export out the report 10 times. Very impractical. Especially since the odds are high you'll be pulling these reports periodically. This is where the Data Export API comes in handy.
The Google Analytics Data Export API allows you to pull 10,000 records at a time and paging becomes easy programmatically. This allows you to write and schedule custom scripts that pull all of the data out of GA for a given time period, optionally process the data and merge with your responders/leads database, and then deliver it to your key people for viewing.
In future posts I'll dig a bit deeper into other applications of the GA Data Export API. Contact us today if you need assistance implementing the GA Data Export API.
MONDAY, MARCH 01, 2010
We recently completed programming on a set of customized Url landing pages for Hostway.com and ValueWeb.com. Anderson Direct Marketing tasked us to turn static html landing pages into dynamically driven landing pages based off of a custom Url. Users type in their custom Url from a direct mail piece (like http://LeadInternet.MyHostwayOffer.com) and land on a customized page tailored to the user with their contact information pre-filled on the form.
An html fulfillment email is sent out if the user submits the form for more information. The html email contains links back to the customized url site. Full web tracking of page views, responders, bounce rates was included.
Contact LeadInternet.com for programming your customized url landing pages. We also offer landing page and database hosting.


WEDNESDAY, FEBRUARY 24, 2010
We launched a new real estate advertising product for top real estate agents and brokers looking to acquire new clients. The agent or broker's contact information will prominently appear in two key locations on every page. Only one agent will sponsor the entire local real estate site. See the full
press release on PRWeb.com here.
FRIDAY, JANUARY 15, 2010
All roads lead to personalization... We recently completed programming on two new customized URL landing pages for Anthem on behalf of Anderson Direct Marketing. We were tasked to convert static Agency creative into dynamic customized URL landing pages. Custom URLs, such as http://LeadInternet.value.anthem.com, are printed on the direct mail piece giving a personalized marketing touch and allowing for better tracking of who is interested in your marketing efforts.
Using customized URLs also allows the landing page to be pre-filled so all the user has to do is check their information, correct, and submit.
Google Analytics is incorporated into the landing pages so tracking of results is through a powerful and familiar interface rich with marketing data. Leads are custom routed to your CRM (Salesforce), inbox, ftp location or other desired endpoint.
Contact LeadInternet.com for programming your customized url landing pages. We also offer landing page and database hosting.

