Congratulations!

[Valid RSS] This is a valid RSS feed.

Recommendations

This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: https://feeds.feedburner.com/about-robots

  1. <?xml version="1.0"?>
  2. <rss version="2.0" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:yt="http://gdata.youtube.com/schemas/2007" xmlns:atom="http://www.w3.org/2005/Atom">
  3.   <channel>
  4.      <title>About-Robots.com total feed</title>
  5.      <description>Pipes Output</description>
  6.      <link>http://pipes.yahoo.com/pipes/pipe.info?_id=5ac061b250082b0183fa58551a2c4e31</link>
  7.      <atom:link rel="next" href="http://pipes.yahoo.com/pipes/pipe.run?_id=5ac061b250082b0183fa58551a2c4e31&amp;_render=rss&amp;page=2"/>
  8.      <pubDate>Thu, 01 Oct 2015 23:23:51 +0000</pubDate>
  9.      <generator>http://pipes.yahoo.com/pipes/</generator>
  10.      <item>
  11.         <title>Using Nao Image Recognition in your app</title>
  12.         <link>http://blog.about-robots.com/2015/08/using-nao-image-recognition-in-your-app.html</link>
  13.         <description>Nao and Pepper have this awesome feature to recognize objects from a database of images. You can create the database quite easily with Choregraphe and upload it to your robot. It's rather simple. For more details on the basics of creating and using a Vision Recognition Database, check the official...</description>
  14.         <guid isPermaLink="false">http://blog.about-robots.com/2015/08/using-nao-image-recognition-in-your-app.html</guid>
  15.         <pubDate>Tue, 25 Aug 2015 03:48:35 +0000</pubDate>
  16.      </item>
  17.      <item>
  18.         <title>Apr  2, Make Pepper know everything using Wikipedia</title>
  19.         <link>http://www.about-robots.com/make-pepper-know-everything-using-wikipedia.html</link>
  20.         <description>In this tutorial, I explain the code available on the Github PepperWiki. You can download it for free on Github.  PepperWiki is a simple Pepper/Nao app</description>
  21.         <guid isPermaLink="false">2359f79b001b8e326001c1bcdb0cd1e7</guid>
  22.         <pubDate>Thu, 02 Apr 2015 12:06:47 +0000</pubDate>
  23.      </item>
  24.      <item>
  25.         <title>Building Great Humanoid Robot Apps Part 3: Dealing With Uncertainty</title>
  26.         <link>http://blog.about-robots.com/2015/04/building-great-humanoid-robot-apps-part-3.html</link>
  27.         <description>This is the 3rd and last part of the 3 part series on how to build great humanoid robot apps So much uncertainty An important lesson we learned early with Nao, is that you have to handle an extreme amount of uncertainty. What could possibly go wrong? When using Nao,...</description>
  28.         <guid isPermaLink="false">http://blog.about-robots.com/2015/04/building-great-humanoid-robot-apps-part-3.html</guid>
  29.         <pubDate>Thu, 02 Apr 2015 11:12:57 +0000</pubDate>
  30.      </item>
  31.      <item>
  32.         <title>Building Great Humanoid Robot Apps Part 2: Imagine The Interface</title>
  33.         <link>http://blog.about-robots.com/2014/10/building-great-humanoid-robot-apps-part-2.html</link>
  34.         <description>This is the second part in the 3-part series on how to build great humanoid robot apps. The goal is to find out the answer to: what makes the difference between succesful applications and failed ones? In the first part, you can see how to define clear goals: goals that...</description>
  35.         <guid isPermaLink="false">http://blog.about-robots.com/2014/10/building-great-humanoid-robot-apps-part-2.html</guid>
  36.         <pubDate>Tue, 21 Oct 2014 12:56:00 +0000</pubDate>
  37.      </item>
  38.      <item>
  39.         <title>Building Great Humanoid Robot Apps Part 1: Defining Clear Goals</title>
  40.         <link>http://blog.about-robots.com/2014/10/building-humanoid-robot-apps.html</link>
  41.         <description>After creating dozens of apps on Nao and Pepper, I have been thinking: what made the difference between my success and failures? I worked for 6 months full time on a big application that ended up boring and mostly thrown away. The idea was great, but the app itself just...</description>
  42.         <guid isPermaLink="false">http://blog.about-robots.com/2014/10/building-humanoid-robot-apps.html</guid>
  43.         <pubDate>Wed, 15 Oct 2014 12:55:16 +0000</pubDate>
  44.      </item>
  45.      <item>
  46.         <title>Safety concerns for social robots</title>
  47.         <link>http://blog.about-robots.com/2014/10/safety-concerns-for-social-robots.html</link>
  48.         <description>I was reading this article by Frank Tobe about Safety concerns for collaborative robots and I thought these rules could actually apply pretty well to what we achieved with Pepper. So let's see how to handle safety concerns for social robots. Rules for collaborative industrial robots Here are the rules...</description>
  49.         <guid isPermaLink="false">http://blog.about-robots.com/2014/10/safety-concerns-for-social-robots.html</guid>
  50.         <pubDate>Sun, 12 Oct 2014 07:50:25 +0000</pubDate>
  51.      </item>
  52.      <item>
  53.         <title>Sep 29, How to import Python files in your Pepper apps?</title>
  54.         <link>http://www.about-robots.com/how-to-import-python-files-in-your-pepper-apps.html</link>
  55.         <description>When using Choregraphe to create your Pepper apps, you can put Python code in the boxes.  However, if the code gets longer, boxes become hard to edit.</description>
  56.         <guid isPermaLink="false">2c5a4daec548a0610eb6ef7482c1f97a</guid>
  57.         <pubDate>Tue, 30 Sep 2014 02:57:35 +0000</pubDate>
  58.      </item>
  59.      <item>
  60.         <title>Sep 28, Basics of Robot Programming</title>
  61.         <link>http://www.about-robots.com/robot-programming.html</link>
  62.         <description>Robot programming is one of the main field of robotics. Let's cover the basics: robot software architecture, programming a microcontroller and other useful programming software.</description>
  63.         <guid isPermaLink="false">25f3d22be889922a3a84f46f4d536404</guid>
  64.         <pubDate>Sun, 28 Sep 2014 15:00:29 +0000</pubDate>
  65.      </item>
  66.      <item>
  67.         <title>Sep 28, Pepper Robot Programming: Tools and Tutorials</title>
  68.         <link>http://www.about-robots.com/pepper-robot-programming.html</link>
  69.         <description>Learn Pepper robot programming with tutorials and sample code! Create Pepper apps and Nao apps, script, Python   or C++ programs for Aldebaran robots on NaoqiOS.</description>
  70.         <guid isPermaLink="false">f519b87243e961a7c844604c58536d53</guid>
  71.         <pubDate>Sun, 28 Sep 2014 14:52:59 +0000</pubDate>
  72.      </item>
  73.      <item>
  74.         <title>Pepper Tech Festival: Demos Summary</title>
  75.         <link>http://blog.about-robots.com/2014/09/pepper-tech-festival-demos-summary.html</link>
  76.         <description>Yesterday the Pepper Tech Festival took place in Tokyo. More than 1200 people attended and over 500 Pepper were pre-ordered. That is a huge success, as nearly 50% of people present ordered the robot. However, only 200 robots are available this year. More will be coming in February. For more...</description>
  77.         <guid isPermaLink="false">http://blog.about-robots.com/2014/09/pepper-tech-festival-demos-summary.html</guid>
  78.         <pubDate>Sun, 21 Sep 2014 10:34:46 +0000</pubDate>
  79.      </item>
  80.      <item>
  81.         <title>Sep 21, Pepper Robot Price, How much does the Pepper robot cost?</title>
  82.         <link>http://www.about-robots.com/pepper-robot-price.html</link>
  83.         <description>Pepper robot price is about 2000$ + subscription, and I explain all that is included in it.</description>
  84.         <guid isPermaLink="false">53480381a9b81b88b8c559497bd59d86</guid>
  85.         <pubDate>Sun, 21 Sep 2014 04:09:33 +0000</pubDate>
  86.      </item>
  87.      <item>
  88.         <title>Aug 24, Nao, the Little Humanoid Robot</title>
  89.         <link>http://www.about-robots.com/humanoid-robot-nao.html</link>
  90.         <description>Nao robot is a little Humanoid Robot that comes from France. But don't  judge it by its small size, the robot kid can do a lot, and its  creator aims for the World.</description>
  91.         <guid isPermaLink="false">869337006a201f21ebca9e3d7aa3e229</guid>
  92.         <pubDate>Sun, 24 Aug 2014 05:30:45 +0000</pubDate>
  93.      </item>
  94.      <item>
  95.         <title>Aug 23, Pepper Robot Features: Simple, Detailed Specs</title>
  96.         <link>http://www.about-robots.com/pepper-robot-features.html</link>
  97.         <description>Can Pepper speak English? What's his CPU? This is a detailed and simple spec of   all Pepper robot features that answers all your questions.</description>
  98.         <guid isPermaLink="false">9d9144721c36bec058765a4b3f2b9947</guid>
  99.         <pubDate>Sat, 23 Aug 2014 17:15:33 +0000</pubDate>
  100.      </item>
  101.      <item>
  102.         <title>Aldebaran Ateliers Opens in Tokyo Omote Sando</title>
  103.         <link>http://blog.about-robots.com/2014/08/aldebaran-ateliers-opens-in-tokyo-omote-sando.html</link>
  104.         <description>After Paris, Aldebaran opened its first Atelier in Japan! You can now discover Pepper and Nao in their natural environment in Omote Sando, also known as the Japanese &quot;Champs Elysée&quot;. What's the difference between the Softbank shop and Aldebaran Atelier? More than 5 robots, both Pepper and Nao, are available...</description>
  105.         <guid isPermaLink="false">http://blog.about-robots.com/2014/08/aldebaran-ateliers-opens-in-tokyo-omote-sando.html</guid>
  106.         <pubDate>Fri, 08 Aug 2014 04:25:46 +0000</pubDate>
  107.      </item>
  108.      <item>
  109.         <title>Aug  5, Jibo Family Robot, the companion you need to connect your home</title>
  110.         <link>http://www.about-robots.com/jibo-family-robot.html</link>
  111.         <description>The Jibo family robot is one of the leader of the new wave of social robots. Discover its features, and how it could become your friend as soon as 2015.</description>
  112.         <guid isPermaLink="false">d13b71881d98bce4264c5bc2937a659f</guid>
  113.         <pubDate>Tue, 05 Aug 2014 14:37:51 +0000</pubDate>
  114.      </item>
  115.      <item>
  116.         <title>When the World invests in robotics</title>
  117.         <link>http://blog.about-robots.com/2014/07/when-the-world-invests-in-robotics.html</link>
  118.         <description>It seems every month, a government is announcing major investments to make their country the number 1 in robotics technology of tomorrow. [UPDATE: added the first and biggest investment of the year thanks to Frank Tobe's tip] [UPDATE2: July 31st: added new announcement from South Korea] For us working in...</description>
  119.         <guid isPermaLink="false">http://blog.about-robots.com/2014/07/when-the-world-invests-in-robotics.html</guid>
  120.         <pubDate>Sun, 20 Jul 2014 05:31:06 +0000</pubDate>
  121.      </item>
  122.      <item>
  123.         <title>Jul 17, Pepper Robot, the fully interactive robot ready to conquer the World</title>
  124.         <link>http://www.about-robots.com/pepper-robot.html</link>
  125.         <description>Pepper Robot is the first of its kind: interactive, safe and built by the thousands aiming for your home and the world. You can see, touch, own and program Pepper yourself!</description>
  126.         <guid isPermaLink="false">726c376a02704d93b50ab1aff62accef</guid>
  127.         <pubDate>Thu, 17 Jul 2014 11:52:44 +0000</pubDate>
  128.      </item>
  129.      <item>
  130.         <title>Google Buying Nest: A Step Forward for Robots at Home</title>
  131.         <link>http://blog.about-robots.com/2014/01/google-buying-nest-a-step-forward-for-robots-at-home.html</link>
  132.         <description>These days, robotics news have talked very much about Google buying many robotics companies in 2013. A good summary is available on Everything-Robotics. There is also this post that puts hopes that Google will create robots for your home. Last week Google announced they also bought Nest, an IoT (Internet...</description>
  133.         <guid isPermaLink="false">http://blog.about-robots.com/2014/01/google-buying-nest-a-step-forward-for-robots-at-home.html</guid>
  134.         <pubDate>Thu, 23 Jan 2014 13:02:00 +0000</pubDate>
  135.      </item>
  136.      <item>
  137.         <title>Robotics Courses Online in 2014</title>
  138.         <link>http://blog.about-robots.com/2014/01/robotics-courses-online-in-2014.html</link>
  139.         <description>Happy New Year 2014! Is your new year resolution to learn more and practice your robotics skills? You are lucky because with the many MOOC platforms that grew last year, more and more courses are available. Here is a list of robotics and machine learning courses that could interest you...</description>
  140.         <guid isPermaLink="false">http://blog.about-robots.com/2014/01/robotics-courses-online-in-2014.html</guid>
  141.         <pubDate>Mon, 20 Jan 2014 13:16:00 +0000</pubDate>
  142.      </item>
  143.      <item>
  144.         <title>Oct  6, Rock 'Em Sock 'Em Robots Toys</title>
  145.         <link>http://www.about-robots.com/rock-em-sock-em-robots.html</link>
  146.         <description>Rock 'Em Sock 'Em robots toys are always fun, especially when they are big enough you can ride one!</description>
  147.         <guid isPermaLink="false">2f7603ed0134e8d433c5af9773050d42</guid>
  148.         <pubDate>Sun, 06 Oct 2013 05:25:53 +0000</pubDate>
  149.      </item>
  150.      <item>
  151.         <title>Jul 26, Admission to the Univ of Tokyo!</title>
  152.         <link>http://www.about-robots.com/admission-to-the-univ-of-tokyo.html</link>
  153.         <description>Hi!  I am an undergraduate student, currently living in New Delhi. I know you want to talk about the website (which is really cool by the way!) and your</description>
  154.         <guid isPermaLink="false">9a7b729f82e51786b921254a3d9783d1</guid>
  155.         <pubDate>Sat, 27 Jul 2013 02:05:20 +0000</pubDate>
  156.      </item>
  157.      <item>
  158.         <title>May 14, Nao Robot Dance: Echo</title>
  159.         <link>http://www.about-robots.com/nao-robot-dance-echo.html</link>
  160.         <description>This is a unique Nao robot dance I made based on the music called Echo. The music is free to use in games, and a game is what I intend to do.  First here</description>
  161.         <guid isPermaLink="false">1f357648794f7e82041435cb90f7f069</guid>
  162.         <pubDate>Tue, 14 May 2013 13:00:38 +0000</pubDate>
  163.      </item>
  164.      <item>
  165.         <title>Jan  5, Top 10 Robotic Pets -- Your Future Personal Robot Friend Is in the List</title>
  166.         <link>http://www.about-robots.com/robotic-pets.html</link>
  167.         <description>Robotic Pets are the coolest gadgets you can get to entertain your children and impress your friends.</description>
  168.         <guid isPermaLink="false">53dc6d0555b4f44dc1e4d3b46f775b73</guid>
  169.         <pubDate>Sat, 05 Jan 2013 06:15:07 +0000</pubDate>
  170.      </item>
  171.      <item>
  172.         <title>Dec  8, Robot Vacuum Cleaner: the best selection of robots to clean your house</title>
  173.         <link>http://www.about-robots.com/robot-vacuum-cleaner.html</link>
  174.         <description>A robot vacuum cleaner can save you a lot of time and effort to keep your home clean. But choosing the best one can be a nightmare. My special selection is here to help you.</description>
  175.         <guid isPermaLink="false">a7470929628d4709969c2b968fc01710</guid>
  176.         <pubDate>Sun, 09 Dec 2012 03:20:02 +0000</pubDate>
  177.      </item>
  178.      <item>
  179.         <title>Dec  7, The Personal Robot Store</title>
  180.         <link>http://www.about-robots.com/personal-robot-store.html</link>
  181.         <description>The Personal Robot Store is a collection of the best robotic products available online. Looking for a robot? Check out my selection.</description>
  182.         <guid isPermaLink="false">4f62793f5d074d0919eb32ca52da7a41</guid>
  183.         <pubDate>Sat, 08 Dec 2012 03:45:13 +0000</pubDate>
  184.      </item>
  185.      <item>
  186.         <title>Dec  2, The Rock-Star Furby!</title>
  187.         <link>http://www.about-robots.com/the-rockstar-furby.html</link>
  188.         <description>The Rock-Star Furby is the artist of the band, and a quite succesful one. Just look at how it talks to you, and you know this guy is used to be loved and</description>
  189.         <guid isPermaLink="false">1f8c32e411cd7732b4d0de5ca1e0d8a8</guid>
  190.         <pubDate>Sun, 02 Dec 2012 15:27:12 +0000</pubDate>
  191.      </item>
  192.      <item>
  193.         <title>Dec  2, The Evil Furby!</title>
  194.         <link>http://www.about-robots.com/the-evil-furby.html</link>
  195.         <description>The evil Furby is mean, and its real purpose in life is to take over the word. Once your plush is angry, it will refuse to keep food in its stomach, pretend</description>
  196.         <guid isPermaLink="false">c601b1515627530dda0bafdc379a0bf7</guid>
  197.         <pubDate>Sun, 02 Dec 2012 15:26:25 +0000</pubDate>
  198.      </item>
  199.      <item>
  200.         <title>Nov 25, The Crazy Furby!</title>
  201.         <link>http://www.about-robots.com/the-crazy-furby.html</link>
  202.         <description>The Crazy Furby!  The crazy Furby is my favorite. It is always laughing and making all kinds of noises. It can imitate Tarzan, a cow, or make dirty noises</description>
  203.         <guid isPermaLink="false">24cc6e3e2adee91605e6ef5bfb09d295</guid>
  204.         <pubDate>Sun, 25 Nov 2012 13:17:16 +0000</pubDate>
  205.      </item>
  206.      <item>
  207.         <title>Nov 25, How Furbies are going to invade to the World!</title>
  208.         <link>http://www.about-robots.com/furbies.html</link>
  209.         <description>Furbies are coming back again in 2012 for more hugs, emotions and fun. Find out how to get the most out of your Furby.</description>
  210.         <guid isPermaLink="false">bbf9c3a1614597937fd3abea2f074a1c</guid>
  211.         <pubDate>Sun, 25 Nov 2012 07:25:01 +0000</pubDate>
  212.      </item>
  213.      <item>
  214.         <title>Nov 24, nao for the blind</title>
  215.         <link>http://www.about-robots.com/nao-for-the-blind.html</link>
  216.         <description>I am not doing it yet, but I would  want to create a program that would  help blind people, with guiding them in buildings, for the new residents of Samuel</description>
  217.         <guid isPermaLink="false">3f05089445cf29cd80b95522210f5ea2</guid>
  218.         <pubDate>Sat, 24 Nov 2012 13:31:50 +0000</pubDate>
  219.      </item>
  220.      <item>
  221.         <title>Nov 23, Robots in Space: What Challenges for Space Robots?</title>
  222.         <link>http://www.about-robots.com/robots-in-space.html</link>
  223.         <description>What challenges the for Robots in Space? Why do we send space  robots instead of astronauts? Why do they succeed or fail?</description>
  224.         <guid isPermaLink="false">c96f25b3c5d867336e5b38cb5415f63b</guid>
  225.         <pubDate>Fri, 23 Nov 2012 09:11:15 +0000</pubDate>
  226.      </item>
  227.      <item>
  228.         <title>Nov 23, Robonaut, the First Humanoid Space Robot!</title>
  229.         <link>http://www.about-robots.com/robonaut.html</link>
  230.         <description>Robonaut is the only permanent resident of the ISS. The trick:  it is not human! Discover the first Humanoid Space Robot!</description>
  231.         <guid isPermaLink="false">c7236ca161220a6b4f49bcf7aaae2f24</guid>
  232.         <pubDate>Fri, 23 Nov 2012 09:03:02 +0000</pubDate>
  233.      </item>
  234.      <item>
  235.         <title>Nov 23, Mars Rovers are looking for traces of life!</title>
  236.         <link>http://www.about-robots.com/mars-rovers.html</link>
  237.         <description>Have you ever dreamed on walking on Mars? Discover the Mars rovers that were, are or will be there and what they do on the  Red Planet.</description>
  238.         <guid isPermaLink="false">38d72c9d72798c3d6420d8741e511a10</guid>
  239.         <pubDate>Fri, 23 Nov 2012 07:16:13 +0000</pubDate>
  240.      </item>
  241.      <item>
  242.         <title>Nov 23, Why sending Mars Rovers? The Purpose of Mars Exploration</title>
  243.         <link>http://www.about-robots.com/mars-rovers-2.html</link>
  244.         <description>Mars Rovers and Landers are really cool. But why do we spend  millions of dollars to send these space robots? The quest for  life and other challenges are waiting for them.</description>
  245.         <guid isPermaLink="false">6b49e8e3dbb4bfab2b9db64c097ec467</guid>
  246.         <pubDate>Fri, 23 Nov 2012 07:09:54 +0000</pubDate>
  247.      </item>
  248.      <item>
  249.         <title>Nov 23, Curiosity Rover: the Nuclear Mars Rover with a Rock-Blasting  Laser</title>
  250.         <link>http://www.about-robots.com/curiosity-rover.html</link>
  251.         <description>The Curiosity Rover is the next awesome Mars Rover. What is  different from the Mars Exploration Rovers? How will it land on  Mars? And what will it do with its crazy laser?</description>
  252.         <guid isPermaLink="false">21ea004be96a0cbca412f3b5e5a520ad</guid>
  253.         <pubDate>Fri, 23 Nov 2012 07:04:37 +0000</pubDate>
  254.      </item>
  255.      <item>
  256.         <title>Nov 23, What's the Nao Developer Program?</title>
  257.         <link>http://www.about-robots.com/Nao-Developer-Program.html</link>
  258.         <description>With the Nao Developer Program, you can finally get your own  Nao. All you need is some programming skills, a little free  time, and a few thousand dollars.</description>
  259.         <guid isPermaLink="false">3bef6f758458ab9b373ab17f326d3d16</guid>
  260.         <pubDate>Fri, 23 Nov 2012 06:21:07 +0000</pubDate>
  261.      </item>
  262.      <item>
  263.         <title>Nov 23, Honda Robot Asimo: the Great Japanese Humanoid Robot</title>
  264.         <link>http://www.about-robots.com/honda-robot.html</link>
  265.         <description>Discover the incredible abilities of the Honda Robot Asimo,  and how it was created to be one of the first humanoid robots.</description>
  266.         <guid isPermaLink="false">3ee3e33453765a0d07a1caad160ada2d</guid>
  267.         <pubDate>Fri, 23 Nov 2012 06:04:31 +0000</pubDate>
  268.      </item>
  269.      <item>
  270.         <title>Nov 22, Fembots: female robots are on the rise</title>
  271.         <link>http://www.about-robots.com/fembots.html</link>
  272.         <description>The fembots are a new trend in humanoid robotics. Will a  sexy female robot become your perfect household robot?</description>
  273.         <guid isPermaLink="false">ed0ea74d24367782bae3e113bac76472</guid>
  274.         <pubDate>Fri, 23 Nov 2012 03:43:51 +0000</pubDate>
  275.      </item>
  276.      <item>
  277.         <title>Nov 22, Humanoid Robots, the edge of robotics</title>
  278.         <link>http://www.about-robots.com/humanoid-robots.html</link>
  279.         <description>Humanoid robots are the most advanced robots. Will they become  the next industrial revolution? Find out and more.</description>
  280.         <guid isPermaLink="false">9f5e1d4ddcce1136c9833d6e6d536bea</guid>
  281.         <pubDate>Fri, 23 Nov 2012 03:17:22 +0000</pubDate>
  282.      </item>
  283.      <item>
  284.         <title>Nov 22, Robot Lawn Mower: you can finally enjoy your lawn!</title>
  285.         <link>http://www.about-robots.com/robot-lawn-mower.html</link>
  286.         <description>A robot lawn mower is the perfect solution to enjoy a perfect  lawn without spending all your time taking care of it.</description>
  287.         <guid isPermaLink="false">5b4a34a7c84ddf78a0c42753befed27b</guid>
  288.         <pubDate>Fri, 23 Nov 2012 02:14:33 +0000</pubDate>
  289.      </item>
  290.      <item>
  291.         <title>Nov 18, Get the Cat Litter Robot LRII to save your relationship with  your cat!</title>
  292.         <link>http://www.about-robots.com/litter-robot.html</link>
  293.         <description>Is the Litter Robot the best self-cleaning litter box for YOUR  cat? Find more here about this very helpful home robot.</description>
  294.         <guid isPermaLink="false">a4ec08e9a4d0c05af5c22399a6b1453d</guid>
  295.         <pubDate>Sun, 18 Nov 2012 13:52:32 +0000</pubDate>
  296.      </item>
  297.      <item>
  298.         <title>Nov 18, Your Perfect Cleaning Robots Team</title>
  299.         <link>http://www.about-robots.com/cleaning-robots.html</link>
  300.         <description>An updated list of the cleaning robots that can take care of  your house. From the robot vacuum cleaner to the cat litter  robot.</description>
  301.         <guid isPermaLink="false">534d708d67f584cf6155b2bb1ea70d55</guid>
  302.         <pubDate>Sun, 18 Nov 2012 13:42:21 +0000</pubDate>
  303.      </item>
  304.      <item>
  305.         <title>Nov 17, Robotics Companies: the Small, the Big, and the Geeky.</title>
  306.         <link>http://www.about-robots.com/robotics-companies.html</link>
  307.         <description>There are many robotics companies creating and selling robots. From  specialized companies like iRobots to big brands like  Electrolux, all are contributing to the expension of robotics.</description>
  308.         <guid isPermaLink="false">20750ab60a36e6cd202ffadf9f1a7174</guid>
  309.         <pubDate>Sat, 17 Nov 2012 14:01:53 +0000</pubDate>
  310.      </item>
  311.      <item>
  312.         <title>Nov 17, Cyberdine Inc. and life improving technologies</title>
  313.         <link>http://www.about-robots.com/cyberdine-inc.html</link>
  314.         <description>Cyberdine Inc. chose  a strange name for a company designed to  improve people's lives. But their exoskeletons and other  products can achieve miracles, like helping people walk again.</description>
  315.         <guid isPermaLink="false">35c6ea483d0a1b7ebfe9e492455580cc</guid>
  316.         <pubDate>Sat, 17 Nov 2012 13:08:32 +0000</pubDate>
  317.      </item>
  318.      <item>
  319.         <title>Nov 17, Robot Movies: What's Your Favorite?</title>
  320.         <link>http://www.about-robots.com/robot-movies.html</link>
  321.         <description>Feel like watching some Robot Movies? Here is a selection of  my favorite movie robots for you to pick from.</description>
  322.         <guid isPermaLink="false">0af4501e80f6beb9c610003a957ed203</guid>
  323.         <pubDate>Sat, 17 Nov 2012 12:49:16 +0000</pubDate>
  324.      </item>
  325.      <item>
  326.         <title>Nov 17, Robot Films: My 3 Favorites</title>
  327.         <link>http://www.about-robots.com/robot-films.html</link>
  328.         <description>If you want a quick list of robot films for a &quot;robot movies&quot;   night, here are my 3 favorite. Plus, if you don't agree, you   can add your own!</description>
  329.         <guid isPermaLink="false">c75062c390104485fbfbf264a89c7dc0</guid>
  330.         <pubDate>Sat, 17 Nov 2012 12:35:24 +0000</pubDate>
  331.      </item>
  332.      <item>
  333.         <title>Nov 17, Robbie the Robot Superstar</title>
  334.         <link>http://www.about-robots.com/robbie-the-robot.html</link>
  335.         <description>Robbie the Robot is &quot;a housewife's dream&quot;. It can create food,   synthesize dresses with jewels and stop blasters before they   can shoot.</description>
  336.         <guid isPermaLink="false">8ed8f3db3b5276d7374737cb2040ba4e</guid>
  337.         <pubDate>Sat, 17 Nov 2012 12:26:11 +0000</pubDate>
  338.      </item>
  339.      <item>
  340.         <title>Nov 17, The R2D2 robot: the best space robot ever</title>
  341.         <link>http://www.about-robots.com/r2d2-robot.html</link>
  342.         <description>The R2D2 robot can do anything from hacking the Death Star to  serve you a Martini in a party. Who wants his own R2D2? At least  I do.</description>
  343.         <guid isPermaLink="false">40413cfdcbf3d5daef9cf526d46cadfd</guid>
  344.         <pubDate>Sat, 17 Nov 2012 11:50:13 +0000</pubDate>
  345.      </item>
  346.      <item>
  347.         <title>Nov 17, Cubix Robots For Everyone: a great animation for kids</title>
  348.         <link>http://www.about-robots.com/cubix-robots-for-everyone.html</link>
  349.         <description>Cubix Robots For Everyone is one of the great robot cartoons for kids. Find more about its great graphics, fight scenes and of course... robots!</description>
  350.         <guid isPermaLink="false">9f71ff0e3de5554a04614a49d9978557</guid>
  351.         <pubDate>Sat, 17 Nov 2012 11:34:12 +0000</pubDate>
  352.      </item>
  353.      <item>
  354.         <title>Nov 17, What Are Robots? How do you define them?</title>
  355.         <link>http://www.about-robots.com/what-are-robots.html</link>
  356.         <description>What Are Robots? Take the quiz and see if you really know what  is the definition of robots.</description>
  357.         <guid isPermaLink="false">bae9e942de76dbf2d7cfea7c43932828</guid>
  358.         <pubDate>Sat, 17 Nov 2012 11:16:30 +0000</pubDate>
  359.      </item>
  360.      <item>
  361.         <title>Nov 17, The Ultimate Robot FAQ: ask all the questions you ever had about  robots... and</title>
  362.         <link>http://www.about-robots.com/robot-faq.html</link>
  363.         <description>The Robot FAQ is a set of basic articles answering the basic  questions like: What are robots? Is a Computer a robot? What  are the different types of robots? And you can ask your own  questions too!</description>
  364.         <guid isPermaLink="false">2e9b1b90f6dd62365219a73900e3c699</guid>
  365.         <pubDate>Sat, 17 Nov 2012 08:27:25 +0000</pubDate>
  366.      </item>
  367.      <item>
  368.         <title>Nov 17, Roomba Reviews: Why YOU Need a Roomba Vacuum</title>
  369.         <link>http://www.about-robots.com/roomba-reviews.html</link>
  370.         <description>Find the best of all Roomba reviews. I personally tested the Roomba in my home, and I love it! Read the pros and cons of the iRobot Roomba Vacuum and decide for yourself.</description>
  371.         <guid isPermaLink="false">5ea34d688b8c8cc95f367c200e1c5d29</guid>
  372.         <pubDate>Sat, 17 Nov 2012 08:03:38 +0000</pubDate>
  373.      </item>
  374.      <item>
  375.         <title>Nov 17, The iRobot Roomba Vacuum: easy and reliable</title>
  376.         <link>http://www.about-robots.com/irobot-roomba-vacuum.html</link>
  377.         <description>The iRobot Roomba Vacuum will really help you free some time  for more important tasks. Among robotic vacuum cleaners, it is  one of the most popular and there are good reasons for that.</description>
  378.         <guid isPermaLink="false">db20b6f37fe735175312b7e37c0145de</guid>
  379.         <pubDate>Sat, 17 Nov 2012 07:19:18 +0000</pubDate>
  380.      </item>
  381.      <item>
  382.         <title>Nov 17, About Me</title>
  383.         <link>http://www.about-robots.com/about-me.html</link>
  384.         <description>How I was drawn into robotics, how I started this website and  any other questions you want to ask about me.</description>
  385.         <guid isPermaLink="false">a879e5ce2bccdf7eaab5510aabaf1e18</guid>
  386.         <pubDate>Sat, 17 Nov 2012 05:36:08 +0000</pubDate>
  387.      </item>
  388.      <item>
  389.         <title>Apr 22, Best way to study robotics in Japan?</title>
  390.         <link>http://www.about-robots.com/best-way-to-study-robotics-in-japan.html</link>
  391.         <description>I wish to do robotics in tokyo. But my parents afraid it would cost high studying it. Your suggestion about it?    Sebastien's answer  You can study robotics</description>
  392.         <guid isPermaLink="false">3bec5701712c864fabfc457aa81bfc04</guid>
  393.         <pubDate>Sun, 22 Apr 2012 13:13:08 +0000</pubDate>
  394.      </item>
  395.      <item>
  396.         <title>Feb 27, South Korea Robotics Companies: Creative and Ambitious</title>
  397.         <link>http://www.about-robots.com/korea-robotics-companies.html</link>
  398.         <description>South Korea robotics companies have started an ambitious program to ship one robot in every home by 2020. Let's see where they are now, with their creative and diverse robotics solutions.</description>
  399.         <guid isPermaLink="false">bcc1692beca5564bc8102fce2863b382</guid>
  400.         <pubDate>Mon, 27 Feb 2012 06:35:13 +0000</pubDate>
  401.      </item>
  402.      <item>
  403.         <title>Feb 25, Japanese Robots: Experts in Industry and Androids</title>
  404.         <link>http://www.about-robots.com/japanese-robots.html</link>
  405.         <description>There are so many Japanese robots it would be foolish to list them all. They are experts in industrial robots, humanoids and many other fields. Find out more here about the diversity and strong points</description>
  406.         <guid isPermaLink="false">2ed3966ac2cdf994c39c200a45ca3472</guid>
  407.         <pubDate>Sat, 25 Feb 2012 14:06:46 +0000</pubDate>
  408.      </item>
  409.      <item>
  410.         <title>Feb 23, I Robot Movie: Can Robots Really Take Over?</title>
  411.         <link>http://www.about-robots.com/i-robot-movie.html</link>
  412.         <description>The I Robot Movie is combining spectacular special effects and an intricated plot that will decide the faith of humanity. Can robots really take over in the future?</description>
  413.         <guid isPermaLink="false">a8b485f5b97ea3f6a15f7652d6a87e63</guid>
  414.         <pubDate>Fri, 24 Feb 2012 00:25:30 +0000</pubDate>
  415.      </item>
  416.      <item>
  417.         <title>Feb 15, How to Build a Robot: the Best Resource to Get You Started</title>
  418.         <link>http://www.about-robots.com/build-a-robot.html</link>
  419.         <description>The best resource to build a robot is here. I will reveal my 2 secret advice to get you started in robotics, and give all kind of resources.</description>
  420.         <guid isPermaLink="false">37af50edaadd22c9d62b075a1ab830a7</guid>
  421.         <pubDate>Wed, 15 Feb 2012 10:23:29 +0000</pubDate>
  422.      </item>
  423.      <item>
  424.         <title>Feb 14, Robots the Movie: You Can Be a Robot Inventor Too!</title>
  425.         <link>http://www.about-robots.com/robots-the-movie.html</link>
  426.         <description>Robots the Movie is a great inspiration for young and grown-ups roboticists alike. It is full of creativity and ideas for your projects, and teaches the most important advice to build robots. Want to</description>
  427.         <guid isPermaLink="false">5a37b4aaa802198692b36821f4f9361a</guid>
  428.         <pubDate>Tue, 14 Feb 2012 10:15:50 +0000</pubDate>
  429.      </item>
  430.      <item>
  431.         <title>Feb 11, Free Robot Supplies Are Easy to Find</title>
  432.         <link>http://www.about-robots.com/robot-supplies.html</link>
  433.         <description>Everyone needs free robot supplies to build a robot. But where can you find them? Here are some ideas to get you started on the cheap.</description>
  434.         <guid isPermaLink="false">246da2df0a442e74d73fc7bb7ec558d7</guid>
  435.         <pubDate>Sun, 12 Feb 2012 02:55:54 +0000</pubDate>
  436.      </item>
  437.   </channel>
  438. </rss>
  439. <!-- fe3.yql.bf1.yahoo.com compressed/chunked Thu Oct  1 23:23:50 UTC 2015 -->
  440.  

If you would like to create a banner that links to this page (i.e. this validation result), do the following:

  1. Download the "valid RSS" banner.

  2. Upload the image to your own server. (This step is important. Please do not link directly to the image on this server.)

  3. Add this HTML to your page (change the image src attribute if necessary):

If you would like to create a text link instead, here is the URL you can use:

http://www.feedvalidator.org/check.cgi?url=https%3A//feeds.feedburner.com/about-robots

Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda