ArticlesBase.com - Free Articles Directory
Free Online Articles Directory
13.10.2008 Sign In Register Hello Guest
Email:
Password:
Remember Me 
forgot your password?


HTML Character Entities, Problems For RSS Readers

Author: Danny Wirken Author Ranking Silver | Posted: 01-11-2006 | Comments: 0 | Views: 276 | Rating:  (53) Article Popularity - Blue (?) Got a Question? Ask.
Sign Up Now!

It appears that HTML entities can cause RSS/syndication readers to fail when trying to read WordPress comment RSS feeds. Fortunately, a plugin has been written to resolve the issue. Entity 2NCR has a confusing name, but has a purpose that is easy to understand which is to convert various HTML Character Entities to their numeric equivalents.

HTML Explained

The Hypertext Markup Language (HTML) is a simple markup language used to create hypertext documents that are platform independent. HTML documents are SGML documents with generic semantics appropriate for representing information from a wide range of domains. It can represent hypertext news, mail, documentation and hypermedia as well as menus of options, database query results and simple structured documents with in-line graphics. It can likewise represent hypertext views of existing bodies of information.

The World Wide Web (WWW) has been using HTML since 1990, making it one if the most widely used computer languages in the world. The WWW, in turn, is most commonly used for HTML whose popularity is due to the fact that it is the coding technology used to publish content on the Internet or the web. Programmers were quick to recognize HTML's user friendliness due to the ease of learning it.

This ease of coding was significantly contributory to the proliferation of web sites. However, HTML is not a complete programming language because it lacks conditional tests and flow control statements. There are implementations that may offer extensions to the HTML language in order to accomplish these functions but are not actually part of the HTML standards. By embedding some suitable programming language code inside HTML, the power of real programming language is realized.

A character entity can be written in two ways in HTML. One is called the symbolic reference while the other is the numeric reference. Symbolic references start with an ampersand and ends with a semi colon. The description of the symbol which is generally a shortened version of the full expression, can be found between these two. The letters in the middle are case sensitive and are usually lower cased, though there are exceptions.

Numeric references also start with an ampersand and finish with a semi colon, but between them is a number preceded by a hash. These are less memorable than symbolic references but correspond only to just a single byte of data. This can be very useful if one is trying to optimize pages for minimum download time. Symbolic references are sometimes referred to as entity references while numeric references are also called decimal references.

Most unusual characters can be directly entered without any problem. However, HTML character entities can be used in case one does encounter a problem. Lines and paragraph are automatically recognized. A couple of blank lines are added when paragraphs are not recognized.

A character entity is a method used to display special characters normally reserved for use in HTML. For instance, the less than () are used as part of the HTML tag structure, thus both symbols are reserved for the use. If there is a need to display these symbols on one's site, character entities can be used.

Problems

Many WordPress users are running afoul of character entities appearing in their comment RSS feeds, which many RSS/syndication readers fail on. The WordPress Plugin - Entity 2NCR seeks to resolve this by converting various HTML character entities such as », &, © and so on to their numeric equivalents. This plugin is for RSS output, but can also be adapted to posts if the user so wishes.

Installation of the Entity2NCR is not needed if a user is running WordPress 1.5.1 and above. It will only result to problems due to the plugin's function having the same name in the WordPress core. Upgrading to the most recent version is recommended since the plugin is already incorporated. The Entity2NCR should first be deactivated from the Plugin Admin before the installation of 1.5.1. The user should likewise delete its file from the WP-contents/plugins directory since it will just unnecessarily take up space.

The Entity2NCR is installed by downloading the zip file, extracting http://Entity2NCR.php from it and uploading this to the WP-content/plugins/directory and activating the plugin in WordPress. Entity2NCR hits the standard assortment of HTML character entities plus some of the more unusual and obscure ones as well. While this plugin primarily focuses on RSS output, both from posts and comments, it can also convert character entities in the regular content on one's blog as well. At the end of the plugin for the add-filter lines, the user is to remove the comment for any WordPress function he/she would want Entity2NCR to work on.

The RSS 2.0 spec is too vague although it can produce feeds that are valid, accurate and useful. This means that the contents of the feed should reflect the best possible representation of the article content. The spec does not say however, what to do if an article title contains HTML code or entities. It also doesn't say a lot of other things. In fact, an entire industry has sprung around the service of interpreting and fixing the various semantic differences between feeds. RSS application developers need to agree on some basic answers to fundamental questions instead of making endless conflicting discussions that do not help in any way.

Attribute Values

An HTML author should always put attribute values into quotes in HTML, although the formal rules allow the omission of the quotes in some cases. SGML requires that all attribute values are delimited using either double quotation marks or single quotation marks. Single quote marks can be included within the attribute values when the value is delimited by double quote marks and vice versa. Authors can also use numeric character references to represent double quotes and single quotes or use the character entity reference " for double quotes. There are cases that the values of an attribute may be specified without any quotation marks. The attribute value may contain letters, digits, hyphens and periods. It is highly recommended to use quotation marks even when it is possible to eliminate them.

There are several reasons to always use quotes around attribute values. It is much easier since there is no need to memorize and recall the rules for allowable omission. Another thing is that quotes are always required in XML. When one's HTML file is later edited, it may easily be forgotten to add the quotes in attribute value that is edited in a manner which makes the quotes mandatory. One drawback of doing this is the effort of typing and extra storage and transmission time required which are quite minor issues anyway. Quotes constitute just a small fraction of an HTML file.

Rate this Article: Current: 0 / 5 stars - 0 vote(s).

Article Source: http://www.articlesbase.com/communication-articles/html-character-entities-problems-for-rss-readers-69114.html

Print this Article Print article   Email to a Friend Send to friend   Publish this Article on your Website Publish this Article   Send Author Feedback Author feedback  
Submitting articles has become one of the most popular means of generating quality backlinks and targeted traffic to your website. Join us today - It's Free!

Article Comments

Comment on this article Comment on this article
Your Name
Your Email:
Comment Body
Enter Validation Code: Captcha


Related Articles

RSS: The Basics All Bloggers Should Know
By: Danny Wirken | 05/10/2006 | Communication
Communication related articles, learn about VoIP, wireless communication

Microsoft To Integrate Rss Support In Windows Operating System
By: Danny Wirken | 31/10/2006 | Advertising
Advertising Articles, Advertising is the paid promotion of goods, services, companies and ideas by an identified sponsor. Marketers see advertising as part of an overall promotional strategy.

The Common Goal Of SEO And Paid Search Advertising
By: Danny Wirken | 01/11/2006 | Communication
Communication related articles, learn about VoIP, wireless communication

How Much Does Your Google Adsense Really Make
By: Danny Wirken | 05/10/2006 | Communication
Communication related articles, learn about VoIP, wireless communication

Create A .htaccess File Without Referral Spam
By: Danny Wirken | 01/11/2006 | Communication
Communication related articles, learn about VoIP, wireless communication

Riya: A Big Leap In Visual Search Engines
By: Danny Wirken | 16/11/2006 | Communication
Communication related articles, learn about VoIP, wireless communication

How To Use Linknotes Plugins
By: Danny Wirken | 01/11/2006 | Communication
Communication related articles, learn about VoIP, wireless communication

New Google needs new SEO tips
By: Moe Tamani | 06/05/2008 | SEO

Got a Question? Ask.

Ask the community a question about this article:

Frequently Asked Questions

How to check ISP's where I live
By: Mike | 10-09-2008
Hi, I live out in the country like 20 minutes from any city and I currently have dialup and used to have verizon mobile broadband but somehow my limit went way over 5gb and got charged alot of money. Is there any way I could find out if theres any internet out where I live. Thanks

An apple question
By: Sweet | 10-09-2008
A man goes out to gaze upon the stars. He comes upon a tree with apples, no apples does he pick, no apples does he leave.... How many apples were on the tree?

I want to send just one folder in my OE address ...
By: Phil Dunn | 10-09-2008
I want to send just one folder in my OE address book to another computer. How do I do that?

What is the payment method for vsat used by ...
By: martin | 10-09-2008
What is the payment method for vsat used by various organizations such as national informatics center

How can I see video from my surveliance camera
By: tvcafe1 | 08-09-2008
How can i see video from my surveliance camera, I can see the video from the surveliance camera on some computers but not the new HP computer (with windows Vista) I recently purchased. What do I need to do to see the video on the new computer.

Not avalid win 32 application
By: rohini1116 | 08-09-2008
while installing easy assist or zolved i got a error message -"not a valid win 32 application"I ignored it....however i was unable to play mivies using windows media player so i tried to install codecs when i again got the same error message...please help...

Q&A Powered by:
Powered by Yedda 

Latest Communication Articles

What to Consider Before Buying Internet Phone Services?
By: thompson | 13/10/2008
Are you exhausted with the VOIP telephone or the pre-paid card services? Are you tired of advertisements of low monthly rates of phone services?

International Phone Calls: No Monthly or Connection Fees
By: Nisha Garg | 13/10/2008
Why would the telephone be used for making calls made to foreign countries despite huge costs and hence unnecessary mental tension? The primary reason is the need to stay in touch with loved ones and friends. International calls are, therefore, a frequently occurring phenomena, but are now quite cheap.

Make Free Calls and Enjoy the Liberty of Verbal Expression
By: Nisha Garg | 13/10/2008
Making free calls is now easier, thanks to the social networking websites that offer these glorious opportunities at a single click of the mouse.

Conferencing Equipment – a Powerful Communication Tool
By: Xop Networks | 13/10/2008
Business organizations get powerful audio conference systems and other conferencing equipment installed in the offices so that their employees can easily stay connected to each other and their customers, no matter which part of the world they are located in.

Future is Now
By: Hamid hameed | 13/10/2008
The iPhone is a from the family of the Internet appliances that are enabling web access on the move. Like many other complex systems, iPhone is the result of converging and enabling web collaborative technologies. There are many patents dating back as far as the 1960s. The trend was set in by Infogear in 1998 when they combined the features of a regular phone and a web terminal. The company was later purchased by Cisco and no new products were marketed under the name between 2001 and 2006. This

Web Conferencing Solutions – Helping to Improve Global Economy
By: Arkadin | 13/10/2008
Web conferencing solutions are conferencing technologies which helps organizations to improve their business communications. These solutions are playing an important role in improving global economy to a great extent.

Nokia 6500 Slide Black: Way to Connect People in One Thread
By: John Daniel123 | 13/10/2008
Nokia 6500 Slide Black has been way to connect people from far and far. Distance does not matter where the customers are residing and doing their deed.

Race Cell Phone Numbers - Find Out Who's Behind That Prank Call or Who Keeps Phoning Your Partner!
By: Daniel Jenkins | 11/10/2008
Have you ever had a prank call or wondered who is behind that phone number that keeps calling your partner? Cell numbers aren't listed in a book so what are the best ways to trace cell phone numbers online?

More from Danny Wirken

Riya: A Big Leap In Visual Search Engines
By: Danny Wirken | 16/11/2006 | Communication
Watch out for new software that will give a new face to search engines. Rather, a program that includes faces in the search function. A new California-based company, Ojos, developed the online photo-based search service named Riya.

Web 2.0, A Guide For Newbies
By: Danny Wirken | 04/11/2006 | Communication
A couple of years back Bill Gates introduce the idea of Convergence to the public. It was a fresh idea that later became a catchphrase for the Internet Industry.

Trackback Spam Explained
By: Danny Wirken | 04/11/2006 | Communication
In most blog applications, there is a feature called Trackback, which allows the user to send a trackback or notification to a different site or another blog that the user referred to in his own blog.

To Blog Or Not To Blog: The Ups And Downs Of Blogging
By: Danny Wirken | 04/11/2006 | Communication
Whenever the subject of the phenomenon called blogging is raised, most people immediately think associated it with an online diary or weblog. The term weblog refers to key words. First is web from the World Wide Web and log, as in keeping a log.

Tips On How To Deal With Anonymous Comment Spam
By: Danny Wirken | 04/11/2006 | Communication
Have you ever experience being flooded with anonymous comments? If yes, then chances are you have been a victim of comment spam. As with everything on the Internet, spam had also evolved. They are no longer limited to email.

The Latest On WordPress Themes
By: Danny Wirken | 03/11/2006 | Communication
As WordPress and blogging become more and more popular, the list of customization options continues to grow. One can attribute that to each user wanting his or her blog to be unique or very much personalized.

The Exciting World Of Video Blogging
By: Danny Wirken | 03/11/2006 | Communication
When the idea of weblogs was first introduce online, it was an instant phenomenon. Suddenly just about everyone feels the need to create their own space online by writing their thoughts. Then podcasting was introduced—blogging in audio form.

What You Newbies Need To Know About Pay Per Click Ads
By: Danny Wirken | 03/11/2006 | Communication
Just about anyone who has been using the Internet in the last few years has no doubt come across the term "pay per click" once or twice. Pay per click is actually one of the less expensive, albeit efficient, forms of advertising online.

Article Categories






Give Feedback

Sign up for our email newsletter

Receive updates, enter your email below