Posts: 39
Threads: 8
Joined: Sep 2010
Reputation:
0
This was just to test my coding skills ;)
It is pretty fun to use though!
Posts: 3,538
Threads: 348
Joined: Mar 2010
Reputation:
57
Yeh really pointless to release as an application. You would be better off just releasing the source.
Posts: 194
Threads: 34
Joined: Sep 2010
You can use this to grab stats from a page if you properly filter stuff out.
It'd be good to use for making an "update checker" that checks a webpage to see if there is an update or not.
Posts: 86
Threads: 6
Joined: Aug 2010
Reputation:
0
Its not that much of a thing pal coz we can always right click and view page source on FF. But anywayz nice program and gald you realeased it to SF and shared it with the others. Hope you would release some more greater programs later on
Posts: 194
Threads: 34
Joined: Sep 2010
(09-29-2010, 03:24 PM)Infinity Wrote: I think what you're trying to describe is an rss feed, even though some sites do not have it.
No, I'm not.
You completely misunderstood my post.
What I meant is you can grab the source code from a web page, then filter the source code out to something such as:
Quote:<html>
<br />
This is example text that will not be filtered.
<br />
<version>1.2.4</version>
<lastupdate>9/1/10</lastupdate>
<update>no</version>
</html>
Then you can write code to read each filtered string and respond to whatever it says.