HTML - Rss Feed Question
At my current job, i send out html newsletters to subscribers.It has around 8 headings with a brief summary of each.(legal mostly).I have uploaded the newsletter as a webpage on the local website. Now i wanted to create an rss feeds but dont really feel like ive to do more coding to make it rss ready. I read that you have add start item,start desciptions to all headings etc etc.
from this site http://www.wotzwot.com/example1.htm Does the above site mean that all rss reader all over go by those rules? IGNORE Is there a way i can create an rss feed.I tried many sites and they do generate the feed but putting it on the webpage to show up doesnt really work nicely. I tried wigitze and currently using rss2html http://rss.budgetwebdesign.org/ website to convert it to html format for better embedding.I have a few legal sites with rss feeds and most of them are in xml format. It;s a lot of work just getting the newsletter to where it is and more work to code it too xml etc. IGNORE One question i have is that, unlike news rss feeds, mine doesnt link up to each heading instead just to the whole html newsletter page on the site. Is there a jumplink involved to that specific heading etc.(i know more coding will be involved but it will be great to have ti that way) Any advice on how to go about this. thanks Similar TutorialsI am using this type of format for my rss feed: <?xml version="1.0" ?> <rss version="2.0"> <channel> <title>Bestsellersworld.com</title> <description>The latest book reviews for Bestsellersworld.com and Mysteries Galore</description> <link>http://www.bestsellersworld.com</link> <item> <title>The 5th Horseman by James Patterson</title> <link>http://www.bestsellersworld.com/reviews/patterson-the_5th_horseman.htm</link> </item> It works fine but I was wonder if there is a way I could add an image cover to the feed and if so how do I do it? Hi there. I currently use a news feed widget from BlastCasta.com on a website for a leading gymnast, however i notice sometimes the news feed covers stories about someone with the same name (ie, they are not relevent to the gymnast at all!) Is there any way at all of using something else/something better? I am completely ignorant when it comes to News feeds/widgets and how to implement them. Any advice would be fantastic. See the current news feed page at http://www.bethtweddle.com/news.html I want to set up a news section on my website from my forums. Like I have an announcement section that I wanted to link to. How do I do that. I recently just added an RSS feed to my website, and I was wondering how to update it....Do I have to edit it in Notepad, save it, then upload it again? Also, when you subscribe to an RSS feed on Google, is this "headline" thing supposed to be the most recent story, or is that supposed to be my site name and link to my homepage? I'm very confused, as I added like 10 items to my feed and only 2 show up (one of them taking place of my headline for some reason).......Here's the code: Code: <?xml version="1.0" encoding="US-ASCII"?> <rss version="2.0"> <channel> <title>Celtics Insider</title> <link>http://celticsinsider.webs.com</link> <description>Your #1 Source For Anything And Everything Boston Celtics and NBA!</description> <language>en-us</language> <copyright>Celtics Insider</copyright> <item> <title>This Is Our House</title> <link>http://celticsinsider.webs.com/05February2010.html</link> <description>Eddie House's heroics, coupled with a late defensive surge, helped avoid a loss to the last-place New Jersey Nets.</description> </item> <item> <title>Allen's Key Steal Jump-Starts C's</title> <link>http://celticsinsider.webs.com/03February2010.html</link> <description>The Pierce-less Celtics were too much for Dwayne Wade's Miami Heat. Pierce, sidelined with a foot injury suffered in Monday's game, missed his sixth game of this season.</description> </item> <item> <title>Pierce May Have Broken Foot</title> <link>http://celticsinsider.webs.com/02February2010.html</link> <description>It was apparent after the Celtics' win yesterday that All-Star Paul Pierce was hurt; it is a matter of time before the team finds out just how bad it is. The Celtics star forward tumbled and fell down twice in last nights win.</description> </item> <item> <title>C's End Three Game Skid</title> <link>http://celticsinsider.webs.com/01February2010.html</link> <description>Coming off a three game losing streak, the Celtics came into the Verizon Center determined to win. Monday night, the Celtics showed why they have been the top defensive team in the league since aquiring Kevin Garnett.</description> </item> <item> <title>Bryant's Heroics Sink Celtics</title> <link>http://celticsinsider.webs.com/31jan2010.html</link> <description>Kobe Bryants late jumper with 7.3 seconds left in regulation capped an 11-point fourth quarter comeback for the Lakers, spoiling big nights from Rajon Rondo and Tony Allen.</description> </item> <item> <title>Boston Battles Los Angeles In An Instant Classic </title> <link>http://celticsinsider.webs.com/31january2010.html</link> <description>It may not be the NBA Finals and it may not be Christmas Day, but that doesn't matter much with this game -- the luster is never lost for a Celtics-Lakers game.</description> </item> <item> <title>Celtics Can't Stop Magical Comeback</title> <link>http://celticsinsider.webs.com/28january2010.html</link> <description>The play designed for Vince Carter was being shredded. J.J. Redick stood near midcourt, swarmed by defenders, unable to make the pass with the clock about to run out on an improbable comeback.</description> </item> <item> <title>C's Take On Mavericks Tonight</title> <link>http://celticsinsider.webs.com/18jan2010.html</link> <description>The TD Garden will host a Martin Luther King Day special tonight between two of the top teams in the NBA. The Boston Celtics and Dallas Mavericks, both of whom are coming off of tough losses, will meet at 8 p.m. tonight in a nationally televised game.</description> </item> </channel> </rss> I've done a search on here, and have spent the last week or searching on google, I'm currently building a webpage up which integrates a forum, i want to put a feed on the home page of the site of the latest topics from the forum. The feed address is: feed://guitarprojectuk.forumotion.com/feed/ and the actual website address is: http://www.guitarprojectuk.com I've tried a few on google, and non seem to work, not sure wether its the feed or something i'm doing, so can somebody help me out? Thanks, Tom. Ok, Ill change my request. Could someone please put the follow heading on top of this RSS: http://www.urcardworld.com/news.html <img src="http://www.onlineeire.com/images/discusshk/logo.jpg" I seem to be having difficulty in doing so. Also if someone could centre the breaking news so as I would have blank left and right sides that would be great. Thanks again. Any help is very much appreciated. Hi, I'm having a little trouble finding out how to do a simple rss feed into an i-frame. I have an blogger account but I tried using a javascript tutorial and what came out on my site was an odd gray box with just the posts headline and a link to the post. is it easier to use the atom xml blogger thing? such http://soniccycling.blogspot.com/atom.xml. I would like the feed to show up as simple html that I can add css to. Can anyone point me in the direction of a tutorial, or something? Thanks in advance for the help. Hello, I am trying to add an RSS feed that pulls from about a few sites to http://www.econslt.com/test/index3.html under "Breaking News". I want this to update and conform to about the dimensions on the page 235 x 300. This is also my first RSS so I'm not too sure on the process. What is the best way to accomplish this? The site is ECI, I want to pull from the links at http://www.usa.gov/Topics/Reference_...Security.shtml. So, I want them to display as links under the "Breaking News" section. you click, you go to the article. But, how can I make this also something you can subscribe to? Hi all not sure if this is in the right place but here goes... I need to add an rss feed on to a clients site and have no knowledge of how to do this... I need to get the feed from he http://news.cnet.com/8300-11128_3-54...ag=rtcol;about once the feed is on the site i presume i can style links and backgrounds of divs/iframes? If someone can point me in te right direction or has any words of advice i would really appreciate it! thanks matt Not sure where to post this as there isn't really a section for XML / RSS. Mods - Feel free to move it to somewhere else i appropriate. I have written an RSS feed which I want to place on a website I'm managing. Here's my code. Code: <?xml version="1.0"?> <rss version="2.0"> <channel> <title>Latest Snooker Table</title> <description>Leamington and District Snooker League Tables</description> <link>http://swweb.frih.net/LDBSA</link> <item> <title>Snooker Tables - 24th May 2007</title> <description> <h2>Premier Division</h2> <table style="font: 10pt verdana, arial;padding:5px;border:1px solid #000;border-collapse:collapse;"> <tr> <th style="text-align:left;border:1px solid #000;border-collapse:collapse;">Team</th> <th style="border:1px solid #000;border-collapse:collapse;">Pld</th> <th style="border:1px solid #000;border-collapse:collapse;">Won</th> <th style="border:1px solid #000;border-collapse:collapse;">Lost</th> <th style="border:1px solid #000;border-collapse:collapse;">Pts</th> </tr> <tr> <td style="border:1px solid #000;border-collapse:collapse;">Shades 2nd</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">19</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">17</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">2</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">94</td> </tr> <tr> <td style="border:1px solid #000;border-collapse:collapse;">Kenilworth Conservatives 1st</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">19</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">16</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">2</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">83</td> </tr> <tr> <td style="border:1px solid #000;border-collapse:collapse;">Nelson 1st</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">19</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">10</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">8</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">75</td> </tr> <tr> <td style="border:1px solid #000;border-collapse:collapse;">Cubbington 1st</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">19</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">11</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">7</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">67</td> </tr> <tr> <td style="border:1px solid #000;border-collapse:collapse;">Shades 4th</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">19</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">8</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">10</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">65</td> </tr> <tr> <td style="border:1px solid #000;border-collapse:collapse;">Harbury 1st</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">19</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">8</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">10</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">56</td> </tr> <tr> <td style="border:1px solid #000;border-collapse:collapse;">Windsor</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">19</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">10</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">8</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">53</td> </tr> <tr> <td style="border:1px solid #000;border-collapse:collapse;">Warwick Conservatives 1st</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">19</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">8</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">10</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">52</td> </tr> <tr> <td style="border:1px solid #000;border-collapse:collapse;">Lillington 3rd</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">19</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">5</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">13</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">39</td> </tr> <tr> <td style="border:1px solid #000;border-collapse:collapse;">Harbury 3rd</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">19</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">4</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">14</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">20</td> </tr> </table> <br /> <br /> <b>Related Link</b>: <a href=http://swweb.frih.net/LDBSA/s_tables.php>http://swweb.frih.net/LDBSA/s_tables.php</a> </div> </description> <link>http://swweb.frih.net/LDBSA/s_tables.php</link> </item> </channel> </rss> Now I want to simply update this file each week by changing the date in the title, and obviously update the table positions etc. I have tested this, and although the news readers I am testing in download the original message. When I updste the message and re-upload it to my web server, the readers will not download the new updated message. Is it because they think it's the same message as previously? Is there a setting I can code within the <item> tag that will let readers know it has been updsted? Or maybe giving the items an ID, which I can increment each time, and therefore telling the readers that it's a new version of the file? I want to just update this each week, upload it to the server and know that people who've subscribed to it will get the new message. I have tested this using Outlook 2007 and Thunderbird 2.0 The feed can be accessed from http://swweb.frih.net/LDBSA/snookertables.xml Ok so Im not sure what exactly what its called but I was wondering where I could get the code that would allow me to make my own news marque/feed/slideshow..thing An example of what Im talking about can be found on the yahoo.com main page...right in the middle of the page where it says TODAY How would I go about making one of those that I can put my own news articles in? Does is there an html gen for this? Thanks! Hello I've posted here before. As some of you may or may not know I'm still fairly new in web designing. Recently I started making a small website for my friend who wanted a homepage for his small gaming community. While making this webpage I kept checking the validators (for css and markup) and it all came up fine. I read the sticky on validators and since I have no frames or anything my best bet was to use the (x)html transitional one: Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Now as i stated before everything was coming up validated until I added a javascript code from rssfeedreader.com. I wanted to display some "latest news" from the news blog I set up and I don't know much about stylizing and displaying rss (even after reading a few pages) so i used that website. After I added it in it came up with a bunch of errors (mostly the ampersand error and the "language=javascript" error). I wanted to know if there was a possible way to fix this? I tried changing the "language=javascript" part into "type=javascript" but the feed stops displaying if i do that.. Is there a way to have an RSS Feed Preview automatically display on a web page without using iFrame? Thank you. Eckersen Hi, Please can you tell me how I put the following XML feed Code: http://www.thomsonfly.com/generated/flight-offers.xml into the following HTML web page???? Thanks! Code: <html> <head> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta http-equiv="Content-Language" content="en-us"> <title>Contact Us</title> </head> <body> <div align="center"> <center> <table border="0" width="1133"> <tr> <td valign="top" width="104"> </td> <td valign="top" width="900"> <p align="left"><span lang="en-gb"> <font size="5" face="Verdana" color="#FF6600"> Book It Yourself</font></span></td> <td width="6"></td> <td width="6"></td> <td width="5"></td> </tr> <tr> <td valign="top" width="104"> <p><span lang="en-gb"><font face="Verdana" size="2"> <a href="http://www.itstravel.co.uk/index.htm">Home</a></font></span></p> <p><span lang="en-gb"><font face="Verdana" size="2"><a href="http://www.itstravel.co.uk/about.htm">About Us</a></font></span></p> <p><span lang="en-gb"><font face="Verdana" size="2"> <a href="http://www.itstravel.co.uk/israelholidays.htm">Israel Holidays</a></font></span></p> <p><span lang="en-gb"><font face="Verdana" size="2"><a href="http://www.itstravel.co.uk/pilgriminfo.htm"> Pilgrim Tours</a></font></span></p> <form name="Menu1"> <p><select name="Link" size="1"> <option selected value="http://www.itstravel.co.uk/index.htm">Book It Yourself</option> <option value="http://www.itstravel.co.uk/bookflight.htm">Flight</option> <option value="http://www.itstravel.co.uk/bookhotel.htm">Hotel</option> <option value="http://www.itstravel.co.uk/carrental.htm" target="_blank">Car Rental</option> <option value="http://www.purpleparking.com/its/"> Airport Car Park</option> <option value="http://www.its.goldcover.net/">Insurance</option> </select> </p> <p> </p> <p> <input type="button" value="Go" onClick="window.location = document.Menu1.Link.options[document.Menu1.Link.options.selectedIndex].value;"> </div> </p> <p><font face="Verdana" size="2"><span lang="en-gb"><a href="http://www.itstravel.co.uk/newsletter.htm">Newsletter</a></span></font></p> <p><span lang="en-gb"><font face="Verdana" size="2"><a href="http://www.itstravel.co.uk/contact.htm"> Contact Us</a></font></span></p> <p><span lang="en-gb"><font face="Verdana" size="2"><a href="http://www.itstravel.co.uk/links.htm">Links</a></font></span><br> <br> <a target="_blank" href="http://www.abta.com"><img src="Images/abta.jpg" alt="abta" width="85" height="40" border="0"></a><br> <a target="_blank" href="http://www.caa.co.uk/default.aspx?catid=27"> <img src="Images/caa.jpg" alt="caa" width="41" height="43" border="0"></a><img src="Images/IATA%20JPEG.jpg" alt="iata" width="56" height="39" border="0"></p> <p></td> <td valign="top" width="900"> <p align="center"> </p> <p align="center"><span lang="en-gb"><font face="Verdana" size="2">Click on any of our partner Flight Operators below and <br> go ahead to book your own flight to anywhere in the world</font></span>!<span lang="en-gb"><font face="Verdana" size="2"> <br> </font></span></p> <p align="center"> <a href="http://www.thomson.co.uk/canberra/click?target=www.thomson.co. uk&source=41&cid=1&sid=publisherpagelocation" target="_blank"> <img src="http://www.lduhtrp.net/image-2227511-10362993" width="468" height="60" alt="Thomson Holidays - Click Here!" border="0"/></a> </p> <p align="center"> <span lang="en-gb"><font face="Verdana" size="2"><br> <a>http://www.thomsonfly.com/generated/flight-offers.xml</a> </font></span></p> <blockquote> <blockquote> <blockquote> <blockquote> <form> <table cellpadding="2" cellspacing="0" border="0" bgcolor="#FFFFFF" height="262"> <tr> <td align="middle" height="21"> </td> </tr> <tr> <td align="center" height="20"> </td> </tr> </table> <INPUT TYPE=hidden NAME=FCode VALUE="72ws89md"> </form> </blockquote> </blockquote> </blockquote> </blockquote> </td> <td valign="top" width="5"> <p align="left"></td> </tr> <tr> <td valign="top" width="5"> </td> </tr> <tr> <td valign="top" width="5"> </td> </tr> </table> </center> </div> </body> </html> Ok, so Im trying to take an XML feed from www.gamebattles.com and add it to my site. For those of you not familiar with what gamebattles.com is, basically it keeps track of rankings when you play games on consolves such as the xbox 360. Anyway, each indiviual "clan" has a stats page. Gamebattles, allows you to add an XML feed from their site to your clan site that way your stats will be reflected on your site automaticially. At the bottom of our stats page it says "click here to add an xml" or something along those lines. It takes you to this page: http://www.gamebattles.com/xbox360/c.../sgc/stats.xml That page has this on it: Code: <?xml version="1.0" ?> - <team cacheDate="Tue 27 Nov 2007, 12:32 PM EST"> <name>SGC</name> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/sgc</url> <foundedDate timestamp="1194732327">Sat 10 Nov 2007, 5:05 PM EST</foundedDate> <reputation>4.00000</reputation> <arena>Call of Duty 4: Modern Warfare</arena> <platform>Xbox 360</platform> - <currentStats> - <season> <name>Fall 2007</name> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/ladder/clan/</url> </season> <place>125</place> <previousPlace>124</previousPlace> <matchesPlayed>12</matchesPlayed> <wins>8</wins> <losses>4</losses> <winPercentage>0.667</winPercentage> <gamesFor>18</gamesFor> <gamesAgainst>12</gamesAgainst> <shutouts>6</shutouts> <streak>-3</streak> <xp>678</xp> <level>5</level> <levelUp>900</levelUp> </currentStats> - <alltimeStats> <matchesPlayed>12</matchesPlayed> <wins>8</wins> <losses>4</losses> <winPercentage>0.667</winPercentage> <gamesFor>18</gamesFor> <gamesAgainst>12</gamesAgainst> <shutouts>6</shutouts> <streak>-3</streak> <xp>678</xp> </alltimeStats> - <roster> - <player> - <name> - <![CDATA[ Blar Matey ]]> </name> - <url> - <![CDATA[ http://www.gamebattles.com/profile/BlarMatey/ ]]> </url> <role>Co-Leader</role> <gbRank>10396</gbRank> <memberSince timestamp="1194735117">Nov 10, 2007</memberSince> </player> - <player> - <name> - <![CDATA[ Browneye Kaboom ]]> </name> - <url> - <![CDATA[ http://www.gamebattles.com/profile/Browneyekaboom/ ]]> </url> <role>Co-Leader</role> <gbRank>16564</gbRank> <memberSince timestamp="1194776585">Nov 11, 2007</memberSince> </player> - <player> - <name> - <![CDATA[ I AM SARGE ]]> </name> - <url> - <![CDATA[ http://www.gamebattles.com/profile/SARGE3/ ]]> </url> <role>Captain</role> <gbRank>30530</gbRank> <memberSince timestamp="1195616132">Nov 20, 2007</memberSince> </player> - <player> - <name> - <![CDATA[ joey01100 ]]> </name> - <url> - <![CDATA[ http://www.gamebattles.com/profile/joey-01100/ ]]> </url> <role>Co-Captain</role> <gbRank>37868</gbRank> <memberSince timestamp="1195639391">Nov 21, 2007</memberSince> </player> - <player> - <name> - <![CDATA[ mrsmokyjunction ]]> </name> - <url> - <![CDATA[ http://www.gamebattles.com/profile/MrSmokyJunction/ ]]> </url> <role>Co-Captain</role> <gbRank>47914</gbRank> <memberSince timestamp="1195639953">Nov 21, 2007</memberSince> </player> - <player> - <name> - <![CDATA[ SGC Buckwild ]]> </name> - <url> - <![CDATA[ http://www.gamebattles.com/profile/SC SHADY/ ]]> </url> <role>Co-Leader</role> <gbRank>11773</gbRank> <memberSince timestamp="1195535407">Nov 20, 2007</memberSince> </player> - <player> - <name> - <![CDATA[ SGC TRIGGERMAN ]]> </name> - <url> - <![CDATA[ http://www.gamebattles.com/profile/SGCTRIGGERMAN/ ]]> </url> <role>Leader</role> <gbRank>7894</gbRank> <memberSince timestamp="1194732327">Nov 10, 2007</memberSince> </player> - <player> - <name> - <![CDATA[ SGC UnDying ]]> </name> - <url> - <![CDATA[ http://www.gamebattles.com/profile/SGCundying/ ]]> </url> <role>Co-Leader</role> <gbRank>11706</gbRank> <memberSince timestamp="1195716031">Nov 22, 2007</memberSince> </player> - <player> - <name> - <![CDATA[ SGC xDEFIANCEx ]]> </name> - <url> - <![CDATA[ http://www.gamebattles.com/profile/swest23/ ]]> </url> <role>Co-Leader</role> <gbRank>10396</gbRank> <memberSince timestamp="1194735168">Nov 10, 2007</memberSince> </player> - <player> - <name> - <![CDATA[ SGC xDOGSOFWARx ]]> </name> - <url> - <![CDATA[ http://www.gamebattles.com/profile/SGC_DOGSOFWAR/ ]]> </url> <role>Co-Leader</role> <gbRank>10396</gbRank> <memberSince timestamp="1194829534">Nov 11, 2007</memberSince> </player> </roster> - <recentMatches> - <match> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/sgc/match?id=148114</url> <date timestamp="1196048700">Sun 25 Nov 2007, 10:45 PM EST</date> <result>L</result> <xp>23</xp> - <opponent> <name>Team XyZ</name> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/xyz333</url> </opponent> </match> - <match> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/sgc/match?id=147957</url> <date timestamp="1196045100">Sun 25 Nov 2007, 9:45 PM EST</date> <result>L</result> <xp>30</xp> - <opponent> <name>Kracka Kid Killa's</name> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/united-republic-of-russia</url> </opponent> </match> - <match> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/sgc/match?id=147532</url> <date timestamp="1196038800">Sun 25 Nov 2007, 8:00 PM EST</date> <result>L</result> <xp>20</xp> - <opponent> <name>XLW InFiNiTy</name> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/xlw-infinity</url> </opponent> </match> - <match> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/sgc/match?id=145837</url> <date timestamp="1195979400">Sun 25 Nov 2007, 3:30 AM EST</date> <result>W</result> <xp>90</xp> - <opponent> <name>Fatal Instinct</name> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/fatal-instinct</url> </opponent> </match> - <match> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/sgc/match?id=143028</url> <date timestamp="1195893000">Sat 24 Nov 2007, 3:30 AM EST</date> <result>W</result> <xp>120</xp> - <opponent> <name>SevenFourOh</name> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/sevenfouroh</url> </opponent> </match> - <match> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/sgc/match?id=140329</url> <date timestamp="1195795800">Fri 23 Nov 2007, 12:30 AM EST</date> <result>W</result> <xp>70</xp> - <opponent> <name>SpOuSaL AbUsE [ '.* ]</name> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/spousal-abuse-</url> </opponent> </match> - <match> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/sgc/match?id=138746</url> <date timestamp="1195716600">Thu 22 Nov 2007, 2:30 AM EST</date> <result>W</result> <xp>70</xp> - <opponent> <name>Digital Legends</name> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/digital-legends</url> </opponent> </match> - <match> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/sgc/match?id=136554</url> <date timestamp="1195632000">Wed 21 Nov 2007, 3:00 AM EST</date> <result>W</result> <xp>100</xp> - <opponent> <name>PwN-TaNG</name> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/dark-lords</url> </opponent> </match> - <match> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/sgc/match?id=136097</url> <date timestamp="1195616700">Tue 20 Nov 2007, 10:45 PM EST</date> <result>L</result> <xp>9</xp> - <opponent> <name>hypnotic v2</name> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/hypnoticv2</url> </opponent> </match> - <match> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/sgc/match?id=135883</url> <date timestamp="1195613100">Tue 20 Nov 2007, 9:45 PM EST</date> <result>W</result> <xp>120</xp> - <opponent> <name>The COD ACES</name> <url>http://www.gamebattles.com/xbox360/call-of-duty-4/team/the-cod-aces</url> </opponent> </match> </recentMatches> </team> I tried just pasting that into the code of my site, but that doesnt work. So, could someone please tell me how to implement this to my site? I joined feedburner because I wanted to keep track of those who were downloading my RSS feed. BUT there is a problem on the code that MS Outlook uses, and even though I've posted the problem, looking for a fix on their forum, and even here, what I would is other peoeple with the same problem (it puts a double http on the RSS feed that you're trying to save) So I want to unhook it. My RSS feed is at http://marketingwithIntegrity.com/?feed=rss2 but when I click on it, it takes me to the feedburner links. I look forward to fixing this AND if anyone knows of another system I can use that will allow me to learn how many people who are downloading my feed or have an option of emailing them from time to time, LMK! Hello! I'm having some trouble designing a website in which I want to incorporate a news feed. Some examples of what I mean can be found at zerocommit.com bungie.net I would have no problem placing an Iframe, but I know that that won't work out when I want to update. Forgive my ignorace of the subject but I'm clueless. Any help is greatly appreciated. Hi, I created my sitemap.xml and first data feed to googlebase.xml with success, all products where uploaded ;o) My question is, are there any other sites I can submit the same sitemap.xml or data feed to? Such as yahoo or any other free site? Thanks in advance. Hey guys, I was wondering if anyone knew how to implement an RSS feed into the home page of a website? We're looking to add one to increase SEO (mainly just to test at the moment and see if it helps). If anyone could help that'd be great! I'm using cPanel if that counts for anything....cheers! I have been trying to remove it for the next 2 hours, removing, adding and all kinds of stuff. I don't know where I am going wrong could any of you point me in the right direction please. The image below shows what I want to do. Here is the uploaded template. If you do not wish to download this I can always copy paste the html and post in a comment or PM. http://www.box.net/shared/hiixy2o64r Thanks in advance. |