|
Website-Articles.net empowers you to present
the content you want, including images & multimedia — and to display it the way you want it to look ...
A Review Of Website-Articles.net
It is now possible to provide quality content
with a quality display
From: Royce Tivel
Date: Dear Friend and Fellow Content Provider ... Signing up for an article distribution service is like buying a fine audio system. Everyone knows that to get the best sound, all of the system components must be of good quality: the audio output will be no better than the poorest performing component. For a distribution service, the "weakest component" can often be found in the article-submission fine print. Restrictions there can seriously impact the visual "sound" quality of an article. Article distributors generally impose many restrictions for article-submission. For a very basic, text-only article, the restrictions may not be critical. For a more complex article, the restrictions can be devastating. The restrictions generally prohibit all but the most basic article styling. No CSS styling is allowed. Articles are presented in a least-common-denominator fashion which results in a "ho-hum" visual experience for the reader. The author is not empowered to present content with a creative and personal "look and feel." Such a personal touch can not only make an article more aesthetically pleasing and easier to read and absorb, but can also be used to reinforce an author's "brand" on the Web. We live in the Web 2.0 age. More and more, Multimedia, including images and videos, is becoming a core component of today's online content. The submission guidelines common to distribution services—even at the best-known ezines—prohibit the inclusion of images or multimedia in the articles they publish. This restriction greatly reduces the content authors can present to their target audience. To make matters even worse, when an article is finally published—often after a long review process—it is typically embedded within numerous ads—and the ads are designed to lure the reader into clicking away from the article. Website-Articles.net was created to remove both the limitations—and the distractions.
Website-Articles.net
Website-Articles.net is a new article distribution service designed—from the get-go—for serious article marketers and content producers. The service was created by Greg Allen, a long-time article marketer himself, in order to overcome the limitations of other article distribution services, including well-known ezines. The primary goal of the service is to empower article marketers and content producers to write and publish "stand out" and content-rich articles that "get the clicks."
The Website-Articles.net home page caught my attention immediately. The enhancements for the service seemed almost to good to be true. According to the sales page, the service included these benefits:
I quickly received my membership log-in and specified a secure password of my choice. I then began work on an article to test the service.
Writing The Article
Because of the submission requirements of most article distribution services, I have had to write and publish my articles in two different forms: a text-only version (without HTML code snippets) and a content-rich version. I use the plain-text version for article distribution. The plain-text version has usually had to be severely restricted in content in order to pass the submission guidelines.
To create a content-rich version, I have had to copy/paste the text-only version into my favorite (X)HTML editor and then add the images and code snippets I want to display. I post the content-rich version of the article on my web-site or blog. Since the article I submit to distribution services is very limited in content, and although I do make an effort to submit articles of value to readers, the reader must follow a resource link in order to see the more polished and detailed article version. Do you see anything wrong with this picture? Wouldn't it be nice to be able to present a content-rich, polished article of value to the readers through the distribution service? Do you think an interested reader who is presented with a quality, content-rich article would be more, or less likely to click a link in the resource box for similar content? For the Website-Articles.net test article, I began writing the article in the usual way. I used my favorite text editor (TextPad) and wrote the article in plain text. Doing this is my standard procedure because it allows me to focus on what I want to say. Styling the article comes later. Once the plain-text version was written, I saved it as a TXT file. Next, and still using the basic text editor, I added basic HTML tags to the article. Because I use "micro-bolding" in my articles to help the reader navigate from paragraph to paragraph, I used the <b></b> tags to bracket the words I wanted to bold. Using bolding in this way would not be allowed at other ezines I have used—but is allowed at Website-Articles.net. To complete the HTML article, I added inline CSS for styling. The allowable <div></div> tags make possible the display of articles that "stand out." I used these tags to create and organize the article environment. Within the <div> tag, I added inline CSS code to create an article display that was visually pleasing and easy to read. Being able to use the <div></div> tags and inline CSS allows authors to apply the personal touch that I mentioned earlier. The style="" attribute is used within the <div> tag to include the CSS statements I wanted to use: the statements are added between the quote marks. Neither the tags or the CSS would be allowed by other article distributors. By allowing display styling through inline CSS, Website-Articles.net has enabled me to leverage the styling I have already developed for articles I have published on my web site and blog. For these articles, I have created external CSS files and linked to them through the header section of the HTML documents. It is very quick and easy to copy the styling I want to use at Website-Articles.net from existing CSS files and paste the styling code between the quote marks of the style attribute. What this means is that when readers click to my web site or blog for additional content, they can experience the same "look & feel" there.
Images And Captions
I used the allowable <img> tag to import the images I wanted to use for the "test" article. At Website-Articles.net, images are allowed to be 600-pixels wide. For me, being allowed to use such a large-sized image—or any image, for that matter—is a wonderful benefit. Here is why: I can create HTML code in my editor, take a screen shot of the code, and display the image—showing the code full sized—to the reader. In this way, the code display is sharp, easy to read, and attractively displayed—and will never cause submission problems. Of course, the code can't be copy/pasted by the reader, but at least it can be displayed. Getting a more usable form of the code could be a good reason for clicking a resource link, don't you think?
I used inline CSS within the style="" attribute in both <div> and <img> tags for positioning the images and their captions. Being able to control the display and styling of both images and their captions through an article distributor is a luxury; and this benefit can be passed on to readers—particularly if the images add useful content and are not limited to clip art. After capturing or creating the images I wanted to use, I used Photoshop to optimize them for the Web. Many other paint programs can be used to accomplish this, too. In most cases, and because most of the "snapshots" were of code snippets, I saved the images as low resolution GIF images, which resulted in very small file sizes. This insured that browsers will be able to load the images very quickly. This is particularly important since the images would be stored on my web site and imported from there: at this time, Website-Articles.net does not store images locally. How fast images load is, in part, a function of the browser used. Firefox or Opera should have no problem quickly loading the optimized images. For myself, having to wait for images to load is a sure-fire turn-off and often causes me to click away from an HTML page. I certainly do not want my readers to experience this frustration.
Submitting And Publishing The Article
When the article was finished, I saved it as an HTML file. Before pasting the article into the submission-text box, I took one additional step. I pasted the article between the body tags of a basic HTML template and submitted the article to the W3C validator. I always test the HTML pages I create at W3C and correct any errors before publication: I use the validator to test both the HTML and the CSS code I use. For one reason or the other, a published article might still have errors when validated, but at least I know that my HTML is not the cause. There is no excuse for ever pasting anything but valid code into the submission text box. Besides, correcting validation errors is a great way to learn more about HTML and CSS.
I logged into Website-Articles.net and accessed the article-submission page. I copied my thoroughly tested article body (everything between the <body>&</body> tags of the template HTML document) and pasted this into the submission text box. I previewed the article to verify the display. I next entered the the article title, description, keywords, and resource details. Before hitting the submit button, I copy/pasted the additional information into my local copy of the article—just in case. I then hit the submit button. The article was reviewed and published the same day!
Conclusions
Website-Articles.net is a new article-distribution service designed especially for article marketers but has many advantages for all content producers. Besides allowing the inclusion of images and other multimedia, the service has removed many of the limitations caused by the restrictive submission guidelines commonly found at other article distribution services, including those at even the best-known ezines. In addition, there are no distracting ads surrounding the published article that can distract the reader away from the article.
Allen Graves, a long-time article marketer, designed the service—from the get-go— to empower members to create "stand out" articles and to maximize the clicks to their targeted web sites. I created and published a rich-content article, which included images, captions, inline CSS, and an extended HTML tag set. I verified that the claims made by the owner, Allen Graves, were not exaggerated, including the promise of a 1-day article review and publication. The support I received while writing the article was both personal and prompt. From my point of view, a good article distribution service should not get in the way of publishing articles with the content you want to present to your readers, including images & multimedia, or get in the way of displaying articles that are aesthetically pleasing and easy to read—and get the clicks, too. After my review of Website-Articles.net, I confirmed that the service itself "stands out" from all other article distribution services. For more information about Website-Articles.net, click the button below.
Select Digitals
261 SE Craig RD #3 Shelton WA 98584 (360) 426-1221
© Copyright 2008-2009 by Royce Tivel. All Rights Reserved Worldwide.
|