by Adam on March 24, 2009

Yesterday, I wrote that your first goal in designing a website should be optmizing the load time. After all, no matter how well the design, features, and information may be implemented, it means nothing if viewers will not wait to view your site. But, you should also devote equal time to ensuring cross-browser-compatibility as you do optimizing your website. As bad as it is that your visitors have to wait to view the page, its just as bad if your content is in disarray.
This is not an article that will bash Internet Explorer or Firefox, nor take sides with either of the most popular browsers. You can preach one browser over another and even promote your favorite on your website. But there will always be a good number of users that are using other browsers. Even if they are using Internet Explorer or Firefox, they may be using older versions. And all of this can expose weakness in your website.
Internet Explorer does have a reputation of not supporting as many CSS features as other browsers. Many programmers have learned how to overcome that issue by using hacks. Hacks are pieces of code that are not considered part of the CSS library, but can keep information visible to one browser while invisible to another. For Internet Explorer, the hack is usually simple. The following example is a common hack for 3-column-layouts:
#wrap {
min-height:100%;
width:780px;
margin:auto;
position:relative;
}
* html #wrap {height:100%}
Internet Explorer 6, for example, did not support the min-height CSS feature. Therefore, if you wished to use it, you would have to hack the line. Notice the asterisk (*) as the beginning of the last line. The asterisk allowed Internet Explorer to read the line, applying a 100% height, while Firefox and other browsers couldn’t read the line.
I know some programmers (including myself) who at one point of time, instead of messing with hacks, they simply used a little bid of PHP or Javascript to include style sheets. You would have one style sheet for Firefox and other Mozilla engine browsers, another for Internet Explorer, a third for Opera, so on and so on. Yes, it can be more writing in the process. But, for me, at least, it always seems easier than getting one style sheet to fit multiple browsers.
So, how can you know what your website looks on other people’s browser/operating sytem combo? There are tools out there. The two I use are BrowserCam.com and BrowserShots.org. BrowserCam does offer a small free trial, but it also has many more features and is much faster than BrowserShots.
Finally, keep in mind that it is your requirement as website programmer or designer to make sure everyone who visits your website can see it clearly. Though the vast majority of users prefer either Internet Explorer or Firefox, there are a number of users that use other browsers. Though the percentages may be low (less than 5% total), it can mean a huge difference when your running an affiliate or ecommerce website. Build a website for everyone to use, and you will be rewarded.
Tagged as:
Css Feature,
Hacks,
Optimizing Your Website,
Reputation,
Website Internet
by Adam on March 21, 2009

trying to drive traffic to your website with article marketing, learning some basic editing skills will will help you creating articles that readers will enjoy reading and publishers will want to publish. This article will show you 7 essential editing tips every article marketer should know.
Tip #1: Put your article away for a few days and then look at it with fresh eyes.
This is what I always tell folks, and from my own experience I know that giving my brain a rest and completely wiping the article from my mind helps me spot errors that I glanced right over just a few days prior. Ideally, you would write a first draft, put it aside for a few days, edit, then put aside your final draft for few days, then re-read it before you submit your article.
Tip #2: Print your article on paper.
There is something about holding a piece of writing in your hands and reading it *away* from the computer that helps with the editing process. I will usually print out whatever writing piece I’m working on the night before, and then the next morning I’ll sit at the kitchen table with a red pen close at hand. I’ll edit my article by hand, then enter my changes in the computer.
Tip #3: Read your article out loud.
I use this technique with every single article, and it helps me so much. It’s amazing the subtle phrasing awkwardness or grammar mistakes you can notice just by reading your article out loud.
Tip #4: Weed out what is not absolutely necessary.
Every word, sentence, and paragraph must *earn* a spot in your article. Any article that is longer than it needs to be is nothing to brag about. The ultimate goal is to craft an article that conveys exactly the information you want to get across in as few words as possible.
Tip #5: Use vocabulary that is easily digestible.
Did you know that most newspapers are purposely written on a 2nd grade level? Journalists are not trying to insult the intelligence of their readers; they just want to make their articles as easy to read as possible. Follow in the footsteps of the pros– chop out all fancy words, niche jargon and pretentious phrasing. Write in a way that is approachable and easy to understand.
Tip #6: Customize your writing to fit the medium of article marketing.
Sometimes I’ll run into folks who complain that the word count limit of most article directories is too short. You see, they have a 10 page essay that has won awards, and they feel like chopping any bit of it will compromise the integrity of the piece. I always tell folks that their article must be customized to fit the medium. Article marketing publishers are not looking for 10 page essays, and readers won’t read all that anyway!
So, if you have some pre-made content, like a book or some essays that you’ve written that you know are of excellent quality, know that you will need to alter that content to suit article marketing. Most directories have a word count limit of around 400-1500 words, so re-work your content to fit within those boundaries.
Tip #7: Create two articles out of one if necessary.
Word count is a big deal when you’re doing article submissions, so you need to be sure that your article fits within the publisher’s word count limitations. For optimum results, try keeping your article within 700-800 words.
Yes, there is a “sweet spot” word count range! Quality articles that are 700-800 words have the best chance of getting picked up for publication.
If you’re aiming for the word count sweet spot, you may need to change your ‘Top 10′ list article into two ‘Top 5′ list articles, or re-work your 1500 word article into two 750 word articles. When splitting an article into two, each article should be a stand alone article. Each article should be complete in itself because a reader will not necessarily read both articles, and articles written in parts are not as attractive to ezine editors.
I hope these tips were helpful to you! These are editing tips that the pros use that a writer of any skill level can use too.
Remember, anyone can pick up your free reprint article for publication. This means your article may appear on websites over which you have no control, potentially for years to come, so it’s well worth ensuring the quality of your article by doing careful editing *before* you submit your article!
Tagged as:
Awkwardness,
Computer Tip,
Few Words,
First Draft,
Grammar Mistakes