RSS Introduction – The Simple, Clear and Concise Guide to RSS Feeds

rss_bbc.gifRSS – what is it? Well, sometimes its hard to get people to completely understand these little text files that are zipping around. Tonight I stumbled across an article which was very informed and provided a clear view of RSS unlike I have seen before. In it’s entirety, I present to you the RSS Tutorial for Content Publishers and Webmasters by Mark Knottingham.

Introducing RSS

Think about all of the information that you access on the Web on a day-to-day basis; news headlines, search results, “What’s New�, job vacancies, and so forth. A large amount of this content can be thought of as a list; although it probably isn’t in HTML

  • elements, the information is list-oriented.Most people need to track a number of these lists, but it becomes difficult once there are more than a handful of sources. This is because they have to go to each page, load it, remember how it’s formatted, and find where they last left off in the list.

    RSS is an XML-based format that allows the syndication of lists of hyperlinks, along with other information, or metadata, that helps viewers decide whether they want to follow the link.

    This allows peoples’ computers to fetch and understand the information, so that all of the lists they’re interested in can be tracked and personalized for them. It is a format that’s intended for use by computers on behalf of people, rather than being directly presented to them (like HTML).

    To enable this, a Web site will make a feed, or channel, available, just like any other file or resource on the server. Once a feed is available, computers can regularly fetch the file to get the most recent items on the list. Most often, people will do this with an aggregator, a program that manages a number of lists and presents them in a single interface.

    Feeds can also be used for other kinds of list-oriented information, such as syndicating the content itself (often weblogs) along with the links. However, this tutorial focuses on the use of RSS for syndication of links.

    What’s in a feed?

    A feed contains a list of items or entries, each of which is identified by a link. Each item can have any amount of other metadata associated with it as well.

    The most basic metadata for an entry includes a title for the link and a description of it; when syndicating news headlines, these fields might be used for the story title and the first paragraph or a summary, for example. For example, a simple entry might look like;

    http://news.example.com/2004/12/17/invasion
    The earth was attacked by an invasion fleet
    from halfway across the galaxy; luckily, a fatal
    miscalculation of scale resulted in the entire armada
    being eaten by a small dog.

    Additionally, the feed itself can have metadata associated with it, so that it can be given a title (e.g., “Bob’s news headlines�), description, and other fields like publisher and copyright terms.

    How do people use feeds?

    Aggregators are the most common use of feeds, and there are several types. Web aggregators (sometimes called portals) make this view available in a Web page; my Yahoo is a well-known example of this. Aggregators have also been integrated into e-mail clients, users’ desktops, or standalone, dedicated software.

    Aggregators can offer a variety of special features, including combining several related feeds into a single view, hiding entries that the viewer has already seen, and categorizing feeds and entries.

    Other uses of feeds include site tracking by search engines and other software; because the feed is machine-readable, the search software doesn’t have to figure out which parts of the site are important and which parts are just the navigation and presentation. You may also choose to allow people to republish your feeds on their Web sites, giving them the ability to represent your content as they require.

    Why should I make a feed available?

    Your viewers will thank you, and there will be more of them, because it allows them to see your site without going out of their way to visit.

    While this seems bad at first glance, it actually improves your site’s visibility; by making it easier for your users to keep up with your site � allowing them to see it the way they want to � it’s more likely that they’ll know when something that interests them is available on your site.

    For example, imagine that your company announces a new product or feature every month or two. Without a feed, your viewers have to remember to come to your site and see if they find anything new � if they have time. If you provide a feed for them, they can point their aggregator or other software at it, and it will give them a link and a description of developments at your site almost as soon as they happen.

    News is similar; because there are so many sources of news on the Web, most of your viewers won’t come to your site every day. By providing a feed, you are in front of them constantly, improving the chances that they’ll click through to an article that catches their eye.

    But isn’t that giving away my content?

    No! You still retain copyright on your content (if you wish to).

    You also control what information is syndicated in the feed, whether it’s a full article or just a teaser. Your content can still be protected by your current access control mechanisms; only the links and metadata are distributed. You can also protect the RSS feed itself with SSL encryption and HTTP username/password authentication too, if you’d like.

    In many ways, syndication is similar to the subscription newsletters that many sites offer to keep viewers up-to-date. The big difference is that they don’t have to supply an e-mail address, lowering the barrier of privacy concerns, while still giving you a direct channel to your viewers. Also, they get to see the content in the manner that’s most convenient to them, which means that you get more eyes looking at your content.

    Choosing Content for Your Feeds

    Any list-oriented information on your site that your viewers might be interested in tracking or reusing is a good candidate for a feed. This can encompass news headlines and press releases, job listings, conference calendars and rankings (like ‘top 10’ lists).

    For example;

    • News & Announcements - headlines, notices and any list of announcements that are added to over time
    • Document listings - lists of added or changed pages, so that people don’t need to constantly check for different content
    • Bookmarks and other external links - while most people use RSS for sharing links from their own sites, it’s a natural fit for sharing lists of external links
    • Calendars - listings of past or upcoming events, deadlines or holidays
    • Mailing lists - to compliment a Web-based archive of public or private e-mail lists
    • Search results - to let people track changing or new results to their searches
    • Databases - job listings, software releases, etc.

    While it’s a good start to have a “master feed� for your site that lists recent news and events, don’t stop there. Generally, each area of your site that features a changing list of information should have a corresponding feed; this allows viewers to precisely target their interests.

    For example, if your news site has pages for World news, national news, local news, business, sports, etc., there should be a feed for each of these sections.

    If your site offers a personalized view of data (e.g., people can choose categories of information that will show up on their home page), offer this as a feed, so that the viewers’ Web pages match the content of their feeds.

    A great example of this is the variety of feeds that Netflix provides; not only can you keep track of new releases, but also personalised reccommendations and even a listing of the movies in your queue.

    Another good example is Apple’s iTunes Music Store RSS feed generator; you can customize it based on your preferences, and the views it allows match those provided in the Music Store itself.

    Finally, remember that feeds are just as � if not more � useful on an Intranet as they are on the Internet. Syndication can be a powerful tool for sharing and integrating information inside a company.

    Publishing Your Feed

    There are a number of ways to generate a feed from your content. First of all, explore your content management system - it might already have an option to generate an RSS feed.

    If that option isn’t available, you have a number of choices;

    • Self-scraping â€â€? The easiest way to publish a feed from existing content. Scraping tools fetch your Web page and pull out the relevant parts for the feed, so that you don’t have to change your publishing system. Some use regular expressions or XPath expressions, while others require you to mark up your page with minimal hints (usually using
      or tags) that help it decide what should be put into the feed.
    • Feed integration â€â€? If your site is dynamically generated (using languages like Perl, Python or PHP), it may have a RSS library available, so that you can integrate the feed into your publishing process.
    • Starting with the feed â€â€? Alternatively, you can manage the list-oriented parts of your content in the RSS feed itself, and generate your Web pages (as well as other content, like e-mail lists) from the feed. This has the advantage of always having the correct information in the feed, and tools like XSLT make this option easy, especially if you’re starting from scratch.
    • Third party scraping â€â€? If none of these options work for you, some people on the Web will scrape your site for you and make the feed available. Be warned, however, that this is never as reliable or accurate as doing it yourself, because they don’t know the details of your content or your system. Also, using third parties introduces another point of failure in the delivery process; problems there (network, server or business) will cause your feed to be unavailable.

    Telling People About Your Feed

    An important step after publishing a feed is letting your viewers know that it exists; there are a lot of feeds available on the Web now, but it’s hard to find them, making it difficult for viewers to utilize them.

    Pages that have an associated RSS feed should clearly indicate this to viewers by using a link containing like ‘RSS feed’. For example,

    RSS feed for this page

    where ‘feed.rss’ is the URL for the feed. the ‘type’ attribute tells browsers that this is a link to an RSS feed in a way that they understand.

    Additionally, some programs look for a link in the section of your HTML. To support this, include a

    tag;

    These links should be placed on the Web page that is most similar to the feed content; this enables people to find them as they browse.

    Note that Atom feeds should use application/atom+xml rather than application/rss+xml in both styles of use.

    Finally, there are a number of guides and registries for RSS feeds that people can search and browse through, much like the Yahoo directory for Web sites; it’s a good idea to register your feed;

    Format Versions and Modules

    There are a number of different versions of the RSS format in use today, but the main choices are RSS 1.0 and RSS 2.0. Each version has its benefits and drawbacks; RSS 2.0 is known for its simplicity, while RSS 1.0 is more extensible and fully specified. Both formats are XML-based and have the same basic structure.

    There’s one more choice; Atom is an effort in the IETF (an Internet standards body) to come up with a well-documented, standard syndication format. Although it has a different name, it has the same basic functions as RSS, and many people use the term “RSS� to refer to RSS or Atom syndication.

    This section presents a quick overview of each; for more information, see their specifications and supporting materials.

    RSS 2.0

    RSS 2.0 is championed by UserLand’s Dave Winer. In this version, RSS stands for “Really Simple Syndication,� and simplicity is its focus.

    This branch of RSS is based on RSS 0.91, which was first documented at Netscape and later refined by Userland.

    Included in 2.0.1 - the latest stable version of this branch � are channel metadata like link, title, description; image, which allows you to specify a thumbnail image to display with the feed); webMaster and managingEditor, to identify who’s responsible for the feed, and lastBuildDate, which shows when the feed was last updated.

    Items have the standard link, title and description metadata, as well as other, more experimental facilities like enclosure, which allows attachments to be automatically downloaded (don’t expect these features to be supported by all aggregators, however). Finally, items can have a guid element that identifies the item uniquely; this allows some advanced functionality in some aggregators.

    Here’s an example of a minimal RSS 2.0 feed:

    http://example.com/
    My example channel
    http://example.com/2002/09/01
    other things happened today
    http://example.com/2002/09/02

    In the RSS 2.0 roadmap, Winer states that this branch is, for all practical purposes, frozen, except for clarifications to the specification.

    However, exensions to the format are allowed in separate modules, using XML Namespaces to avoid conflicts in their names. For example, if you had an ISBN module to track books, it might look like this;

    http://www.amazon.com/exec/obidos/tg/detail/-/0553575376
    0553575376

    Generally, though, you should look for available RSS Modules, rather than defining your own, unless you’re sure that what you need doesn’t exist.

    RSS 1.0

    RSS 1.0 stands for “RDF Site Summary.� This flavor of RSS incorporates RDF, a Web standard for metadata. Because RSS 1.0 uses RDF, any RDF processor can understand RSS without knowing anything about it in particular. This allows syndicated feeds to easily become part of the Semantic Web.

    RSS 1.0 also uses XML Namespaces to allow extensions, in a manner similar to RSS 2.0.

    RSS 1.0 feeds look very similar to RSS 2.0 feeds, with a few key differences;

    • The entire feed is wrapped in … elements (so that processors know that it’s RDF)
    • Each has an rdf:about attribute that usually, but not always, matches the ; this assigns an identifier to each item
    • There’s an element in the channel metadata that contains a list of items in the channel, so that RDF processors can keep track of the relationship between the items
    • Some metadata uses the rdf:resource attribute to carry links, instead of putting it inside the element.

    RSS 1.0 is developed and maintained by an ad hoc group of interested people; see their Web site for more information about RSS 1.0 and RSS Modules. See below for an example of an RSS 1.0 feed.

    Dublin Core Module

    The most well-known example of an RSS 1.0 Module is the Dublin Core Module. The Dublin Core is a set of metadata developed by librarians and information scientists that standardizes a set of common metadata that is useful for describing documents, among other things. The Dublin Core Module uses these metadata to attach information to both feeds (in the channel metadata) and to individual items.

    This module includes useful elements like dc:date, for associating dates with items, dc:subject, which can be useful for categorizing items or feeds, and dc:rights, for dictating the intellectual property rights associated with an item or a feed.

    Here’s an example of a minimal RSS 1.0 feed that uses the Dublin Core Module:

    http://example.com/
    My example channel
    http://example.com/2002/09/01/
    other things happened today
    2002-09-01
    http://example.com/2002/09/02/
    2002-09-02

    As you can see, RSS 1.0 is a bit more verbose than 2.0, mostly because it needs to be compatible with other versions of RSS while containing the markup that RDF processors need.

    Atom

    Both RSS 1.0 and 2.0 are informal specifications; that is, they aren’t published by a well-known standards body or industry consortium, but instead by a small group of people.

    Some people are concerned by this, because such specifications can be changed at the whim of the people who control it. Standards bodies bring stability, by limiting change and having well-established procedures for introducing it. To introduce such stability to syndication, a group of people established an IETF Working Group to standardise a format called Atom.

    Atom is functionally similar to both branches of RSS, and is also an XML-based format.

    For example;

    
    2003-12-13T18:30:02Z
    
    John Doe
    
    urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6
    
    urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a
    2003-12-13T18:30:02Z
    Some text.

    As you can see, Atom has a feed element that contains both the feed-level metadata as well as the entrys (analogous to RSS’ items), and entry can contain similar metadata, such as title, link, id (instead of RSS 1.0’s rdf:about or RSS 2.0’s guid), and a short textual summary (instead of RSS’ description).

    Generally, Atom isn’t as widely supported as RSS 1.0 or 2.0 right now, because it’s relatively new. However, it should catch up quickly, because of the broad base of vendors supporting the standardisation effort.

    Which Format Should I Choose?

    One of the most confusing and unfortunate problems in syndication is the large number of formats in use. In addition to those listed above, there are many other formats (e.g., RSS 0.9, 0.91, 0.92) that are commonly encountered on the Web.

    For better or worse, the decision isn’t as critical as you might think. Most aggregators and other software use syndication libraries which abstract out the particular format that a feed is in, so that they can consume any popular syndication feed.

    As a result, which format to choose is a matter of personal taste. RSS 1.0 is very extensible, and useful if you want to integrate it into Semantic Web systems. RSS 2.0 is very simple and easy to author by hand. Atom is now an IETF Standard, bringing stability and a natural community to support its use.

    Tips for Generating Good Feeds

    RSS and Atom are easy to work with, but like any new format, you may encounter some problems in using them. This section attempts to address the most common issues that arise when generating a feed.

    • Distinct Entries â€â€? Make sure that aggregators can tell your entries apart, by using different identifiers in rdf:about (RSS 1.0), guid (RSS 2.0) and id (Atom). This will save a lot of headaches down the road.
    • Meaningful Metadata â€â€? Try to make the metadata useful on its own; for example, if you only include a short </code>, people may not know what the link is about. By the same token, if you shove an entire article into <code></code>, it’ll crowd people’s view of the feed, and they’re less likely to stay interested in what you have to say. Generally, you want to put enough into the feed to help someone decide whether they should follow the link.</li> <li>Validate â€â€? use the <a class="offsite" href="http://www.feedvalidator.org/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.feedvalidator.org/']);">Feed Validator</a> to catch any problems in your feed; it works with RSS and Atom. Also, don’t just run it once; make sure you regularly check your feed, so that you can catch transient errors.</li> </ul> <h2 id="Tools">Feed Tools</h2> <p>This is an incomplete list of tools for creating feeds and checking them to make sure that you’ve done so correctly. Note that there are many more libraries that help parsing feeds; these haven’t been included here because this tutorial focuses on the Webmaster, not consumers of feeds.</p> <ul> <li><a href="http://www.mnot.net/xpath2rss/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.mnot.net/xpath2rss/']);">xpath2rss</a> â€â€? Tool for scraping Web sites using XPath expressions (a method of selecting parts of HTML and XML documents).</li> <li><a class="offsite" href="http://www.w3.org/2000/08/w3c-synd/#" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.w3.org/2000/08/w3c-synd/#']);">Site Summaries in XHTML</a> â€â€? Online service (also available as an XSLT stylesheet) that uses hints in your HTML to generate a feed.</li> <li><a class="offsite" href="http://myrss.com/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://myrss.com/']);">myRSS</a> â€â€? An online, third-party automated scraping service. Doesn’t require any special markup.</li> <li><a href="http://www.mnot.net/python/RSS.py" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.mnot.net/python/RSS.py']);">RSS.py</a> â€â€? Python library for generating and parsing RSS.</li> <li><a class="offsite" href="https://rome.dev.java.net/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://rome.dev.java.net/']);">ROME</a> â€â€? Java library for parsing and generating RSS and Atom feeds, as well as translating between formats.</li> <li><a class="offsite" href="http://search.cpan.org/author/EISEN/XML-RSS/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://search.cpan.org/author/EISEN/XML-RSS/']);">XML::RSS</a> â€â€? Perl module for generating and parsing RSS.</li> <li><a class="offsite" href="http://www.feedvalidator.org/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.feedvalidator.org/']);">Online Validator</a> - Check your RSS 1.0, 2.0 and Atom feeds.</li> </ul> <h2 id="Related">More Information</h2> <ul> <li><a class="offsite" href="http://www.ariadne.ac.uk/issue35/miller/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.ariadne.ac.uk/issue35/miller/']);">Syndicated content</a> â€â€? Good list of best practices for creating an RSS feed.</li> <li><a class="offsite" href="http://www.syndic8.com/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.syndic8.com/']);">Syndic8</a> â€â€? A community effort to gather, validate and search feeds with lots of other information.</li> <li><a class="offsite" href="http://rssgov.com/rssworkshop.html" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://rssgov.com/rssworkshop.html']);">RSS Workshop</a> â€â€? A well-regarded introduction to publishing RSS feeds, from the state of Utah Online Services division.</li> <li><a class="offsite" href="http://www.oreillynet.com/rss/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.oreillynet.com/rss/']);">RSS Devcenter</a> â€â€? O’reilly’s Web portal for all things RSS.</li> </ul> <h2 id="About">About this Document</h2> <p>This document is Copyright © 2002-2005 Mark Nottingham <<a href="mailto:mnot@pobox.com">mnot@pobox.com</a>>. <!-- Creative Commons License --> This work is licensed under a <a class="offsite" href="http://creativecommons.org/licenses/by-nd-nc/2.0/" >Creative Commons License</a>. <!-- /Creative Commons License --></p> <p><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <work rdf:about=""> <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" /></p> <license rdf:resource="http://creativecommons.org/licenses/by-nd-nc/2.0/"></license> </work> <license rdf:about="http://creativecommons.org/licenses/by-nd-nc/2.0/"> <permits rdf:resource="http://web.resource.org/cc/Reproduction"></permits> <permits rdf:resource="http://web.resource.org/cc/Distribution"></permits> <requires rdf:resource="http://web.resource.org/cc/Notice" /> <requires rdf:resource="http://web.resource.org/cc/Attribution" /></p> <prohibits rdf:resource="http://web.resource.org/cc/CommercialUse"></prohibits> </license> </rdf:RDF> -->If you do mirror this document, please send e-mail to the address above, so that you can be informed of updates.</p> <p>All trademarks within are property of their respective holders.</p> <p>Although the author believes the contents to be accurate at the time of publication, no liability is assumed for them, their application or any consequences thereof. If any misrepresentations, errors or other need for clarification is found, please contact the author.</p> <p>The latest revision of this document can always be obtained from <a href="http://www.mnot.net/rss/tutorial/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.mnot.net/rss/tutorial/']);">http://www.mnot.net/rss/tutorial/</a></p> <p>Translations are available in: <a hreflang="pt-BR" title="Para publicadores de conteúdos e Webmasters" href="http://www.maujor.com/tutorial/rsstuto.php" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.maujor.com/tutorial/rsstuto.php']);">Brazilian Portuguese</a>.<strong> </strong></li> <!-- AdSense Now! V1.99 --> <!-- Post[count: 1] --> <div class="adsense adsense-leadout" style="text-align:center;margin: 12px;"><div><center><SCRIPT type="text/javascript" LANGUAGE="javascript" src="http://www.qksz.net/1e-kgew"> </SCRIPT></center></div></div><!-- surphace end--><script type="text/javascript" id="surphaceWidgetScript"> var SurphaceSettings = { s4id: 'B1PZRW3R' }; var _surphld = document.createElement("script");_surphld.type = "text/javascript"; _surphld.src = "http://cdn11.surphace.com/rcwidget/loader.js"; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(_surphld); </script><!-- WordPress Connect Comments v2.0.3 --> <p class="wp-connect-comments"><fb:comments href="http://www.lonnypaul.com/756/2006/04/05/" width="600" num_posts="3" colorscheme="light"></fb:comments></p> <!-- WordPress Connect Comments --> <div class="snap_nopreview sharing robots-nocontent"><ul><li class="sharing_label">Share this:</li><li class="share-email share-regular"><a rel="nofollow" class="share-email share-icon" href="http://www.lonnypaul.com/756/2006/04/05/?share=email" title="Click to email this to a friend">Email</a></li><li class="share-print share-regular"><a rel="nofollow" class="share-print share-icon" href="http://www.lonnypaul.com/756/2006/04/05/#print" title="Click to print">Print</a></li><li class="share-facebook share-regular"><div class="like_button"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.lonnypaul.com%2F756%2F2006%2F04%2F05%2F&layout=button_count&show_faces=false&action=like&colorscheme=light&height=21&width=90" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:96px; height:21px;" allowTransparency="true"></iframe></div></li><li class="share-twitter share-regular"><div class="twitter_button"><iframe allowtransparency="true" frameborder="0" scrolling="no" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.lonnypaul.com%2F756%2F2006%2F04%2F05%2F&counturl=http%3A%2F%2Fwww.lonnypaul.com%2F756%2F2006%2F04%2F05%2F&count=horizontal&text=RSS%20Introduction%20-%20The%20Simple%2C%20Clear%20and%20Concise%20Guide%20to%20RSS%20Feeds: " style="width:97px; height:20px;"></iframe></div></li><li class="share-end"></li></ul><div class="sharing-clear"></div></div> </div><!-- .entry-content --> <div id="entry-author-info"> <div id="author-avatar"> <img alt='' src='http://0.gravatar.com/avatar/4ff0d6bfe729ffbd718428cc663b58bd?s=60&d=retro&r=G' class='avatar avatar-60 photo' height='60' width='60' /> </div><!-- #author-avatar --> <div id="author-description"> <h2>About Lonny Paul</h2> I'm just a simple guy with too much extra time in front of a keyboard and screen. There, I fill my time with a myriad of things in addition to watching the entire internet, like blogging, taking photos, creating composite and panoramic images - or doing nothing but watching a bunch of video. Check out my Profile on <a rel="me" href="https://plus.google.com/118239169289900029391/about">Google +</a>.. <div id="author-link"> <a href="http://www.lonnypaul.com/author/admin/" rel="author"> View all posts by Lonny Paul <span class="meta-nav">→</span> </a> </div><!-- #author-link --> </div><!-- #author-description --> </div><!-- #entry-author-info --> <div class="entry-utility"> This entry was posted in <a href="http://www.lonnypaul.com/category/internet-domains-web20/blogs/" title="View all posts in Blogs" rel="category tag">Blogs</a>, <a href="http://www.lonnypaul.com/category/hints-tips-and-tricks/" title="View all posts in Hints, Tips and Tricks" rel="category tag">Hints, Tips and Tricks</a>, <a href="http://www.lonnypaul.com/category/software/wordpress/" title="View all posts in WordPress" rel="category tag">WordPress</a>. Bookmark the <a href="http://www.lonnypaul.com/756/2006/04/05/" title="Permalink to RSS Introduction – The Simple, Clear and Concise Guide to RSS Feeds" rel="bookmark">permalink</a>. </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="nav-below" class="navigation"> <div class="nav-previous"><a href="http://www.lonnypaul.com/wwwmcdglobalcastingcom/2006/04/05/" rel="prev"><span class="meta-nav">←</span> Casting on a Global Scale – I'm Lovin it!</a></div> <div class="nav-next"><a href="http://www.lonnypaul.com/dictionarycom-word-of-the-day/2006/04/06/" rel="next">Dictionary.com Word of the Day <span class="meta-nav">→</span></a></div> </div><!-- #nav-below --> <div id="comments"> <p class="nocomments">Comments are closed.</p> </div><!-- #comments --> </div><!-- #content --> </div><!-- #container --> <div id="primary" class="widget-area" role="complementary"> <ul class="xoxo"> <li id="text-11" class="widget-container widget_text"> <div class="textwidget"><iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.lonnypaul.com&send=false&layout=standard&width=220&show_faces=false&action=like&colorscheme=light&font=tahoma&height=35&appId=199873330049468" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:35px;" allowTransparency="true"></iframe></div> </li> <li id="recent-posts-2" class="widget-container widget_recent_entries"> <h3 class="widget-title">Recent Posts</h3> <ul> <li><a href="http://www.lonnypaul.com/guy-eats-brain-says-it-tastes-like-womens-ejaculate/2012/02/03/" title="Guy Eats Brain: Says It Tastes Like Women’s Ejaculate">Guy Eats Brain: Says It Tastes Like Women’s Ejaculate</a></li> <li><a href="http://www.lonnypaul.com/roseanne-barr-president-not-such-a-horrible-idea/2012/02/02/" title="Roseanne Barr President? Not such a horrible idea!">Roseanne Barr President? Not such a horrible idea!</a></li> <li><a href="http://www.lonnypaul.com/sopa-blackout-day-january-18/2012/01/13/" title="SOPA Blackout Day – January 18">SOPA Blackout Day – January 18</a></li> <li><a href="http://www.lonnypaul.com/gawkers-kyle-wagner-is-an-immature-asshole/2012/01/11/" title="Gawker’s Kyle Wagner Is an Immature Asshole">Gawker’s Kyle Wagner Is an Immature Asshole</a></li> <li><a href="http://www.lonnypaul.com/goateesaver-rufkm-template-to-trim-your-goatee/2012/01/08/" title="GoateeSaver – RUFKM? Template to Trim your Goatee?">GoateeSaver – RUFKM? Template to Trim your Goatee?</a></li> </ul> </li><li id="text-10" class="widget-container widget_text"> <div class="textwidget"><SCRIPT type="text/javascript" LANGUAGE="javascript" src="http://www.qksz.net/1e-kgev"> </SCRIPT></div> </li><li id="text-9" class="widget-container widget_text"> <div class="textwidget"><center><a href="http://www.jdoqocy.com/click-5365642-10769815" target="_top"> <img src="http://www.tqlkg.com/image-5365642-10769815" width="200" alt="" border="0"/></a><BR><BR><a href="http://www.huge.com/r/pod6oy7adq" onclick="javascript:_gaq.push(['_trackEvent','outbound-widget','http://www.huge.com/r/pod6oy7adq']);" title="Huge Deals for Dudes!" target="new"><img src="http://www.oy9.net/netimg/huge_com.JPG" border="0" title="Huge Deals for Dudes!" alt="Huge Deals for Dudes!"></a></center></div> </li><li id="categories-3" class="widget-container widget_categories"><h3 class="widget-title">Topic Index</h3> <ul> <li class="cat-item cat-item-658"><a href="http://www.lonnypaul.com/category/cyber-squatting-typo-squatting/" title="View all posts filed under Cyber-Squatting">Cyber-Squatting</a> </li> <li class="cat-item cat-item-660"><a href="http://www.lonnypaul.com/category/dmca-isps-updates/" title="View all posts filed under DMCA / ISPs">DMCA / ISPs</a> </li> <li class="cat-item cat-item-3"><a href="http://www.lonnypaul.com/category/gadgets-and-gizmos/" title="Gadgets and Gizmos are what I live for! Let's check some out with the electronics too!">Gadgets and Electronics</a> <ul class='children'> <li class="cat-item cat-item-41"><a href="http://www.lonnypaul.com/category/gadgets-and-gizmos/android-apps/" title="View all posts filed under Android Apps">Android Apps</a> </li> <li class="cat-item cat-item-46"><a href="http://www.lonnypaul.com/category/gadgets-and-gizmos/cell-phones/" title="Cell phones, okay, I'm addicted to them. After a week, I'm itching for something new to play with. Well, learn about the advanced features of 3G Service and more as it develops in the US market with more features and functions per phone than you can stand! Check this area for the newest releases from Motorola, Siemens, Sony-Ericsson, Nokia, Sierra Wireless, Sendo, HopOn and more!">Cell Phones</a> </li> <li class="cat-item cat-item-47"><a href="http://www.lonnypaul.com/category/gadgets-and-gizmos/computers/" title="Computers - Can't live with 'em, can't live without them. But how many people are now junkies in front of their LCDs for in excess of 20 hours a day? I'm sure more than we realize. Hardware - the platform continues to evolve - to where?">Computers</a> </li> <li class="cat-item cat-item-6"><a href="http://www.lonnypaul.com/category/gadgets-and-gizmos/hot-deals/" title="Sometimes trolling around online you really find some great deals. Expect to only find the best here at lonnypaul.com!">Hot Deals!</a> </li> <li class="cat-item cat-item-8"><a href="http://www.lonnypaul.com/category/gadgets-and-gizmos/internet-appliances/" title="In 2000, the world set it's sights on the new and cheap Internet Appliance. There was to be one at nearly every coffee table, couch and endtable in the house. Of course, they wanted to start of by redecorating your kitchen, so..... Since the advent of the Audrey, I have had a passion for the Internet Appliance in all it's formats - the Gateway AOL Connected TouchPad, the ones that have come and gone - which one will we talk about now ?">Internet Appliances</a> </li> <li class="cat-item cat-item-11"><a href="http://www.lonnypaul.com/category/gadgets-and-gizmos/computer-networking/" title="Learn about wired and wireless networking from the networking freak himself!">Networking</a> </li> <li class="cat-item cat-item-12"><a href="http://www.lonnypaul.com/category/gadgets-and-gizmos/new-stuff/" title="Wanna know about the latest gadget gear and cool new stuff you've only dreamed about! When I find it, you'll find it here, it's New Stuff! from LonnyPaul.com">New Stuff!</a> </li> </ul> </li> <li class="cat-item cat-item-4"><a href="http://www.lonnypaul.com/category/gastric-bypass/" title="View all posts filed under Gastric Bypass">Gastric Bypass</a> </li> <li class="cat-item cat-item-5"><a href="http://www.lonnypaul.com/category/hints-tips-and-tricks/" title="Stuck? Need some advice? Well, after your sneakers show the wear from being around the technology block as long as I have, I may be able to lend a hand - whether you want it or not. Just read it, okay? Feel free to submit any questions or ponderings you may have, or things you may just think about....">Hints, Tips and Tricks</a> <ul class='children'> <li class="cat-item cat-item-54"><a href="http://www.lonnypaul.com/category/hints-tips-and-tricks/geek-info-tech-information/" title="Tech Info - sometimes, a little data can go a long way. Learn about real "Tech stuff" that somepeople may say, huh? It may be 802.11a/b/g cross-compatibility or GSM/GPRS/UMTS schedules of frequencies.... It's gonna be tech...">Geek Info</a> </li> <li class="cat-item cat-item-32"><a href="http://www.lonnypaul.com/category/hints-tips-and-tricks/virus-alerts/" title="Gadgets and Gizmos are great, but suddenly it seems like they are ALL vulnerable to viruses. Stay up to date on Virus Alerts from McAfee and lonnypaul.com">Virus Alerts</a> </li> </ul> </li> <li class="cat-item cat-item-7"><a href="http://www.lonnypaul.com/category/internet-domains-web20/" title="The Internet is the 'final frontier' for many, spending a majority of their time online, like me. Learn all about the latest stuff online, the weird stuff online, and more.">Internet / Web</a> <ul class='children'> <li class="cat-item cat-item-43"><a href="http://www.lonnypaul.com/category/internet-domains-web20/blogs/" title="Blogs are the biggest thing, or are tags? I forget!">Blogs</a> </li> <li class="cat-item cat-item-14"><a href="http://www.lonnypaul.com/category/internet-domains-web20/online-video/" title="View all posts filed under Online Video">Online Video</a> </li> <li class="cat-item cat-item-23"><a href="http://www.lonnypaul.com/category/internet-domains-web20/search-engines/" title="View all posts filed under Search Engines">Search Engines</a> </li> <li class="cat-item cat-item-24"><a href="http://www.lonnypaul.com/category/internet-domains-web20/sights-online/" title="View all posts filed under Sights Online">Sights Online</a> </li> <li class="cat-item cat-item-31"><a href="http://www.lonnypaul.com/category/internet-domains-web20/viral-videos/" title="View all posts filed under Viral Videos">Viral Videos</a> </li> <li class="cat-item cat-item-33"><a href="http://www.lonnypaul.com/category/internet-domains-web20/web-20/" title="View all posts filed under Web 2.0">Web 2.0</a> </li> </ul> </li> <li class="cat-item cat-item-9"><a href="http://www.lonnypaul.com/category/copyright-trademark-issues/" title="Legal Issues, specifically surrounding the internet - let's review.">Legal Issues Online</a> <ul class='children'> <li class="cat-item cat-item-48"><a href="http://www.lonnypaul.com/category/copyright-trademark-issues/copyright-issues/" title="Copyright owners are beginning to defend their right much more than previously. Read about the various ways to protect your rights and ensure you have acquired proper rights before using anyone else's creative.">Copyright Issues</a> </li> <li class="cat-item cat-item-49"><a href="http://www.lonnypaul.com/category/copyright-trademark-issues/domain-names/" title="Learn about the trends in change across the globe regarding domain registration. Invaluable resources are available within this site!">Domain Names</a> </li> <li class="cat-item cat-item-51"><a href="http://www.lonnypaul.com/category/copyright-trademark-issues/spam-uceandcan-spam_email/" title="SPAM is a big problem. Everywhere. The CANSpam Act was supposed to take out a big bite of the SPAM problem in the US. I think it's gotten worse.">Email and SPAM</a> </li> <li class="cat-item cat-item-16"><a href="http://www.lonnypaul.com/category/copyright-trademark-issues/patent-issues/" title="View all posts filed under Patent Issues">Patent Issues</a> </li> <li class="cat-item cat-item-17"><a href="http://www.lonnypaul.com/category/copyright-trademark-issues/phishing/" title="View all posts filed under Phishing">Phishing</a> </li> <li class="cat-item cat-item-30"><a href="http://www.lonnypaul.com/category/copyright-trademark-issues/trademark-issues/" title="Trademarks are very challenging to monitor, maintain and support. Ensure you are doing the right things. You can also assert your ACPA rights easily!">Trademark Issues</a> </li> </ul> </li> <li class="cat-item cat-item-10"><a href="http://www.lonnypaul.com/category/marketing/" title="View all posts filed under Marketing">Marketing</a> <ul class='children'> <li class="cat-item cat-item-44"><a href="http://www.lonnypaul.com/category/marketing/business/" title="View all posts filed under Business">Business</a> </li> <li class="cat-item cat-item-50"><a href="http://www.lonnypaul.com/category/marketing/ecommerce/" title="Learn about eCommerce and the dos and donts for online marketing from public campaigns and examples, as well as learn about the extensive networks available for selling products online today. Many topics will come to light with LonnyPaul in the discussion. Web Analytics, Site Design and User Navigations, Category Schemas, Data Repurposing, Search Engine Optimization and so much more can be brought to light in this lively conversation.">eCommerce</a> </li> <li class="cat-item cat-item-52"><a href="http://www.lonnypaul.com/category/marketing/etail/" title="View all posts filed under eTail">eTail</a> </li> </ul> </li> <li class="cat-item cat-item-13"><a href="http://www.lonnypaul.com/category/in-the-news-press-publicrelations/" title="In the News --- that's where we find it, report it and write it! Check out LonnyPaul.com for some of the most unique, far-fetched and interesting news from around the globe. Hand selected and personally written - no bots or XML-RPC games here - just real good News!">News</a> <ul class='children'> <li class="cat-item cat-item-42"><a href="http://www.lonnypaul.com/category/in-the-news-press-publicrelations/site_news_announcments/" title="Site announcements and news.">Announcements</a> <ul class='children'> <li class="cat-item cat-item-59"><a href="http://www.lonnypaul.com/category/in-the-news-press-publicrelations/site_news_announcments/personal/" title="Personal notes and comments from time to time.">Personal</a> </li> </ul> </li> <li class="cat-item cat-item-45"><a href="http://www.lonnypaul.com/category/in-the-news-press-publicrelations/celebrity-gossip/" title="View all posts filed under Celebrity Gossip">Celebrity Gossip</a> </li> <li class="cat-item cat-item-55"><a href="http://www.lonnypaul.com/category/in-the-news-press-publicrelations/health/" title="View all posts filed under Health">Health</a> </li> <li class="cat-item cat-item-56"><a href="http://www.lonnypaul.com/category/in-the-news-press-publicrelations/lonnypaul-in-the-news/" title="Hear about news stories from around the globe and recent media attendances, press releases and other news of Lonny Paul, friends and associated businesses. You can be sure to learn about information from Lonny Paul, Dave Graveline and Craig Crossman on a regular basis, plus media events of other major affiliated companies and media members.">Media Appearances</a> </li> <li class="cat-item cat-item-57"><a href="http://www.lonnypaul.com/category/in-the-news-press-publicrelations/miami-news/" title="View all posts filed under Miami News">Miami News</a> </li> <li class="cat-item cat-item-19"><a href="http://www.lonnypaul.com/category/in-the-news-press-publicrelations/politics/" title="View all posts filed under Politics">Politics</a> </li> <li class="cat-item cat-item-20"><a href="http://www.lonnypaul.com/category/in-the-news-press-publicrelations/retail-store/" title="View all posts filed under Retail Store">Retail Store</a> </li> <li class="cat-item cat-item-21"><a href="http://www.lonnypaul.com/category/in-the-news-press-publicrelations/rufkm/" title="View all posts filed under RUFKM">RUFKM</a> </li> <li class="cat-item cat-item-22"><a href="http://www.lonnypaul.com/category/in-the-news-press-publicrelations/science-and-health/" title="View all posts filed under Science and Health">Science and Health</a> </li> <li class="cat-item cat-item-26"><a href="http://www.lonnypaul.com/category/in-the-news-press-publicrelations/spaceastrology/" title="View all posts filed under Space/Astrology">Space/Astrology</a> </li> <li class="cat-item cat-item-27"><a href="http://www.lonnypaul.com/category/in-the-news-press-publicrelations/technology-news/" title="Technology is such a broad spectrum of things - from the latest medical discoveries to the oldest recorded word being found on a cave wall - to the development of the 10GHz processor. DVD burners were a 'hot technology' and have not become everyday. Technology, and our perception of it changes as does society. Let's take a peek inside.">Technology News</a> </li> <li class="cat-item cat-item-28"><a href="http://www.lonnypaul.com/category/in-the-news-press-publicrelations/television/" title="View all posts filed under Television">Television</a> </li> <li class="cat-item cat-item-34"><a href="http://www.lonnypaul.com/category/in-the-news-press-publicrelations/weird-news/" title="Sometimes, stories just don't seem right.">Weird News</a> </li> <li class="cat-item cat-item-35"><a href="http://www.lonnypaul.com/category/in-the-news-press-publicrelations/wireless-news/" title="Wireless doesn't just happen - it's planned, has arguments and negotiations surrounding technology, future technology, FCC guidelines, auctions for frequency, frequency swaps - so much is going on, we had to add a Wireless News sector !">Wireless News</a> </li> <li class="cat-item cat-item-40"><a href="http://www.lonnypaul.com/category/in-the-news-press-publicrelations/world-news/" title="View all posts filed under World">World</a> </li> </ul> </li> <li class="cat-item cat-item-15"><a href="http://www.lonnypaul.com/category/only-on-craigslist/" title="View all posts filed under Only on Craigslist">Only on Craigslist</a> </li> <li class="cat-item cat-item-18"><a href="http://www.lonnypaul.com/category/photos-2/" title="View all posts filed under Photos">Photos</a> </li> <li class="cat-item cat-item-661"><a href="http://www.lonnypaul.com/category/personal-freedoms/" title="View all posts filed under Privacy / Freedom">Privacy / Freedom</a> </li> <li class="cat-item cat-item-25"><a href="http://www.lonnypaul.com/category/software/" title="Software is something that keeps changing, upgrading, patching and getting bigger by the day. Aren't you gonna speak up?">Software</a> <ul class='children'> <li class="cat-item cat-item-53"><a href="http://www.lonnypaul.com/category/software/free-software/" title="Free Software!">Free Software</a> </li> <li class="cat-item cat-item-58"><a href="http://www.lonnypaul.com/category/software/myspace-graphics/" title="View all posts filed under mySpace Graphics">mySpace Graphics</a> </li> <li class="cat-item cat-item-37"><a href="http://www.lonnypaul.com/category/software/wordpress/" title="WordPress is the Daddy of all Blogging Software....">WordPress</a> <ul class='children'> <li class="cat-item cat-item-38"><a href="http://www.lonnypaul.com/category/software/wordpress/wordpress-plugins/" title="Plugins for WordPress">WordPress Plugins</a> </li> <li class="cat-item cat-item-39"><a href="http://www.lonnypaul.com/category/software/wordpress/wordpress-themes/" title="WordPress Themes">WordPress Themes</a> </li> </ul> </li> </ul> </li> <li class="cat-item cat-item-29"><a href="http://www.lonnypaul.com/category/the-truth/" title="View all posts filed under The Truth">The Truth</a> </li> <li class="cat-item cat-item-659"><a href="http://www.lonnypaul.com/category/udrp-hearings/" title="View all posts filed under UDRP Issues">UDRP Issues</a> </li> <li class="cat-item cat-item-1"><a href="http://www.lonnypaul.com/category/uncategorized/" title="View all posts filed under Uncategorized">Uncategorized</a> </li> <li class="cat-item cat-item-36"><a href="http://www.lonnypaul.com/category/wireless-cellular-services/" title="Wireless and Cellular is one a favorite topic of mine. There are many opportunities available through the expanded communications abilities afforded by wireless and cellular technology. Utilizing the 'web anywhere' concept, it is possible to do nearly anything from anyplace. Remember the reality shows, the people who weren't allowed to leave their apartment and had to do it all with a MasterCard and a PC? Now, take that anywhere!">Wireless Services</a> <ul class='children'> <li class="cat-item cat-item-60"><a href="http://www.lonnypaul.com/category/wireless-cellular-services/wireless-devices/" title="Devices which operate on the wireless network, generally providing both voice and data access, can surely make life more enjoyable, manageable and easy to live!">Wireless Devices</a> </li> </ul> </li> </ul> </li><li id="archives-3" class="widget-container widget_archive"><h3 class="widget-title">Lonny Paul Archives</h3> <select name="archive-dropdown" onchange='document.location.href=this.options[this.selectedIndex].value;'> <option value="">Select Month</option> <option value='http://www.lonnypaul.com/2012/02/'> February 2012  (2)</option> <option value='http://www.lonnypaul.com/2012/01/'> January 2012  (4)</option> <option value='http://www.lonnypaul.com/2011/12/'> December 2011  (9)</option> <option value='http://www.lonnypaul.com/2011/11/'> November 2011  (8)</option> <option value='http://www.lonnypaul.com/2011/10/'> October 2011  (3)</option> <option value='http://www.lonnypaul.com/2011/08/'> August 2011  (3)</option> <option value='http://www.lonnypaul.com/2011/06/'> June 2011  (4)</option> <option value='http://www.lonnypaul.com/2011/05/'> May 2011  (14)</option> <option value='http://www.lonnypaul.com/2011/04/'> April 2011  (3)</option> <option value='http://www.lonnypaul.com/2011/03/'> March 2011  (12)</option> <option value='http://www.lonnypaul.com/2011/02/'> February 2011  (2)</option> <option value='http://www.lonnypaul.com/2011/01/'> January 2011  (4)</option> <option value='http://www.lonnypaul.com/2010/11/'> November 2010  (6)</option> <option value='http://www.lonnypaul.com/2010/10/'> October 2010  (12)</option> <option value='http://www.lonnypaul.com/2010/09/'> September 2010  (12)</option> <option value='http://www.lonnypaul.com/2010/08/'> August 2010  (21)</option> <option value='http://www.lonnypaul.com/2010/07/'> July 2010  (35)</option> <option value='http://www.lonnypaul.com/2010/05/'> May 2010  (1)</option> <option value='http://www.lonnypaul.com/2010/03/'> March 2010  (1)</option> <option value='http://www.lonnypaul.com/2010/02/'> February 2010  (8)</option> <option value='http://www.lonnypaul.com/2010/01/'> January 2010  (3)</option> <option value='http://www.lonnypaul.com/2009/12/'> December 2009  (2)</option> <option value='http://www.lonnypaul.com/2009/08/'> August 2009  (1)</option> <option value='http://www.lonnypaul.com/2009/06/'> June 2009  (1)</option> <option value='http://www.lonnypaul.com/2009/05/'> May 2009  (1)</option> <option value='http://www.lonnypaul.com/2009/04/'> April 2009  (1)</option> <option value='http://www.lonnypaul.com/2009/03/'> March 2009  (1)</option> <option value='http://www.lonnypaul.com/2009/02/'> February 2009  (1)</option> <option value='http://www.lonnypaul.com/2008/12/'> December 2008  (1)</option> <option value='http://www.lonnypaul.com/2008/09/'> September 2008  (2)</option> <option value='http://www.lonnypaul.com/2008/08/'> August 2008  (11)</option> <option value='http://www.lonnypaul.com/2008/07/'> July 2008  (4)</option> <option value='http://www.lonnypaul.com/2008/06/'> June 2008  (1)</option> <option value='http://www.lonnypaul.com/2008/05/'> May 2008  (22)</option> <option value='http://www.lonnypaul.com/2008/04/'> April 2008  (16)</option> <option value='http://www.lonnypaul.com/2008/03/'> March 2008  (12)</option> <option value='http://www.lonnypaul.com/2008/02/'> February 2008  (2)</option> <option value='http://www.lonnypaul.com/2008/01/'> January 2008  (1)</option> <option value='http://www.lonnypaul.com/2007/12/'> December 2007  (1)</option> <option value='http://www.lonnypaul.com/2007/11/'> November 2007  (2)</option> <option value='http://www.lonnypaul.com/2007/10/'> October 2007  (12)</option> <option value='http://www.lonnypaul.com/2007/09/'> September 2007  (10)</option> <option value='http://www.lonnypaul.com/2007/08/'> August 2007  (4)</option> <option value='http://www.lonnypaul.com/2007/07/'> July 2007  (1)</option> <option value='http://www.lonnypaul.com/2007/06/'> June 2007  (3)</option> <option value='http://www.lonnypaul.com/2007/05/'> May 2007  (5)</option> <option value='http://www.lonnypaul.com/2007/04/'> April 2007  (4)</option> <option value='http://www.lonnypaul.com/2007/03/'> March 2007  (5)</option> <option value='http://www.lonnypaul.com/2007/02/'> February 2007  (11)</option> <option value='http://www.lonnypaul.com/2007/01/'> January 2007  (1)</option> <option value='http://www.lonnypaul.com/2006/11/'> November 2006  (4)</option> <option value='http://www.lonnypaul.com/2006/10/'> October 2006  (2)</option> <option value='http://www.lonnypaul.com/2006/09/'> September 2006  (72)</option> <option value='http://www.lonnypaul.com/2006/08/'> August 2006  (50)</option> <option value='http://www.lonnypaul.com/2006/07/'> July 2006  (24)</option> <option value='http://www.lonnypaul.com/2006/06/'> June 2006  (28)</option> <option value='http://www.lonnypaul.com/2006/05/'> May 2006  (30)</option> <option value='http://www.lonnypaul.com/2006/04/'> April 2006  (45)</option> <option value='http://www.lonnypaul.com/2006/03/'> March 2006  (29)</option> <option value='http://www.lonnypaul.com/2006/02/'> February 2006  (23)</option> <option value='http://www.lonnypaul.com/2006/01/'> January 2006  (34)</option> <option value='http://www.lonnypaul.com/2005/12/'> December 2005  (88)</option> <option value='http://www.lonnypaul.com/2005/11/'> November 2005  (56)</option> <option value='http://www.lonnypaul.com/2005/10/'> October 2005  (9)</option> <option value='http://www.lonnypaul.com/2005/09/'> September 2005  (24)</option> <option value='http://www.lonnypaul.com/2005/08/'> August 2005  (31)</option> <option value='http://www.lonnypaul.com/2005/07/'> July 2005  (28)</option> <option value='http://www.lonnypaul.com/2005/06/'> June 2005  (17)</option> <option value='http://www.lonnypaul.com/2005/05/'> May 2005  (23)</option> <option value='http://www.lonnypaul.com/2005/04/'> April 2005  (25)</option> <option value='http://www.lonnypaul.com/2005/03/'> March 2005  (13)</option> <option value='http://www.lonnypaul.com/2005/02/'> February 2005  (13)</option> <option value='http://www.lonnypaul.com/2005/01/'> January 2005  (2)</option> <option value='http://www.lonnypaul.com/2004/12/'> December 2004  (6)</option> <option value='http://www.lonnypaul.com/2004/11/'> November 2004  (3)</option> <option value='http://www.lonnypaul.com/2004/10/'> October 2004  (2)</option> <option value='http://www.lonnypaul.com/2004/05/'> May 2004  (1)</option> <option value='http://www.lonnypaul.com/2004/03/'> March 2004  (2)</option> <option value='http://www.lonnypaul.com/2003/10/'> October 2003  (1)</option> <option value='http://www.lonnypaul.com/2003/02/'> February 2003  (1)</option> <option value='http://www.lonnypaul.com/2002/08/'> August 2002  (1)</option> <option value='http://www.lonnypaul.com/2002/06/'> June 2002  (1)</option> <option value='http://www.lonnypaul.com/2002/05/'> May 2002  (3)</option> <option value='http://www.lonnypaul.com/2002/04/'> April 2002  (1)</option> <option value='http://www.lonnypaul.com/2002/02/'> February 2002  (2)</option> <option value='http://www.lonnypaul.com/2001/06/'> June 2001  (1)</option> <option value='http://www.lonnypaul.com/2000/09/'> September 2000  (1)</option> <option value='http://www.lonnypaul.com/2000/02/'> February 2000  (1)</option> <option value='http://www.lonnypaul.com/1999/12/'> December 1999  (1)</option> <option value='http://www.lonnypaul.com/1998/10/'> October 1998  (1)</option> </select> </li><li id="text-7" class="widget-container widget_text"> <div class="textwidget"><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab" id="Player_25f73604-ffb6-444d-86f8-03074ad79204" WIDTH="160px" HEIGHT="400px"> <PARAM NAME="movie" VALUE="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822%2FUS%2Flonnypcom06-20%2F8009%2F25f73604-ffb6-444d-86f8-03074ad79204&Operation=GetDisplayTemplate"><PARAM NAME="quality" VALUE="high"><PARAM NAME="bgcolor" VALUE="#FFFFFF"><PARAM NAME="allowscriptaccess" VALUE="always"><embed src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822%2FUS%2Flonnypcom06-20%2F8009%2F25f73604-ffb6-444d-86f8-03074ad79204&Operation=GetDisplayTemplate" id="Player_25f73604-ffb6-444d-86f8-03074ad79204" quality="high" bgcolor="#ffffff" name="Player_25f73604-ffb6-444d-86f8-03074ad79204" allowscriptaccess="always" type="application/x-shockwave-flash" align="middle" height="400px" width="160px"></embed></OBJECT> <NOSCRIPT><a href="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822%2FUS%2Flonnypcom06-20%2F8009%2F25f73604-ffb6-444d-86f8-03074ad79204&Operation=NoScript" onclick="javascript:_gaq.push(['_trackEvent','outbound-widget','http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822%2FUS%2Flonnypcom06-20%2F8009%2F25f73604-ffb6-444d-86f8-03074ad79204&Operation=NoScript']);">Amazon.com Widgets</a></NOSCRIPT></div> </li> </ul> </div><!-- #primary .widget-area --> <div id="secondary" class="widget-area" role="complementary"> <ul class="xoxo"> <li id="text-4" class="widget-container widget_text"><h3 class="widget-title">Downtown Miami News</h3> <div class="textwidget"><a href="http://www.downtownmiaminews.com" onclick="javascript:_gaq.push(['_trackEvent','outbound-widget','http://www.downtownmiaminews.com']);" title="Downtown Miami News">Downtown Miami News</a> is my new site dedicated to news, events and deals in and around downtown Miami! Check it out!</div> </li> </ul> </div><!-- #secondary .widget-area --> </div><!-- #main --> <div id="footer" role="contentinfo"> <div id="colophon"> <div id="footer-widget-area" role="complementary"> <div id="first" class="widget-area"> <ul class="xoxo"> <li id="tag_cloud-4" class="widget-container widget_tag_cloud"><h3 class="widget-title">Popular Tags</h3><div class="tagcloud"><a href='http://www.lonnypaul.com/tags/airport/' class='tag-link-76' title='5 topics' style='font-size: 11.315789473684pt;'>airport</a> <a href='http://www.lonnypaul.com/tags/alien/' class='tag-link-78' title='5 topics' style='font-size: 11.315789473684pt;'>alien</a> <a href='http://www.lonnypaul.com/tags/amazon/' class='tag-link-79' title='12 topics' style='font-size: 17.394736842105pt;'>amazon</a> <a href='http://www.lonnypaul.com/tags/android/' class='tag-link-84' title='9 topics' style='font-size: 15.368421052632pt;'>android</a> <a href='http://www.lonnypaul.com/tags/app/' class='tag-link-91' title='5 topics' style='font-size: 11.315789473684pt;'>app</a> <a href='http://www.lonnypaul.com/tags/apple/' class='tag-link-93' title='6 topics' style='font-size: 12.605263157895pt;'>apple</a> <a href='http://www.lonnypaul.com/tags/art/' class='tag-link-97' title='3 topics' style='font-size: 8pt;'>art</a> <a href='http://www.lonnypaul.com/tags/automation/' class='tag-link-103' title='4 topics' style='font-size: 9.8421052631579pt;'>automation</a> <a href='http://www.lonnypaul.com/tags/bp/' class='tag-link-128' title='3 topics' style='font-size: 8pt;'>bp</a> <a href='http://www.lonnypaul.com/tags/bypass/' class='tag-link-134' title='7 topics' style='font-size: 13.526315789474pt;'>bypass</a> <a href='http://www.lonnypaul.com/tags/china/' class='tag-link-149' title='6 topics' style='font-size: 12.605263157895pt;'>china</a> <a href='http://www.lonnypaul.com/tags/comedy/' class='tag-link-163' title='10 topics' style='font-size: 16.105263157895pt;'>comedy</a> <a href='http://www.lonnypaul.com/tags/copyright/' class='tag-link-175' title='4 topics' style='font-size: 9.8421052631579pt;'>copyright</a> <a href='http://www.lonnypaul.com/tags/craigslist/' class='tag-link-178' title='4 topics' style='font-size: 9.8421052631579pt;'>craigslist</a> <a href='http://www.lonnypaul.com/tags/death/' class='tag-link-197' title='4 topics' style='font-size: 9.8421052631579pt;'>death</a> <a href='http://www.lonnypaul.com/tags/drama/' class='tag-link-218' title='3 topics' style='font-size: 8pt;'>drama</a> <a href='http://www.lonnypaul.com/tags/droid/' class='tag-link-219' title='3 topics' style='font-size: 8pt;'>droid</a> <a href='http://www.lonnypaul.com/tags/eggs/' class='tag-link-227' title='3 topics' style='font-size: 8pt;'>eggs</a> <a href='http://www.lonnypaul.com/tags/florida/' class='tag-link-263' title='11 topics' style='font-size: 16.842105263158pt;'>florida</a> <a href='http://www.lonnypaul.com/tags/fx/' class='tag-link-280' title='4 topics' style='font-size: 9.8421052631579pt;'>fx</a> <a href='http://www.lonnypaul.com/tags/gastric/' class='tag-link-285' title='7 topics' style='font-size: 13.526315789474pt;'>gastric</a> <a href='http://www.lonnypaul.com/tags/gastric-bypass-2/' class='tag-link-286' title='3 topics' style='font-size: 8pt;'>gastric bypass</a> <a href='http://www.lonnypaul.com/tags/gizmodo/' class='tag-link-291' title='4 topics' style='font-size: 9.8421052631579pt;'>gizmodo</a> <a href='http://www.lonnypaul.com/tags/google/' class='tag-link-294' title='7 topics' style='font-size: 13.526315789474pt;'>google</a> <a href='http://www.lonnypaul.com/tags/hulu/' class='tag-link-317' title='10 topics' style='font-size: 16.105263157895pt;'>hulu</a> <a href='http://www.lonnypaul.com/tags/humor/' class='tag-link-319' title='9 topics' style='font-size: 15.368421052632pt;'>humor</a> <a href='http://www.lonnypaul.com/tags/iphone/' class='tag-link-332' title='4 topics' style='font-size: 9.8421052631579pt;'>iphone</a> <a href='http://www.lonnypaul.com/tags/kindle/' class='tag-link-352' title='3 topics' style='font-size: 8pt;'>kindle</a> <a href='http://www.lonnypaul.com/tags/lonnypaul/' class='tag-link-374' title='6 topics' style='font-size: 12.605263157895pt;'>lonnypaul</a> <a href='http://www.lonnypaul.com/tags/mcdonalds/' class='tag-link-387' title='3 topics' style='font-size: 8pt;'>mcdonalds</a> <a href='http://www.lonnypaul.com/tags/miami/' class='tag-link-396' title='10 topics' style='font-size: 16.105263157895pt;'>miami</a> <a href='http://www.lonnypaul.com/tags/microsoft/' class='tag-link-401' title='5 topics' style='font-size: 11.315789473684pt;'>microsoft</a> <a href='http://www.lonnypaul.com/tags/motorola/' class='tag-link-408' title='4 topics' style='font-size: 9.8421052631579pt;'>motorola</a> <a href='http://www.lonnypaul.com/tags/news/' class='tag-link-421' title='3 topics' style='font-size: 8pt;'>news</a> <a href='http://www.lonnypaul.com/tags/photos/' class='tag-link-469' title='3 topics' style='font-size: 8pt;'>photos</a> <a href='http://www.lonnypaul.com/tags/rufkm-2/' class='tag-link-518' title='22 topics' style='font-size: 22pt;'>rufkm</a> <a href='http://www.lonnypaul.com/tags/sex/' class='tag-link-534' title='4 topics' style='font-size: 9.8421052631579pt;'>sex</a> <a href='http://www.lonnypaul.com/tags/surgery/' class='tag-link-570' title='7 topics' style='font-size: 13.526315789474pt;'>surgery</a> <a href='http://www.lonnypaul.com/tags/television/' class='tag-link-28' title='14 topics' style='font-size: 18.684210526316pt;'>Television</a> <a href='http://www.lonnypaul.com/tags/tsa/' class='tag-link-604' title='4 topics' style='font-size: 9.8421052631579pt;'>TSA</a> <a href='http://www.lonnypaul.com/tags/tv/' class='tag-link-605' title='13 topics' style='font-size: 18.131578947368pt;'>tv</a> <a href='http://www.lonnypaul.com/tags/ufo/' class='tag-link-613' title='4 topics' style='font-size: 9.8421052631579pt;'>ufo</a> <a href='http://www.lonnypaul.com/tags/verizon/' class='tag-link-624' title='4 topics' style='font-size: 9.8421052631579pt;'>Verizon</a> <a href='http://www.lonnypaul.com/tags/video/' class='tag-link-626' title='10 topics' style='font-size: 16.105263157895pt;'>video</a> <a href='http://www.lonnypaul.com/tags/viral-video/' class='tag-link-628' title='5 topics' style='font-size: 11.315789473684pt;'>viral video</a></div> </li> </ul> </div><!-- #first .widget-area --> <div id="second" class="widget-area"> <ul class="xoxo"> <li id="recent-posts-3" class="widget-container widget_recent_entries"> <h3 class="widget-title">Recent Posts</h3> <ul> <li><a href="http://www.lonnypaul.com/guy-eats-brain-says-it-tastes-like-womens-ejaculate/2012/02/03/" title="Guy Eats Brain: Says It Tastes Like Women’s Ejaculate">Guy Eats Brain: Says It Tastes Like Women’s Ejaculate</a></li> <li><a href="http://www.lonnypaul.com/roseanne-barr-president-not-such-a-horrible-idea/2012/02/02/" title="Roseanne Barr President? Not such a horrible idea!">Roseanne Barr President? Not such a horrible idea!</a></li> <li><a href="http://www.lonnypaul.com/sopa-blackout-day-january-18/2012/01/13/" title="SOPA Blackout Day – January 18">SOPA Blackout Day – January 18</a></li> <li><a href="http://www.lonnypaul.com/gawkers-kyle-wagner-is-an-immature-asshole/2012/01/11/" title="Gawker’s Kyle Wagner Is an Immature Asshole">Gawker’s Kyle Wagner Is an Immature Asshole</a></li> <li><a href="http://www.lonnypaul.com/goateesaver-rufkm-template-to-trim-your-goatee/2012/01/08/" title="GoateeSaver – RUFKM? Template to Trim your Goatee?">GoateeSaver – RUFKM? Template to Trim your Goatee?</a></li> </ul> </li> </ul> </div><!-- #second .widget-area --> <div id="third" class="widget-area"> <ul class="xoxo"> <li id="meta-3" class="widget-container widget_meta"><h3 class="widget-title">Site Tools</h3> <ul> <li><a href="http://www.lonnypaul.com/wp-login.php">Log in</a></li> <li><a href="http://www.lonnypaul.com/feed/" title="Syndicate this site using RSS 2.0">Entries <abbr title="Really Simple Syndication">RSS</abbr></a></li> <li><a href="http://www.lonnypaul.com/comments/feed/" title="The latest comments to all posts in RSS">Comments <abbr title="Really Simple Syndication">RSS</abbr></a></li> <li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress.org</a></li> </ul> </li> </ul> </div><!-- #third .widget-area --> <div id="fourth" class="widget-area"> <ul class="xoxo"> <li id="widget-wpc-login-button-3" class="widget-container widget-wpc-login-button"><h3 class="widget-title">Login Button</h3><fb:login-button show-faces="true" width="200" max-rows="2" perms=""></fb:login-button></li> </ul> </div><!-- #fourth .widget-area --> </div><!-- #footer-widget-area --> <div id="site-info"> <a href="http://www.lonnypaul.com/" title="Lonny Paul" rel="home"> Lonny Paul </a> </div><!-- #site-info --> <div id="site-generator"> <a href="http://wordpress.org/" title="Semantic Personal Publishing Platform" rel="generator">Proudly powered by WordPress.</a> </div><!-- #site-generator --> </div><!-- #colophon --> </div><!-- #footer --> </div><!-- #wrapper --> <!-- Kontera ContentLink --> <script type="text/javascript"> var dc_UnitID = 14; var dc_PublisherID = 193846; var dc_AdLinkColor = '#0000ff'; var dc_isBoldActive = 'no'; var dc_open_new_win = 'yes'; var dc_adprod='ADL'; </script> <script type="text/javascript" SRC="http://kona.kontera.com/javascript/lib/KonaLibInline.js"></script> <!-- Kontera ContentLink --> <!-- Wordpress Connect FBJS v2.0.3 - START --> <div id="fb-root"></div> <script> window.fbAsyncInit = function() { if ( FB && FB.init ){ FB.init( {appId: '199873330049468', status: true, cookie: true, xfbml: true }); } }; (function() { var e = document.createElement('script'); e.async = true; e.src = "http://connect.facebook.net/en_US/all.js"; document.getElementById('fb-root').appendChild(e); }()); </script> <!-- Wordpress Connect FBJS - END --> <script type='text/javascript' src='http://www.lonnypaul.com/wp-includes/js/jquery/jquery.js?ver=1.7.1'></script> <script type='text/javascript' src='http://s.gravatar.com/js/gprofiles.js?aa&ver=3.3.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script type='text/javascript' src='http://www.lonnypaul.com/wp-content/plugins/jetpack/modules/wpgroho.js?ver=3.3.1'></script> <div style="display:none"> <div class="grofile-hash-map-4ff0d6bfe729ffbd718428cc663b58bd"> </div> </div> <script type='text/javascript' src='http://www.lonnypaul.com/wp-content/plugins/jetpack/modules/sharedaddy/sharing.js?ver=0.1'></script> <div id="sharing_email" style="display: none;"> <form action="" method="post"> <label for="target_email">Send to Email Address</label> <input type="text" name="target_email" id="target_email" value="" /> <label for="source_name">Your Name</label> <input type="text" name="source_name" id="source_name" value="" /> <label for="source_email">Your Email Address</label> <input type="text" name="source_email" id="source_email" value="" /> <img style="float: right; display: none" class="loading" src="http://www.lonnypaul.com/wp-content/plugins/jetpack/modules/sharedaddy/images/loading.gif" alt="loading" width="16" height="16" /> <input type="submit" value="Send Email" class="sharing_send" /> <a href="#cancel" class="sharing_cancel">Cancel</a> <div class="errors errors-1" style="display: none;"> Post was not sent - check your email addresses! </div> <div class="errors errors-2" style="display: none;"> Email check failed, please try again </div> <div class="errors errors-3" style="display: none;"> Sorry, your blog cannot share posts by email. </div> </form> </div> <script src="http://stats.wordpress.com/e-201206.js" type="text/javascript"></script> <script type="text/javascript"> st_go({v:'ext',j:'1:1.2.2',blog:'20198151',post:'756'}); var load_cmc = function(){linktracker_init(20198151,756,2);}; if ( typeof addLoadEvent != 'undefined' ) addLoadEvent(load_cmc); else load_cmc(); </script></body> </html>