1 bernard_zimmermann Feb 03, 2009 01:53
3 lturner Feb 03, 2009 10:38
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
4 afwas Feb 03, 2009 11:49
Hi Bernard,
What language are you talking about?
Yes, likely the XML feed is a good starting point.
Greetings
5 yabba Feb 03, 2009 14:15
[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]
¥
6 bernard_zimmermann Feb 04, 2009 02:29
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.
7 yabba Feb 04, 2009 07:41
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
¥
8 bernard_zimmermann Feb 04, 2009 11:53
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?