Hosted By:
3rd Rock Hosting - Cheap shared / reseller / master reseller hosting + custom VPS servers

Archive for the ‘Web Design’ Category

RSS vs. Atom: The Battle Of Syndication

With Blogging becoming more and more popular, Content syndication has become more popular then ever, allowing people to be constantly aware about any updates on their favorite websites and blogs.

A persistent problem for Syndication standards is the existence of two feed formats: RSS & Atom, more specifically RSS 2.0 and Atom 1.0

RSS 2.0:

RSS 2.0 is the most widely used format in the Feed Syndication industry, it’s copyrighted by Harvard University, and enjoys support from big company names such as Yahoo and Microsoft, plus it’s the format used by Wordpress witch helped RSS 2.0 gain much of it’s popularity in the blogosphere.

Although, being the industry leading standard, RSS 2.0 has many shortcomings. One of the most noticeable downfall of using this format, is what became know as tag soup. The term refers to RSS 2.0 incorrect usage of markup (for example, the string “AT&T” would be expressed as AT&T).
In a addition, RSS 2.0 lacks any support for XML parsing, witch means lack of support for any structured data syndication. (For example, syndicating products, Geospacial data).
Most Browsers have added support for RSS 2.0.

Atom 1.0

Atom 1.0 represents the consensus of the Atompub Working Group within the IETF. This format has provided some very advanced solutions to problems found in RSS 2.0, most noticeably it’s support to different type of data, in response to the RSS 2.0 limited support to “plain text”. With Atom 1.0, content must be explicitly labeled as one of:
-plain text, with no markup (the default)
-escaped HTML, as commonly used with RSS 2.0
-well-formed XHTML markup
-some other XML vocabulary
-base64-encoded binary content
-a pointer to Web content not included in the feed

Another advantage in using Atom is the “updated” field, witch notifies users when old content has been modified.

Microsoft latest Internet explorer release IE 7 does not support the MIME type: application/xhtml+xml, witch in plain English signifies that IE 7 does not support Atom, but works fine with RSS.
Atom is heavily supported by Google, and has been widely adopted by Blogger. At this point in time, Atom control a small part of the industry but with Google acquisition of Feedburner and the launch of it’s sophisticated Google Reader, Atom 1.0 has a real chance of dominating the market share and establishing itself as the industry standard

Sources:

Comparing RSS 2.0 and ATOM - For the Rest of Us!
Rss 2.0 And Atom 1.0 Compared
RSS vs. Atom: What’s the Big Deal
On RSS and Atom

Share/Save/Bookmark

permalinkRead More CommentComments (0) CatInternet, Programming, Web Design

Adding An Icon to your website

Surfing the Internet, chances are you have came across a website with an icon appearing in the address bar or next to a bookmark like the following:

Well, if you’ve been wondering about it, these are FAVICONS.

According to W3C a favicon is:

…a graphic image (icon) associated with a particular Web page and/or Web site. Many recent user agents (such as graphical browsers and newsreaders) display them as a visual reminder of the Web site identity in the address bar or in tabs

The icon must be 16×16 pixels or 32×32 pixels, using either 8-bit or 24-bit colors. The format of the image must be one of PNG (a W3C standard), GIF, or ICO.

With that been said, the question is, how can you add one? The solution is very simple and can be easily implemented online.

1 - Pick a picture that you like and would like to add to your website

2 - Go to FavIcon From Pics, browse to your picture, select it and click “generate FavIcon.ico”

3 - Click “Download FavIcon” and open the package. favicon.ico is included in it.
4 - Upload the favicon.ico file to the folder on your web site where you have the web page.
5- Open your webpage HTML file and Add the following line between <head></head>

<link rel="shortcut icon" href="http://yourwebsite.com/favicon.ico" type="image/vnd.microsoft.icon"> for .ico files

or

<link rel="icon" type="image/png" href="yourwebsite.com/image.png"> for png files

6- Save the webpage and upload it

That it. Enjoy!!!

Share/Save/Bookmark

permalinkRead More CommentComments (0) CatTricks & Tips, Web Design

CSS Template by RamblingSoul | Tomodachi theme by Theme Lab