Custom your own category :

  • 1. Choose the categories by select the check box before category names.
  • 2. Choose the methode to combain the choosen categories between 'Slice' or 'Union' in the drop down list.
  • 3. Execute with click the 'Go' button.

You are currently browsing the archives for the Syndication category.

Location for Atom Syndication

Syndication



Location for Atom Syndication

Abstract:

This document specifies the minimal, fundamental representation of spatial location within Atom feeds and entries.

Introduction:

Joshua Lieberman suggested “Ground State for Atom” as a name for this work. “Ground” resonates well with “geography”, but the original German “grund” means fundamental — this proposal aims to be a fundamental, minimal specification for location in Atom, relying on, and consistent with, other Atom and AtomPub extensions [2,3] wherever possible, with a minimum of invention. (Author’s note: think “n=1″.)

Full: http://www.georss.org/proposals/atom-ground-state

License: Creative Commons Attribution-ShareAlike 2.5

Add to any service

Indexed in June 2008

Related Info Web

Explaining blogs and syndication

Syndication, Web Articles for Dummies, Weblog (Blog)



Dennis Kennedy is Explaining Blogs and RSS: A Primer, and I figure I can take a shot too.  As Dennis says in his comments, the difficulty lies in describing blogs in words..

Blogs are places where you can read the regular writings of friends, colleagues, clients or industry experts.  You’ll find a variety of writing styles, from journalistic to informal.  The articles tend to be less formal than journalistic or academic writing, and you will find writers who post things every day and those who post weekly..

Full article: http://blog.jackvinson.com

License: Creative Commons License

Add to any service

Indexed in May 2008

Related Info Web

Really Simple Atom Syndication

Custom Programming, Syndication



Herein post 4 of n on my hobby project to rewrite my personal publishing software in Haskell. Herein, I create a economically-driven approach to Atom syndication format for entries and comments. By citing economics as the prime motivator, I mean that I’m aiming neither for the most complete nor the most elegant implementation except where those two overlap with exigency.

..

Really Simple Atom Data Model

The first set of design decisions I made were what to throw out from Atom. I decided to omit the atom:contributor construct entirely as well as atom:author is sufficient for my purposes, and atom:source and attributes on atom:link other than @rel and @href weren’t going to be any use to me, either..

Full article: http://mult.ifario.us/p/really-simple-atom-syndication

License: Creative Commons Attribution-Share Alike 3.0 United States

Add to any service

Indexed in May 2008

Related Info Web

AJAX RSS Display

Client-side Scripting, Custom Programming, Syndication



Using JavaScript only without any server-side script, you want to be able to display a RSS feed? Easy! (But it took me 3 hours of hacking.) First setup a web page like this (write your own HTML, this is only an example):

<html>
<head>
<title>JavaScript RSS Reader</title>
<script language="JavaScript" xsrc="rss.js"
mce_src="rss.js" ></script>

..

Full article: http://www.daniel-lemire.com

License: Creative Commons License

Add to any service

Indexed in May 2008

Related Info Web

How to migrate from Drupal 5 to WordPress 2

CMS, Drupal, Syndication, Weblog (Blog), Wordpress Blog



I migrated my blog from Drupal 5 to WordPress 2 nearly 2 weeks ago. The process wasn’t as painful as I thought it would be, thanks to a handy howto via vrypan.net. Another resource I refer to every time I get into tweaking MySQL rows is UrbanMainframe’s MySQL search and replace tipsheet. Thanks to both of these great resources for helping me through the migration.

..

Use a backup copy of your Drupal database, and a fresh WordPress database.

The basic process I followed was:

  1. Work from offline copies of the databases. Dump your Drupal 5 database, import it into a fresh database (say “drupalmigration” or something creative)..
  2. ..


Full article: http://www.darcynorman.net

License: Creative Commons Attribution 2.5 Canada

Add to any service

Indexed in May 2008

Related Info Web

Using JavaScript For Web Syndication

Client-side Scripting, Custom Programming, Syndication



JavaScript is a useful tool for syndicating content to other websites. For example, this page displays ads by Google using JavaScript. When you viewed this page, your browser fetched a script from Google then ran the script and displayed ads on the page.This article examines the pros and cons of JavaScript syndication, explains how to implement it, and demonstrates a technique using PHP to make it even easier.

Full article: http://www.barelyfitz.com/projects/jssyndicate/

License: Creative Commons License

Add to any service

Indexed in May 2008

Related Info Web

Introduction to RSS Feeds

Promoting Website, Syndication, Web Articles for Dummies



This is gonna be for the noobs. Once upon a time, I used to click on my own blogroll to visit, one by one, my friends whom I had linked up. Of course, not all sites had updates so I just closed the window. Meanwhile, some others had up to 5 new entries and often, I read only the latest. This was of course, before I learned to enjoy the convenience of RSS feeds..

..

Each time when there is an update, you will be automatically alerted via RSS, so you won’t miss it. For sites which have not been updated, there will be no alerts, so you don’t have to waste time visiting them.

Full article: http://narrowband.org/2007/06/24/introduction-to-rss-feeds/

License: Creative Commons Attribution - Share Alike 2.5 Generic

Add to any service

Indexed in April 2008

Related Info Web