Need a Guest Blogger? Want to Guest Blog?

Guest blogging has a plethora of benefits to traffic, brand, and SEO. But it can be difficult to have the network established to really maximize on guest blogging’s benefit. This leads us to two questions:

  1. How to you go about getting bloggers to write for your site?
  2. How can you request to guest blog on someone’s website?

Have you tried myblogguest.com?

Started by Ann Smarty, My Blog Guest is a community of both writers and site owners looking to connect for guest blogging. The site requires registration (free) and seems to be a great tool for bringing together those looking to benefit from guest blogging.

Create a Minimum Height with CSS

As developers, we all battle the cross browser struggle.  What works in Internet Explorer may not work in Firefox. Sometimes what works in IE 7 doesn’t work in IE 6.  Little nuances like that appear all of the time in browser testing.

One such issue is setting a min-height with CSS.  Firefox supports this CSS property but Internet Explorer does not.  To overcome the issue in IE you need to modify your min-height property in the CSS syntax.

CSSselector {
min-height:100px;
height:auto !important;
height:100px;
}

Utilizing this CSS technique to establish a min-height does not require you to include empty div elements into your HTML; therefore, keeping your HTML clean and your CSS for presentation.

SEO Tip: Attract More Inbound Links with Good Content

Create valuable, useful content for your audience and people will be more inclined to link to your website. This content will help you attract more inbound links. We all know that inbound links are a key piece of the ranking puzzle.

This is a simple, yet key strategy to assist any website owner with their SEO efforts.