2 bernard_zimmermann Feb 03, 2009 04:47

I haven't tried it myself but I guess it is the same kind of thing that all RSS readers do so it shouldn't be too hard to put something together or find a library to do it for you.
Lee
Hi Bernard,
What language are you talking about?
Yes, likely the XML feed is a good starting point.
Greetings
[ot]you may like to know that your main site has a bad redirect ;)
http://www.possolutions.com.au/index.html wrote:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Pos Solutions Australia - Leading Point Of Sale POS Software for Newsagency, Pharmacy and Retail outlets.</title>
<meta name="description" content="Pos Solutions Australia - Point Of Sale POS Software for Newsagency, Pharmacy and Retail outlets.">
<meta name="keywords" content="POS, Retail, Newsagent, Newsagency Software, Barcode, Scanner, Point of Sale, Sales, Pharmacy, Gift Shop, Hardware, PDT, MultiShop, Checkout, Transaction, Eftpos, PoS, Equipment, point of sale, point of sale, software, point of sale system, stocktake , xchangeit">
<meta http-equiv="Refresh" content="0; url=http://site.com/page.html">
</head>
</html>
[/ot]
¥
I would use either .net or vb.net
What I was thinking it would be nice to have a file of the last 8 topics with dates and times. Then somehow I could in merge it into our main site
www.possolutions.com.au
and show it there as the latest topic on the blog.
To ¥åßßå Blonde Bimbo, I cannot see where the bad redirect is it could you please tell me.
bernard zimmermann wrote:
ITo ¥åßßå Blonde Bimbo, I cannot see where the bad redirect is it could you please tell me.
If I go here [url=http://www.posbrowser.com.au/]http://www.posbrowser.com.au/[/url] then I get a js redirect based on my browser res 1680 x 1050 ( when I enable js :roll: ).
This then redirects me to here [url=http://www.possolutions.com.au/index.html]http://www.possolutions.com.au/index.html[/url] ( which has the code I posted above ) which then redirects me to here [url=http://site.com/page.html]http://site.com/page.html[/url] ( when I enable redirects :roll: )
Hell of a path to get to a 404 huh? :D
¥
Thanks ¥åßßå Blonde Bimbo, I have a cache problem and it took me ages to find it.
This post has 1 feedback awaiting moderation...
I have been thinking some more about this problem and what might work is using the rss 2.0
The software could go in my case this
http://www.posbrowser.com.au/b2evolution.new/blogs/index.php?blog=1&tempskin=_rss2
<title>Touch stock file</title>
<pubDate>Mon, 02 Feb 2009 14:04:21 +0000</pubDate>
Then read the <title> and <pubDate> and check if the user has gone to the site since. Has anyone tried anything like this?