Domain Name Insights

January 25th, 2012 No comments

Just today, I was asked for a recommendation in coming up with a name for a new forum - in a custom niche. I know this sounds easy, but it seems that every conceivable combination of English words has been taken, and is currently either active or parked. The registrar always suggests other combinations, but I’ve yet to find one in my queries that fits what I’m  searching for.

Maybe this is just one of my many pet peeves - but an astonishing number of domains are parked, especially with highly competitive keywords. Cracking that egg requires a sledge hammer the size of my SUV. I did find one this morning I really liked, but the sale price was over $6000.00. My budget is around $12 :)

There are services where you can sell and purchase domain names - like SEDO, but then I’d miss the challenge and frustration, and sometimes the thrill of finding a name that is actually available.

 

Categories: Domains Tags:

YouTube AutoStart Tip

January 24th, 2012 No comments

YouTube is the second largest search engine in the world - which is owned by none other than the largest search engine, Google.  Volumes have been written about video optimization, but your core objective should be about the quality of each visitor experience.

I ran across this bit of code on - Web Hosting Talk this morning (OP did not list the source), where the script sets up a YouTube video to autostart only one time, then if the visitor comes back on that page, the video will not start again.

<script language=”Javascript”>
function played(){
var ca = document.cookie.split(‘;’);
for(var i=0; i<ca.length; i++) {
var c = ca[i];
while (c.charAt(0)==’ ‘) c = c.substring(1,c.length);
if (c.indexOf(“played=”) == 0) return 1;
}
var date = new Date();
var days = 7;
date.setTime(date.getTime()+(days*24*60*60*1000));
document.cookie = “played=1″+”; expires=”+date.toGMTString()+”; path=/”;
return 0;
}
if(played()==0){
document.write(“<embed src=\”http://www.youtube.com/v/W5E2Q6PW&autoplay=1\” type=\”application/x-shockwave-flash\” wmode=\”transparent\” width=\”740\” height=\”400\”></embed>”);
}
else{
document.write(“<embed src=\”http://www.youtube.com/v/W5E2Q6PW\” type=\”application/x-shockwave-flash\” wmode=\”transparent\” width=\”740\” height=\”400\”></embed>”);
}
</script>

Replace the YouTube embed with a valid URL.

Please let me know if this works for you (Or Not)

Categories: Videos Tags:

Do Follow or No Follow (SEO Tips)

January 18th, 2012 45 comments
Revised January 18 2012
By default, WordPress blogs use a rel=”nofollow” attribute - so when you read of Do Follow Blogs, these are blogs that have used a plugin that removes the nofollow attribute. Comments then that contain links back to the poster count as backlinks for their sites.

To the Search Engines – these links then are simply links. It’s up to the search engines rather to follow that link and pass value to the poster’s site. There is no “do follow” attribute to instruct a search engine that these links must be followed or assigned value. Why DoFollow versus NoFollow? The NoFollow attribute was introduced in 2005 to discourage comment spam.

Quality Backlinks - To a large segment of SEO experts, a quality backlink is a one way incoming link from a relevant (respected) site with higher PR. It’s a link you earn via hosting a great site that delivers useful information (the stuff that people want to link to).  These are also known as natural (real) links. The theory is that more natural links help boost your site’s popularity and Page Rank.

A Word of Caution - Blog spam is rampant, especially for Do Follow blogs. There are some “do follow” plugins that allow you to set how many comments a visitor needs to leave (with the same domain URL and/or email address) before their comment link will follow. The DoFollow Plugin for WordPress options:

Timeout

Remove nofollow from comments older than

days.

Comments

Remove nofollow from comments posted by registered users and other visitors.
Only remove nofollow from comments posted by registered users.
Remove nofollow immediately from comments posted by registered users and use the timeout for other visitors.
Do not remove nofollow from regular comments.

Pingbacks, trackbacks and other special comment types

Do not remove nofollow from pingbacks.
Do not remove nofollow from trackbacks.

My Recommendation

  • Use a Do Follow plugin for your WordPress blog if you enable comments
  • Do not add the “NoFollow” attribute to inbound links.
  • Only add the ‘NoFollow” attribute to outbound links in widgets like Subscribe or Bookmark Me.

Categories: Blogging, Link Strategies Tags:

Basic Website Design Tips

January 16th, 2012 8 comments

Center Your Pages – Pages that are left or right aligned don’t work well with larger PC monitors, and often look out of place due to the large amount of space left to one side.

Use Ample White Space – Resist loading up your pages with everything imaginable. Focus is important. Use white space to guide visitors as they navigate your site. Clutter simply invites confusion.

Consistency – This reverts back to short term versus long term memory retention and branding principles. Try to use the same terminology in your prompts and menus.

KISS – We’ve all see the term. Keeping it simple works. Highlight the key products or services you offer on your home page, then provide more in-depth information about them deeper in your site. Don’t try to squeeze everything onto one page that scrolls forever.

Embrace all five senses – reach out to your visitors in a way that they’ll best understand what you have to offer. Use a mix of graphics and short blocks of text to capture their attention.

Employ analytics – to determine how visitors reach your site, how long they stay & if they return. If your site has a high bounce rate, perhaps the search query doesn’t match well with your content, or the content may need to be revamped.

Enhance Credibility and Trust – Add an About Us page. In a era where we’re being warned to avoid certain websites, as they may infect your computer with all sorts of malware, it’s important to convey credibility at first glance. Let’s face it – the design of your site directly relates to the perception of your professionalism.

Color and Layout – speaks volumes about your business. Color themes are perceived differently in global markets, so it’s vitally important to understand your target audience. What works for car dealerships doesn’t necessarily work for furniture retailers. Research your competition – emulate success.

Online Store? Increase your conversions with options, discount codes and freebies. I know if I’m comparing products and one vendor offers an immediate rebate, I’ll opt for that every day over the option to mail in some coupon and wait for weeks to get a check back.

Categories: Design Tags:

Xen™ Virtualization Explained

January 13th, 2012 No comments

Xen™ – is a virtual machine environment that supports execution of multiple guest operating systems with outstanding levels of performance and resource isolation. Xen is Open Source software, released under the terms of the GNU General Public License.

Servers with – quad core processors and GB’s of RAM are ideally suited to employ virtualization to present the illusion of many smaller virtual machines, each running a separate operating system.

Virtual machines – on one dedicated server are isolated from one another, allowing concurrent execution of multiple operating systems – without allowing the execution of one to adversely affect the performance of another partition.

XEN Hypervisor – is a layer of software running directly on the server’s hardware, replacing the operating system, which allows that server’s hardware to run multiple guest operating systems concurrently. It becomes the interface for all hardware requests such as CPU, I/O, and disk for the guest operating systems.

Server virtualization benefits

  • dynamic fault tolerance against software failures (through rapid bootstrapping or rebooting)
  • hardware fault tolerance (through migration of a virtual machine to different hardware)
  • the ability to securely separate virtual operating systems
  • the ability to support legacy software as well as new OS instances on the same computer

Categories: Virtual Private Servers (VPS) Tags:

Screen Capture Programs

January 10th, 2012 No comments

I remember when I first learned how to use print screen - to capture screen images. I thought to myself, “Wow, imagine the possibilities!” Technology has advanced so rapidly, it’s impossible for one person to keep pace with new developments and software, even with something as seemingly simple as screen capture programs.

Doing a Google search for “screen capture programs” just now returned over  – 37 million results. Some of the more highly recommended programs are:

SnagIt 10 by TechSmith® (free trial/$39.95)

Snagit gives you the tools you need to create engaging images for presentations, feedback, tutorials, and training documents.

The only con I saw was that it could only save video files in .AVI format.

FullShot 2012 by InBit. (free trial/$49.99+)

FullShot is a professional screen capture (print screen) application designed for any Windows user who needs an effortless, effective way to take screenshots of Windows screens. It’s perfect for capturing on-screen images you want to include in manuals, training handouts,presentations, marketing materials, and web pages.

Cons - This product doesn’t seem to offer the ability to capture video clips.

Jing and Jing Pro - by TechSmith® (free versus $14.95/year)

Jing Free - SWF Video | 5-Minutes of Screen Recording | Mark-Up Tools for Images | Screencast.com Free Account

Jing Pro - Includes Jing Free Features PLUS… | Webcam Recording | Instant Sharing to YouTube | MPEG-4 Videos

What do I use? – the FREE version of Jing because it fits what I do for now. If you need to produce MPEG-4 videos, I highly recommend Jing Pro as it offers the best combination of features vs price.

Categories: Miscellaneous, The Editor Tags:

Web Hosting Niche?

January 6th, 2012 No comments

Market Niche

Every successful business has its niche -  (a place, employment, status, or activity for which a person or thing is best fit). Marketing materials are carefully written to emphasize a business’s strengths and their competitor’s weaknesses. A great example that comes to mind was one brand of typesetter which was capable of producing point sizes in tenths of an inch (unique to that brand).

Another was capable of zooming horizontally independent of vertical - in one percent increments (great for Rx labels). When the time came to upgrade or renew leases, thousands of existing documents had been produced using their unique parameters. To maintain uniformity, all new bids had to confirm to those same standards – effectively locking that client into their brand. In document imaging, one brand of copier can produce banner advertisements. Another can direct print PDF documents without opening them first. My point? There is a niche unique to your industry. Have you identified your niche, and are you marketing what makes your products and services unique?

The niche doesn’t have to be technical in nature
A niche could be how fast you deliver, the quality of your work, the level of support you provide, your pre-sales advertising venues, and any number of other things – anything that sets you apart from your competition. In web hosting, most niches relate to more bang for the buck – in bandwidth, RAM, disk space, add-ons and so forth.

The Web Hosting Industry
The web hosting industry is fiercely competitive, just as in many other industries. Web hosting continues to be a mystery to most new entrepreneurs though, even as prospects are rapidly becoming more computer and Internet savvy.  My own grandchildren are extremely Internet savvy, but couldn’t tell you the difference between Linux and Windows, or ASP and PHP.  Most prospects understand the need for an online presence, but are lost when it comes to how to select a decent provider.

Branding
In terms of mass appeal, branding is paramount. Here again, an integral piece of branding is your niche.  I can think of a few web hosting providers who own their niche, not financially, but in the mindset of prospects, just as Kleenex and Xerox own their niche.  If I were to ask someone if they’ve heard of your company, would they be like, “Yeah, they’re highly recommended,” or “Never heard of them.”  Getting from Point ‘Unknown” to Point “Highly Recommended” requires more than competing with similar packages, which I see a lot of online. When prospects compare your website against all the other sites they’ve just visited, is there anything that definitively sets you apart?

Categories: Business Tips, Featured Articles Tags:
Privacy Policy | TOS