BJ
' Magpie is meant to be installed on the site you wish to pull a feed into, so if that server doesn't have php, then yes, it might be problematical. Most hosting these days has php installed, though. Is it possible to move the site?'
I wish . . I have two old sites. Both really should have been moved years ago. I seem to have discovered a new webmaster problem. "Site-scatter" every time I try to solve the problem. It results in a bigger one. (another site)
I have always had individual pages, and my system here is very simple. I list up to 60 ads an hour by hand, and upload every day or so. So I decided I should get myself a data base that I liked, and simply use it to feed the latest ads to the old pages.
I do not want to abandon the old pages. I will not get the same traffic to an automated site. I simply wanted to run the old and supplement with the new. This would give me the possibility of feeding some other sites. I run a free site. This can create big problems with submissions, as everyone can submit freely. I need to discriminate between the crap and the good stuff. ( I only wish to feed myself non-crap)
The technical stuff seems to have plenty of 'programmers' that would 'do it' for me. But the problem is they just do not understand the value of my old pages and always want the site to be based on the data base. But I cannot put an individual advert on say a results page for '1950 Chev' and I would certainly have more problems directing users to a 'results page ' rather than my static page.
I want my users advert available to whoever can present them sensibly. I do not want them stolen. I do not want them competing with me. Programmers simply want to build me what they have already built before.
BJ, I am starting to get a more holistic picture. I compete with eBay and sites like Craigslist for the classic car viewer. These are huge sites. I want to simply offer Classic car users something that is better refined and of more benefit, and easier to use. If I cannot do that then I will lose my traffic in the long run.
But knowing what I want, and knowing how to create it are two different things. I do not want a site where the odd 'phone Mary for a good time' advert sneaks in. and I do not want to create content for AdSense sites. Doing one without the other seems tricky.
Understanding RSS is becoming important on the web. I know about it - know how it works - know its uses, BUT - I do not yet understand it.
A few years ago I had a 'feed' from a ppc site. that I was able to simply insert the code on the page, I could re size the the area. Something like that would serve my current purpose.
I did talk to a programmer on the phone a few weeks back . . He said something like . Simple, point your rss at the code, then pull it up anywhere you need it - no problems.
But some of these people talk through their hats. They have absolutely no idea what a user will or will not click on. They always presume a 'LOGIN' ensures that people will Log in, and seem blatantly unaware of anybody that does not do what they expect them to do, and dismiss contributions from somebody who has been observing their users for years, as "not needed" . .
RSS. It has bigger possibilities that current use. (for me)
and I would realy like to get my head around how I can make it work
Probably rambles far to much. But maybe it will assist in forming a 'picture'..
classic cars - directory - Southern cross Engines
If Optimising for google gives you a headache? - try optimising your Users
Installing an RSS feed on your website is not as difficult as it sounds. You simply install a script one time-and then anywhere you want the RSS feed to appear you simply pick a feed and copy and paste some code on your page. (read that before)
The first thing you need to do is figure out which script to use.
If your website is using an Unix server and has PHP installed,
(I think I have one of them somewere - but not the site I want to display adverts)
the the easiest PHP script I've found is called CaRP. You will first want to visit the CaRP download page and download the file. CaRP has a free version that you can use on your website. They request that you link back to their website if you use it. Unzip the zip file and upload the files to your website using an FTP program. Then, run the setup file in your web browser, chmod the appropriate files, and continue with the directions given to you in the web browser. (absorbing this)
Once it's installed, the script will give you code to copy and paste wherever your want the RSS feed to be displayed on your website. (your website ?? - any website? my other website ) stopped me dead
You can even change the font, size, and color of the feed by specifying those attributes before the code. (nice)
Phew. . . I wish I was building a new site and never had a million other things to do. I am getting to old for all his study business. (but it is absorbing)
and I wish the writer of the above text, was just a little more specific, when he wrote
" wherever your want the RSS feed to be displayed on your website."
Because it rendered the whole article to me as 'Vauge'
classic cars - directory - Southern cross Engines
If Optimising for google gives you a headache? - try optimising your Users
I would love to be able to view a local car club Website.
And simply simply create some code that I can email them to show adverts in a size that fits there page and content that they want - (specific)
I would never be able to convince the lady that does the web page to install anything. I would like to do the work here and make it simple.
I belong to a small car Club. I like small car Clubs, I like people. My competition does not do this. My Classified advertisers would love to be able to direct specific ads to specific Clubs. .
I want a system that will do this. . On a 'Free site' budget!
classic cars - directory - Southern cross Engines
If Optimising for google gives you a headache? - try optimising your Users
Tubby start here:
RSS Software & Services: CaRP (Caching RSS Parser), RSS to JavaScript, Grouper (News search to RSS)
Display RSS feeds on your website:
CaRP : RSS to HTML converter : Free RSS PHP parser script download Scroll down to the bottom, sign up and download the free version. You have to read some instructions on how to do it, and you need PHP on your webserver.
Create RSS feeds. I did not use Gt's. May be that is good enough. There are tons of feed burners. (See below for one of the best known).
That is easier. RSS is XML, so if you find one you like, you can copy and modify the code to your needs.
Here
<?xml version="1.0" encoding="windows-1252"?>
<rss version="2.0">
<channel>
<title>DinITSide RSS feed</title>
<description>Bruk RSS til &#229; fortelle surfere og s&#248;kemotorer at det er
nyheter p&#229; siden din.</description>
<link>http://www.dinitside.no</link>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<lastBuildDate>Wed, 18 Jan 2006 16:09:59 +0100</lastBuildDate>
<pubDate>Wed, 18 Jan 2006 16:09:09 +0100</pubDate>
<generator>FeedForAll v1.0 (1.0.2.0) unlicensed version</generator>
<item>
<title>DinITside.no, et nytt nettsted under MultiFinansIT.no og DigitalPunkt.no er opprettet med viktige nyheter om RSS. legger ut viktig informasjon om RSS.</title>
<description>Bruk RSS til &#229; orientere kunder og surfere om nyheter og nye
produkter p&#229; siden din. Bruk ogs&#229; RSS for &#229; f&#229;
s&#248;kemotorene til &#229; like siden din og bes&#248;ke den oftere. Du
kan syndikere ut alt fra tekst til bilder, tale, video samt
"Podcasts."</description>
<link>http://www.dinitside.no</link>
<pubDate>Wed, 18 Jan 2006 16:09:09 +0100</pubDate>
</item>
</channel>
</rss>
is an example with Norwegian text. Brutal force, skip that and use the XML tags if that simple stupid format is OK. Save that file like an HTML file on the disk and upload it to your server. The the feed is there. The next step is to import it to the other site using the installed and hopefully functional Gecko PHP scripts.
There are also tools like FeedBurner FeedBurner that should be easy to use (like an office desktop tool). I have never used it. I think that burner is one of the best and most professional.
Neither have I tried Gecko Triebe's feed burner. Can not remember which I used, but it was very easy.
If you want to become a Syndication professionl (knowing different stadards, using web services etc.) you find more than enough information on my site that I pointed you to in my first post.
If you have msn, have signed up and downloaded the tool, I can help you when we are online at the same time.
Note: It is not sure that the tool will function on the Web Server. It depends on how it is configured. I have installed it on three different webservers. On one it functioned at once. On the other two, I had to contact the web hoster so that they could install the script that was needed. (This is an example of a more advanced and elegant using SOAP and object oriented programming. It is the SitePoint - Australian site - news feed imported to my site).
I have not tried Magpie RSS. May be it would be easier if one of those who know that tool could guide you through the set up.
End Note:
Web 2.0 ready browsers, will show the XML file like (similar to) an HTML file.
- Let us call your two sites AMcar1.com and AMcar2.com.
- You make the RSS feed (XML file on AMcar1.com).
- Then it should be possible to consume
that feed (file) and present the content directly on AMcar2.com using XSL (and perhaps XLink) without using a PHP parser at all. But that is another story. I have not tried. The correct place to ask is W3Schools Forum (Powered by Invision Power Board) in the XML forums.
- Are you developing for Web 1.0 (satisfying people with older browsers) my best proposal is described above.
Mini Network:: Financial information at your fingertips
Learn object oriented programming where it started
Conversations creates communities and conversions create profit.
Okay, Tubby, if you don't have php installed on the old site(s) you can use an iframe to display info on one site from any other webpage anywhere. To give an example, if you put google adsense on your site, it's displayed in an iframe on your site but the content is actually on Google's server. So if you don't have php on the server the old site's on, then use the php parser script on your new site, pull your feed into a new webpage on your new site, and call it into your old site via iframe. And then come to us on the design board to help you get it looking normal in IE.
The beauty of this approach is that other people can also show your feed this way. I think that's what you want???
Kgun did give you the answer, btw. I think you have to just dive in and do it, or pay someone to set it up for you. I love ya Tubby, but I really think you're overthinking this. Trial and error and getting your hands dirty in the code is the only way it's gonna get done.
To add more confusion, I did find another javascript parser that you might be able to use on the old page to pull from the new. I think. I'm not sure.
XML for <SCRIPT> Cross Platform XML Parsing in JavaScript - Parser Sample Applications Overview
Another one for you to look at, this is really a cut and paste solution:
- Go to http://www.springwidgets.com/widgets/view/23
- Click the link: Post, send, or get code for this widget!
- Enter the URL of your feed in the 1st box
- Click the <h> icon
- Paste the code to a web page that you want to show the feed on
- View the web page and you should have the feed in a Flash window
For completeness I'll just add:
One minor problem with iframes, Flash and JavaScript is that the feed is not available to search engines.
The other problem you can have with Flash and JavaScript solutions is that each visitor causes the feed to be read from the source server. Using something like Magpie it caches the feed on the server that is displaying the pages with the feed in them, and as it only reads the feed say once per hour there's less load on the feed provider.
If it is generally that simple without the ad you hate, you have to install PHP or find a hoster that have it installed. It is not a large job to change hoster.
I think that is possible using the XML family of technologies, here more precisely RSS (That is XML), XSLT (to make the transformation), XSL programming (it is a very simple programming language) and may be XLink.
- Get an account with a new hoster
- Upload the code to the new server.
- When the code is OK at the new hosters site, change name servers to point to their servers if you administer the name services yourself.
- Don't delete the code by the old server before you know everything function correct on the new server.
- The advantage with this approach, especially if you handle the name services yoursel and have a reliable registrar is that you can do this without contacting the old hoster before you delete the account there. Good to know if you have a hoster that you are dissatisfied with.
I have not done it though, so I can not assist you more than say that it should be possible. I have pointed you to the best place to ask, the W3School XML forum.
Then you may not need PHP, even if PHP is very well suited to parse XML documents.
So my reccomendation, install PHP sooner than later.
Mini Network:: Financial information at your fingertips
Learn object oriented programming where it started
Conversations creates communities and conversions create profit.
I can not remember that. But it may have changed. Then, if you do not want the ad you may buy and use the paid version. Is it expensive?
Regarding javascript: It should be possible to find a script that grab the XML / RSS document, parse it as a string or whatever and present it on your site.
I know one heavy way, that may be of interest to other readers of this thread, the DOMobjectModel, can parse an xml file. SimpleXML (PHP) and XMLreader (PHP), can also do it, but that is overkill and require some knowledge of OOP.
Final conclusion: If you find a simple JavaScript that does the job, that should be the simplest solution, but you may get browser problems. May be there is a gadget or widget without ad that you can use. I go for CaRP paid version.
Mini Network:: Financial information at your fingertips
Learn object oriented programming where it started
Conversations creates communities and conversions create profit.
BJ, Said (she is usually right)
"but I really think you're overthinking this. Trial and error and getting your hands dirty in the code is the only way it's gonna get done."
Bj. If you saw my work load. on and off the net. You would understand That even reading the above posts is a problem...
Getting a connection to the net is currently a problem.
But I love work . . I am lucky though, I do get the Choice to work where I want..
Gonna print out the last few posts and read them on the lawn when I take tea breaks.
classic cars - directory - Southern cross Engines
If Optimising for google gives you a headache? - try optimising your Users