<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<title>Combine RSS Feeds - RSSMixer.com</title>

	<link href="http://www.rssmixer.com/css/app.css" rel="stylesheet">

	<!-- Fonts -->
	<link href='//fonts.googleapis.com/css?family=Roboto:400,300' rel='stylesheet' type='text/css'>

	<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
	<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
	<!--[if lt IE 9]>
		<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
		<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
	<![endif]-->
</head>
<body>
	<nav class="navbar navbar-default">
		<div class="container-fluid">
			<div class="navbar-header">
				<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
					<span class="sr-only">Toggle Navigation</span>
					<span class="icon-bar"></span>
					<span class="icon-bar"></span>
					<span class="icon-bar"></span>
				</button>
				<a class="navbar-brand" href="http://www.rssmixer.com">RSSMixer.com</a>
			</div>

			<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
				<ul class="nav navbar-nav">
					<li><a href="http://www.rssmixer.com">Home</a></li>
				</ul>

				<ul class="nav navbar-nav navbar-right">
											<li><a href="http://www.rssmixer.com/about">About Us</a></li>
						<li><a href="http://www.rssmixer.com/contact">Contact</a></li>
									</ul>
			</div>
		</div>
	</nav>

	<div class="container">
	<div class="row">
		<div class="col-md-3 col-md-offset-1">
			<h1>RSS Mixer</h1>
			<p>Looking for a simple way to mash together many RSS feeds into one? No problem...</p>
			<p>Combine up to 20 RSS feeds - very easily!</p>
			<h3>How it works:</h3>
			<p>1) Give your new 'mixed' feed a name</p>
			<p>2) Enter the RSS feeds you want to mix</p>
			<p>3) Click save and get a combined feed!</p>
		</div>
		<div class="col-md-7">
			<div class="panel panel-default">
				<div class="panel-heading">&nbsp;</div>
				<div class="panel-body">
					<form method="POST" action="http://www.rssmixer.com/save" accept-charset="UTF-8"><input name="_token" type="hidden" value="c8ZTRKZ9HwgUDYSpJnp9vQIkQzwBxgwWR4PzhWbz">
						<div class="form-group ">
							<label for="name">Name of Feed:</label>
							<input class="form-control" name="name" type="text" id="name">
													</div>
						<div class="form-group ">
							<label for="urls">Feeds to Mix (1 per line):</label>
							<textarea class="form-control" name="urls" cols="50" rows="10" id="urls"></textarea>
																				</div>
						<div class="form-group ">
							<input class="btn btn-primary" type="submit" value="Create Mixed Feed &rsaquo;">
							<label class="checkbox-inline" style="margin-left: 15px;">
								<input name="terms" type="checkbox"> I accept the <a href="http://rssmixer.com/terms-of-service" target="_blank">Terms of Service</a>.
							</label>
						</div>
					</form>
				</div>
			</div>
		</div>
	</div>
	<div class="row">
		<div class="col-md-10 col-md-offset-1">
			<hr>
			<h2>A Really Simple Introduction to RSS</h2>
			<p>The technology of the internet is shrouded in acronyms. Almost all of the cutting edge advancements made in computing technology have been popularly known by an abbreviation. From "www" to "mp3" to "rss." So what is "rss?" RSS stands for "Really Simple Syndication." Before we discuss what RSS is, we should cover what RSS does. In short RSS allows one to subscribe to a feed and receive updates as they are published, rather than having to check in as time allows. The feed can be anything from a news site to a podcast.</p>
			<p>Now back to the question of what RSS is. RSS is an XML file that conforms to the defined standard of RSS. This standard gives content creators a simple way to push updates from their sites to anyone who has chosen to receive them. The RSS format allows for each update to contain a title, a link (for instance, to an mp3 in the case of a podcast), as well as a description. Since RSS is an open format, it is very simple for programmers to incorporate RSS into their programs. As such, there are quite a lot of feed-readers, new-aggregators, and RSS browsers out there.</p>
			<p>Now that we know what RSS can do, and a little bit about how it works, lets look at how to get started with RSS. The first thing to do is find an RSS feed that one wants to follow. Most news sites will have an RSS icon mixed in with the other icons available for sharing the content. Clicking on this icon will give you access to the feed URL, which you can cut and paste into your aggregator of choice. Voila, you are now an RSS nerd, welcome to the fold!</p>
			<hr>
		</div>
	</div>
	<div class="row">
		<div class="col-md-10 col-md-offset-1 text-center top-margin">
			<!-- Go to www.addthis.com/dashboard to customize your tools -->
			<div class="addthis_responsive_sharing"></div>

			<!-- Go to www.addthis.com/dashboard to customize your tools -->
			<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-4e226c3d0819e30c" async="async"></script>
		</div>
	</div>
</div>

<div class="container">
	<div class="row">
		<div class="col-md-10 col-md-offset-1 text-center">
			<hr>
			<p><a href="http://www.rssmixer.com">Home</a> | <a href="http://www.rssmixer.com/about-us">About Us</a> | <a href="http://www.rssmixer.com/contact-us">Contact Form</a> | <a href="http://www.rssmixer.com/privacy-policy">Privacy Policy</a> | <a href="http://www.rssmixer.com/terms-of-service">Terms of Service</a></p>
			<p>Copyright 2015 &copy; Family Media LLC</p>
			<hr>
		</div>
	</div>
</div>

	<!-- Scripts -->
	<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
	<script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.1/js/bootstrap.min.js"></script>

<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-38718705-40', 'auto');
  ga('send', 'pageview');

</script>
</body>
</html>