| View previous topic :: View next topic |
| Author |
Message |
majkinetor
Joined: 24 May 2006 Posts: 4511 Location: Belgrade
|
Posted: Wed Jan 02, 2008 2:00 am Post subject: RSS Reader 0.2 |
|
|
_________________

Last edited by majkinetor on Sat Jan 05, 2008 3:19 pm; edited 16 times in total |
|
| Back to top |
|
 |
ahklerner
Joined: 26 Jun 2006 Posts: 1381 Location: USA
|
Posted: Wed Jan 02, 2008 2:19 am Post subject: |
|
|
neat. the height of the IE control is off by like 50 on my vista system. _________________
ʞɔпɟ əɥʇ ʇɐɥʍ |
|
| Back to top |
|
 |
polyethene
Joined: 11 Aug 2004 Posts: 5248 Location: UK
|
Posted: Wed Jan 02, 2008 11:09 am Post subject: |
|
|
This is fantastic. I tried it with a few other feeds and it worked perfectly. Support Atom and we'll have a complete news reader in ahk!
By the way if you really wanted to you could program the reader in XSLT and javascript, and have ahk/xpath parse and validate the document at the backend (no XmlHttpRequest or you'll be copying Google Reader). I believe this is how Firefox/IE7 works. _________________ GitHub • Scripts • IronAHK • Contact by email not private message. |
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 4511 Location: Belgrade
|
Posted: Wed Jan 02, 2008 4:24 pm Post subject: |
|
|
| Quote: | | Support Atom and we'll have a complete news reader in ahk! |
Thats not the problem. The sytnax of Atom feed xml is almost the same as that of RSS. I have no time right now to involve my self into the complete RSS reader, but its true that I am not happy with any of those I tried. I think that it can be done in AHK better, smaller, faster and more flexibile then any available solution
| Quote: | | By the way if you really wanted to you could program the reader in XSLT and javascript, and have ahk/xpath parse and validate the document at the backend (no XmlHttpRequest or you'll be copying Google Reader). |
You mean by using JSXML Tools ? _________________
 |
|
| Back to top |
|
 |
Mustang
Joined: 17 May 2007 Posts: 421 Location: England
|
Posted: Wed Jan 02, 2008 7:50 pm Post subject: |
|
|
| I would be interested in an AHK based XML Feed Reader script |
|
| Back to top |
|
 |
Guest
|
|
| Back to top |
|
 |
polyethene
Joined: 11 Aug 2004 Posts: 5248 Location: UK
|
Posted: Thu Jan 03, 2008 12:08 am Post subject: |
|
|
Your XML file is not well-formed, it contains unquoted node attributes. _________________ GitHub • Scripts • IronAHK • Contact by email not private message. |
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 4511 Location: Belgrade
|
Posted: Sat Jan 05, 2008 1:41 am Post subject: Re: RSS Reader |
|
|
Check out the new ver.
Much improved. _________________
 |
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 4511 Location: Belgrade
|
Posted: Sat Jan 05, 2008 2:24 am Post subject: |
|
|
Now it works. It's just that AHK can't display Unicode. _________________
 |
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 4511 Location: Belgrade
|
Posted: Sat Jan 05, 2008 3:21 pm Post subject: |
|
|
Now there is separator between Tree View and IE control. _________________

Last edited by majkinetor on Sat Jan 05, 2008 4:55 pm; edited 1 time in total |
|
| Back to top |
|
 |
COMTTS Guest
|
Posted: Sat Jan 05, 2008 3:37 pm Post subject: |
|
|
| Quote: | | Now there is separator between Tree View and IE control |
You definitely know what people want! Thanks. |
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 4511 Location: Belgrade
|
Posted: Sat Jan 05, 2008 5:25 pm Post subject: |
|
|
Another small update - clik on the links in IE control will run the link in default browser. _________________
 |
|
| Back to top |
|
 |
Guest
|
Posted: Sun Jan 13, 2008 12:05 pm Post subject: |
|
|
nice! small and fast indeed.
is it possible to stack several feeds on the left or why are they able to fold?
Im only missing a filter function..any chance of adding that? |
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 4511 Location: Belgrade
|
Posted: Sun Jan 13, 2008 12:15 pm Post subject: |
|
|
This is only the proof of the concept with all basics worked out.
I don't intentend to update it so far, until I finish other things I do.
| Quote: | | is it possible to stack several feeds on the left or why are they able to fold? |
Yes, it requires simple code changes (generaly just to save feed xml on hard disk wich I don't do now, I use it from memory so old feed is lost)
About filtering, all kind of things are possible, and some not seen by me in other feeders - like, associating sounds with different user posts, ignroing users completely etc...
Next thing I want to see is how to implement XSLT transformations so you can have different skins for the posts. It turns out that all browsers support XSLT transformations and also MS DOM parser that I use to read XML. I will probably rip off some open source templates from RSS Bandit (dot Net uber rss reader, great features but you can't imagine anything slower and more resource hungry) _________________
 |
|
| Back to top |
|
 |
Guest
|
Posted: Sun Jan 13, 2008 2:45 pm Post subject: |
|
|
ah ok, i still think ill use it ..some application readers ive tested have alot of annoying things like animation, tooltip notifiers and other fancy crap that make it slow, but the feeds barely work. The best i found is Feedreader but it also have some annoying things imo
And its nice if i can use ahk so that i dont need another program. Although there is aggregators through web also
Skins as in style it with css? |
|
| Back to top |
|
 |
|