15 Responses to “Blogs As Modern Art”

Comments

Read below or add a comment...

  1. ogreen12

    What is RSS? RSS is a family of Web feed formats used to publish frequently updated content such as blog entries, news headlines or podcasts. An RSS document, which is called a “feed,” “web feed,” or “channel,” contains either a summary of content from an associated web site or the full text. RSS makes it possible for people to keep up with their favorite web sites in an automated manner that's easier than checking them manually. What is RSS? RSS stands for “Really Simple Syndication”. It’s a way to easily distribute a list of headlines, update notices, and sometimes content to a wide number of people. It’s used by computer programs that organize those headlines and notices for easy reading. What problem does RSS solve? Most people are interested in many websites whose content changes on an unpredictable schedule. Examples of such websites are news sites, community and religious organization information pages, product information pages, medical websites, and weblogs. Repeatedly checking each website to see if there is any new content can be very tedious. Email notification of changes was an early solution to this problem. Unfortunately, when you receive email notifications from multiple websites they’re usually disorganized and can get overwhelming, and are often mistaken for spam. RSS is a better way to be notified of new and changed content. Notifications of changes to multiple websites are handled easily, and the results are presented to you well organized and distinct from email. How does RSS work? RSS works by having the website author maintain a list of notifications on their website in a standard way. This list of notifications is called an “RSS Feed”. People who are interested in finding out the latest headlines or changes can check this list. Special computer programs called “RSS aggregators” have been developed that automatically access the RSS feeds of websites you care about on your behalf and organize the results for you. (RSS Feeds and aggregators are also sometimes called “RSS Channels” and “RSS Readers”.) Producing an RSS feed is very simple and hundreds of thousands of websites now provide this feature, including major news organizations like the New York Times, the BBC, and Reuters, as well as many weblogs. What information does RSS provide? RSS provides very basic information to do its notification. It’s made up of a list of items presented in order from newest to oldest. Each item usually consists of a simple title describing the item along with a more complete description and a link to a web page with the actual information being described. Sometimes this description is the full information you want to read (such as the content of a weblog post) and sometimes it’s just a summary. For example, the RSS information for headlines on a local news website could contain the following information: Item 1: Title: Sidewalk contract awarded Description: The city awarded the sidewalk contract to Smith Associates. This hotly contested deal is worth 1.2 Million. Link: Item 2: Title: Governor to visit Description: The governor is scheduled to visit the city on July 1st. This is the first visit since the election 2 years ago. The mayor is planning a big reception. Link: The RSS information is placed into a single file on a website in a manner similar to normal web pages. However, the information is coded in the XML computer language for use by a program (the RSS aggregator) and not by a person like a normal web page. RSS aggregator programs Think of an RSS aggregator as just a web browser for RSS content. RSS aggregators automatically check a series of RSS feeds for new items on an ongoing basis, making it’s possible to keep track of changes to multiple websites without needing to tediously read and re-read each of the websites yourself. They detect the additions and present them all together to you in a compact and useful manner. If the title and description of an item are of interest, the link can be used to quickly bring the related web page up for reading. Here is a screen shot of an RSS aggregator in action. On the left is a list of the RSS feeds being monitored, along with an indication of the number of unread items in each feed in parenthesis. On the right are the details of the most recent items in a selected RSS feed (in this case, the New York Times). There are many RSS aggregators available. Some are accessed through a browser, some are integrated into email programs, and some run as a standalone application on your personal computer. How do I find out if a website has an RSS feed? It’s getting more and more common for websites to have RSS feeds. They usually indicate the existence of the feed on the home page or main news page with a link to “RSS”, or sometimes by displaying an orange button with the letters “XML” or “RSS”. RSS feeds are also often found via a “Syndicate This” link. Text “RSS” links sometimes (there are lots of variations) point to a web page explaining the nature of the RSS feeds provided and how to find them. The buttons are often linked directly to the RSS feed file itself. Once you know the URL of an RSS feed, you can provide that address to an RSS aggregator program and have the aggregator monitor the feed for you. Many RSS aggregators come preconfigured with a list to choose from of RSS feed URLs for popular news websites. How is the RSS feed file produced? Unless you’re maintaining a website or want to create your own RSS feed for some other purpose, how the RSS feed is produced shouldn’t be of concern and you may skip this section. The special XML-format file that makes up an RSS feed is usually created in one of a variety of ways. Most large news websites and most weblogs are maintained using special “content management” programs. Authors add their stories and postings to the website by interacting with those programs and then use the program's “publish” facility to create the HTML files that make up the website. Those programs often also can update the RSS feed XML file at the same time, adding an item referring to the new story or post, and removing less recent items. Blog creation tools like Blogger, LiveJournal, Movable Type, and Radio automatically create feeds. Websites that are produced in a more custom manner, such as with Macromedia Dreamweaver or a simple text editor, usually don’t automatically create RSS feeds. Authors of such websites either maintain the XML files by hand, just as they do the website itself, or use a tool such as Software Garden, Inc.'S ListGarden program to maintain it. There are also services that periodically read requested websites themselves and try to automatically determine changes (this is most reliable for websites with a somewhat regular news-like format), or that let you create RSS feed XML files that are hosted by that service provider. Tying it all together Here is a diagram showing how the websites, the RSS feed XML files, and your personal computer are connected: The diagram shows a web browser being used to read first Web Site one over the Internet and then Web Site 2. It also shows the RSS feed XML files for both websites being monitored simultaneously by an RSS Feed Aggregator. Other uses In addition to notifying you about news headlines and changes to websites, RSS can be used for many other purposes. There doesn’t even have to be a web page associated with the items listed — sometimes all the information you need may be in the titles and descriptions themselves. Some commonly mentioned uses are: Notification of the arrival of new products in a store Listing and notifying you of newsletter issues, including email newsletters Weather and other alerts of changing conditions Notification of additions of new items to a database, or new members to a group One RSS aggregator is all that you need to read all of the RSS feeds, be they headlines, alerts, changes, or other notifications. RSS is shaping up to be a very popular and useful means for communicating Want more traffic? An easy way to distribute your news? Then you need an RSS news feed. To start all you need is content you want broadcast, and one RSS text file. What is RSS? Really Simple Syndication (RSS) is a lightweight XML format designed for sharing headlines and other Web content. Think of it as a distributable “What's New” for your site. Originated by UserLand in 1997 and subsequently used by Netscape to fill channels for Netcenter, RSS has evolved into a popular means of sharing content between sites (including the BBC, CNET, CNN, Disney, Forbes, Motley Fool, Wired, Red Herring, Salon, Slashdot, ZDNet, and more). RSS solves myriad problems webmasters commonly face, such as increasing traffic, and gathering and distributing news. RSS can also be the basis for additional content distribution services. RSS Syntax RSS defines an XML grammar (a set of HTML-like tags) for sharing news. Each RSS text file contains both static information about your site, plus dynamic information about your new stories, all surrounded by matching start and end tags. Each story is defined by an tag, which contains a headline TITLE, URL, and DESCRIPTION. Here's an example: … RSS Resources Defined in XML, the Rich Site Summary (RSS) format has quietly become a dominant format for distributing headlines on the Web. Our list of links gives you the tools, tips and tutorials you need to get started using RSS. 0323 … Each RSS channel can contain up to fifteen items and is easily parsed using Perl or other open source software. If you want more details on creating RSS files see Jonathan Eisenzopf's excellent article in the February issue of Web Techniques. But you don't have to worry about the details, we've made it easy to create your own RSS channel with free open source scripts, all Web based. More on these later. Once you've created and validated your RSS text file, register it at the various aggregators, and watch the hits roll in. Any site can now grab and display your feed regularly, driving traffic your way. Update your RSS file, and all the external sites that subscribe to your feed will be automatically updated. What can be easier? But wait, there's more. Contents RSS content can be read using software called an “RSS reader,” “feed reader” or an “aggregator.” The user subscribes to a feed by entering the feed's link into the reader or by clicking an RSS icon in a browser that initiates the subscription process. The reader checks the user's subscribed feeds regularly for new content, downloading any updates that it finds. The initials “RSS” are used to refer to the following formats: Really Simple Syndication (RSS 2.0) RDF Site Summary (RSS 1.0 And RSS 0.90) Rich Site Summary (RSS 0.91) RSS formats are specified using XML, a generic specification for the creation of data formats. Contents [hide] one History two Incompatibilities three Modules four BitTorrent and RSS five Examples 5.1 RSS 1.0 5.2 RSS 2.0 Six See also 7 References eight External links 8.1 Specifications 8.2 Articles [edit] History Screenshot of an RSS feed in Safari 2.0.4THE RSS formats were preceded by several attempts at syndication that didn’t achieve widespread popularity. The basic idea of restructuring information about web sites goes back to at least 1995, when Ramanathan V. Guha and others in Apple Computer's Advanced Technology Group developed the Meta Content Framework (MCF)[2]. For a more detailed discussion of these early developments, see the history of web syndication technology. RDF Site Summary, the first version of RSS, was created by Guha at Netscape in March 1999 for use on the My.NETSCAPE.COM Portal. This version became known as RSS 0.9.[3] In July 1999, Dan Libby of Netscape produced a new version, RSS 0.91[4], That simplified the format by removing RDF elements and incorporating elements from Dave Winer's scriptingNews syndication format.[5] Libby also renamed RSS to Rich Site Summary and outlined further development of the format in a “futures document.”[6] This would be Netscape's last participation in RSS development for 8 years. As RSS was being embraced by web publishers who wanted their feeds to be used on My.NETSCAPE.COM And other early RSS portals, Netscape dropped RSS support from My.NETSCAPE.COM In April 2001 during new owner AOL's restructuring of the company, also removing documentation and tools that supported the format.[7] 2 entities emerged to fill the void, neither with Netscape's help or approval: The RSS-DEV Working Group and Winer, whose UserLand Software had published some of the first publishing tools outside of Netscape that could read and write RSS. Winer published a modified version of the RSS 0.91 Specification on the UserLand web site, covering how it was being used in his company's products, and claimed copyright to the document.[8] A few months later, UserLand filed a U.S. Trademark registration for RSS, but failed to respond to a USPTO trademark examiner's request and the request was rejected in December 2001.[9] The RSS-DEV Working Group, a project whose members included Guha and representatives of O'Reilly Media and Moreover, produced RSS 1.0 In December 2000.[10] This new version, which reclaimed the name RDF Site Summary from RSS 0.9, Reintroduced support for RDF and added XML namespaces support, adopting elements from standard metadata vocabularies such as Dublin Core. In December 2000, Winer released RSS 0.92[11] A minor set of changes aside from the introduction of the enclosure element, which permitted audio files to be carried in RSS feeds and helped spark podcasting. He also released drafts of RSS 0.93 And RSS 0.94 That were subsequently withdrawn.[12] In September 2002, Winer released a major new version of the format, RSS 2.0, That redubbed its initials Really Simple Syndication. RSS 2.0 Removed the type attribute added in the RSS 0.94 Draft and added support for namespaces. Because neither Winer nor the RSS-DEV Working Group had Netscape's involvement, they couldn’t make an official claim on the RSS name or format. This has fueled ongoing controversy in the syndication development community as to which entity was the proper publisher of RSS. One product of that contentious debate was the creation of a rival syndication format, Atom, that began in June 2003. The Atom syndication format, whose creation was in part motivated by a desire to get a clean start free of the’ssues surrounding RSS, has been adopted as an IETF standard. In July 2003, Winer and UserLand Software assigned the copyright of the RSS 2.0 Specification to Harvard's Berkman Center for the Internet & Society, where he had just begun a term as a visiting fellow.[13] At the same time, Winer launched the RSS Advisory Board with Brent Simmons and Jon Udell, a group whose purpose was to maintain and publish the specification and answer questions about the format.[14] In December 2005, the Microsoft Internet Explorer team and Outlook team announced on their blogs that they were adopting the feed icon first used in the Mozilla Firefox browser . A few months later, Opera Software followed suit. This effectively made the orange square with white radio waves the industry standard for RSS and Atom feeds, replacing the large variety of icons and text that had been used previously to identify syndication data. In January 2006, RSS Advisory Board chairman Rogers Cadenhead announced that 8 new members had joined the group, continuing the development of the RSS format and resolving ambiguities in the RSS 2.0 Specification. Netscape developer Chris Finke joined the board in March 2007, the company's first involvement in RSS since the publication of RSS 0.91. In June 2007, the board revised its version of the specification to confirm that namespaces may extend core elements with namespace attributes, as Microsoft has done in Internet Explorer 7. In its view, a difference of interpretation left publishers unsure of whether this was permitted or forbidden. [EDIT] Incompatibilities As noted above, there are several different versions of RSS, falling into 2 major branches (RDF and 2.*). The RDF, or RSS 1.* Branch includes the following versions: RSS 0.90 Was the original Netscape RSS version. This RSS was called RDF Site Summary, but was based on an early working draft of the RDF standard, and was not compatible with the final RDF Recommendation. RSS 1.0 Is an open format by the RSS-DEV Working Group, again standing for RDF Site Summary. RSS 1.0 Is an RDF format like RSS 0.90, But not fully compatible with it, since 1.0 Is based on the final RDF 1.0 Recommendation. RSS 1.1 Is also an open format and is intended to update and replace RSS 1.0. The specification is an independent draft not supported or endorsed in any way by the RSS-Dev Working Group or any other organization. The RSS 2.* Branch (initially UserLand, now Harvard) includes the following versions: RSS 0.91 Is the simplified RSS version released by Netscape, and also the version number of the simplified version championed by Dave Winer from Userland Software. The Netscape version was now called Rich Site Summary, this was no longer an RDF format, but was relatively easy to use. It remains the most common RSS variant. RSS 0.92 Through 0.94 Are expansions of the RSS 0.91 Format, which are mostly compatible with each other and with Winer's version of RSS 0.91, But aren’t compatible with RSS 0.90. In all Userland RSS 0.9X Specifications, RSS was no longer an acronym. RSS 2.0.1 Has the internal version number 2.0. RSS 2.0.1 Was proclaimed to be “frozen,” but still updated shortly after release without changing the version number. RSS now stood for Really Simple Syndication. The major change in this version is an explicit extension mechanism using XML Namespaces. For the most part, later versions in each branch are backward-compatible with earlier versions (aside from non-conformant RDF syntax in 0.90), And both versions include properly documented extension mechanisms using XML Namespaces, either directly (in the 2.* Branch) or through RDF (in the 1.* Branch). Most syndication software supports both branches. Mark Pilgrim's article “The Myth of RSS Compatibility” discusses RSS version compatibility in more detail. The extension mechanisms make it possible for each branch to track innovations in the other. For example, the RSS 2.* Branch was the first to support enclosures, making it the current leading choice for podcasting, and as of mid-2005 is the format supported for that use by iTunes and other podcasting software; however, an enclosure extension is now available for the RSS 1.* Branch, mod_enclosure. Likewise, the RSS 2.* Core specification doesn’t support providing full-text in addition to a synopsis, but the RSS 1.* Markup can be (and often is) used as an extension. There are also several common outside extension packages available, including a new proposal from Microsoft for use in Internet Explorer 7. The most serious compatibility problem is with HTML markup. Userland's RSS readergenerally considered as the reference implementationdidn’t originally filter out HTML markup from feeds. As a result, publishers began placing HTML markup into the titles and descriptions of items in their RSS feeds. This behavior has become expected of readers, to the point of becoming a de facto standard, though there is still some inconsistency in how software handles this markup, particularly in titles. The RSS 2.0 Specification was later updated to include examples of entity-encoded HTML, however all prior plain text usages remain valid. [EDIT] Modules The primary objective of all RSS modules is to extend the basic XML schema established for more robust syndication of content. This inherently allows for more diverse, yet standardized, transactions without modifying the core RSS specification. To accomplish this extension, a tightly controlled vocabulary (in the RSS world, “module”; in the XML world, “schema”) is declared through an XML namespace to give names to concepts and relationships between those concepts. Some RSS 2.0 Modules with established namespaces: Ecommerce RSS 2.0 Module Media RSS 2.0 Module OpenSearch RSS 2.0 Module [edit] BitTorrent and RSS The peer-to-peer application BitTorrent has also announced support for RSS. Such feeds (also known as Torrent/RSS-es or Torrentcasts) will allow client applications to download files automatically from the moment the RSS reader detects them (also known as Broadcatching). Most common BitTorrent clients already offer RSS support. [EDIT] Examples [edit] RSS 1.0 The following is an example of an RSS 1.0 File.

  2. natha947

    Open Directory – Computers: Internet: On the Web: Weblogs. The Weblog Review – Provides a summary and general thoughts about user submitted weblogs. The WhyILog – People explain why they started a weblog. …

  3. stefanikrg85

    What is the difference between a permalink and a normal link.? On the same lines what is the difference between a blog and normal html page besides having a mechanism for readers to post comments

  4. ekenn452

    Deep Thinking about Weblogs. Weblogs are becoming increasingly difficult to ignore for those of us who spend much time reading the Web. Also known by the inscrutable nickname “blogs”, …

  5. aaar632

    Normal links can time out or be removed, age out. A permalink remains unchanged indefinitely, it’s less susceptible to link rot. Most modern weblogging and content-syndication software systems, including Wordpress, Movable Type, LiveJournal, RapidWeaver, Pivot and Blogger, support such links. Other types of websites use permalinks, too, but the term itself is most common within the blogosphere. Permalink is a portmanteau word made from permanent link. Permalinks are often simply stated so as to be human-readable.

  6. mcontrer426

    FAQ: Weblog resources. A weblog (sometimes called a blog or a newspage or a filter) is a webpage where a weblogger (sometimes called a blogger, or a pre-surfer) ‘logs’ all the …

  7. vickc574

    What does “permalink” on Youtube videos mean? A permalink, or permanent link, is a URL that points to a specific blog or forum entry after it has passed from the front page to the archives. Because a permalink remains unchanged indefinitely, it’s less susceptible to link rot. Most modern weblogging and content-syndication software systems support such links. Other types of websites use permanent links, but the term permalink is most common within the blogosphere. Permalink is a portmanteau word made from permanent link. Permalinks are often simply stated so as to be human-readable.

  8. jefn642

    The Dating Weblog – #1 – Insights into the online content business … (DAVE)WE Women often end up with jerks, do not SightingsSometimes, we think that we broke off ChannelIf you’re dating someone new, …

  9. ktrac908

    What is a permalink? A permalink, or permanent link, is a URL that points to a specific blog or forum entry after it has passed from the front page to the archives. What is the purpose of a permalink? Permanence in links is desirable when content items are likely to be linked to, from, or cited by a source outside the originating organization. Before the advent of large-scale dynamic websites built on database-backed content management systems, it was more common for URLs of specific pieces of content to be static and human readable, as URL structure and naming were dictated by the entity creating that content. Increased volume of content and difficulty of management led to the rise of database-driven systems, and the resulting unwieldy and often-changing URLs necessitated deliberate policies with regard to URL design and link permanence. For example, Wikipedia's internal cgi-based URLs, e.G., , Are re-written to a more human-readable form, (see Rewrite engine). For more information follow this link…

  10. ettibarr705

    Google Directory – Computers > Internet > On the Web > Weblogs … Open source PHP/ mySQL weblog tool derived from the same code that later became WordPress. Supports multiple categories, sub-categories, multiple weblogs, …

  11. habellin790

    What is the best blog site? Im looking to start blogging, and maybe even have some people read it. The only catch is that i don't plan on advertising. What is the best blog site that people can accidentally stumble across?

  12. rast303

    Amazon.COM: The Weblog Handbook: Practical Advice on Creating and … Amazon.COM: The Weblog Handbook: Practical Advice on Creating and Maintaining Your Blog (9780738207568): Rebecca Blood: Books.

  13. lacydaw706

    LiveJournal is an online journal service with an emphasis on user interaction. A basic, fully-functional account is free, while paid accounts receive access to premium features. Tumblr is your friendly, free, and terrifically easy tool for creating tumblelogs. Tumblelogs are the refreshingly simple new way to share anything you find, love, hate, or create. Create a blog in three easy steps: Create an account Name your blog Choose a template WordPress.COM Is an easy and powerful way to start blogging. Plurk is a social journal for your life that lets you publish and share your thoughts. Share your life easily with friends, family and fans. Vox is a new personal blogging service. Its all about ease of use, privacy control, playing well with other web services, and staying connected to the people you care about. Control exactly who gets to see each of your posts and photos. See all the posts from your friends and family on one page. Bring in content from other web services you already use (Amazon, YouTube, more). No signup. No email and privacy exposure No ad submission and no efforts No animation and annoying ads Multilanguage support Cheat-proof and fair sharing WordPress platform and alike friendly Targeted readers reach Welcome bonus for everyone Best de facto exchange ratio (10:9) It should should be easy to create an individual Design with the templatr. With a little experimentation you’ll be able to reach the desired result much more quickly than with endless written explanations. PimpThisBlog is a place where you promote and publicize your content. Its simple and effective just let us know that you have new content and well pimp it for you. Your content will be shared, syndicated and spread on Twitter, Google and FriendFeed, to name a few, in no time at all. Just sit back and watch your website traffic grow!. A new site providing the freshest wordpress themes. Measure Map helps you understand what people do at your blog, and what influence you’re having on the world. Palmood has an easy and fast way to blog your mood and share it with your friends, family, and the rest of the world. Soup is a tumblelog, a super-easy blog that can do more than just text: post links, quotes, videos, audio, files, reviews and events. Make your personal remix of the web: When you see something cool online, just click a button to add it to your Soup. Kontain is a free website, for you to blog and share your photos, videos and audio with friends, family, even beautiful strangers. Kontains primary goals are: The easiest site to upload, share and browse media The most aesthetically beautiful media destination To offer a wide range of innovative features and tools ShoutEm is platform on which you can easily start co-branded microbloging social networking service. Something simple as Twitter or with more features like Pownce. It’s up to you :) Latest news, article, video on social networking, social media, social community and social software from worldwide. SNAPP Free is a quick, easy, and FREE way to launch your own branded social network. SNAPP Free is ideal for hobbyists, startups or anyone passionate about something. SNAPP Free is a free service, has easy-to-use site templates and even has 50% Google AdSense revenue sharing! Launch Your Site in three Steps: Setup your community Choose your template Invite friends & launch! Create your eBooks, Photo albums, Comics, Magazines, Fanzines, CV, Brochures, Books When youre done, publish and share your ebook full of photos, video, audio with friends, family, and the world. See everything thats going on with your friends in all the sites you use, easily figure out where youre missing connections with your friends, interact with multiple sites at once, and more! Socialthing! Makes it easy to see all the things your friends are doing. Its a news feed for every site that you use in one place. Its a place to see whats up in your digital life, and figure out where to go to from there Scribnia is a community where users discover new bloggers and columnists: For Readers: Rate authors using Context Ratings, and share with your friends the authors you love and hate Discover new authors using Scribnias recommendation engine, which analyzes your unique tastes. For Bloggers: Install the scribnia widget to enable readers to rate you and drive new readers to your blog Connect with readers by seeing what they like and dislike about your posts. Create your private diary with text, photos, videos and web links. Make a shared diary to do all this with friends too. Create your diary, its free! Pringo Networks offers a complete social networking and media sharing platform allowing your company to effectively build an integrated online community around your existing user base. Pringo Networks provides the power and flexibility of state-of-the-art social network solution on your site. With features surpassing the leading popular networks, Pringo technology can offer you and your audience the same functionality as MySpace, YouTube, Tribe.NET, Bebo.COM And then some! Create your own Social Network with Neeetz. Connect with colleagues, friends, family members and others of like interest. Create Blogs and Forums. Share photos, videos and music. Craft life updates and create communities of like interests. Join Neeetz to Create, Share and Socialize. Plerb.COM Is a free social microblogging service and chat community. You can start your own microblog, connect with friends, meet interesting new people, share photos and find new business contacts. Babelyou is an online network functioning, in many languages, which enables people to make coommunicate worldwide. Search and Discover Communities with Twings Discussion Forums Search Engine At Groops you connect with likeminded people in local interest groups. The goal is to meet for shared activities. Podobo is about ideas and thoughts. Its about finding out what people are thinking and, linking them together. MoMingle.COM Is a place for people to post location-based messages on a map Plurk is a social journal for your life that lets you publish and share your thoughts. Share your life easily with friends, family and fans. What can you do with a SpringWidget? You can create an RSS reader with multiple feeds; badges for your profile on social networks such as MySpace, Facebook, and Bebo; countdown application widgets and other cool gadgets for your blog. SweetCircles.COM Is a Feature-rich Social Weblogging Application to publish thoughts and network with like-minded people on the Web. Express yourself in a totally new way. Speak Your Mind: With Blerp, you can go to any website and post anything you want. Spark relevant discussions right on the page. Save time by managing all of your social media from a single place. No need to log into different social media sites every day. Postling does all the work for you. Postling supports Wordpress, Blogger, Typepad, Squarespace, Tumblr, Twitter, Facebook, and Flickr Pagegoblin is a social blogging site. It combines blogs, microblogs, wikis and forums. Regator is a website that gathers the worlds best blog posts and organizes them in a way that makes it easy to find the things you needand fun to discover the things you never knew you wanted. Its here to help you find, discuss, share, rate, and organize information on the topics you care about.

  14. gjamiso695

    A weblog about weblogging | Home. Anyway, royby.COM And a weblog about weblogging are now both powered by EE but I am still on a steep learning curve as I look over the myriad of plug-ins …

  15. arave395

    I find easy to use but some people use